diff options
Diffstat (limited to 'devel/aphpbreakdown')
-rw-r--r-- | devel/aphpbreakdown/Makefile | 36 | ||||
-rw-r--r-- | devel/aphpbreakdown/distinfo | 3 | ||||
-rw-r--r-- | devel/aphpbreakdown/pkg-descr | 13 |
3 files changed, 0 insertions, 52 deletions
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. |