Complete move devel/php-Net_Gearman to devel/pear-Net_Gearman.
PR: ports/123739
This commit is contained in:
parent
c0bb134545
commit
c4300e3b71
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213370
1
MOVED
1
MOVED
@ -3477,3 +3477,4 @@ japanese/epson-ttfonts||2008-05-12|Removed because of extremely restrictive lice
|
||||
x11-servers/xorg-printserver||2008-05-15|Has expired, software is obsolete
|
||||
www/mod_evasive20|www/mod_evasive|2008-05-17|No reason to have the 20 in the name, so remove it.
|
||||
multimedia/smplayer-qt4||2008-05-17|Functionality is now included in smplayer.
|
||||
devel/php-Net_Gearman|devel/pear-Net_Gearman|2008-05-19|Now it is a pear module
|
||||
|
@ -1,29 +0,0 @@
|
||||
# New ports collection makefile for: php-Net_Gearman
|
||||
# Date created: 2008-01-10
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net_Gearman
|
||||
PORTVERSION= 0.0.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://bugs.joestump.net/code/Net_Gearman/
|
||||
PKGNAMEPREFIX= php-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Gearman client libraray for PHP
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PHP= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${CP} -R ${WRKSRC}/Net ${DATADIR}
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (Net_Gearman-0.0.4.tgz) = 9fc7b44f73de44b565ac70bf7cfb3fc5
|
||||
SHA256 (Net_Gearman-0.0.4.tgz) = 446adc1152241afd62f4baaf9aa686657a277c010114f9a459bfabef3d94c5d1
|
||||
SIZE (Net_Gearman-0.0.4.tgz) = 12508
|
@ -1,3 +0,0 @@
|
||||
Gearman client libraray for PHP.
|
||||
|
||||
WWW: http://bugs.joestump.net/code/Net_Gearman/
|
@ -1,19 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
%%DATADIR%%/Net/Gearman/Client.php
|
||||
%%DATADIR%%/Net/Gearman/Connection.php
|
||||
%%DATADIR%%/Net/Gearman/Exception.php
|
||||
%%DATADIR%%/Net/Gearman/Job.php
|
||||
%%DATADIR%%/Net/Gearman/Job/Common.php
|
||||
%%DATADIR%%/Net/Gearman/Job/Exception.php
|
||||
%%DATADIR%%/Net/Gearman/Set.php
|
||||
%%DATADIR%%/Net/Gearman/Task.php
|
||||
%%DATADIR%%/Net/Gearman/Worker.php
|
||||
%%EXAMPLESDIR%%/SQL.php
|
||||
%%EXAMPLESDIR%%/Sum.php
|
||||
%%EXAMPLESDIR%%/tasks.php
|
||||
%%EXAMPLESDIR%%/worker.php
|
||||
@dirrmtry %%EXAMPLESDIR%%
|
||||
@dirrmtry %%DATADIR%%/Net/Gearman/Job
|
||||
@dirrmtry %%DATADIR%%/Net/Gearman
|
||||
@dirrmtry %%DATADIR%%/Net
|
||||
@dirrmtry %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user