diff options
author | tv <tv> | 1998-12-05 03:48:46 +0000 |
---|---|---|
committer | tv <tv> | 1998-12-05 03:48:46 +0000 |
commit | 423e9a72785014e878701fb4bf4d4ecd22ed80ac (patch) | |
tree | d52c4b1247f068df6baa7e3949715bb19e036ed1 /www | |
parent | 8a24ad08af5076d1e7e73a71e59c32b890b0c23f (diff) | |
download | pkgsrc-423e9a72785014e878701fb4bf4d4ecd22ed80ac.tar.gz |
Add p5-Apache-ASP, our first Apache module written in perl.
Implements the Active Server Pages (ASP) with perl as the scripting
language.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Apache-ASP/files/md5 | 3 | ||||
-rw-r--r-- | www/p5-Apache-ASP/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/p5-Apache-ASP/pkg/DESCR | 10 | ||||
-rw-r--r-- | www/p5-Apache-ASP/pkg/PLIST | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile new file mode 100644 index 00000000000..7edd5ae60c5 --- /dev/null +++ b/www/p5-Apache-ASP/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 03:48:46 tv Exp $ +# + +DISTNAME= Apache-ASP-0.05 +PKGNAME= p5-Apache-ASP-0.05 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Apache/CHAMAS + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Apache-ASP/ + +# all other needs are already pulled in by p5-libwww +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/URI/URL.pm:../../www/p5-libwww \ + ${PREFIX}/lib/perl5/site_perl/MLDBM.pm:../../devel/p5-MLDBM \ + ${PREFIX}/lib/httpd/mod_perl.so:../../www/ap-perl +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Apache-ASP/files/md5 b/www/p5-Apache-ASP/files/md5 new file mode 100644 index 00000000000..8993ea4cc0d --- /dev/null +++ b/www/p5-Apache-ASP/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/12/05 03:48:46 tv Exp $ + +MD5 (Apache-ASP-0.05.tar.gz) = b2801e8d598b4875512b9cf37e7127df diff --git a/www/p5-Apache-ASP/pkg/COMMENT b/www/p5-Apache-ASP/pkg/COMMENT new file mode 100644 index 00000000000..ddfd0eaad80 --- /dev/null +++ b/www/p5-Apache-ASP/pkg/COMMENT @@ -0,0 +1 @@ +perl5/Apache module of Perl-coded Active Server Pages diff --git a/www/p5-Apache-ASP/pkg/DESCR b/www/p5-Apache-ASP/pkg/DESCR new file mode 100644 index 00000000000..366c9446a8c --- /dev/null +++ b/www/p5-Apache-ASP/pkg/DESCR @@ -0,0 +1,10 @@ +This module provides a Active Server Pages port to Apache. Active Server +Pages is a web application platform that originated with Microsoft's IIS +server. Under Apache for both Win32 and Unix, it allows a developer to +create web applications with session management and perl embedded in +static html files. + +This is a portable solution, similar to ActiveWare's PerlScript and MKS's +PScript implementation of perl for IIS ASP. Work has been done and will +continue to make ports to and from these other implementations as seemless +as possible. diff --git a/www/p5-Apache-ASP/pkg/PLIST b/www/p5-Apache-ASP/pkg/PLIST new file mode 100644 index 00000000000..4f32d3a5322 --- /dev/null +++ b/www/p5-Apache-ASP/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/12/05 03:48:46 tv Exp $ +lib/perl5/man/man3/Apache::ASP.3 +lib/perl5/site_perl/Apache/ASP.pm +lib/perl5/site_perl/alpha-netbsd/auto/Apache/ASP/.packlist +@dirrm lib/perl5/site_perl/alpha-netbsd/auto/Apache/ASP |