diff options
author | nork <nork@FreeBSD.org> | 2002-04-07 04:37:22 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-04-07 04:37:22 +0800 |
commit | 5fee0be90ac7c0ba903139435fcf86756f5c038e (patch) | |
tree | dfe4e6809c4e0c208aa46c26e71f4807b3c50c22 /databases | |
parent | ed1a679f976a1efe203b0848c5cb7f9f90cedb49 (diff) | |
download | freebsd-ports-gnome-5fee0be90ac7c0ba903139435fcf86756f5c038e.tar.gz freebsd-ports-gnome-5fee0be90ac7c0ba903139435fcf86756f5c038e.tar.zst freebsd-ports-gnome-5fee0be90ac7c0ba903139435fcf86756f5c038e.zip |
Reviewed by: knu (mentor)
Import of a perl5 module for accessing SQLite2 databases through the DBI
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 25 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/pkg-comment | 1 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/pkg-descr | 13 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/pkg-plist | 8 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite2/Makefile | 25 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite2/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite2/pkg-comment | 1 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite2/pkg-descr | 13 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite2/pkg-plist | 8 |
11 files changed, 97 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0167f721dc27..cbba01aed1b3 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -65,6 +65,7 @@ SUBDIR += p5-DBD-mysql SUBDIR += p5-DBD-ODBC SUBDIR += p5-DBD-Pg + SUBDIR += p5-DBD-SQLite SUBDIR += p5-DBD-Sybase SUBDIR += p5-DBD-XBase SUBDIR += p5-DBI diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile new file mode 100644 index 000000000000..3e78a6959fa2 --- /dev/null +++ b/databases/p5-DBD-SQLite/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-DBD-SQLite +# Date created: 2002/03/30 +# Whom: nork@cityfujisawa.ne.jp +# +# $FreeBSD$ +# + +PORTNAME= DBD-SQLite +PORTVERSION= 0.15 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DBD +PKGNAMEPREFIX= p5- + +MAINTAINER= nork@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= DBD::SQLite.3 + +.include <bsd.port.mk> diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo new file mode 100644 index 000000000000..3a6d79e476e4 --- /dev/null +++ b/databases/p5-DBD-SQLite/distinfo @@ -0,0 +1 @@ +MD5 (DBD-SQLite-0.15.tar.gz) = 4311b69410e9f3ff3e3b5837faabc70b diff --git a/databases/p5-DBD-SQLite/pkg-comment b/databases/p5-DBD-SQLite/pkg-comment new file mode 100644 index 000000000000..a4c910996b6e --- /dev/null +++ b/databases/p5-DBD-SQLite/pkg-comment @@ -0,0 +1 @@ +Provides access to SQLite2 databases through the DBI diff --git a/databases/p5-DBD-SQLite/pkg-descr b/databases/p5-DBD-SQLite/pkg-descr new file mode 100644 index 000000000000..39cff26d07b9 --- /dev/null +++ b/databases/p5-DBD-SQLite/pkg-descr @@ -0,0 +1,13 @@ +DBD::SQLite +=========== + +SQLite is a small fast embedded SQL database engine. + +DBD::SQLite embeds that database engine into a DBD driver, so +if you want a relational database for your project, but don't +want to install a large RDBMS system like MySQL or PostgreSQL, +then DBD::SQLite may be just what you need. + +It supports quite a lot of features, such as transactions (atomic +commit and rollback), indexes, DBA-free operation, a large subset +of SQL92 supported, and more. diff --git a/databases/p5-DBD-SQLite/pkg-plist b/databases/p5-DBD-SQLite/pkg-plist new file mode 100644 index 000000000000..8fcc62203fdb --- /dev/null +++ b/databases/p5-DBD-SQLite/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/SQLite.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/getsqlite.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD 2>/dev/null || true diff --git a/databases/p5-DBD-SQLite2/Makefile b/databases/p5-DBD-SQLite2/Makefile new file mode 100644 index 000000000000..3e78a6959fa2 --- /dev/null +++ b/databases/p5-DBD-SQLite2/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-DBD-SQLite +# Date created: 2002/03/30 +# Whom: nork@cityfujisawa.ne.jp +# +# $FreeBSD$ +# + +PORTNAME= DBD-SQLite +PORTVERSION= 0.15 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DBD +PKGNAMEPREFIX= p5- + +MAINTAINER= nork@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= DBD::SQLite.3 + +.include <bsd.port.mk> diff --git a/databases/p5-DBD-SQLite2/distinfo b/databases/p5-DBD-SQLite2/distinfo new file mode 100644 index 000000000000..3a6d79e476e4 --- /dev/null +++ b/databases/p5-DBD-SQLite2/distinfo @@ -0,0 +1 @@ +MD5 (DBD-SQLite-0.15.tar.gz) = 4311b69410e9f3ff3e3b5837faabc70b diff --git a/databases/p5-DBD-SQLite2/pkg-comment b/databases/p5-DBD-SQLite2/pkg-comment new file mode 100644 index 000000000000..a4c910996b6e --- /dev/null +++ b/databases/p5-DBD-SQLite2/pkg-comment @@ -0,0 +1 @@ +Provides access to SQLite2 databases through the DBI diff --git a/databases/p5-DBD-SQLite2/pkg-descr b/databases/p5-DBD-SQLite2/pkg-descr new file mode 100644 index 000000000000..39cff26d07b9 --- /dev/null +++ b/databases/p5-DBD-SQLite2/pkg-descr @@ -0,0 +1,13 @@ +DBD::SQLite +=========== + +SQLite is a small fast embedded SQL database engine. + +DBD::SQLite embeds that database engine into a DBD driver, so +if you want a relational database for your project, but don't +want to install a large RDBMS system like MySQL or PostgreSQL, +then DBD::SQLite may be just what you need. + +It supports quite a lot of features, such as transactions (atomic +commit and rollback), indexes, DBA-free operation, a large subset +of SQL92 supported, and more. diff --git a/databases/p5-DBD-SQLite2/pkg-plist b/databases/p5-DBD-SQLite2/pkg-plist new file mode 100644 index 000000000000..8fcc62203fdb --- /dev/null +++ b/databases/p5-DBD-SQLite2/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/SQLite.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD/getsqlite.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/SQLite.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite/.packlist +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD/SQLite 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBD 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/DBD 2>/dev/null || true |