diff options
Diffstat (limited to 'devel/scandoc')
-rw-r--r-- | devel/scandoc/Makefile | 32 | ||||
-rw-r--r-- | devel/scandoc/distinfo | 2 | ||||
-rw-r--r-- | devel/scandoc/pkg-descr | 5 | ||||
-rw-r--r-- | devel/scandoc/pkg-plist | 17 |
4 files changed, 0 insertions, 56 deletions
diff --git a/devel/scandoc/Makefile b/devel/scandoc/Makefile deleted file mode 100644 index 39bd8d318c94..000000000000 --- a/devel/scandoc/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -PORTNAME= scandoc -PORTVERSION= 0.14 -CATEGORIES= devel perl5 -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= C/C++ documentation generator -WWW= https://scandoc.sourceforge.net/ - -DEPRECATED= Abandoned project, last release in in 2001 -EXPIRATION_DATE=2025-07-31 - -LICENSE= ARTPERL10 -LICENSE_FILE= ${WRKSRC}/COPYING - -USES= perl5 shebangfix -SHEBANG_FILES= ${PORTNAME} -NO_BUILD= yes - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - cd ${WRKSRC} && ${COPYTREE_SHARE} "images templates test" \ - ${STAGEDIR}${DATADIR} - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ChangeLog README scandoc.html \ - ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/devel/scandoc/distinfo b/devel/scandoc/distinfo deleted file mode 100644 index b727e6e0f632..000000000000 --- a/devel/scandoc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (scandoc-0.14.tar.gz) = 876e45f3dab1281b427f7f6325340959489daab6080b86c8a7ca7655268071ae -SIZE (scandoc-0.14.tar.gz) = 44559 diff --git a/devel/scandoc/pkg-descr b/devel/scandoc/pkg-descr deleted file mode 100644 index 0846a3a61bb6..000000000000 --- a/devel/scandoc/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -ScanDoc scans C and C++ program for embedded documentation, and -formats it into HTML or other formats. It also analyzes code -structure and uses this information to enhance the generated -documentation. It has been inspired by JavaDoc, as well as the -Amiga "autodoc" utility. diff --git a/devel/scandoc/pkg-plist b/devel/scandoc/pkg-plist deleted file mode 100644 index 91a1032521f4..000000000000 --- a/devel/scandoc/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/scandoc -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/scandoc.html -%%DATADIR%%/images/ScanDocBig.jpg -%%DATADIR%%/images/ScanDocSmall.jpg -%%DATADIR%%/images/ball1.gif -%%DATADIR%%/images/ball2.gif -%%DATADIR%%/images/bug.gif -%%DATADIR%%/images/caution.gif -%%DATADIR%%/images/master.gif -%%DATADIR%%/images/tip.gif -%%DATADIR%%/images/warning.gif -%%DATADIR%%/templates/apache.pl -%%DATADIR%%/templates/default.pl -%%DATADIR%%/test/Makefile -%%DATADIR%%/test/example.h |