diff options
Diffstat (limited to 'www/ap-Embperl')
-rw-r--r-- | www/ap-Embperl/DESCR | 17 | ||||
-rw-r--r-- | www/ap-Embperl/Makefile | 27 | ||||
-rw-r--r-- | www/ap-Embperl/distinfo | 7 | ||||
-rw-r--r-- | www/ap-Embperl/patches/patch-aa | 52 | ||||
-rw-r--r-- | www/ap-Embperl/patches/patch-ab | 15 |
5 files changed, 0 insertions, 118 deletions
diff --git a/www/ap-Embperl/DESCR b/www/ap-Embperl/DESCR deleted file mode 100644 index bbf79f9dd18..00000000000 --- a/www/ap-Embperl/DESCR +++ /dev/null @@ -1,17 +0,0 @@ - Embperl gives you the power to embed Perl code in your HTML -documents. Using Perl means being able to use a very -elaborate programming language, which is widely used for -WWW purposes. You can also use hundreds of Perl modules -which have already been written - including DBI - for -database access to a growing number of database systems. - - While this could also be done with other packages, Embperl -has several features especially for HTML: dynamic tables, -formfield-processing, escaping/unescaping and more. - - Embperl is a server-side tool, which means it's -browser-independent. It can run in various ways: Under -mod_perl, as a cgi script, or offline. - - There is also a module for Database access within Embperl, -look at DBIx::Recordset. diff --git a/www/ap-Embperl/Makefile b/www/ap-Embperl/Makefile deleted file mode 100644 index 6c2049e9552..00000000000 --- a/www/ap-Embperl/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: Makefile,v 1.26 2014/05/29 23:37:55 wiz Exp $ -# - -DISTNAME= HTML-Embperl-1.2.0 -PKGNAME= ap13-Embperl-1.2.0 -PKGREVISION= 6 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} \ - ftp://ftp.dev.ecos.de/pub/perl/embperl/ - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://perl.apache.org/embperl/ -COMMENT= Perl5 library for embedding perl in HTML documents - -CONFLICTS= ap-Embperl-[0-9]* - -DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser - -PERL5_PACKLIST= auto/HTML/Embperl/.packlist - -MAKE_ENV+= APACHE_SRC=${PREFIX}/include/httpd -MAKE_ENV+= APACHE_MODULES=${PREFIX}/lib/httpd -MAKE_ENV+= APACHE=${PREFIX}/sbin/httpd - -.include "../../lang/perl5/module.mk" -.include "../../www/ap-perl/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/www/ap-Embperl/distinfo b/www/ap-Embperl/distinfo deleted file mode 100644 index 81f14ecd21d..00000000000 --- a/www/ap-Embperl/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 14:08:27 wiz Exp $ - -SHA1 (HTML-Embperl-1.2.0.tar.gz) = dd022431682777ea46870b54ed3fb1b810e3de52 -RMD160 (HTML-Embperl-1.2.0.tar.gz) = 699c3cfba9e28f5460c596271e674543d14243da -Size (HTML-Embperl-1.2.0.tar.gz) = 254872 bytes -SHA1 (patch-aa) = 84f571837cb69c556539195fd740b698856a73f9 -SHA1 (patch-ab) = 30ad449b639ebae16e7c45f1c7c6bc41a3554fc7 diff --git a/www/ap-Embperl/patches/patch-aa b/www/ap-Embperl/patches/patch-aa deleted file mode 100644 index 291fecf5f35..00000000000 --- a/www/ap-Embperl/patches/patch-aa +++ /dev/null @@ -1,52 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/12/02 20:46:35 rh Exp $ - -Our perl_module is named mod_perl.so, not libperl.so -Get rid of annoying interaction, partly by commenting out some code, -partly by adding support for a few environment variables. - ---- Makefile.PL.dist Wed Nov 17 07:40:47 1999 -+++ Makefile.PL Thu Dec 2 19:38:08 1999 -@@ -24,10 +24,10 @@ - %neededmodules = - ( - 'mod_perl.c' => { name => 'perl_module', -- path => ['$apache_src/modules/perl/libperl.so', '$EPBINDIR/modules/libperl.so'], -+ path => ['$apache_src/modules/perl/mod_perl.so', '$EPBINDIR/modules/mod_perl.so'], - win32path => ['$EPBINDIR/modules/apachemoduleperl.dll'], - win32path => ['$mpdll'], -- file => 'libperl.so', -+ file => 'mod_perl.so', - win32file => 'apachemoduleperl.dll', - }, - 'mod_dir.c' => { name => 'dir_module', -@@ -328,7 +328,8 @@ - - if (-e "$apache_src/httpd.h" || -e "$apache_src/main/httpd.h" || -e "$apache_src/include/httpd.h") - { -- $b = GetYesNo ("Use $apache_src as Apache source", 'y') if (!$b) ; -+ # $b = GetYesNo ("Use $apache_src as Apache source", 'y') if (!$b) ; -+ $b = 1; - } - } - -@@ -519,7 +520,8 @@ - $EPGROUP = GetString ("Group to run httpd", $EPGROUP) ; - } - -- $EPHTTPD = "$apache_src/httpd" ; -+ $EPHTTPD = $ENV{APACHE}; -+ $EPHTTPD = "$apache_src/httpd" if (! -e $EPHTTPD); - $EPHTTPD = "$apache_src/httpsd" if (!-e $EPHTTPD && -e "$apache_src/httpsd") ; - - if (!-e $EPHTTPD) -@@ -565,7 +567,9 @@ - $EPBINDIR = dirname ($EPHTTPD) ; - $EPMODPERL = '' ; - -- $addmodpath = '' ; -+ # $addmodpath = '' ; -+ $addmodpath = $ENV{APACHE_MODULES}; -+ $addmodpath = '' if (! -d $addmodpath); - while (($mod, $opt) = each %neededmodules) - { - if (!grep (/$mod/, @modules)) diff --git a/www/ap-Embperl/patches/patch-ab b/www/ap-Embperl/patches/patch-ab deleted file mode 100644 index 0e79839cd6f..00000000000 --- a/www/ap-Embperl/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/12/02 20:46:35 rh Exp $ - -Perl's pod2man complains of missing "DESCRIPTION", so add one. - ---- EmbperlD.pod.dist Wed Nov 17 07:40:48 1999 -+++ EmbperlD.pod Thu Dec 2 19:45:01 1999 -@@ -8,6 +8,8 @@ - - I<Embperl> ist ein Perlmodul welches es erlaubt beliebigen Perlcode in HTML Dokumente einzufügen. - -+=head1 DESCRIPTION -+ - =head1 Aufrufen/Konfigurieren von Embperl - - =head2 mod_perl Konfiguration |