diff options
author | tobez <tobez@FreeBSD.org> | 2006-08-15 17:47:33 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-08-15 17:47:33 +0800 |
commit | 4d32b8bc257e7cfcf1d8285d1b653c002a380e5c (patch) | |
tree | e8cac91c8724f1a9b499ec471e80fdca469729ca /databases | |
parent | 75d34d4b9664927b4944a3ccf6acbe820d9c1115 (diff) | |
download | freebsd-ports-gnome-4d32b8bc257e7cfcf1d8285d1b653c002a380e5c.tar.gz freebsd-ports-gnome-4d32b8bc257e7cfcf1d8285d1b653c002a380e5c.tar.zst freebsd-ports-gnome-4d32b8bc257e7cfcf1d8285d1b653c002a380e5c.zip |
Add p5-Relations 0.95, functions to Use with Databases and Queries.
PR: ports/102018
Submitted by: Timur I. Bakeyev <bat at cpan.org>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-Relations/Makefile | 22 | ||||
-rw-r--r-- | databases/p5-Relations/distinfo | 3 | ||||
-rw-r--r-- | databases/p5-Relations/pkg-descr | 11 | ||||
-rw-r--r-- | databases/p5-Relations/pkg-plist | 3 |
5 files changed, 40 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 5c4f0f4d47f0..4952d19fbdf4 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -267,6 +267,7 @@ SUBDIR += p5-POE-Component-EasyDBI SUBDIR += p5-POE-Component-LaDBI SUBDIR += p5-Pg + SUBDIR += p5-Relations SUBDIR += p5-ResourcePool-Resource-DBI SUBDIR += p5-Rose-DB SUBDIR += p5-Rose-DB-Object diff --git a/databases/p5-Relations/Makefile b/databases/p5-Relations/Makefile new file mode 100644 index 000000000000..ad13ba374455 --- /dev/null +++ b/databases/p5-Relations/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: databases/p5-Relations +# Date created: 1 Aug 2006 +# Whom: Timur I. Bakeyev <bat@cpan.org> +# +# $FreeBSD$ +# + +PORTNAME= Relations +PORTVERSION= 0.95 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Relations +PKGNAMEPREFIX= p5- + +MAINTAINER= bat@cpan.org +COMMENT= Functions to Use with Databases and Queries + +PERL_CONFIGURE= yes + +MAN3= Relations.3 + +.include <bsd.port.mk> diff --git a/databases/p5-Relations/distinfo b/databases/p5-Relations/distinfo new file mode 100644 index 000000000000..0bb1f7fa21c4 --- /dev/null +++ b/databases/p5-Relations/distinfo @@ -0,0 +1,3 @@ +MD5 (Relations-0.95.tar.gz) = 0cc301dd276c36386a9fd39e97db0c98 +SHA256 (Relations-0.95.tar.gz) = a076c0fdccdd7894e952a6edfbec39b845bdec26d2cf56795f6ac7dc63ec9929 +SIZE (Relations-0.95.tar.gz) = 18463 diff --git a/databases/p5-Relations/pkg-descr b/databases/p5-Relations/pkg-descr new file mode 100644 index 000000000000..54e47b1297dc --- /dev/null +++ b/databases/p5-Relations/pkg-descr @@ -0,0 +1,11 @@ +This perl library contains functions for dealing with databases. It's +mainly used as the foundation for all the other Relations modules. It +may be useful for people that deal with databases in Perl as well. + +Relations has functions for creating SQL clauses (like where, from etc.) +from hashes, arrays and strings. It also has functions for converting +strings to arrays or hashes, if they're not hashes or arrays already. It +even has an argument parser, which is used quite heavily by the other +Relations modules. + +WWW: http://www.gaf3.com/ diff --git a/databases/p5-Relations/pkg-plist b/databases/p5-Relations/pkg-plist new file mode 100644 index 000000000000..8c178ac0e2ed --- /dev/null +++ b/databases/p5-Relations/pkg-plist @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Relations.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Relations/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Relations |