Commit 89bab20b authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/scandoc: Remove expired port

2025-07-31 devel/scandoc: Abandoned project, last release in in 2001
parent f8274395
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -4691,3 +4691,4 @@ databases/rrdtool12|databases/rrdtool|2025-08-02|Has expired: Legacy version tha
sysutils/memtest86+||2025-08-02|Has expired: ELF binary for BIOS boot has been broken for a long while
sysutils/memtest86+||2025-08-02|Has expired: ELF binary for BIOS boot has been broken for a long while
textproc/xmlenc||2025-08-02|Has expired: Outdated and obsolete, last release in 2005
textproc/xmlenc||2025-08-02|Has expired: Outdated and obsolete, last release in 2005
devel/make++||2025-08-02|Has expired: Abandonware, last release in 2017
devel/make++||2025-08-02|Has expired: Abandonware, last release in 2017
devel/scandoc||2025-08-02|Has expired: Abandoned project, last release in in 2001
+0 −1
Original line number Original line Diff line number Diff line
@@ -8173,7 +8173,6 @@
    SUBDIR += sasm
    SUBDIR += sasm
    SUBDIR += sbt
    SUBDIR += sbt
    SUBDIR += scalatest
    SUBDIR += scalatest
    SUBDIR += scandoc
    SUBDIR += scc
    SUBDIR += scc
    SUBDIR += sccache
    SUBDIR += sccache
    SUBDIR += sccs
    SUBDIR += sccs

devel/scandoc/Makefile

deleted100644 → 0
+0 −32
Original line number Original line Diff line number Diff line
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>

devel/scandoc/distinfo

deleted100644 → 0
+0 −2
Original line number Original line Diff line number Diff line
SHA256 (scandoc-0.14.tar.gz) = 876e45f3dab1281b427f7f6325340959489daab6080b86c8a7ca7655268071ae
SIZE (scandoc-0.14.tar.gz) = 44559

devel/scandoc/pkg-descr

deleted100644 → 0
+0 −5
Original line number Original line Diff line number Diff line
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.
Loading