Commit graph

2 commits

Author SHA1 Message Date
Anton Berezin
c8df88ddad Updated MAINTAINER to my new committer email address.
Do the same for pkg-descr files.

Approved by:	markm
2001-06-12 19:25:41 +00:00
Josef Karthauser
cc7883a640 Usually when you have to store persistent data you don't need a
full-blown database server, just a ASCII database would do the
trick.

AsciiDB::Tag allows you to access a simple ASCII database using a
perl hash variable. The database format is straightforward so you
can edit it by hand if you need so. Each record is stored into a
file, and a record is just a set of values tagged by the field
name.

PR:	ports/26857
2001-04-28 14:55:30 +00:00