diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-01 22:44:29 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-01 22:44:29 +0800 |
commit | be3c2a74e4e29f3e20b448d01649f11264121324 (patch) | |
tree | 2e22be8b61fba6421f61f06f49fa6795f23b2375 /devel | |
parent | 4a0218e87ea15df79db1545672fd92f9499fac3a (diff) | |
download | freebsd-ports-gnome-be3c2a74e4e29f3e20b448d01649f11264121324.tar.gz freebsd-ports-gnome-be3c2a74e4e29f3e20b448d01649f11264121324.tar.zst freebsd-ports-gnome-be3c2a74e4e29f3e20b448d01649f11264121324.zip |
- Remove devel/pear-Console_Getopt (again). This is obsolated by devel/pear.
- Update removal date in MOVED
Requested by: ale@
Approved by: chinsan (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pear-Console_Getopt/Makefile | 33 | ||||
-rw-r--r-- | devel/pear-Console_Getopt/distinfo | 3 | ||||
-rw-r--r-- | devel/pear-Console_Getopt/files/package.xml | 63 | ||||
-rw-r--r-- | devel/pear-Console_Getopt/pkg-descr | 4 |
5 files changed, 0 insertions, 104 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4e1fa3460ba4..46eb1795c02c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1565,7 +1565,6 @@ SUBDIR += pear-Config SUBDIR += pear-Console_Color SUBDIR += pear-Console_Getargs - SUBDIR += pear-Console_Getopt SUBDIR += pear-Console_Table SUBDIR += pear-Date SUBDIR += pear-Date_Holidays diff --git a/devel/pear-Console_Getopt/Makefile b/devel/pear-Console_Getopt/Makefile deleted file mode 100644 index a0d23564efc0..000000000000 --- a/devel/pear-Console_Getopt/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Ports collection makefile for: pear-Console_Getopt -# Date created: 2006/08/02 -# Whom: chinsan <chinsan.tw@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= Console_Getopt -PORTVERSION= 1.2 -CATEGORIES= devel pear - -MAINTAINER= chinsan@FreeBSD.org -COMMENT= PHP class that provides Command-line option parser - -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${BUILD_DEPENDS} - -BROKEN= Incorrect pkg-plist - -CATEGORY= Console -FILES= Console/Getopt.php - -post-patch: - @${CP} ${FILESDIR}/package.xml ${WRKDIR} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= uninstall failed on amd64 platforms -.endif - -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> diff --git a/devel/pear-Console_Getopt/distinfo b/devel/pear-Console_Getopt/distinfo deleted file mode 100644 index 9d078b2267f8..000000000000 --- a/devel/pear-Console_Getopt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PEAR/Console_Getopt-1.2.tgz) = 8f9ec8253c04350bc01ee7ca941e24b6 -SHA256 (PEAR/Console_Getopt-1.2.tgz) = 90bc64b35832af79625ccd7a1cd981ae26adbe58e1296a052cc3947d9c959e0c -SIZE (PEAR/Console_Getopt-1.2.tgz) = 3370 diff --git a/devel/pear-Console_Getopt/files/package.xml b/devel/pear-Console_Getopt/files/package.xml deleted file mode 100644 index 14f85dc83448..000000000000 --- a/devel/pear-Console_Getopt/files/package.xml +++ /dev/null @@ -1,63 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1" ?> -<package version="1.0"> - <name>Console_Getopt</name> - <summary>Command-line option parser</summary> - <description>This is a PHP implementation of "getopt" supporting both -short and long options.</description> - <maintainers> - <maintainer> - <user>andrei</user> - <name>Andrei Zmievski</name> - <email>andrei@php.net</email> - <role>lead</role> - </maintainer> - <maintainer> - <user>ssb</user> - <name>Stig Bakken</name> - <email>stig@php.net</email> - <role>developer</role> - </maintainer> - </maintainers> - <release> - <version>1.2</version> - <date>2003-12-11</date> - <license>PHP License</license> - <state>stable</state> - <notes>Fix to preserve BC with 1.0 and allow correct behaviour for new users</notes> - <filelist> - <file role="php" baseinstalldir="Console" md5sum="add0781a1cae0b3daf5e8521b8a954cc" name="Getopt.php"/> - </filelist> - </release> - <changelog> - <release> - <version>1.0</version> - <date>2002-09-13</date> - <state>stable</state> - <notes>Stable release -</notes> - </release> - <release> - <version>0.11</version> - <date>2002-05-26</date> - <state>beta</state> - <notes>POSIX getopt compatibility fix: treat first element of args - array as command name - -</notes> - </release> - <release> - <version>0.10</version> - <date>2002-05-12</date> - <state>beta</state> - <notes>Packaging fix -</notes> - </release> - <release> - <version>0.9</version> - <date>2002-05-12</date> - <state>beta</state> - <notes>Initial release -</notes> - </release> - </changelog> -</package> diff --git a/devel/pear-Console_Getopt/pkg-descr b/devel/pear-Console_Getopt/pkg-descr deleted file mode 100644 index a37a4df7d482..000000000000 --- a/devel/pear-Console_Getopt/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a PHP implementation of "getopt" supporting both -short and long options. - -WWW: http://pear.php.net/package/Console_Getopt |