[33450] trunk/dports/archivers/libzzip/Portfile

nox at macports.org nox at macports.org
Sun Jan 27 04:25:01 PST 2008


Revision: 33450
          http://trac.macosforge.org/projects/macports/changeset/33450
Author:   nox at macports.org
Date:     2008-01-27 04:24:47 -0800 (Sun, 27 Jan 2008)

Log Message:
-----------
libzzip: Whitespace changes.

Modified Paths:
--------------
    trunk/dports/archivers/libzzip/Portfile

Modified: trunk/dports/archivers/libzzip/Portfile
===================================================================
--- trunk/dports/archivers/libzzip/Portfile	2008-01-27 12:23:55 UTC (rev 33449)
+++ trunk/dports/archivers/libzzip/Portfile	2008-01-27 12:24:47 UTC (rev 33450)
@@ -1,35 +1,37 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem      1.0
 
-name			libzzip
-version			0.13.38
-categories		archivers devel
-platforms		darwin
-maintainers		nomaintainer
-description		library providing read access on ZIP-archives
+name            libzzip
+version         0.13.38
+categories      archivers devel
+platforms       darwin
+maintainers     nomaintainer
+description     library providing read access on ZIP-archives
 
 long_description \
-				The ZZIPlib provides read access on ZIP-archives. The \
-				library uses only the patent-free compression-algorithms \
-				supported by Zlib. It provides functions that transparently \
-				access files being either real files or zipped files, \
-				both with the same filepath.
+    The ZZIPlib provides read access on ZIP-archives. The \
+    library uses only the patent-free compression-algorithms \
+    supported by Zlib. It provides functions that transparently \
+    access files being either real files or zipped files, \
+    both with the same filepath.
 
-homepage		http://zziplib.sourceforge.net/
-master_sites	sourceforge:zziplib
-distname		zziplib-${version}
-checksums		md5 3eccd9b39c057eb49652e90914abfdf5
-use_bzip2		yes
+homepage        http://zziplib.sourceforge.net/
+master_sites    sourceforge:zziplib
+distname        zziplib-${version}
+use_bzip2       yes
 
-depends_lib		lib:libz:zlib
-depends_build	bin:pkg-config:pkgconfig
+checksums       md5 3eccd9b39c057eb49652e90914abfdf5
 
-patchfiles		patch-zzip__types.h
+patchfiles      patch-zzip__types.h
 
-post-destroot	{
-	file delete -force ${destroot}${prefix}/lib/pkgconfig \
-		${destroot}${prefix}/share/aclocal
-	xinstall -d -m 755 ${destroot}${prefix}/share/doc
-	file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
+depends_build   bin:pkg-config:pkgconfig
+
+depends_lib     lib:libz:zlib
+
+post-destroot {
+    file delete -force ${destroot}${prefix}/lib/pkgconfig \
+        ${destroot}${prefix}/share/aclocal
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc
+    file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080127/70039dcf/attachment-0001.html


More information about the macports-changes mailing list