[41153] trunk/dports/devel/libextractor/Portfile

blb at macports.org blb at macports.org
Sat Oct 25 19:57:03 PDT 2008


Revision: 41153
          http://trac.macports.org/changeset/41153
Author:   blb at macports.org
Date:     2008-10-25 19:57:03 -0700 (Sat, 25 Oct 2008)
Log Message:
-----------
devel/libextractor - whitespace changes

Modified Paths:
--------------
    trunk/dports/devel/libextractor/Portfile

Modified: trunk/dports/devel/libextractor/Portfile
===================================================================
--- trunk/dports/devel/libextractor/Portfile	2008-10-26 02:18:35 UTC (rev 41152)
+++ trunk/dports/devel/libextractor/Portfile	2008-10-26 02:57:03 UTC (rev 41153)
@@ -1,35 +1,37 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name				libextractor
-version				0.5.18
-categories			devel
-maintainers			nomaintainer
-description			A library for extraction af meta-data.
-long_description	libextractor is a library used to extract \
-            			meta-data from files of arbitrary type. It is \
-		            	designed to use helper-libraries to perform the \
-            			actual extraction, and to be trivially \
-            			extendable by linking against external extractors \
-            			for additional file types.
-homepage			http://gnunet.org/libextractor/
-master_sites		http://gnunet.org/libextractor/download/ gnu
-platforms			darwin
-checksums			md5 80cc90c7784a964834a8744b8de7ea96 \
-					sha1 46c055bca5c689f09410ad7c3533eecf0febc08b \
-					rmd160 b9b839bf8fd3d5aa10de41c12af16a4485fdd1ae
+name                libextractor
+version             0.5.18
+categories          devel
+maintainers         nomaintainer
+description         A library for extraction af meta-data.
+long_description \
+   libextractor is a library used to extract meta-data from files of \
+   arbitrary type. It is designed to use helper-libraries to perform the \
+   actual extraction, and to be trivially extendable by linking against \
+   external extractors for additional file types.
 
-depends_lib			port:bzip2 port:zlib port:gettext port:libiconv path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2
+homepage            http://gnunet.org/libextractor/
+master_sites        http://gnunet.org/libextractor/download/ gnu
+platforms           darwin
+checksums           md5 80cc90c7784a964834a8744b8de7ea96 \
+                    sha1 46c055bca5c689f09410ad7c3533eecf0febc08b \
+                    rmd160 b9b839bf8fd3d5aa10de41c12af16a4485fdd1ae
 
-configure.args		--mandir=${prefix}/share/man \
-					--with-libiconv-prefix=${prefix} \
-					--with-libintl-prefix=${prefix} \
-					--disable-xpdf \
-					--disable-gsf \
-					--disable-gnome
+depends_lib         port:bzip2 port:zlib port:gettext port:libiconv \
+                    path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2
 
-livecheck.check		regex
-livecheck.url		http://ftp.gnu.org/gnu/${name}/?C=M&O=D
-livecheck.regex		${name}-(\\d+\\.\\d+\\.\\d+)
+configure.args      --mandir=${prefix}/share/man \
+                    --with-libiconv-prefix=${prefix} \
+                    --with-libintl-prefix=${prefix} \
+                    --disable-xpdf \
+                    --disable-gsf \
+                    --disable-gnome
+
+livecheck.check     regex
+livecheck.url       http://ftp.gnu.org/gnu/${name}/?C=M&O=D
+livecheck.regex     ${name}-(\\d+\\.\\d+\\.\\d+)
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081025/8a8f09b9/attachment-0001.html>


More information about the macports-changes mailing list