The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : eperl

Embedded Perl 5 Language

       ____           _ 
  ___|  _ \ ___ _ __| |
 / _ \ |_) / _ \ '__| |
|  __/  __/  __/ |  | |
 \___|_|   \___|_|  |_|
                       
ePerl -- Embedded Perl 5 Language

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.  

http://www.ossp.org/pkg/tool/eperl/



eperl history


v. 1.45
date: 2006/03/06 10:14:39;  author: tobez;  state: Exp;  lines: +4 -3
Fix PerlIO-related coredump.  While at it, use EXAMPLESDIR throughout.
Bump PORTREVISION.

PR:		93981
Submitted by:	Matthias Meyser 
Approved by:	portmgr (erwin)

v. 1.44 date: 2004/08/21 15:19:41; author: pav; state: Exp; lines: +2 -3 - Introduce MASTER_SITE_OSSP PR: ports/70504 Submitted by: Kimura Fuyuki
v. 1.43 date: 2004/05/25 14:06:53; author: vs; state: Exp; lines: +3 -0 Fix plist w.r.t INSTALL_ALSO_AS_SSSL. PR: ports/36560 Submitted by: Adam Jones
v. 1.42 date: 2004/04/10 17:26:41; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.41 date: 2004/03/14 11:23:26; author: rse; state: Exp; lines: +1 -1 Resign maintainership of the ports corresponding to software I developed myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports.
v. 1.40 date: 2004/02/25 11:16:30; author: mat; state: Exp; lines: +0 -4 Fix build with perl 5.8.x Remove BROKEN
v. 1.39 date: 2004/02/05 22:57:37; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: Configure fails
v. 1.38 date: 2003/11/13 13:30:38; author: trevor; state: Exp; lines: +2 -1 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
v. 1.37 date: 2003/11/07 09:12:48; author: marcus; state: Exp; lines: +1 -1 Use the new Apache bits from bsd.port.mk. Submitted by: dinoex
v. 1.36 date: 2003/02/21 12:35:00; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.35 date: 2002/07/07 18:14:26; author: rse; state: Exp; lines: +1 -3 update to ePerl's new home at OSSP.org
v. 1.34 date: 2002/01/29 11:24:07; author: knu; state: Exp; lines: +5 -5 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
v. 1.33 date: 2002/01/02 12:27:25; author: sobomax; state: Exp; lines: +5 -1 Don't assume that strnstr(3) exists in the system libc. This should fix the build on slightly outdated (3 weeks and more) 4-STABLE systems. Submitted by: bento
v. 1.32 date: 2000/04/12 06:18:18; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.31 date: 1999/08/25 06:34:28; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.30 date: 1999/08/23 04:23:32; author: mharo; state: Exp; lines: +2 -2 grep -> ${GREP} true -> ${TRUE} false -> ${FALSE}
v. 1.29 date: 1998/09/15 21:31:46; author: asami; state: Exp; lines: +2 -2 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima
v. 1.28 date: 1998/08/02 14:53:32; author: rse; state: Exp; lines: +3 -3 Upgrade to ePerl, Version 2.2.14
v. 1.27 date: 1998/07/10 09:11:31; author: rse; state: Exp; lines: +3 -3 Upgrade to ePerl Version 2.2.13
v. 1.26 date: 1997/12/31 09:25:38; author: rse; state: Exp; lines: +6 -6 - Upgrade to ePerl 2.2.12 - Reordered MASTER_SITES because CPAN is not in sync all the time, but the official website is ;_)
v. 1.25 date: 1997/12/30 09:53:25; author: rse; state: Exp; lines: +3 -3 Upgrade to Embedded Perl (ePerl), Version 2.2.11
v. 1.24 date: 1997/12/28 17:10:53; author: rse; state: Exp; lines: +3 -5 The port was broken (thanks Sathosi and Andreas) under standard FreeBSD systems because I've made an error in the original ePerl 2.2.9 tarball (under my FreeBSD boxes it worked, because there a /sw/bin/perl exists). I've now fixed it for 2.2.10 and now the ports is again ok. At least I hope that it is ok now again... ;_)
v. 1.23 date: 1997/12/25 11:08:53; author: rse; state: Exp; lines: +3 -2 Added official mirror to MASTER_SITES.
v. 1.22 date: 1997/12/24 10:07:46; author: asami; state: Exp; lines: +3 -1 Mark this port broken for now.
v. 1.21 date: 1997/12/24 01:21:09; author: alex; state: Exp; lines: +2 -2 No need to use += on first appearance of variables.
v. 1.20 date: 1997/12/23 09:59:20; author: rse; state: Exp; lines: +3 -3 Upgraded to Embedded Perl (ePerl), Version 2.2.9
v. 1.19 date: 1997/12/09 15:38:48; author: rse; state: Exp; lines: +2 -2 Tarballs have moved to subdir on FTP server.
v. 1.18 date: 1997/11/17 16:16:29; author: rse; state: Exp; lines: +3 -3 Upgrade to ePerl 2.2.8
v. 1.17 date: 1997/11/07 16:01:01; author: rse; state: Exp; lines: +3 -3 Upgraded to ePerl 2.2.7
v. 1.16 date: 1997/10/28 12:50:42; author: rse; state: Exp; lines: +3 -3 Removed -p from ${MKDIR} commands to make portlint happy.
v. 1.15 date: 1997/10/28 12:43:04; author: rse; state: Exp; lines: +5 -5 - upgrade to ePerl 2.2.6 - fixed problem with INSTALL_ALSO_AS_SSSL and defined() check
v. 1.14 date: 1997/09/03 10:31:41; author: rse; state: Exp; lines: +4 -4 Upgrade to ePerl 2.2.5
v. 1.13 date: 1997/09/01 14:11:02; author: rse; state: Exp; lines: +4 -4 Upgrade to ePerl 2.2.4 (as always CPAN site need a few hours more to sync with PAUSE but the last two locations in MASTER_SITES already provide the distribution tarball)
v. 1.12 date: 1997/08/21 15:39:18; author: rse; state: Exp; lines: +4 -4 Upgrade to ePerl 2.2.3. Distribution still exists on {www,ftp}.engelschall.com, CPAN follows in a few hours.
v. 1.11 date: 1997/08/14 15:04:23; author: rse; state: Exp; lines: +4 -7 Upgrade to ePerl 2.2.2 (Distribution file is still released, but needs some more hours to be spread via CPAN, too.)
v. 1.10 date: 1997/08/13 09:40:07; author: asami; state: Exp; lines: +2 -2 Revert apache port name.
v. 1.9 date: 1997/08/11 08:59:04; author: rse; state: Exp; lines: +31 -49 Upgrade to ePerl 2.2.1. Reviewed by: Andreas Klemm Submitted by: Ralf S. Engelschall
v. 1.8 date: 1997/08/03 16:46:18; author: andreas; state: Exp; lines: +2 -2 apache port is now called apache-stable changed *_DEPENDS
v. 1.7 date: 1997/07/18 05:04:15; author: asami; state: Exp; lines: +3 -6 Update name of perl executable in dependencies to "perl5.00401". Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS).
v. 1.6 date: 1997/05/24 13:17:10; author: jfitz; state: Exp; lines: +4 -4 Upgrade all ports requiring perl5.003 to perl5.004 Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
v. 1.5 date: 1997/05/03 12:36:05; author: andreas; state: Exp; lines: +4 -4 Backed out my changes based on the missassumption, that SSSL has something to deal with SSL ;-) Reordered master sites, put http address before ftp, because the ftp server's address might change soon. PR: Reviewed by: Submitted by: the author Obtained from:
v. 1.4 date: 1997/05/03 07:54:53; author: andreas; state: Exp; lines: +65 -18 upgraded eperl port to new release 2.1.1 my very last changes: - put ftp site before http site - commented out INSTALL_ALSO_AS_SSSL= yes because the apache ssl port is currently marked broken - because of SSL brokenness I removed cgi-bin/nph-eperl from the PLIST so that this port packages fine ... This port should be revamped by the author to be organized like the apache port, because INSTALL_ALSO_AS_SSSL= influences the PLIST. PR: Reviewed by: andreas Submitted by: Ralf S. Engelschall Obtained from:
v. 1.3 date: 1997/04/20 13:53:03; author: wosch; state: Exp; lines: +2 -2 Add virtual category 'perl5'.
v. 1.2 date: 1997/01/04 23:40:16; author: andreas; state: Exp; lines: +18 -13 updated port to version 2.0.3
v. 1.1 date: 1997/01/04 18:54:38; author: andreas; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/01/04 18:54:38; author: andreas; state: Exp; lines: +0 -0 eperl - new port Embedded Perl 5 for HTML, a server-side scripting language Reviewed by: andreas Submitted by: Ralf S. Engelschall ============================================================================= v. 1.45 date: 2006/03/06 10:14:39; author: tobez; state: Exp; lines: +4 -3 Fix PerlIO-related coredump. While at it, use EXAMPLESDIR throughout. Bump PORTREVISION. PR: 93981 Submitted by: Matthias Meyser Approved by: portmgr (erwin)
v. 1.44 date: 2004/08/21 15:19:41; author: pav; state: Exp; lines: +2 -3 - Introduce MASTER_SITE_OSSP PR: ports/70504 Submitted by: Kimura Fuyuki
v. 1.43 date: 2004/05/25 14:06:53; author: vs; state: Exp; lines: +3 -0 Fix plist w.r.t INSTALL_ALSO_AS_SSSL. PR: ports/36560 Submitted by: Adam Jones
v. 1.42 date: 2004/04/10 17:26:41; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.41 date: 2004/03/14 11:23:26; author: rse; state: Exp; lines: +1 -1 Resign maintainership of the ports corresponding to software I developed myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports.
v. 1.40 date: 2004/02/25 11:16:30; author: mat; state: Exp; lines: +0 -4 Fix build with perl 5.8.x Remove BROKEN
v. 1.39 date: 2004/02/05 22:57:37; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: Configure fails
v. 1.38 date: 2003/11/13 13:30:38; author: trevor; state: Exp; lines: +2 -1 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
v. 1.37 date: 2003/11/07 09:12:48; author: marcus; state: Exp; lines: +1 -1 Use the new Apache bits from bsd.port.mk. Submitted by: dinoex
v. 1.36 date: 2003/02/21 12:35:00; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.35 date: 2002/07/07 18:14:26; author: rse; state: Exp; lines: +1 -3 update to ePerl's new home at OSSP.org
v. 1.34 date: 2002/01/29 11:24:07; author: knu; state: Exp; lines: +5 -5 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
v. 1.33 date: 2002/01/02 12:27:25; author: sobomax; state: Exp; lines: +5 -1 Don't assume that strnstr(3) exists in the system libc. This should fix the build on slightly outdated (3 weeks and more) 4-STABLE systems. Submitted by: bento
v. 1.32 date: 2000/04/12 06:18:18; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.31 date: 1999/08/25 06:34:28; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.30 date: 1999/08/23 04:23:32; author: mharo; state: Exp; lines: +2 -2 grep -> ${GREP} true -> ${TRUE} false -> ${FALSE}
v. 1.29 date: 1998/09/15 21:31:46; author: asami; state: Exp; lines: +2 -2 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima
v. 1.28 date: 1998/08/02 14:53:32; author: rse; state: Exp; lines: +3 -3 Upgrade to ePerl, Version 2.2.14
v. 1.27 date: 1998/07/10 09:11:31; author: rse; state: Exp; lines: +3 -3 Upgrade to ePerl Version 2.2.13
v. 1.26 date: 1997/12/31 09:25:38; author: rse; state: Exp; lines: +6 -6 - Upgrade to ePerl 2.2.12 - Reordered MASTER_SITES because CPAN is not in sync all the time, but the official website is ;_)
v. 1.25 date: 1997/12/30 09:53:25; author: rse; state: Exp; lines: +3 -3 Upgrade to Embedded Perl (ePerl), Version 2.2.11
v. 1.24 date: 1997/12/28 17:10:53; author: rse; state: Exp; lines: +3 -5 The port was broken (thanks Sathosi and Andreas) under standard FreeBSD systems because I've made an error in the original ePerl 2.2.9 tarball (under my FreeBSD boxes it worked, because there a /sw/bin/perl exists). I've now fixed it for 2.2.10 and now the ports is again ok. At least I hope that it is ok now again... ;_)
v. 1.23 date: 1997/12/25 11:08:53; author: rse; state: Exp; lines: +3 -2 Added official mirror to MASTER_SITES.
v. 1.22 date: 1997/12/24 10:07:46; author: asami; state: Exp; lines: +3 -1 Mark this port broken for now.
v. 1.21 date: 1997/12/24 01:21:09; author: alex; state: Exp; lines: +2 -2 No need to use += on first appearance of variables.
v. 1.20 date: 1997/12/23 09:59:20; author: rse; state: Exp; lines: +3 -3 Upgraded to Embedded Perl (ePerl), Version 2.2.9
v. 1.19 date: 1997/12/09 15:38:48; author: rse; state: Exp; lines: +2 -2 Tarballs have moved to subdir on FTP server.
v. 1.18 date: 1997/11/17 16:16:29; author: rse; state: Exp; lines: +3 -3 Upgrade to ePerl 2.2.8
v. 1.17 date: 1997/11/07 16:01:01; author: rse; state: Exp; lines: +3 -3 Upgraded to ePerl 2.2.7
v. 1.16 date: 1997/10/28 12:50:42; author: rse; state: Exp; lines: +3 -3 Removed -p from ${MKDIR} commands to make portlint happy.
v. 1.15 date: 1997/10/28 12:43:04; author: rse; state: Exp; lines: +5 -5 - upgrade to ePerl 2.2.6 - fixed problem with INSTALL_ALSO_AS_SSSL and defined() check
v. 1.14 date: 1997/09/03 10:31:41; author: rse; state: Exp; lines: +4 -4 Upgrade to ePerl 2.2.5
v. 1.13 date: 1997/09/01 14:11:02; author: rse; state: Exp; lines: +4 -4 Upgrade to ePerl 2.2.4 (as always CPAN site need a few hours more to sync with PAUSE but the last two locations in MASTER_SITES already provide the distribution tarball)
v. 1.12 date: 1997/08/21 15:39:18; author: rse; state: Exp; lines: +4 -4 Upgrade to ePerl 2.2.3. Distribution still exists on {www,ftp}.engelschall.com, CPAN follows in a few hours.
v. 1.11 date: 1997/08/14 15:04:23; author: rse; state: Exp; lines: +4 -7 Upgrade to ePerl 2.2.2 (Distribution file is still released, but needs some more hours to be spread via CPAN, too.)
v. 1.10 date: 1997/08/13 09:40:07; author: asami; state: Exp; lines: +2 -2 Revert apache port name.
v. 1.9 date: 1997/08/11 08:59:04; author: rse; state: Exp; lines: +31 -49 Upgrade to ePerl 2.2.1. Reviewed by: Andreas Klemm Submitted by: Ralf S. Engelschall
v. 1.8 date: 1997/08/03 16:46:18; author: andreas; state: Exp; lines: +2 -2 apache port is now called apache-stable changed *_DEPENDS
v. 1.7 date: 1997/07/18 05:04:15; author: asami; state: Exp; lines: +3 -6 Update name of perl executable in dependencies to "perl5.00401". Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS).
v. 1.6 date: 1997/05/24 13:17:10; author: jfitz; state: Exp; lines: +4 -4 Upgrade all ports requiring perl5.003 to perl5.004 Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
v. 1.5 date: 1997/05/03 12:36:05; author: andreas; state: Exp; lines: +4 -4 Backed out my changes based on the missassumption, that SSSL has something to deal with SSL ;-) Reordered master sites, put http address before ftp, because the ftp server's address might change soon. PR: Reviewed by: Submitted by: the author Obtained from:
v. 1.4 date: 1997/05/03 07:54:53; author: andreas; state: Exp; lines: +65 -18 upgraded eperl port to new release 2.1.1 my very last changes: - put ftp site before http site - commented out INSTALL_ALSO_AS_SSSL= yes because the apache ssl port is currently marked broken - because of SSL brokenness I removed cgi-bin/nph-eperl from the PLIST so that this port packages fine ... This port should be revamped by the author to be organized like the apache port, because INSTALL_ALSO_AS_SSSL= influences the PLIST. PR: Reviewed by: andreas Submitted by: Ralf S. Engelschall Obtained from:
v. 1.3 date: 1997/04/20 13:53:03; author: wosch; state: Exp; lines: +2 -2 Add virtual category 'perl5'.
v. 1.2 date: 1997/01/04 23:40:16; author: andreas; state: Exp; lines: +18 -13 updated port to version 2.0.3
v. 1.1 date: 1997/01/04 18:54:38; author: andreas; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/01/04 18:54:38; author: andreas; state: Exp; lines: +0 -0 eperl - new port Embedded Perl 5 for HTML, a server-side scripting language Reviewed by: andreas Submitted by: Ralf S. Engelschall ============================================================================= v. 1.45 date: 2006/03/06 10:14:39; author: tobez; state: Exp; lines: +4 -3 Fix PerlIO-related coredump. While at it, use EXAMPLESDIR throughout. Bump PORTREVISION. PR: 93981 Submitted by: Matthias Meyser Approved by: portmgr (erwin)
v. 1.44 date: 2004/08/21 15:19:41; author: pav; state: Exp; lines: +2 -3 - Introduce MASTER_SITE_OSSP PR: ports/70504 Submitted by: Kimura Fuyuki
v. 1.43 date: 2004/05/25 14:06:53; author: vs; state: Exp; lines: +3 -0 Fix plist w.r.t INSTALL_ALSO_AS_SSSL. PR: ports/36560 Submitted by: Adam Jones
v. 1.42 date: 2004/04/10 17:26:41; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.41 date: 2004/03/14 11:23:26; author: rse; state: Exp; lines: +1 -1 Resign maintainership of the ports corresponding to software I developed myself because I've not the necessary time to maintain the ports in a reasonable way. This way others are encouraged to pick up those ports.
v. 1.40 date: 2004/02/25 11:16:30; author: mat; state: Exp; lines: +0 -4 Fix build with perl 5.8.x Remove BROKEN
v. 1.39 date: 2004/02/05 22:57:37; author: kris; state: Exp; lines: +7 -1 BROKEN on 5.x: Configure fails
v. 1.38 date: 2003/11/13 13:30:38; author: trevor; state: Exp; lines: +2 -1 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
v. 1.37 date: 2003/11/07 09:12:48; author: marcus; state: Exp; lines: +1 -1 Use the new Apache bits from bsd.port.mk. Submitted by: dinoex
v. 1.36 date: 2003/02/21 12:35:00; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.35 date: 2002/07/07 18:14:26; author: rse; state: Exp; lines: +1 -3 update to ePerl's new home at OSSP.org
v. 1.34 date: 2002/01/29 11:24:07; author: knu; state: Exp; lines: +5 -5 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
v. 1.33 date: 2002/01/02 12:27:25; author: sobomax; state: Exp; lines: +5 -1 Don't assume that strnstr(3) exists in the system libc. This should fix the build on slightly outdated (3 weeks and more) 4-STABLE systems. Submitted by: bento
v. 1.32 date: 2000/04/12 06:18:18; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.31 date: 1999/08/25 06:34:28; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.30 date: 1999/08/23 04:23:32; author: mharo; state: Exp; lines: +2 -2 grep -> ${GREP} true -> ${TRUE} false -> ${FALSE}
v. 1.29 date: 1998/09/15 21:31:46; author: asami; state: Exp; lines: +2 -2 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima
v. 1.28 date: 1998/08/02 14:53:32; author: rse; state: Exp; lines: +3 -3 Upgrade to ePerl, Version 2.2.14
v. 1.27 date: 1998/07/10 09:11:31; author: rse; state: Exp; lines: +3 -3 Upgrade to ePerl Version 2.2.13
v. 1.26 date: 1997/12/31 09:25:38; author: rse; state: Exp; lines: +6 -6 - Upgrade to ePerl 2.2.12 - Reordered MASTER_SITES because CPAN is not in sync all the time, but the official website is ;_)
v. 1.25 date: 1997/12/30 09:53:25; author: rse; state: Exp; lines: +3 -3 Upgrade to Embedded Perl (ePerl), Version 2.2.11
v. 1.24 date: 1997/12/28 17:10:53; author: rse; state: Exp; lines: +3 -5 The port was broken (thanks Sathosi and Andreas) under standard FreeBSD systems because I've made an error in the original ePerl 2.2.9 tarball (under my FreeBSD boxes it worked, because there a /sw/bin/perl exists). I've now fixed it for 2.2.10 and now the ports is again ok. At least I hope that it is ok now again... ;_)
v. 1.23 date: 1997/12/25 11:08:53; author: rse; state: Exp; lines: +3 -2 Added official mirror to MASTER_SITES.
v. 1.22 date: 1997/12/24 10:07:46; author: asami; state: Exp; lines: +3 -1 Mark this port broken for now.
v. 1.21 date: 1997/12/24 01:21:09; author: alex; state: Exp; lines: +2 -2 No need to use += on first appearance of variables.
v. 1.20 date: 1997/12/23 09:59:20; author: rse; state: Exp; lines: +3 -3 Upgraded to Embedded Perl (ePerl), Version 2.2.9
v. 1.19 date: 1997/12/09 15:38:48; author: rse; state: Exp; lines: +2 -2 Tarballs have moved to subdir on FTP server.
v. 1.18 date: 1997/11/17 16:16:29; author: rse; state: Exp; lines: +3 -3 Upgrade to ePerl 2.2.8
v. 1.17 date: 1997/11/07 16:01:01; author: rse; state: Exp; lines: +3 -3 Upgraded to ePerl 2.2.7
v. 1.16 date: 1997/10/28 12:50:42; author: rse; state: Exp; lines: +3 -3 Removed -p from ${MKDIR} commands to make portlint happy.
v. 1.15 date: 1997/10/28 12:43:04; author: rse; state: Exp; lines: +5 -5 - upgrade to ePerl 2.2.6 - fixed problem with INSTALL_ALSO_AS_SSSL and defined() check
v. 1.14 date: 1997/09/03 10:31:41; author: rse; state: Exp; lines: +4 -4 Upgrade to ePerl 2.2.5
v. 1.13 date: 1997/09/01 14:11:02; author: rse; state: Exp; lines: +4 -4 Upgrade to ePerl 2.2.4 (as always CPAN site need a few hours more to sync with PAUSE but the last two locations in MASTER_SITES already provide the distribution tarball)
v. 1.12 date: 1997/08/21 15:39:18; author: rse; state: Exp; lines: +4 -4 Upgrade to ePerl 2.2.3. Distribution still exists on {www,ftp}.engelschall.com, CPAN follows in a few hours.
v. 1.11 date: 1997/08/14 15:04:23; author: rse; state: Exp; lines: +4 -7 Upgrade to ePerl 2.2.2 (Distribution file is still released, but needs some more hours to be spread via CPAN, too.)
v. 1.10 date: 1997/08/13 09:40:07; author: asami; state: Exp; lines: +2 -2 Revert apache port name.
v. 1.9 date: 1997/08/11 08:59:04; author: rse; state: Exp; lines: +31 -49 Upgrade to ePerl 2.2.1. Reviewed by: Andreas Klemm Submitted by: Ralf S. Engelschall
v. 1.8 date: 1997/08/03 16:46:18; author: andreas; state: Exp; lines: +2 -2 apache port is now called apache-stable changed *_DEPENDS
v. 1.7 date: 1997/07/18 05:04:15; author: asami; state: Exp; lines: +3 -6 Update name of perl executable in dependencies to "perl5.00401". Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS).
v. 1.6 date: 1997/05/24 13:17:10; author: jfitz; state: Exp; lines: +4 -4 Upgrade all ports requiring perl5.003 to perl5.004 Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
v. 1.5 date: 1997/05/03 12:36:05; author: andreas; state: Exp; lines: +4 -4 Backed out my changes based on the missassumption, that SSSL has something to deal with SSL ;-) Reordered master sites, put http address before ftp, because the ftp server's address might change soon. PR: Reviewed by: Submitted by: the author Obtained from:
v. 1.4 date: 1997/05/03 07:54:53; author: andreas; state: Exp; lines: +65 -18 upgraded eperl port to new release 2.1.1 my very last changes: - put ftp site before http site - commented out INSTALL_ALSO_AS_SSSL= yes because the apache ssl port is currently marked broken - because of SSL brokenness I removed cgi-bin/nph-eperl from the PLIST so that this port packages fine ... This port should be revamped by the author to be organized like the apache port, because INSTALL_ALSO_AS_SSSL= influences the PLIST. PR: Reviewed by: andreas Submitted by: Ralf S. Engelschall Obtained from:
v. 1.3 date: 1997/04/20 13:53:03; author: wosch; state: Exp; lines: +2 -2 Add virtual category 'perl5'.
v. 1.2 date: 1997/01/04 23:40:16; author: andreas; state: Exp; lines: +18 -13 updated port to version 2.0.3
v. 1.1 date: 1997/01/04 18:54:38; author: andreas; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1997/01/04 18:54:38; author: andreas; state: Exp; lines: +0 -0 eperl - new port Embedded Perl 5 for HTML, a server-side scripting language Reviewed by: andreas Submitted by: Ralf S. Engelschall =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm