- Update to 1.0.3
- Convert Header - Take maintainership
This commit is contained in:
parent
d582cb3484
commit
f2f8df8888
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311464
2 changed files with 8 additions and 20 deletions
|
@ -1,31 +1,19 @@
|
|||
# Ports collection makefile for: pear-Net_Server
|
||||
# Date created: 23 Octobre 2004
|
||||
# Whom: Gerrit Beine (<tux@pinguru.net>)
|
||||
#
|
||||
# Created by: Gerrit Beine (<tux@pinguru.net>)
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net_Server
|
||||
PORTVERSION= 1.0.2
|
||||
PORTVERSION= 1.0.3
|
||||
CATEGORIES= net pear
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Generic server class
|
||||
|
||||
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
USE_PHP= sockets pcntl
|
||||
CATEGORY= Net
|
||||
FILES= Server.php \
|
||||
Server/Driver.php Server/Handler.php \
|
||||
Server/Driver/Fork.php Server/Driver/Sequential.php \
|
||||
Server/Driver/Multiprocess.php \
|
||||
Server/Driver/Multiprocess/MPM-prefork.php \
|
||||
Server/Driver/Multiprocess/Processor.php \
|
||||
Server/Driver/Multiprocess/remoteConsole.php
|
||||
DOCS= todo.txt
|
||||
EXAMPLES= talkback.php
|
||||
|
||||
PEAR_AUTOINSTALL= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (PEAR/Net_Server-1.0.2.tgz) = efa1cf43ba7fc1acedf0ed5e47556569bc2c9a75d73a43a085818f75f86e58ff
|
||||
SIZE (PEAR/Net_Server-1.0.2.tgz) = 17280
|
||||
SHA256 (PEAR/Net_Server-1.0.3.tgz) = 794f88a2ad5d5dd58d4e7ef42d4ee5eb1582a3a75538f66af2fa4a1125bb91bd
|
||||
SIZE (PEAR/Net_Server-1.0.3.tgz) = 17666
|
||||
|
|
Loading…
Reference in a new issue