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>
This commit is contained in:
parent
52369deb9b
commit
007e35283b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14372
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
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.
|
||||
|
||||
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:
|
||||
|
||||
http://www.apache.org/
|
||||
|
||||
Visit Apache Week, the best place for the latest Apache news and
|
||||
information. New issue every Friday:
|
||||
|
||||
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/
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
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.
|
||||
|
||||
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:
|
||||
|
||||
http://www.apache.org/
|
||||
|
||||
Visit Apache Week, the best place for the latest Apache news and
|
||||
information. New issue every Friday:
|
||||
|
||||
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/
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
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.
|
||||
|
||||
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:
|
||||
|
||||
http://www.apache.org/
|
||||
|
||||
Visit Apache Week, the best place for the latest Apache news and
|
||||
information. New issue every Friday:
|
||||
|
||||
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/
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user