diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-XML_RDB/Makefile | 26 | ||||
-rw-r--r-- | databases/p5-DBIx-XML_RDB/distinfo | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-XML_RDB/pkg-comment | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-XML_RDB/pkg-descr | 2 | ||||
-rw-r--r-- | databases/p5-DBIx-XML_RDB/pkg-plist | 9 |
6 files changed, 40 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index e787b438e0df..2c7b778d5421 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -45,6 +45,7 @@ SUBDIR += p5-DBD-XBase SUBDIR += p5-DBI SUBDIR += p5-DBIx-Recordset + SUBDIR += p5-DBIx-XML_RDB SUBDIR += p5-DBZ_File SUBDIR += p5-GDBM SUBDIR += p5-MLDBM diff --git a/databases/p5-DBIx-XML_RDB/Makefile b/databases/p5-DBIx-XML_RDB/Makefile new file mode 100644 index 000000000000..176d28fcdab4 --- /dev/null +++ b/databases/p5-DBIx-XML_RDB/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-DBIx-XML_RDB +# Date created: May 26 2001 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= DBIx-XML_RDB +PORTVERSION= 0.05 +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= DBIx +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= DBIx::XML_RDB.3 + +.include <bsd.port.mk> diff --git a/databases/p5-DBIx-XML_RDB/distinfo b/databases/p5-DBIx-XML_RDB/distinfo new file mode 100644 index 000000000000..3ee953aafebc --- /dev/null +++ b/databases/p5-DBIx-XML_RDB/distinfo @@ -0,0 +1 @@ +MD5 (DBIx-XML_RDB-0.05.tar.gz) = 1eda5c997811350c2008c5966a02aa24 diff --git a/databases/p5-DBIx-XML_RDB/pkg-comment b/databases/p5-DBIx-XML_RDB/pkg-comment new file mode 100644 index 000000000000..cebd57f41e41 --- /dev/null +++ b/databases/p5-DBIx-XML_RDB/pkg-comment @@ -0,0 +1 @@ +DBIx::XML_RDB - Perl extension for creating XML from existing DBI datasources diff --git a/databases/p5-DBIx-XML_RDB/pkg-descr b/databases/p5-DBIx-XML_RDB/pkg-descr new file mode 100644 index 000000000000..fc5fb5d24093 --- /dev/null +++ b/databases/p5-DBIx-XML_RDB/pkg-descr @@ -0,0 +1,2 @@ +This module is a simple creator of XML data from DBI datasources. It allows you to +easily extract data from a database, and manipulate later using XML::Parser. diff --git a/databases/p5-DBIx-XML_RDB/pkg-plist b/databases/p5-DBIx-XML_RDB/pkg-plist new file mode 100644 index 000000000000..3874100f23fd --- /dev/null +++ b/databases/p5-DBIx-XML_RDB/pkg-plist @@ -0,0 +1,9 @@ +bin/sql2xml.pl +bin/xml2sql.pl +lib/perl5/site_perl/%%PERL_VER%%/DBIx/XML_RDB.pm +lib/perl5/site_perl/%%PERL_VER%%/DBIx/sql2xml.pl +lib/perl5/site_perl/%%PERL_VER%%/DBIx/xml2sql.pl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XML_RDB/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx/XML_RDB +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/DBIx 2>/dev/null || true |