At the most basic level, PHP can do anything any other CGI program can
do, such as collect form data, generate dynamic page content, or send and receive cookies. PHP also has support for talking to other services using protocols such as IMAP, SNMP, NNTP, POP3, or even HTTP. You can also open raw network sockets and interact using other protocols. More information availible at http://www.php.net/ This port is worked by Jakob Schlyter <jakob@openbsd.org>.
This commit is contained in:
parent
ded095d098
commit
0045db0b24
25
www/php3/Makefile
Normal file
25
www/php3/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/01/14 09:06:46 kevlo Exp $
|
||||
|
||||
DISTNAME= php-3.0.14
|
||||
CATEGORIES= www lang
|
||||
|
||||
MAINTAINER= jakob@openbsd.org
|
||||
|
||||
MASTER_SITES= http://www.php.net/distributions/ \
|
||||
http://us.php.net/distributions/ \
|
||||
http://se.php.net/distributions/ \
|
||||
http://no.php.net/distributions/
|
||||
|
||||
# This port current only works with archs supporting dynamic loading
|
||||
ONLY_FOR_ARCHS= i386 m68k sparc mips
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-apxs=/usr/sbin/apxs
|
||||
CONFIGURE_ARGS+= --without-pcre-regex
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/php3
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/php3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/php3/files/md5
Normal file
3
www/php3/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (php-3.0.14.tar.gz) = f383b9bd01488d258aa7b8e8bee9f71c
|
||||
RMD160 (php-3.0.14.tar.gz) = eaffe0a3b6d0e20ce8660b7d8772277422ae2f96
|
||||
SHA1 (php-3.0.14.tar.gz) = a651056773414e3581d7e483011a9313a86590b5
|
1
www/php3/pkg/COMMENT
Normal file
1
www/php3/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
server-side HTML-embedded scripting language
|
22
www/php3/pkg/DEINSTALL
Normal file
22
www/php3/pkg/DEINSTALL
Normal file
@ -0,0 +1,22 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.1.1.1 2000/01/14 09:06:46 kevlo Exp $
|
||||
#
|
||||
# php3 de-installation
|
||||
|
||||
set -e
|
||||
|
||||
echo
|
||||
echo "+----------------------------------------------------+"
|
||||
echo "| To completely deinstall the $1 package you |"
|
||||
echo "| need to perform these steps as root: |"
|
||||
echo "| |"
|
||||
echo "| edit /var/www/conf/httpd.conf |"
|
||||
echo "| remove the line LoadModule php3_module |"
|
||||
echo "| |"
|
||||
echo "| Do not do this if you plan on re-installing php3 |"
|
||||
echo "| package at some future time. |"
|
||||
echo "+----------------------------------------------------+"
|
||||
echo
|
||||
|
||||
exit 0
|
9
www/php3/pkg/DESCR
Normal file
9
www/php3/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
At the most basic level, PHP can do anything any other CGI program can
|
||||
do, such as collect form data, generate dynamic page content, or send
|
||||
and receive cookies.
|
||||
|
||||
PHP also has support for talking to other services using protocols
|
||||
such as IMAP, SNMP, NNTP, POP3, or even HTTP. You can also open raw
|
||||
network sockets and interact using other protocols.
|
||||
|
||||
More information availible at http://www.php.net/.
|
1346
www/php3/pkg/PLIST
Normal file
1346
www/php3/pkg/PLIST
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user