aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-06-01 19:33:28 +0000
committerRene Ladan <rene@FreeBSD.org>2025-06-01 19:33:28 +0000
commit884e4a57125880f666753da321324d3dc26ebd1b (patch)
tree9438f7033a5eb5d305a53d3987f1a049c9555d76
parentd8e1100e80a52f10b1d4662a2482a37c6287cc53 (diff)
devel/aphpbreakdown: Remove expired port
2025-05-31 devel/aphpbreakdown: Upstream is gone and last release in 2018
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/aphpbreakdown/Makefile36
-rw-r--r--devel/aphpbreakdown/distinfo3
-rw-r--r--devel/aphpbreakdown/pkg-descr13
5 files changed, 1 insertions, 53 deletions
diff --git a/MOVED b/MOVED
index 2d08ce08f5ea..424b994ee454 100644
--- a/MOVED
+++ b/MOVED
@@ -4430,3 +4430,4 @@ www/py-dj50-channels|www/py-dj51-channels|2025-06-01|Has expired: Extended suppo
sysutils/screen49||2025-06-01|Has expired: Multiple CVEs
www/py-dj50-drf-spectacular|www/py-dj51-drf-spectacular|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
www/py-dj50-djangorestframework|www/py-dj51-djangorestframework|2025-06-01|Has expired: Extended support of Django 5.0 ends April 2025, upgrade to the Django 5.1+ version of this port. See https://www.djangoproject.com/download/
+devel/aphpbreakdown||2025-06-01|Has expired: Upstream is gone and last release in 2018
diff --git a/devel/Makefile b/devel/Makefile
index 9a9f2d7708bc..6524b012842a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -199,7 +199,6 @@
SUBDIR += apache-log4j2
SUBDIR += apache-orc
SUBDIR += apache-rat
- SUBDIR += aphpbreakdown
SUBDIR += aphpunit
SUBDIR += api-linter
SUBDIR += api-sanity-autotest
diff --git a/devel/aphpbreakdown/Makefile b/devel/aphpbreakdown/Makefile
deleted file mode 100644
index 97d689248d29..000000000000
--- a/devel/aphpbreakdown/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-PORTNAME= aphpbreakdown
-DISTVERSION= 2.2.2
-CATEGORIES= devel www
-MASTER_SITES= http://phar.code-mesa.com/
-PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
-EXTRACT_SUFX= .phar
-
-MAINTAINER= freebsd@code-mesa.com
-COMMENT= Code-Analyzer for PHP for Compatibility Check-UP
-WWW= https://gitlab.code-mesa.com/code-mesa/aphpbreakdown/
-
-LICENSE= BSD2CLAUSE
-
-BROKEN= Unfetchable
-DEPRECATED= Upstream is gone and last release in 2018
-EXPIRATION_DATE=2025-05-31
-
-USES= php:flavors
-USE_PHP= tokenizer phar
-
-NO_ARCH= yes
-NO_BUILD= yes
-
-CONFLICTS_INSTALL= php*-aphpbreakdown
-
-PLIST_FILES= bin/aphpbreakdown
-
-# Download isn't compressed or aggregated, it's just the single file
-do-extract:
- ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} \
- ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/devel/aphpbreakdown/distinfo b/devel/aphpbreakdown/distinfo
deleted file mode 100644
index 1ce4cb1f44ab..000000000000
--- a/devel/aphpbreakdown/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1535474377
-SHA256 (aphpbreakdown-2.2.2.phar) = b425f359762948f58d3672228b559f6b44cf6222fda1e7b75da72403d5c10ce4
-SIZE (aphpbreakdown-2.2.2.phar) = 284415
diff --git a/devel/aphpbreakdown/pkg-descr b/devel/aphpbreakdown/pkg-descr
deleted file mode 100644
index a7cfea9d6015..000000000000
--- a/devel/aphpbreakdown/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This software analyzes all files of your project and collect all
-PHP classes, functions and constants found in your project. For the
-collection of classes, functions and constants it determined all
-modules of PHP needed to be installed on the webserver for your
-project.
-
-To display the result of the analysis you can choose different ways.
-One way is to display an output on your command line. But what do
-you do if you don't have a command line access on the server you
-want to test? Then you use the testfile generator of aPHPbreakdown!
-It generates a testfile you can upload to the webserver, or sent
-it to you customer to upload it, and run it very simple in the
-browser.