diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-11-30 16:34:39 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-11-30 16:34:39 +0000 |
commit | 5c5e369f3f328e777e797bdf038c8ad149f377cc (patch) | |
tree | fee0f83169742e534efde936e9c5b0eec82b4c36 | |
parent | 050a0fb635ff62e909b6a68b81ec05167c27f5e9 (diff) |
misc/gnuls: Remove expired port
2024-11-30 misc/gnuls: Outdated, consider using sysutils/coreutils or sysutils/rust-coreutils
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/gnuls/Makefile | 46 | ||||
-rw-r--r-- | misc/gnuls/distinfo | 3 | ||||
-rw-r--r-- | misc/gnuls/pkg-descr | 20 |
5 files changed, 1 insertions, 70 deletions
@@ -3744,3 +3744,4 @@ net/gdrive||2024-11-30|Has expired: Abandonware, upstream repo archived Apr 19, sysutils/cloudabi-utils||2024-11-30|Removed, part of expired devel/cloudabi devel/cloudabi-toolchain||2024-11-30|Has expired: Unmaintained upstream since 2020 devel/cloudabi||2024-11-30|Has expired: Unmaintained upstream since 2020 +misc/gnuls||2024-11-30|Has expired: Outdated, consider using sysutils/coreutils or sysutils/rust-coreutils diff --git a/misc/Makefile b/misc/Makefile index af986f077736..fde2ad7d9e3c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -167,7 +167,6 @@ SUBDIR += gnome-mime-data SUBDIR += gnome-user-docs SUBDIR += gnu-watch - SUBDIR += gnuls SUBDIR += gobuster SUBDIR += gollama SUBDIR += gone diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile deleted file mode 100644 index 01d77230aef2..000000000000 --- a/misc/gnuls/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -PORTNAME= gnuls -PORTVERSION= 9.1 -PORTREVISION= 1 -CATEGORIES= misc -MASTER_SITES= GNU/coreutils -DISTNAME= coreutils-${PORTVERSION} - -MAINTAINER= bmc@clapper.org -COMMENT= GNU colorized 'ls' - -DEPRECATED= Outdated, consider using sysutils/coreutils or sysutils/rust-coreutils -EXPIRATION_DATE=2024-11-30 - -USES= gmake localbase perl5 tar:xz -USE_LDCONFIG= yes -USE_PERL5= build - -GNU_CONFIGURE= yes -CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1 - -CONFLICTS_INSTALL= opendircolors # bin/dircolors - -PLIST_FILES= bin/dir \ - bin/dircolors \ - bin/gnuls \ - bin/vdir \ - share/man/man1/dir.1.gz \ - share/man/man1/dircolors.1.gz \ - share/man/man1/gnuls.1.gz \ - share/man/man1/vdir.1.gz - -OPTIONS_DEFINE= NLS -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/dir ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/dircolors ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/ls ${STAGEDIR}${PREFIX}/bin/gnuls - ${INSTALL_PROGRAM} ${WRKSRC}/src/vdir ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/dir.1 ${STAGEDIR}${PREFIX}/share/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/dircolors.1 ${STAGEDIR}${PREFIX}/share/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/ls.1 ${STAGEDIR}${PREFIX}/share/man/man1/gnuls.1 - ${INSTALL_MAN} ${WRKSRC}/man/vdir.1 ${STAGEDIR}${PREFIX}/share/man/man1 - -.include <bsd.port.mk> diff --git a/misc/gnuls/distinfo b/misc/gnuls/distinfo deleted file mode 100644 index 0e632100f035..000000000000 --- a/misc/gnuls/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1660758650 -SHA256 (coreutils-9.1.tar.xz) = 61a1f410d78ba7e7f37a5a4f50e6d1320aca33375484a3255eddf17a38580423 -SIZE (coreutils-9.1.tar.xz) = 5712104 diff --git a/misc/gnuls/pkg-descr b/misc/gnuls/pkg-descr deleted file mode 100644 index d36c01ecebc3..000000000000 --- a/misc/gnuls/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -`gnuls' is a port of the GNU colorized `ls' program--the one most Linux -users are familiar with. - -The port installs four programs in `/usr/local/bin': `gnuls', `dir', `vdir' -and `dircolors'. It also installs man pages for all four programs. See the -individual man pages for details on each program. - -NOTES: - -1. This port modifies the GNU `coreutils' make procedure so that it - installs only programs and man pages listed above. In particular, it - does not install the various GNU info files associated with the - programs. - -2. This port installs GNU's `ls' as `gnuls' so it won't conflict with the - normal BSD `ls' program or the BSD `colorls' program (the latter - available from the ports collection). - -3. This colorized `ls' program is not the same as the `colorls' program - available from the ports collection. |