aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2008-05-19 23:21:30 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2008-05-19 23:21:30 +0000
commitc4300e3b71a54618d79da772d77b1808f5f56517 (patch)
tree9220432ac3ca94f8dccde5256196696dcfc783f4
parentc0bb134545bc2444a3c541884067f1951ebf5d27 (diff)
downloadports-c4300e3b71a54618d79da772d77b1808f5f56517.tar.gz
ports-c4300e3b71a54618d79da772d77b1808f5f56517.zip
Complete move devel/php-Net_Gearman to devel/pear-Net_Gearman.
PR: ports/123739
Notes
Notes: svn path=/head/; revision=213370
-rw-r--r--MOVED1
-rw-r--r--devel/php-Net_Gearman/Makefile29
-rw-r--r--devel/php-Net_Gearman/distinfo3
-rw-r--r--devel/php-Net_Gearman/pkg-descr3
-rw-r--r--devel/php-Net_Gearman/pkg-plist19
5 files changed, 1 insertions, 54 deletions
diff --git a/MOVED b/MOVED
index f9f61bfed915..5debd9622ae5 100644
--- a/MOVED
+++ b/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
diff --git a/devel/php-Net_Gearman/Makefile b/devel/php-Net_Gearman/Makefile
deleted file mode 100644
index b56b64327297..000000000000
--- a/devel/php-Net_Gearman/Makefile
+++ /dev/null
@@ -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>
diff --git a/devel/php-Net_Gearman/distinfo b/devel/php-Net_Gearman/distinfo
deleted file mode 100644
index 480afd7ec7e0..000000000000
--- a/devel/php-Net_Gearman/distinfo
+++ /dev/null
@@ -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
diff --git a/devel/php-Net_Gearman/pkg-descr b/devel/php-Net_Gearman/pkg-descr
deleted file mode 100644
index 21326eee050f..000000000000
--- a/devel/php-Net_Gearman/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Gearman client libraray for PHP.
-
-WWW: http://bugs.joestump.net/code/Net_Gearman/
diff --git a/devel/php-Net_Gearman/pkg-plist b/devel/php-Net_Gearman/pkg-plist
deleted file mode 100644
index a321a5a61f86..000000000000
--- a/devel/php-Net_Gearman/pkg-plist
+++ /dev/null
@@ -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%%