summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-10-12 11:16:00 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-10-12 11:16:00 +0000
commit668cc3dfba48e136e3196342083c23376a6e90a8 (patch)
tree26963ae3575f75f2e9ce7e0f0a67ee5b96c19986 /databases
parentUpdate to 2.5.5 release. (diff)
Add p5-DBIx-TableHash 1.05, tie a hash to a mysql table + SQL utils.
PR: ports/71962 Submitted by: ijliao
Notes
Notes: svn path=/head/; revision=118948
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/p5-DBIx-TableHash/Makefile27
-rw-r--r--databases/p5-DBIx-TableHash/distinfo2
-rw-r--r--databases/p5-DBIx-TableHash/pkg-descr5
-rw-r--r--databases/p5-DBIx-TableHash/pkg-plist5
5 files changed, 40 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 1b76940529f5..e6b6ce4c55c6 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -170,6 +170,7 @@
SUBDIR += p5-DBIx-SQLEngine
SUBDIR += p5-DBIx-SearchBuilder
SUBDIR += p5-DBIx-Table
+ SUBDIR += p5-DBIx-TableHash
SUBDIR += p5-DBIx-Tree
SUBDIR += p5-DBIx-XHTML_Table
SUBDIR += p5-DBIx-XML_RDB
diff --git a/databases/p5-DBIx-TableHash/Makefile b/databases/p5-DBIx-TableHash/Makefile
new file mode 100644
index 000000000000..d126a1efb0aa
--- /dev/null
+++ b/databases/p5-DBIx-TableHash/Makefile
@@ -0,0 +1,27 @@
+# ex;ts=8
+# Ports collection makefile for: DBIx::TableHash
+# Date created: Sep 21, 2004
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= DBIx-TableHash
+PORTVERSION= 1.05
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= DBIx \
+ ../../authors/id/C/CH/CHTHORMAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Tie a hash to a mysql table + SQL utils
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= DBIx::TableHash.3
+
+.include <bsd.port.mk>
diff --git a/databases/p5-DBIx-TableHash/distinfo b/databases/p5-DBIx-TableHash/distinfo
new file mode 100644
index 000000000000..6816dd203a29
--- /dev/null
+++ b/databases/p5-DBIx-TableHash/distinfo
@@ -0,0 +1,2 @@
+MD5 (DBIx-TableHash-1.05.tar.gz) = c38ba11588a4c70882885447d1ca9355
+SIZE (DBIx-TableHash-1.05.tar.gz) = 17257
diff --git a/databases/p5-DBIx-TableHash/pkg-descr b/databases/p5-DBIx-TableHash/pkg-descr
new file mode 100644
index 000000000000..ae457a24651b
--- /dev/null
+++ b/databases/p5-DBIx-TableHash/pkg-descr
@@ -0,0 +1,5 @@
+DBIx::TableHash is a perl module that ties a hash to a DBI/mysql table or
+slice of the table, along with some methods to build SQL for common
+database operations, returning data in convenient structures.
+
+WWW: http://christhorman.com/projects/perl/DBIx-TableHash/
diff --git a/databases/p5-DBIx-TableHash/pkg-plist b/databases/p5-DBIx-TableHash/pkg-plist
new file mode 100644
index 000000000000..9b56793dcaf7
--- /dev/null
+++ b/databases/p5-DBIx-TableHash/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/DBIx/TableHash.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/TableHash/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/TableHash
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true