summaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-SSI
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-05-27 02:03:48 +0000
committervanilla <vanilla@FreeBSD.org>2001-05-27 02:03:48 +0000
commitc6fac40ea3e6f9f7736475c930b137e4ef0a5bc5 (patch)
treee3abd9f494c026018afd39afcf636e1e9794bd4d /www/p5-Apache-SSI
parent91fe90dadebdc98f4191dec78af60fd2ab380c80 (diff)
downloadFreeBSD-ports-c6fac40ea3e6f9f7736475c930b137e4ef0a5bc5.zip
FreeBSD-ports-c6fac40ea3e6f9f7736475c930b137e4ef0a5bc5.tar.gz
Apache::SSI - Implement Server Side Includes in Perl
Diffstat (limited to 'www/p5-Apache-SSI')
-rw-r--r--www/p5-Apache-SSI/Makefile25
-rw-r--r--www/p5-Apache-SSI/distinfo1
-rw-r--r--www/p5-Apache-SSI/files/patch-Makefile.PL24
-rw-r--r--www/p5-Apache-SSI/pkg-comment1
-rw-r--r--www/p5-Apache-SSI/pkg-descr2
-rw-r--r--www/p5-Apache-SSI/pkg-plist4
6 files changed, 57 insertions, 0 deletions
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 <bsd.port.mk>
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 '', <DATA>);
+-*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 '', <DATA>);
++#*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
OpenPOWER on IntegriCloud