1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Complete move devel/php-Net_Gearman to devel/pear-Net_Gearman.

PR:		ports/123739
This commit is contained in:
Li-Wen Hsu 2008-05-19 23:21:30 +00:00
parent c0bb134545
commit c4300e3b71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213370
5 changed files with 1 additions and 54 deletions

1
MOVED
View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -1,3 +0,0 @@
Gearman client libraray for PHP.
WWW: http://bugs.joestump.net/code/Net_Gearman/

View File

@ -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%%