From c6fac40ea3e6f9f7736475c930b137e4ef0a5bc5 Mon Sep 17 00:00:00 2001 From: vanilla Date: Sun, 27 May 2001 02:03:48 +0000 Subject: Apache::SSI - Implement Server Side Includes in Perl --- www/p5-Apache-SSI/Makefile | 25 +++++++++++++++++++++++++ www/p5-Apache-SSI/distinfo | 1 + www/p5-Apache-SSI/files/patch-Makefile.PL | 24 ++++++++++++++++++++++++ www/p5-Apache-SSI/pkg-comment | 1 + www/p5-Apache-SSI/pkg-descr | 2 ++ www/p5-Apache-SSI/pkg-plist | 4 ++++ 6 files changed, 57 insertions(+) create mode 100644 www/p5-Apache-SSI/Makefile create mode 100644 www/p5-Apache-SSI/distinfo create mode 100644 www/p5-Apache-SSI/files/patch-Makefile.PL create mode 100644 www/p5-Apache-SSI/pkg-comment create mode 100644 www/p5-Apache-SSI/pkg-descr create mode 100644 www/p5-Apache-SSI/pkg-plist (limited to 'www/p5-Apache-SSI') diff --git a/www/p5-Apache-SSI/Makefile b/www/p5-Apache-SSI/Makefile new file mode 100644 index 0000000..f6e72f7 --- /dev/null +++ b/www/p5-Apache-SSI/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Apache-SSI +# Date created: May 27 2001 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= Apache-SSI +PORTVERSION= 2.16 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/SimpleParse.pm:${PORTSDIR}/www/p5-HTML-SimpleParse +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Apache::SSI.3 + +.include diff --git a/www/p5-Apache-SSI/distinfo b/www/p5-Apache-SSI/distinfo new file mode 100644 index 0000000..ad3a739 --- /dev/null +++ b/www/p5-Apache-SSI/distinfo @@ -0,0 +1 @@ +MD5 (Apache-SSI-2.16.tar.gz) = 341d1a126296d1b65cb38c5c921ff3a9 diff --git a/www/p5-Apache-SSI/files/patch-Makefile.PL b/www/p5-Apache-SSI/files/patch-Makefile.PL new file mode 100644 index 0000000..d187dfe --- /dev/null +++ b/www/p5-Apache-SSI/files/patch-Makefile.PL @@ -0,0 +1,24 @@ +--- Makefile.PL.orig Sat May 26 17:38:41 2001 ++++ Makefile.PL Sat May 26 17:39:28 2001 +@@ -1,13 +1,13 @@ + use ExtUtils::MakeMaker; +-use lib 't/lib'; +-use Apache::test; ++#use lib 't/lib'; ++#use Apache::test; + +-my %params = Apache::test->get_test_params(); +-chomp (my $cwd = `pwd`); +-Apache::test->write_httpd_conf +- (%params, +- include => join '', ); +-*MY::test = sub { Apache::test->MM_test(%params) }; ++#my %params = Apache::test->get_test_params(); ++#chomp (my $cwd = `pwd`); ++#Apache::test->write_httpd_conf ++# (%params, ++# include => join '', ); ++#*MY::test = sub { Apache::test->MM_test(%params) }; + + + my $module = 'Apache::SSI'; diff --git a/www/p5-Apache-SSI/pkg-comment b/www/p5-Apache-SSI/pkg-comment new file mode 100644 index 0000000..c6eafaa --- /dev/null +++ b/www/p5-Apache-SSI/pkg-comment @@ -0,0 +1 @@ +Apache::SSI - Implement Server Side Includes in Perl diff --git a/www/p5-Apache-SSI/pkg-descr b/www/p5-Apache-SSI/pkg-descr new file mode 100644 index 0000000..3905c5c --- /dev/null +++ b/www/p5-Apache-SSI/pkg-descr @@ -0,0 +1,2 @@ +Apache::SSI implements the functionality of mod_include for handling +server-parsed html documents. It runs under Apache's mod_perl. diff --git a/www/p5-Apache-SSI/pkg-plist b/www/p5-Apache-SSI/pkg-plist new file mode 100644 index 0000000..535dcea --- /dev/null +++ b/www/p5-Apache-SSI/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/Apache/SSI.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/SSI/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/SSI +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true -- cgit v1.1