diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2008-05-20 07:21:30 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2008-05-20 07:21:30 +0800 |
commit | 127a465b474243ce9f2d0c1b459f4023ce02c01a (patch) | |
tree | c2a2a57a43e75bae05f8150c65b27e311b5f9593 /devel | |
parent | d3af23e8379dab701c87dbf49d3a728560ea9a7a (diff) | |
download | freebsd-ports-gnome-127a465b474243ce9f2d0c1b459f4023ce02c01a.tar.gz freebsd-ports-gnome-127a465b474243ce9f2d0c1b459f4023ce02c01a.tar.zst freebsd-ports-gnome-127a465b474243ce9f2d0c1b459f4023ce02c01a.zip |
Complete move devel/php-Net_Gearman to devel/pear-Net_Gearman.
PR: ports/123739
Diffstat (limited to 'devel')
-rw-r--r-- | devel/php-Net_Gearman/Makefile | 29 | ||||
-rw-r--r-- | devel/php-Net_Gearman/distinfo | 3 | ||||
-rw-r--r-- | devel/php-Net_Gearman/pkg-descr | 3 | ||||
-rw-r--r-- | devel/php-Net_Gearman/pkg-plist | 19 |
4 files changed, 0 insertions, 54 deletions
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%% |