From f4c5fc35b4a63a5412b2cc961f465bfbcb48c9ee Mon Sep 17 00:00:00 2001 From: vanilla Date: Fri, 14 Nov 2003 18:00:25 +0000 Subject: Add p5-DBD-RAM 0.072, it's a DBI driver for files and data structures. --- databases/p5-DBD-RAM/Makefile | 33 +++++++++++++++++++++++++++++++++ databases/p5-DBD-RAM/distinfo | 1 + databases/p5-DBD-RAM/pkg-descr | 8 ++++++++ databases/p5-DBD-RAM/pkg-plist | 5 +++++ 4 files changed, 47 insertions(+) create mode 100644 databases/p5-DBD-RAM/Makefile create mode 100644 databases/p5-DBD-RAM/distinfo create mode 100644 databases/p5-DBD-RAM/pkg-descr create mode 100644 databases/p5-DBD-RAM/pkg-plist (limited to 'databases/p5-DBD-RAM') diff --git a/databases/p5-DBD-RAM/Makefile b/databases/p5-DBD-RAM/Makefile new file mode 100644 index 0000000..205d6dc --- /dev/null +++ b/databases/p5-DBD-RAM/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-DBD-RAM +# Date created: Nov 15 2003 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= DBD-RAM +PORTVERSION= 0.072 +PORTREVISION= 0 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DBD +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@freebsd.org +COMMENT= DBI driver for files and data structures + +PERL_CONFIGURE= yes + +MAN3= DBD::RAM.3 + +.include + +.if ${PERL_LEVEL} < 500600 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 +.else +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +.endif + +.include diff --git a/databases/p5-DBD-RAM/distinfo b/databases/p5-DBD-RAM/distinfo new file mode 100644 index 0000000..6da0cc2 --- /dev/null +++ b/databases/p5-DBD-RAM/distinfo @@ -0,0 +1 @@ +MD5 (DBD-RAM-0.072.tar.gz) = 4ab119a341b4b2afa4644805239449b9 diff --git a/databases/p5-DBD-RAM/pkg-descr b/databases/p5-DBD-RAM/pkg-descr new file mode 100644 index 0000000..056a4fd --- /dev/null +++ b/databases/p5-DBD-RAM/pkg-descr @@ -0,0 +1,8 @@ +DBD::RAM allows you to import almost any type of Perl data +structure into an in-memory table and then use DBI and SQL +to access and modify it. It also allows direct access to +almost any kind of file, supporting SQL manipulation +of the file without converting the file out of its native +format. + +WWW: http://search.cpan.org/dist/DBD-RAM diff --git a/databases/p5-DBD-RAM/pkg-plist b/databases/p5-DBD-RAM/pkg-plist new file mode 100644 index 0000000..8b8ef34 --- /dev/null +++ b/databases/p5-DBD-RAM/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/DBD/RAM.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/RAM/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBD/RAM +@unexec rmdir %D/%%SITE_PERL%%/%PERL_ARCH%%/auto/DBD 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/DBD 2>/dev/null || true -- cgit v1.1