summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-XML_RDB
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 02:04:50 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-05-27 02:04:50 +0000
commit4bd3823cc51d6d74e4c6ea45fe4796b10cd5a9c3 (patch)
tree28875c492b980e3aac2b4f6a15ee9f3a06d293c4 /databases/p5-DBIx-XML_RDB
parentApache::SSI - Implement Server Side Includes in Perl (diff)
DBIx::XML_RDB - Perl extension for creating XML from existing DBI datasources
Notes
Notes: svn path=/head/; revision=43096
Diffstat (limited to 'databases/p5-DBIx-XML_RDB')
-rw-r--r--databases/p5-DBIx-XML_RDB/Makefile26
-rw-r--r--databases/p5-DBIx-XML_RDB/distinfo1
-rw-r--r--databases/p5-DBIx-XML_RDB/pkg-comment1
-rw-r--r--databases/p5-DBIx-XML_RDB/pkg-descr2
-rw-r--r--databases/p5-DBIx-XML_RDB/pkg-plist9
5 files changed, 39 insertions, 0 deletions
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