From e846021bdd1a0acb50f44451b0072ba5e2ad03be Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Sat, 12 Jan 2002 00:13:23 +0000 Subject: Add port www/p5-AxKit-XSP-ESQL - An Extended SQL taglib for AxKit eXtensible Server Pages PR: 33692 Submitted by: Dominic Mitchell --- www/Makefile | 1 + www/p5-AxKit-XSP-ESQL/Makefile | 28 ++++++++++++++++++++++++++++ www/p5-AxKit-XSP-ESQL/distinfo | 1 + www/p5-AxKit-XSP-ESQL/pkg-comment | 1 + www/p5-AxKit-XSP-ESQL/pkg-descr | 3 +++ www/p5-AxKit-XSP-ESQL/pkg-plist | 6 ++++++ 6 files changed, 40 insertions(+) create mode 100644 www/p5-AxKit-XSP-ESQL/Makefile create mode 100644 www/p5-AxKit-XSP-ESQL/distinfo create mode 100644 www/p5-AxKit-XSP-ESQL/pkg-comment create mode 100644 www/p5-AxKit-XSP-ESQL/pkg-descr create mode 100644 www/p5-AxKit-XSP-ESQL/pkg-plist diff --git a/www/Makefile b/www/Makefile index 273a1ee1c9d6..b16b99d0ca3d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -235,6 +235,7 @@ SUBDIR += p5-Apache-Session-SharedMem SUBDIR += p5-AxKit SUBDIR += p5-AxKit-XSP-Cookie + SUBDIR += p5-AxKit-XSP-ESQL SUBDIR += p5-CGI-Application SUBDIR += p5-CGI-ArgChecker SUBDIR += p5-CGI-Cache diff --git a/www/p5-AxKit-XSP-ESQL/Makefile b/www/p5-AxKit-XSP-ESQL/Makefile new file mode 100644 index 000000000000..7a6dc8af483c --- /dev/null +++ b/www/p5-AxKit-XSP-ESQL/Makefile @@ -0,0 +1,28 @@ +# Ports collection Makefile for: p5-AxKit-XSP-ESQL +# Date created: 8 Jan 2002 +# Whom: dom@happygiraffe.net +# +# $FreeBSD$ +# + +PORTNAME= AxKit-XSP-ESQL +PORTVERSION= 1.4 +CATEGORIES= www +MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ +PKGNAMEPREFIX= p5- + +MAINTAINER= dom@happygiraffe.net + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ + ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${SITE_PERL}/AxKit/XSP/Util.pm:${PORTSDIR}/www/p5-AxKit-XSP-Util +RUN_DEPENDS= ${BUILD_DEPENDS} + +SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= AxKit::XSP::ESQL.3 + +PERL_CONFIGURE= yes + +.include diff --git a/www/p5-AxKit-XSP-ESQL/distinfo b/www/p5-AxKit-XSP-ESQL/distinfo new file mode 100644 index 000000000000..cf37155c28e8 --- /dev/null +++ b/www/p5-AxKit-XSP-ESQL/distinfo @@ -0,0 +1 @@ +MD5 (AxKit-XSP-ESQL-1.4.tar.gz) = 654a14671fb655d6e987c85975b44cf7 diff --git a/www/p5-AxKit-XSP-ESQL/pkg-comment b/www/p5-AxKit-XSP-ESQL/pkg-comment new file mode 100644 index 000000000000..314c344f427e --- /dev/null +++ b/www/p5-AxKit-XSP-ESQL/pkg-comment @@ -0,0 +1 @@ +An Extended SQL taglib for AxKit eXtensible Server Pages diff --git a/www/p5-AxKit-XSP-ESQL/pkg-descr b/www/p5-AxKit-XSP-ESQL/pkg-descr new file mode 100644 index 000000000000..e78f17483763 --- /dev/null +++ b/www/p5-AxKit-XSP-ESQL/pkg-descr @@ -0,0 +1,3 @@ +An Extended SQL taglib for AxKit eXtensible Server Pages + +WWW: http://search.cpan.org/search?dist=AxKit-XSP-ESQL diff --git a/www/p5-AxKit-XSP-ESQL/pkg-plist b/www/p5-AxKit-XSP-ESQL/pkg-plist new file mode 100644 index 000000000000..f3bc1d747972 --- /dev/null +++ b/www/p5-AxKit-XSP-ESQL/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP/ESQL.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/ESQL/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/ESQL +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/AxKit 2>/dev/null || true -- cgit v1.2.3