diff --git a/databases/p5-AsciiDB-TagFile/Makefile b/databases/p5-AsciiDB-TagFile/Makefile new file mode 100644 index 00000000000..c72976ef755 --- /dev/null +++ b/databases/p5-AsciiDB-TagFile/Makefile @@ -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 diff --git a/databases/p5-AsciiDB-TagFile/files/md5 b/databases/p5-AsciiDB-TagFile/files/md5 new file mode 100644 index 00000000000..6f119b924f6 --- /dev/null +++ b/databases/p5-AsciiDB-TagFile/files/md5 @@ -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 diff --git a/databases/p5-AsciiDB-TagFile/pkg/COMMENT b/databases/p5-AsciiDB-TagFile/pkg/COMMENT new file mode 100644 index 00000000000..f82dcf7cf41 --- /dev/null +++ b/databases/p5-AsciiDB-TagFile/pkg/COMMENT @@ -0,0 +1 @@ +tie class for a simple ASCII database diff --git a/databases/p5-AsciiDB-TagFile/pkg/DESCR b/databases/p5-AsciiDB-TagFile/pkg/DESCR new file mode 100644 index 00000000000..f4e04df1730 --- /dev/null +++ b/databases/p5-AsciiDB-TagFile/pkg/DESCR @@ -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. diff --git a/databases/p5-AsciiDB-TagFile/pkg/PLIST.sed b/databases/p5-AsciiDB-TagFile/pkg/PLIST.sed new file mode 100644 index 00000000000..de4b8b76464 --- /dev/null +++ b/databases/p5-AsciiDB-TagFile/pkg/PLIST.sed @@ -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