[62115] trunk/dports/python

akitada at macports.org akitada at macports.org
Mon Dec 28 21:01:40 PST 2009


Revision: 62115
          http://trac.macports.org/changeset/62115
Author:   akitada at macports.org
Date:     2009-12-28 21:01:37 -0800 (Mon, 28 Dec 2009)
Log Message:
-----------
Add py26-cdb.

Added Paths:
-----------
    trunk/dports/python/py26-cdb/
    trunk/dports/python/py26-cdb/Portfile

Added: trunk/dports/python/py26-cdb/Portfile
===================================================================
--- trunk/dports/python/py26-cdb/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-cdb/Portfile	2009-12-29 05:01:37 UTC (rev 62115)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name                py26-cdb
+version             0.34
+categories          python
+platforms           darwin
+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.
+
+homepage            http://pilcrow.madison.wi.us/
+master_sites        ${homepage}/python-cdb/
+distname            python-cdb-${version}
+checksums           md5 bda23cd135c9d71bede98929bc18b36f \
+                    sha1 6c5ef1f27fe0e5c2e9a4a032435ebf58c82639f2 \
+                    rmd160 02519e7c03aae5798823ab4cd0388b6afaf1908a
+
+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
+}
+
+# Local Variables:
+# mode:tcl
+# tab-width: 4
+# indent-tabs-mode: nil
+# c-basic-offset:4
+# indent-tabs-mode:nil
+# End:


Property changes on: trunk/dports/python/py26-cdb/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091228/4c006d91/attachment.html>


More information about the macports-changes mailing list