Simple Ascii Database tie class
This commit is contained in:
parent
2e88143823
commit
4d25c37781
20
databases/p5-AsciiDB-TagFile/Makefile
Normal file
20
databases/p5-AsciiDB-TagFile/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/06/02 12:26:09 espie Exp $
|
||||
|
||||
DISTNAME= AsciiDB-TagFile-1.05
|
||||
PKGNAME= p5-AsciiDB-TagFile-1.05
|
||||
CATEGORIES= databases perl5
|
||||
NEED_VERSION= 1.290
|
||||
|
||||
MAINTAINER= espie@openbsd.org
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= AsciiDB
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/p5-AsciiDB-TagFile/files/md5
Normal file
3
databases/p5-AsciiDB-TagFile/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (AsciiDB-TagFile-1.05.tar.gz) = 8c0790f457c776a725a95ab4c3d91339
|
||||
RMD160 (AsciiDB-TagFile-1.05.tar.gz) = fd1a4a16ccd1b41e50397ed13d685f8c7c7312aa
|
||||
SHA1 (AsciiDB-TagFile-1.05.tar.gz) = cd009b1c2dfe6eb93edc5b0d249135eb81c4f38c
|
1
databases/p5-AsciiDB-TagFile/pkg/COMMENT
Normal file
1
databases/p5-AsciiDB-TagFile/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
tie class for a simple ASCII database
|
13
databases/p5-AsciiDB-TagFile/pkg/DESCR
Normal file
13
databases/p5-AsciiDB-TagFile/pkg/DESCR
Normal file
@ -0,0 +1,13 @@
|
||||
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:
|
||||
|
||||
[Name]: Jose A. Rodriguez
|
||||
[Address]: Granollers, Barcelona, SPAIN
|
||||
|
||||
The tie class provides a convenient way to read and update this kind
|
||||
of ASCII databases.
|
8
databases/p5-AsciiDB-TagFile/pkg/PLIST.sed
Normal file
8
databases/p5-AsciiDB-TagFile/pkg/PLIST.sed
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST.sed,v 1.1.1.1 2000/06/02 12:26:10 espie Exp $
|
||||
libdata/perl5/site_perl/AsciiDB/TagFile.pm
|
||||
libdata/perl5/site_perl/AsciiDB/TagRecord.pm
|
||||
libdata/perl5/site_perl/@ARCH@-openbsd/auto/AsciiDB/TagFile/.packlist
|
||||
man/man3/AsciiDB::TagFile.3p
|
||||
@dirrm libdata/perl5/site_perl/@ARCH@-openbsd/auto/AsciiDB/TagFile
|
||||
@dirrm libdata/perl5/site_perl/@ARCH@-openbsd/auto/AsciiDB
|
||||
@dirrm libdata/perl5/site_perl/AsciiDB
|
Loading…
Reference in New Issue
Block a user