aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-05-12 19:44:23 +0000
committerRene Ladan <rene@FreeBSD.org>2026-05-12 19:44:23 +0000
commita1c02616d7a57a69f986b07f3f44fff7d117cdf2 (patch)
treec6022bd079f680c558ca729610f14f60598ea6cc
parent1daf833b608782b65c2357c47b1c7d84c81c24ec (diff)
devel/pear-Console_CommandLine: Remove expired port
2026-05-12 devel/pear-Console_CommandLine: No longer maintained upstream
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pear-Console_CommandLine/Makefile18
-rw-r--r--devel/pear-Console_CommandLine/distinfo3
-rw-r--r--devel/pear-Console_CommandLine/pkg-descr11
5 files changed, 1 insertions, 33 deletions
diff --git a/MOVED b/MOVED
index 4c8f07068526..ad4388d9aeea 100644
--- a/MOVED
+++ b/MOVED
@@ -5297,3 +5297,4 @@ devel/lace14|devel/lace|2026-05-12|Last user switched to devel/lace
java/openjdk23||2026-05-12|Has expired: No longer supported by upstream
databases/jrrd||2026-05-12|Has expired: only builds with Java 8, unmaintained, no dependencies in the ports tree, an alternative is https://github.com/OpenNMS/jrrd2
deskutils/growl-for-linux||2026-05-12|Has expired: Obsolete software that does not compile with recent versions of GCC or Clang
+devel/pear-Console_CommandLine||2026-05-12|Has expired: No longer maintained upstream
diff --git a/devel/Makefile b/devel/Makefile
index ec59a73ec83f..4014bdd80f70 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4079,7 +4079,6 @@
SUBDIR += pear
SUBDIR += pear-Config
SUBDIR += pear-Console_Color
- SUBDIR += pear-Console_CommandLine
SUBDIR += pear-Console_Getargs
SUBDIR += pear-Console_Table
SUBDIR += pear-Date
diff --git a/devel/pear-Console_CommandLine/Makefile b/devel/pear-Console_CommandLine/Makefile
deleted file mode 100644
index 4ee371fd7c3b..000000000000
--- a/devel/pear-Console_CommandLine/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-PORTNAME= Console_CommandLine
-PORTVERSION= 1.2.2
-CATEGORIES= devel www pear
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Full featured command line options and arguments parser
-WWW= https://pear.php.net/package/Console_CommandLine
-
-LICENSE= MIT
-
-DEPRECATED= No longer maintained upstream
-EXPIRATION_DATE= 2026-05-12
-
-NO_ARCH= yes
-USES= pear php
-USE_PHP= dom
-
-.include <bsd.port.mk>
diff --git a/devel/pear-Console_CommandLine/distinfo b/devel/pear-Console_CommandLine/distinfo
deleted file mode 100644
index 15b5ce427e78..000000000000
--- a/devel/pear-Console_CommandLine/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1469709155
-SHA256 (PEAR/Console_CommandLine-1.2.2.tgz) = 38d677e321c33bbf179cc9e4ec7840b63fef70531f1ce797fb09b50bcc94a417
-SIZE (PEAR/Console_CommandLine-1.2.2.tgz) = 40705
diff --git a/devel/pear-Console_CommandLine/pkg-descr b/devel/pear-Console_CommandLine/pkg-descr
deleted file mode 100644
index 9a32dabb3fac..000000000000
--- a/devel/pear-Console_CommandLine/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Console_CommandLine is a full featured package for managing command-line
-options and arguments highly inspired from python optparse module, it allows
-the developer to easily build complex command line interfaces.
-
-Main features:
-* handles sub commands (ie. $ myscript.php -q subcommand -f file),
-* can be completely built from an xml definition file,
-* generate --help and --version options automatically,
-* can be completely customized,
-* builtin support for i18n,
-* and much more...