Index: head/lang/eperl/Makefile =================================================================== --- head/lang/eperl/Makefile (revision 8372) +++ head/lang/eperl/Makefile (revision 8373) @@ -1,62 +1,62 @@ # New ports collection makefile for: eperl -# Version required: 2.2.5 -# Date created: Wed Sep 3 12:31:36 MET DST 1997 +# Version required: 2.2.6 +# Date created: 03-Sep-1997 # Whom: Ralf S. Engelschall # -# $Id: Makefile,v 1.13 1997/09/01 14:11:02 rse Exp $ +# $Id: Makefile,v 1.14 1997/09/03 10:31:41 rse Exp $ # -DISTNAME= eperl-2.2.5 +DISTNAME= eperl-2.2.6 CATEGORIES= lang www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ http://www.engelschall.com/sw/eperl/distrib/ \ ftp://ftp.engelschall.com/sw/ MASTER_SITE_SUBDIR=Parse MAINTAINER= rse@engelschall.com # User-controlled variables list # INSTALL_ALSO_AS_SSSL # install ePerl also as a Server-Side # Scripting Language (SSSL) for Apache -INSTALL_ALSO_AS_SSSL= no +#INSTALL_ALSO_AS_SSSL= yes .if defined(INSTALL_ALSO_AS_SSSL) RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache .endif USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+=--with-perl=${PREFIX}/bin/perl MAN1= eperl.1 test: @(cd ${WRKSRC}; make test) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/eperl ${PREFIX}/bin/eperl ${INSTALL_MAN} ${WRKSRC}/eperl.1 ${PREFIX}/man/man1/eperl.1 .if !defined(NOPORTDOCS) @if [ ! -d ${PREFIX}/share/examples/eperl ]; then \ ${MKDIR} -p ${PREFIX}/share/examples/eperl; \ fi ${CP} ${WRKSRC}/eg/* ${PREFIX}/share/examples/eperl/ .endif .if defined(INSTALL_ALSO_AS_SSSL) @if [ ! -d ${PREFIX}/www/cgi-bin ]; then \ ${MKDIR} -p ${PREFIX}/www/cgi-bin; \ fi ${INSTALL_PROGRAM} ${WRKSRC}/eperl ${PREFIX}/www/cgi-bin/nph-eperl @if [ ".`grep x-httpd-eperl ${PREFIX}/etc/apache/srm.conf`" = . ]; then \ ${ECHO} "AddType application/x-httpd-eperl .phtml .eperl .epl" \ >>${PREFIX}/etc/apache/srm.conf; \ ${ECHO} "Action application/x-httpd-eperl /cgi-bin/nph-eperl" \ >>${PREFIX}/etc/apache/srm.conf; \ ${ECHO} "Added knowledge about ePerl to Apache's srm.conf"; \ else \ ${ECHO} "Apache srm.conf is already aware of ePerl"; \ fi .endif .include Property changes on: head/lang/eperl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/lang/eperl/distinfo =================================================================== --- head/lang/eperl/distinfo (revision 8372) +++ head/lang/eperl/distinfo (revision 8373) @@ -1 +1 @@ -MD5 (eperl-2.2.5.tar.gz) = 6c37b69f7abb728bd72edc0c23a4b767 +MD5 (eperl-2.2.6.tar.gz) = aa2c8f2ef601a95bb877439240b7a760 Property changes on: head/lang/eperl/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/lang/eperl/pkg-descr =================================================================== --- head/lang/eperl/pkg-descr (revision 8372) +++ head/lang/eperl/pkg-descr (revision 8373) @@ -1,18 +1,18 @@ ____ _ ___| _ \ ___ _ __| | / _ \ |_) / _ \ '__| | | __/ __/ __/ | | | \___|_| \___|_| |_| ePerl -- Embedded Perl 5 Language - Version 2.2.5 (03-09-1997) + Version 2.2.6 (27-10-1997) ePerl interprets an ASCII file bristled with Perl 5 program statements by evaluating the Perl 5 code while passing through the plain ASCII data. It can operate in various ways: As a stand-alone Unix filter or integrated Perl 5 module for general file generation tasks and as a powerful Webserver scripting language for dynamic HTML page programming. The documentation and latest release can be found on http://www.engelschall.com/sw/eperl/ Property changes on: head/lang/eperl/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property