[50388] trunk/dports/graphics/djvulibre/Portfile

devans at macports.org devans at macports.org
Wed Apr 29 19:40:17 PDT 2009


Revision: 50388
          http://trac.macports.org/changeset/50388
Author:   devans at macports.org
Date:     2009-04-29 19:40:16 -0700 (Wed, 29 Apr 2009)
Log Message:
-----------
djvulibre: fix livecheck, add mode line, white space cleanup.

Modified Paths:
--------------
    trunk/dports/graphics/djvulibre/Portfile

Modified: trunk/dports/graphics/djvulibre/Portfile
===================================================================
--- trunk/dports/graphics/djvulibre/Portfile	2009-04-30 02:22:25 UTC (rev 50387)
+++ trunk/dports/graphics/djvulibre/Portfile	2009-04-30 02:40:16 UTC (rev 50388)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -2,4 +3,4 @@
 
-name       djvulibre
-version    3.5.21
+name            djvulibre
+version         3.5.21
 categories      graphics www
@@ -17,15 +18,16 @@
 
 homepage        http://djvu.sourceforge.net/
 master_sites    sourceforge:djvu
-checksums           md5     4c6f3eb03ffbd067b6d2fe2344b0d9ad \
-                    sha1    a6ef5cb1445baa333883754c703abd75cc5b34f6 \
-                    rmd160  2163b784d705cc7b55bb3d9c9eb85edec44f28a7
+
+checksums       md5     4c6f3eb03ffbd067b6d2fe2344b0d9ad \
+                sha1    a6ef5cb1445baa333883754c703abd75cc5b34f6 \
+                rmd160  2163b784d705cc7b55bb3d9c9eb85edec44f28a7
                     
 depends_lib     port:libiconv \
-		        port:jpeg \
+		port:jpeg \
                 port:tiff \
                 port:libpng \
-		        port:zlib
+		port:zlib
 
 configure.args	--mandir=${prefix}/share/man \
 		--enable-threads \
@@ -33,7 +35,7 @@
 		--enable-xmltools \
 		--disable-djview
 		
-patchfiles		patch-djvulibre.diff
+patchfiles      patch-djvulibre.diff
 patch.pre_args	-p1
 
 variant djview3 description {Build the (outdated) djview3 viewer. The newer QT4-based viewer called 'djview4' is now a separate package called 'djview'.} {
@@ -43,3 +45,4 @@
     configure.ldflags-append    "-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
 }
 
+livecheck.regex  "(?i)<title>${name} (.*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090429/c668f984/attachment.html>


More information about the macports-changes mailing list