diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-06 11:02:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-06 11:02:22 +0000 |
commit | 007e35283b7599b24650087935cf62c520a76b2b (patch) | |
tree | e730759d664b9ec2cb577c7438f853448a1c85e1 | |
parent | Activate teTeX-beta. (diff) |
Add a little more description what "php3" is.
Upgrade apache13-php3 to use apache-1.3.3, php-3.0.5 and mod_ssl-2.0.14
Submitted by: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
Notes
Notes:
svn path=/head/; revision=14372
-rw-r--r-- | www/mod_php3/Makefile | 8 | ||||
-rw-r--r-- | www/mod_php3/distinfo | 6 | ||||
-rw-r--r-- | www/mod_php3/pkg-descr | 25 | ||||
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php4/Makefile | 8 | ||||
-rw-r--r-- | www/mod_php4/distinfo | 6 | ||||
-rw-r--r-- | www/mod_php4/pkg-descr | 25 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 8 | ||||
-rw-r--r-- | www/mod_php5/distinfo | 6 | ||||
-rw-r--r-- | www/mod_php5/pkg-descr | 25 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
12 files changed, 57 insertions, 66 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 71650662eeee..6cbacb3252b9 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: apache HTTPD / php3 -# Version required: 1.3.1 / 3.0.3 +# Version required: 1.3* / 3.0* # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.54 1998/09/13 17:18:11 andreas Exp $ +# $Id: Makefile,v 1.56 1998/09/30 18:16:06 andreas Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -15,8 +15,8 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= Dirk Froemberg <ibex@physik.TU-Berlin.DE> -VERSION_APACHE= 1.3.2 -VERSION_PHP3= 3.0.4 +VERSION_APACHE= 1.3.3 +VERSION_PHP3= 3.0.5 IS_INTERACTIVE= yes NO_PACKAGE= Support for different databases diff --git a/www/mod_php3/distinfo b/www/mod_php3/distinfo index 35c6478a5dff..17aa8a15baff 100644 --- a/www/mod_php3/distinfo +++ b/www/mod_php3/distinfo @@ -1,3 +1,3 @@ -MD5 (apache_1.3.2.tar.gz) = a86e38366bcd9797400818ae6eb1400f -MD5 (php-3.0.4.tar.gz) = 64fd10379bb90c2c9552a55b5c2d16dd -MD5 (mod_ssl-2.0.11-1.3.2.tar.gz) = 33b2c9c2d04c8d3fba6baa82e06bb2a9 +MD5 (apache_1.3.3.tar.gz) = bb6f14bbb369097a55969482d395d1ae +MD5 (php-3.0.5.tar.gz) = f5d78d425bfe642a25871ff3e375fec2 +MD5 (mod_ssl-2.0.14-1.3.3.tar.gz) = 0a60f9b131d7ce93c3ff3ebbc524e75c diff --git a/www/mod_php3/pkg-descr b/www/mod_php3/pkg-descr index efa8baf74d90..9e11dd00b43e 100644 --- a/www/mod_php3/pkg-descr +++ b/www/mod_php3/pkg-descr @@ -1,6 +1,5 @@ - -What is it? ------------ +Apache 1.3 + PHP3 +================= Apache is an HTTP server designed as a plug-in replacement for the NCSA server version 1.3 (or 1.4). It fixes numerous bugs in the @@ -8,16 +7,14 @@ NCSA server and includes many frequently requested new features, and has an API which allows it to be extended to meet users' needs more easily. -Documentation -------------- - -The documentation available as of the date of this release is also -included, in HTML format, in the htdocs/manual/ directory. For the -most up-to-date documentation, visit us on the WWW, at: +This version has PHP3 compiled in. PHP3 is a server-side, cross-platform, +HTML embedded scripting language which offers easy database integration. +SSL support (mod_ssl + SSLeay) is available as an option. - http://www.apache.org/ - -Visit Apache Week, the best place for the latest Apache news and -information. New issue every Friday: +Documentation +============= - http://www.apacheweek.com/ +Apache: http://www.apache.org/ +PHP3: http://www.php.net/ +mod_ssl: http://www.engelschall.com/sw/mod_ssl/ +SSLeay: http://www.ssleay.org/ diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php index 71c2d1ed6f30..807b6cdd730f 100644 --- a/www/mod_php3/scripts/configure.php +++ b/www/mod_php3/scripts/configure.php @@ -84,7 +84,7 @@ BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/SSLeay RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay -VERSION_MODSSL= 2.0.11 +VERSION_MODSSL= 2.0.14 RESTRICTED= "Contains cryptography" diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 71650662eeee..6cbacb3252b9 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: apache HTTPD / php3 -# Version required: 1.3.1 / 3.0.3 +# Version required: 1.3* / 3.0* # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.54 1998/09/13 17:18:11 andreas Exp $ +# $Id: Makefile,v 1.56 1998/09/30 18:16:06 andreas Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -15,8 +15,8 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= Dirk Froemberg <ibex@physik.TU-Berlin.DE> -VERSION_APACHE= 1.3.2 -VERSION_PHP3= 3.0.4 +VERSION_APACHE= 1.3.3 +VERSION_PHP3= 3.0.5 IS_INTERACTIVE= yes NO_PACKAGE= Support for different databases diff --git a/www/mod_php4/distinfo b/www/mod_php4/distinfo index 35c6478a5dff..17aa8a15baff 100644 --- a/www/mod_php4/distinfo +++ b/www/mod_php4/distinfo @@ -1,3 +1,3 @@ -MD5 (apache_1.3.2.tar.gz) = a86e38366bcd9797400818ae6eb1400f -MD5 (php-3.0.4.tar.gz) = 64fd10379bb90c2c9552a55b5c2d16dd -MD5 (mod_ssl-2.0.11-1.3.2.tar.gz) = 33b2c9c2d04c8d3fba6baa82e06bb2a9 +MD5 (apache_1.3.3.tar.gz) = bb6f14bbb369097a55969482d395d1ae +MD5 (php-3.0.5.tar.gz) = f5d78d425bfe642a25871ff3e375fec2 +MD5 (mod_ssl-2.0.14-1.3.3.tar.gz) = 0a60f9b131d7ce93c3ff3ebbc524e75c diff --git a/www/mod_php4/pkg-descr b/www/mod_php4/pkg-descr index efa8baf74d90..9e11dd00b43e 100644 --- a/www/mod_php4/pkg-descr +++ b/www/mod_php4/pkg-descr @@ -1,6 +1,5 @@ - -What is it? ------------ +Apache 1.3 + PHP3 +================= Apache is an HTTP server designed as a plug-in replacement for the NCSA server version 1.3 (or 1.4). It fixes numerous bugs in the @@ -8,16 +7,14 @@ NCSA server and includes many frequently requested new features, and has an API which allows it to be extended to meet users' needs more easily. -Documentation -------------- - -The documentation available as of the date of this release is also -included, in HTML format, in the htdocs/manual/ directory. For the -most up-to-date documentation, visit us on the WWW, at: +This version has PHP3 compiled in. PHP3 is a server-side, cross-platform, +HTML embedded scripting language which offers easy database integration. +SSL support (mod_ssl + SSLeay) is available as an option. - http://www.apache.org/ - -Visit Apache Week, the best place for the latest Apache news and -information. New issue every Friday: +Documentation +============= - http://www.apacheweek.com/ +Apache: http://www.apache.org/ +PHP3: http://www.php.net/ +mod_ssl: http://www.engelschall.com/sw/mod_ssl/ +SSLeay: http://www.ssleay.org/ diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 71c2d1ed6f30..807b6cdd730f 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -84,7 +84,7 @@ BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/SSLeay RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay -VERSION_MODSSL= 2.0.11 +VERSION_MODSSL= 2.0.14 RESTRICTED= "Contains cryptography" diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 71650662eeee..6cbacb3252b9 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: apache HTTPD / php3 -# Version required: 1.3.1 / 3.0.3 +# Version required: 1.3* / 3.0* # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.54 1998/09/13 17:18:11 andreas Exp $ +# $Id: Makefile,v 1.56 1998/09/30 18:16:06 andreas Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -15,8 +15,8 @@ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP3}.tar.gz MAINTAINER= Dirk Froemberg <ibex@physik.TU-Berlin.DE> -VERSION_APACHE= 1.3.2 -VERSION_PHP3= 3.0.4 +VERSION_APACHE= 1.3.3 +VERSION_PHP3= 3.0.5 IS_INTERACTIVE= yes NO_PACKAGE= Support for different databases diff --git a/www/mod_php5/distinfo b/www/mod_php5/distinfo index 35c6478a5dff..17aa8a15baff 100644 --- a/www/mod_php5/distinfo +++ b/www/mod_php5/distinfo @@ -1,3 +1,3 @@ -MD5 (apache_1.3.2.tar.gz) = a86e38366bcd9797400818ae6eb1400f -MD5 (php-3.0.4.tar.gz) = 64fd10379bb90c2c9552a55b5c2d16dd -MD5 (mod_ssl-2.0.11-1.3.2.tar.gz) = 33b2c9c2d04c8d3fba6baa82e06bb2a9 +MD5 (apache_1.3.3.tar.gz) = bb6f14bbb369097a55969482d395d1ae +MD5 (php-3.0.5.tar.gz) = f5d78d425bfe642a25871ff3e375fec2 +MD5 (mod_ssl-2.0.14-1.3.3.tar.gz) = 0a60f9b131d7ce93c3ff3ebbc524e75c diff --git a/www/mod_php5/pkg-descr b/www/mod_php5/pkg-descr index efa8baf74d90..9e11dd00b43e 100644 --- a/www/mod_php5/pkg-descr +++ b/www/mod_php5/pkg-descr @@ -1,6 +1,5 @@ - -What is it? ------------ +Apache 1.3 + PHP3 +================= Apache is an HTTP server designed as a plug-in replacement for the NCSA server version 1.3 (or 1.4). It fixes numerous bugs in the @@ -8,16 +7,14 @@ NCSA server and includes many frequently requested new features, and has an API which allows it to be extended to meet users' needs more easily. -Documentation -------------- - -The documentation available as of the date of this release is also -included, in HTML format, in the htdocs/manual/ directory. For the -most up-to-date documentation, visit us on the WWW, at: +This version has PHP3 compiled in. PHP3 is a server-side, cross-platform, +HTML embedded scripting language which offers easy database integration. +SSL support (mod_ssl + SSLeay) is available as an option. - http://www.apache.org/ - -Visit Apache Week, the best place for the latest Apache news and -information. New issue every Friday: +Documentation +============= - http://www.apacheweek.com/ +Apache: http://www.apache.org/ +PHP3: http://www.php.net/ +mod_ssl: http://www.engelschall.com/sw/mod_ssl/ +SSLeay: http://www.ssleay.org/ diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 71c2d1ed6f30..807b6cdd730f 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -84,7 +84,7 @@ BUILD_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay \\ \${PREFIX}/lib/libcrypto.a:\${PORTSDIR}/security/SSLeay RUN_DEPENDS+= ssleay:\${PORTSDIR}/security/SSLeay -VERSION_MODSSL= 2.0.11 +VERSION_MODSSL= 2.0.14 RESTRICTED= "Contains cryptography" |