[47707] trunk/dports/python

blb at macports.org blb at macports.org
Tue Mar 3 21:20:07 PST 2009


Revision: 47707
          http://trac.macports.org/changeset/47707
Author:   blb at macports.org
Date:     2009-03-03 21:19:58 -0800 (Tue, 03 Mar 2009)
Log Message:
-----------
New ports - python/py2[56]-buzhug, Pure-Python database engine

Added Paths:
-----------
    trunk/dports/python/py25-buzhug/
    trunk/dports/python/py25-buzhug/Portfile
    trunk/dports/python/py26-buzhug/
    trunk/dports/python/py26-buzhug/Portfile

Added: trunk/dports/python/py25-buzhug/Portfile
===================================================================
--- trunk/dports/python/py25-buzhug/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-buzhug/Portfile	2009-03-04 05:19:58 UTC (rev 47707)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+name                py25-buzhug
+version             1.5
+categories-append   databases
+maintainers         blb openmaintainer
+description         Pure-python database engine
+long_description \
+   buzhug is a fast, pure-Python database engine, using a syntax that Python \
+   programmers should find very intuitive.  The data is stored and accessed \
+   on disk (it is not an in-memory database).  The implementation has been \
+   designed to make all operations, and especially selection, as fast as \
+   possible with an interpreted language
+
+platforms           darwin
+
+homepage            http://buzhug.sourceforge.net/
+master_sites        sourceforge:buzhug
+distname            buzhug-${version}
+use_zip             yes
+
+checksums           md5     49738182992dd26ad1fa07d9e1133172 \
+                    sha1    5e052f63205ce1b94880454da6ce3a1fbaf6ddcf \
+                    rmd160  78f03732dd8a24b2a4c22d58f62905bd16ec7940
+


Property changes on: trunk/dports/python/py25-buzhug/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/py26-buzhug/Portfile
===================================================================
--- trunk/dports/python/py26-buzhug/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-buzhug/Portfile	2009-03-04 05:19:58 UTC (rev 47707)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           python26 1.0
+name                py26-buzhug
+version             1.5
+categories-append   databases
+maintainers         blb openmaintainer
+description         Pure-python database engine
+long_description \
+   buzhug is a fast, pure-Python database engine, using a syntax that Python \
+   programmers should find very intuitive.  The data is stored and accessed \
+   on disk (it is not an in-memory database).  The implementation has been \
+   designed to make all operations, and especially selection, as fast as \
+   possible with an interpreted language
+
+platforms           darwin
+
+homepage            http://buzhug.sourceforge.net/
+master_sites        sourceforge:buzhug
+distname            buzhug-${version}
+use_zip             yes
+
+checksums           md5     49738182992dd26ad1fa07d9e1133172 \
+                    sha1    5e052f63205ce1b94880454da6ce3a1fbaf6ddcf \
+                    rmd160  78f03732dd8a24b2a4c22d58f62905bd16ec7940
+


Property changes on: trunk/dports/python/py26-buzhug/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/20090303/e3aa2e91/attachment.html>


More information about the macports-changes mailing list