Date: Sun, 19 Sep 2021 06:06:46 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ef2fcf2f4ca0 - main - devel/pear-PHPDoc: Remove obsoleted port Message-ID: <202109190606.18J66k3Z052373@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef2fcf2f4ca09b645c93d0c50ec727711193d5fc commit ef2fcf2f4ca09b645c93d0c50ec727711193d5fc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-19 05:26:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-19 05:40:32 +0000 devel/pear-PHPDoc: Remove obsoleted port Use devel/pear-PhpDocumentor instead. --- MOVED | 1 + devel/Makefile | 1 - devel/pear-PHPDoc/Makefile | 12 ------------ devel/pear-PHPDoc/distinfo | 3 --- devel/pear-PHPDoc/files/patch-phpdoc | 11 ----------- devel/pear-PHPDoc/pkg-descr | 3 --- 6 files changed, 1 insertion(+), 30 deletions(-) diff --git a/MOVED b/MOVED index 8f3854d3aada..a54e460be8bb 100644 --- a/MOVED +++ b/MOVED @@ -16479,3 +16479,4 @@ lang/gcc7|lang/gcc10|2021-09-05|Has expired: Unsupported by upstream. Use GCC 10 www/py-django-rest-swagger|www/py-drf-yasg|2021-09-17|Has expired: Has expired: Upstream no longer maintained, please use www/py-drf-yasg instead www/py-django-taggit-serializer|www/py-django-taggit|2021-09-17|Has expired: Obsolete, please use www/py-django-taggit instead www/efront||2021-09-17|Has expired: Unsupported by upstream +devel/pear-PHPDoc|devel/pear-PhpDocumentor|2021-09-19|This package is not maintained anymore and has been superseded. Use devel/pear-PhpDocumentor instead diff --git a/devel/Makefile b/devel/Makefile index 62ea6c682366..b179979628f5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3854,7 +3854,6 @@ SUBDIR += pear-PEAR_PackageFileManager SUBDIR += pear-PEAR_PackageFileManager2 SUBDIR += pear-PEAR_PackageFileManager_Plugins - SUBDIR += pear-PHPDoc SUBDIR += pear-PHPTAL SUBDIR += pear-PHPUnit_MockObject SUBDIR += pear-PHP_ArrayOf diff --git a/devel/pear-PHPDoc/Makefile b/devel/pear-PHPDoc/Makefile deleted file mode 100644 index 3febc69ceebb..000000000000 --- a/devel/pear-PHPDoc/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Created by: Gerrit Beine (<gerrit@beine-computer.de>) - -PORTNAME= PHPDoc -PORTVERSION= 0.1.0 -CATEGORIES= devel www pear - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Tool to generate documentation from the source - -USES= pear - -.include <bsd.port.mk> diff --git a/devel/pear-PHPDoc/distinfo b/devel/pear-PHPDoc/distinfo deleted file mode 100644 index 55577c26ceef..000000000000 --- a/devel/pear-PHPDoc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1497163131 -SHA256 (PEAR/PHPDoc-0.1.0.tgz) = f2dbce7a07e16e2fb9c762d3988496e560c941b3114ffb3ea885f7cc4c88e0a4 -SIZE (PEAR/PHPDoc-0.1.0.tgz) = 87708 diff --git a/devel/pear-PHPDoc/files/patch-phpdoc b/devel/pear-PHPDoc/files/patch-phpdoc deleted file mode 100644 index ef5566024fc9..000000000000 --- a/devel/pear-PHPDoc/files/patch-phpdoc +++ /dev/null @@ -1,11 +0,0 @@ ---- phpdoc Fri Jul 26 16:49:39 2002 -+++ phpdoc Sun Aug 7 15:37:40 2005 -@@ -17,7 +17,7 @@ - // save the generated docs here: - $dest_apidoc_dir = '@doc_dir@'; - // default template dir: --$template_dir = '@data_dir@/PHPDoc'; -+$template_dir = '@data_dir@'; - $template = 'default'; - // force the deletion of the target apidocs directory - $dest_apidoc_delete = false; diff --git a/devel/pear-PHPDoc/pkg-descr b/devel/pear-PHPDoc/pkg-descr deleted file mode 100644 index cff38c1f0f24..000000000000 --- a/devel/pear-PHPDoc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -PHPDoc is an attempt to adopt Javadoc to the PHP world. - -WWW: https://pear.php.net/package/PHPDoc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109190606.18J66k3Z052373>