[31274] trunk/dports/textproc/wv2/Portfile

takanori at macports.org takanori at macports.org
Sun Nov 18 21:29:33 PST 2007


Revision: 31274
          http://trac.macosforge.org/projects/macports/changeset/31274
Author:   takanori at macports.org
Date:     2007-11-18 21:29:32 -0800 (Sun, 18 Nov 2007)

Log Message:
-----------
wv2: Linted.

Modified Paths:
--------------
    trunk/dports/textproc/wv2/Portfile

Modified: trunk/dports/textproc/wv2/Portfile
===================================================================
--- trunk/dports/textproc/wv2/Portfile	2007-11-19 05:29:16 UTC (rev 31273)
+++ trunk/dports/textproc/wv2/Portfile	2007-11-19 05:29:32 UTC (rev 31274)
@@ -1,23 +1,26 @@
 # $Id$
 
-PortSystem 	1.0
-name		wv2
-version		0.2.3
-description	A library for reading Microsoft Word files.
-long_description	${description}
-maintainers	nomaintainer
-categories	textproc
-platforms	darwin 
-homepage	http://wvware.sourceforge.net/
-master_sites	sourceforge:wvware
-distfiles	${name}-${version}.tar.bz2
-checksums	md5 ea7e3331fbe597185070c0784411a3f7
-extract.cmd	bunzip2
-depends_lib	port:glib2 \
-		port:libgsf \
-		port:libxml2 \
-		port:pkgconfig
-patch		{
-		reinplace "s|-pedantic||g" ${worksrcpath}/configure
+PortSystem      1.0
+
+name            wv2
+version         0.2.3
+categories      textproc
+maintainers     nomaintainer
+description     A library for reading Microsoft Word files.
+long_description \
+                ${description}
+platforms       darwin
+homepage        http://wvware.sourceforge.net/
+master_sites    sourceforge:wvware
+use_bzip2       yes
+checksums       md5 ea7e3331fbe597185070c0784411a3f7
+
+depends_lib     port:glib2 \
+                port:libgsf \
+                port:libxml2 \
+                port:pkgconfig
+
+patch {
+    reinplace "s|-pedantic||g" ${worksrcpath}/configure
 }
-configure.args	--mandir=${prefix}/share/man 
+configure.args  --mandir=${prefix}/share/man

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071118/84d9ae4c/attachment.html


More information about the macports-changes mailing list