Date: Sat, 28 Apr 2001 07:55:30 -0700 (PDT) From: Josef Karthauser <joe@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/p5-AsciiDB-TagFile Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <200104281455.f3SEtUM15687@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joe 2001/04/28 07:55:30 PDT
Modified files:
databases Makefile
Added files:
databases/p5-AsciiDB-TagFile Makefile distinfo pkg-comment
pkg-descr pkg-plist
Log:
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
Revision Changes Path
1.102 +2 -1 ports/databases/Makefile
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104281455.f3SEtUM15687>
