1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Remove devel/pear-Console_Getopt (again). This is obsolated by devel/pear.

- Update removal date in MOVED

Requested by:	ale@
Approved by:	chinsan (maintainer)
This commit is contained in:
Rong-En Fan 2007-01-01 14:44:29 +00:00
parent 36dbf42173
commit 57f2af3b75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181203
6 changed files with 1 additions and 105 deletions

2
MOVED
View File

@ -1942,7 +1942,6 @@ www/linux-sunbird|deskutils/linux-sunbird|2005-12-07|Moved to more suitable cate
devel/php4-pear||2005-12-09|Obsoleted by devel/pear port
devel/php5-pear||2005-12-09|Obsoleted by devel/pear port
archivers/pear-Archive_Tar||2005-12-09|Obsoleted by devel/pear port
devel/pear-Console_Getopt||2005-12-09|Obsoleted by devel/pear port
devel/pear-XML_RPC||2005-12-09|Obsoleted by devel/pear port
devel/pear-PEAR|devel/pear|2005-12-09|New pear bootstrap code
databases/php5-dbx||2005-12-09|Unsupported in PHP 5.1
@ -2639,3 +2638,4 @@ mail/sylpheed-claws-smime|mail/claws-mail-smime|2006-12-31|Project renamed upstr
mail/sylpheed-claws-synce|mail/claws-mail-synce|2006-12-31|Project renamed upstream
mail/sylpheed-claws-vcalendar|mail/claws-mail-vcalendar|2006-12-31|Project renamed upstream
mail/sylpheed-claws|mail/claws-mail|2006-12-31|Removed: renamed to claws-mail
devel/pear-Console_Getopt||2007-01-01|Obsoleted by devel/pear port

View File

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

View File

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

View File

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

View File

@ -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 &quot;getopt&quot; 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>

View File

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