ports-mgmt/genplist: Remove expired port

2025-04-03 ports-mgmt/genplist: Unmaintained, obsoleted by "make makeplist"
This commit is contained in:
Rene Ladan 2025-04-04 21:21:18 +02:00
parent c0403ae7aa
commit 2038948102
5 changed files with 1 additions and 32 deletions

1
MOVED
View file

@ -4304,3 +4304,4 @@ devel/rubygem-makara61||2025-04-04|Has expired: Uses EOL version 6.1.X of Rails
security/rubygem-pundit61||2025-04-04|Has expired: Uses EOL version 6.1.X of Rails
math/matlab-installer||2025-04-04|Has expired: Unmaintained, does not support recent Matlab
sysutils/mcweject||2025-04-04|Has expired: Unmaintained, redundant to "cdcontrol eject"
ports-mgmt/genplist||2025-04-04|Has expired: Unmaintained, obsoleted by "make makeplist"

View file

@ -11,7 +11,6 @@
SUBDIR += fastest_pkg
SUBDIR += freebsd-bugzilla-cli
SUBDIR += genpatch
SUBDIR += genplist
SUBDIR += hs-cabal2tuple
SUBDIR += hs-panopticum
SUBDIR += jailaudit

View file

@ -1,25 +0,0 @@
PORTNAME= genplist
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= http://acadix.biz/Ports/distfiles/
MAINTAINER= jwb@FreeBSD.org
COMMENT= Generates a static plist for a port
WWW= http://personalpages.tds.net/~jwbacon/Ports
LICENSE= BSD2CLAUSE
DEPRECATED= Unmaintained, obsoleted by "make makeplist"
EXPIRATION_DATE=2025-04-03
NO_BUILD= yes
USES= tar:xz
PLIST_FILES= bin/genplist share/man/man1/genplist.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (genplist-1.2.tar.xz) = bf5d61dc01c2699701897cf91332d73dd1abd8e948bd954c0c0bb7710ef600eb
SIZE (genplist-1.2.tar.xz) = 5780

View file

@ -1,4 +0,0 @@
Genplist automatically creates a static plist for a port by installing it
into a temporary directory, and then examining the directory tree. The
process is based on the instructions for plist generation in the
FreeBSD Porter's Handbook.