non port: databases/buzhug/pkg-plist |
SVNWeb
|
Number of commits found: 4 |
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Mon, 20 Oct 2014
|
[ 10:41 bapt ] (Only the first 10 of 451 ports in this commit are shown above. )
Cleanup plist
|
Fri, 21 May 2010
|
[ 08:07 wen ]
- Update to 1.6
- Reset maintainer
|
Thu, 12 Mar 2009
|
[ 19:21 miwi ]
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.
The database is implemented as a Python iterator, yielding objects whose
attributes are the fields defined when the base is created ; therefore,
requests can be expressed as list comprehensions or generator expressions,
instead of SQL queries.
WWW: http://buzhug.sourceforge.net/
PR: ports/132278
Submitted by: Wen Heping <wenheping at gmail.com>
|
Number of commits found: 4 |