Commit graph

12 commits

Author SHA1 Message Date
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Marcus von Appen
e1555011ab - Convert ports from databases/ and deskutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 08:50:17 +00:00
Jimmy Olgeni
76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Baptiste Daroussin
c23ef8bc8b Convert d* to USES=zip 2014-03-07 16:49:09 +00:00
Martin Wilke
9891e59a94 - Stage support 2014-02-14 15:40:47 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Frederic Culot
02a06c807c Update my MAINTAINER address to culot@FreeBSD.org.
Approved by:	sahil@ (mentor)
2010-10-20 05:53:20 +00:00
Sahil Tandon
07a37ca9d2 - Update to 1.8
- Pass maintainership to submitter

PR:		ports/150941
Submitted by:	Frederic Culot <frederic@culot.org>
2010-10-05 03:03:26 +00:00
Wen Heping
4e19b06d08 - Update to 1.6
- Reset maintainer
2010-05-21 08:07:05 +00:00
Dmitry Marakasov
075acacd24 - Switch SourceForge ports to the new File Release System: categories starting with D 2009-08-22 00:18:43 +00:00
Martin Wilke
9a4ffe3043 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>
2009-03-12 19:21:04 +00:00