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

ricci at macports.org ricci at macports.org
Wed Mar 26 13:39:45 PDT 2008


Revision: 35375
          http://trac.macosforge.org/projects/macports/changeset/35375
Author:   ricci at macports.org
Date:     2008-03-26 13:39:44 -0700 (Wed, 26 Mar 2008)

Log Message:
-----------
other than adding a modeline, only whitespace changes

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

Modified: trunk/dports/devel/libextractor/Portfile
===================================================================
--- trunk/dports/devel/libextractor/Portfile	2008-03-26 20:31:44 UTC (rev 35374)
+++ trunk/dports/devel/libextractor/Portfile	2008-03-26 20:39:44 UTC (rev 35375)
@@ -1,30 +1,35 @@
+# -*- 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
-name		libextractor
-version		0.5.18
-categories	devel
-maintainers	nomaintainer
-description	A library for extraction af meta-data.
+
+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
-depends_lib	port:bzip2 port:zlib port:gettext port:libiconv port:glib2
-configure.args  --mandir=${prefix}/share/man \
-		--with-libiconv-prefix=${prefix} \
-		--with-libintl-prefix=${prefix} \
-		--disable-xpdf \
-		--disable-gsf \
-		--disable-gnome
+            			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
 
-livecheck.check	regex
-livecheck.url	http://ftp.gnu.org/gnu/${name}/?C=M&O=D
-livecheck.regex	${name}-(\\d+\\.\\d+\\.\\d+)
+depends_lib			port:bzip2 port:zlib port:gettext port:libiconv port:glib2
+
+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/20080326/00df687f/attachment-0001.html 


More information about the macports-changes mailing list