[62118] trunk/dports/python/py-cdb/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 28 21:10:56 PST 2009


Revision: 62118
          http://trac.macports.org/changeset/62118
Author:   ryandesign at macports.org
Date:     2009-12-28 21:10:55 -0800 (Mon, 28 Dec 2009)
Log Message:
-----------
py-cdb: whitespace changes only

Modified Paths:
--------------
    trunk/dports/python/py-cdb/Portfile

Modified: trunk/dports/python/py-cdb/Portfile
===================================================================
--- trunk/dports/python/py-cdb/Portfile	2009-12-29 05:09:09 UTC (rev 62117)
+++ trunk/dports/python/py-cdb/Portfile	2009-12-29 05:10:55 UTC (rev 62118)
@@ -1,31 +1,34 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name			py-cdb
-version			0.32
-revision		1
-categories		python
-platforms		darwin freebsd
-maintainers		nomaintainer
-description		python module for using the constant database package
-long_description	The python-cdb extension module is an adaptation of \
-				D. J. Bernstein's constant database package (see \
-				http://cr.yp.to/cdb.html). The cdb files are mappings \
-				of keys to values, designed for wickedly fast lookups \
-				and atomic updates.  This module mimics the normal cdb \
-				utilities, cdb(get|dump|make), via convenient, \
-				high-level Python objects.
+name                py-cdb
+version             0.32
+revision            1
+categories          python
+platforms           darwin freebsd
+maintainers         nomaintainer
 
-homepage		http://pilcrow.madison.wi.us/
-master_sites	${homepage}/python-cdb/
-distname		python-cdb-${version}
-checksums		md5 0e303095f8c0ea9f09d7f11faf89805f
+description         python module for using the constant database package
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog README \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${worksrcpath}/Example \
-		${destroot}${prefix}/share/doc/${name}/examples/example.py
+long_description    The python-cdb extension module is an adaptation of \
+                    D. J. Bernstein's constant database package (see \
+                    http://cr.yp.to/cdb.html). The cdb files are mappings \
+                    of keys to values, designed for wickedly fast lookups \
+                    and atomic updates.  This module mimics the normal cdb \
+                    utilities, cdb(get|dump|make), via convenient, \
+                    high-level Python objects.
+
+homepage            http://pilcrow.madison.wi.us/
+master_sites        ${homepage}/python-cdb/
+distname            python-cdb-${version}
+
+checksums           md5 0e303095f8c0ea9f09d7f11faf89805f
+
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog README \
+        ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 ${worksrcpath}/Example \
+        ${destroot}${prefix}/share/doc/${name}/examples/example.py
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091228/14fcfdda/attachment.html>


More information about the macports-changes mailing list