Commit 4db55e24 authored by Rene Ladan's avatar Rene Ladan
Browse files

textproc/info2html: Remove expired port

2026-08-31 textproc/info2html: Not updated for years
parent 90a728db
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5563,3 +5563,4 @@ devel/electron37||2026-08-31|Has expired: EOLed upstream, switch to newer versio
sysutils/k4dirstat|sysutils/qdirstat|2026-08-31|Has expired: Depends on EOL Qt5 and upstream recommends migrating to sysutils/qdirstat
devel/ammonite||2026-08-31|Has expired: Upstream ceased development
devel/py-pygpx||2026-08-31|Has expired: Not updated for years
textproc/info2html||2026-08-31|Has expired: Not updated for years
+0 −1
Original line number Diff line number Diff line
@@ -319,7 +319,6 @@
    SUBDIR += ie-hunspell
    SUBDIR += igor
    SUBDIR += iksemel
    SUBDIR += info2html
    SUBDIR += info2man
    SUBDIR += info_to_html
    SUBDIR += intltool

textproc/info2html/Makefile

deleted100644 → 0
+0 −25
Original line number Diff line number Diff line
PORTNAME=	info2html
PORTVERSION=	2.0
CATEGORIES=	textproc
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX=	.tar

MAINTAINER=	wenheping@gmail.com
COMMENT=	Translate GNU info files into HTML pages

DEPRECATED=	Not updated for years
EXPIRATION_DATE=2026-08-31

USES=		shebangfix
NO_BUILD=	yes

PLIST_FILES=	bin/info2html bin/infocat bin/info2html.css bin/info2html.conf
SHEBANG_FILES=	info2html infocat

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/info2html ${STAGEDIR}${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/infocat ${STAGEDIR}${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/info2html.conf ${STAGEDIR}${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/info2html.css ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>

textproc/info2html/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (info2html-2.0.tar) = 553f4d17e7edc13e5d27ae66e27b8702e1e83691adb3505a26e3af70276f84a5
SIZE (info2html-2.0.tar) = 51200

textproc/info2html/pkg-descr

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
Translate GNU info files into HTML pages, one page per node.
Menus, Notes, and Up/Next/Prev pointers are translated into links.
Other text is left as-is in <PRE></PRE> tags.