diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2025-10-01 09:32:43 +0000 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2025-10-01 09:33:23 +0000 |
| commit | 20f61e36ff5da03edb311577d97b52f6fe93c160 (patch) | |
| tree | f946f69e3334dd07a2863fa4aa8dd6a0ec92a2b8 | |
| parent | a7ccbef49ecd9b7dcdb22524c878e4ffbac2ea2f (diff) | |
sysutils/linrename: Remove expired port
2025-09-30 sysutils/linrename: FreeBSD port unmaintained, use misc/mmv or rename from sysutils/util-linux instead
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | sysutils/Makefile | 1 | ||||
| -rw-r--r-- | sysutils/linrename/Makefile | 45 | ||||
| -rw-r--r-- | sysutils/linrename/distinfo | 2 | ||||
| -rw-r--r-- | sysutils/linrename/files/patch-misc-utils__rename.1 | 45 | ||||
| -rw-r--r-- | sysutils/linrename/pkg-descr | 2 |
6 files changed, 1 insertions, 95 deletions
@@ -4782,3 +4782,4 @@ cad/cvc||2025-09-24|Has expired: Upstream stalled, needs EOL GCC 11 to build lang/gcc11||2025-09-24|Has expired: End-of-life upstream since mid 2024, newer versions available devel/util-linux|sysutils/util-linux|2025-09-29|Move to the proper category sysutils/linuxfdisk||2025-10-01|Has expired: Upstream distfile unavailable, way out of date, upstream distfile gone, use gpart instead +sysutils/linrename||2025-10-01|Has expired: FreeBSD port unmaintained, use misc/mmv or rename from sysutils/util-linux instead diff --git a/sysutils/Makefile b/sysutils/Makefile index 9c7683c1cc59..51e111d40d20 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -643,7 +643,6 @@ SUBDIR += lineak-defaultplugin SUBDIR += lineak-xosdplugin SUBDIR += lineakd - SUBDIR += linrename SUBDIR += linux-c7-lttng-ust SUBDIR += linux-c7-numactl-libs SUBDIR += linux-c7-userspace-rcu diff --git a/sysutils/linrename/Makefile b/sysutils/linrename/Makefile deleted file mode 100644 index 0a050b8e66d6..000000000000 --- a/sysutils/linrename/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -PORTNAME= linrename -PORTVERSION= 2.25.2 -PORTREVISION= 2 -CATEGORIES= sysutils -MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION:R} -DISTNAME= util-linux-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Rename multiple files using substitution -WWW= http://freecode.com/projects/util-linux/ - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= FreeBSD port unmaintained, use misc/mmv instead -EXPIRATION_DATE=2025-09-30 - -USES= tar:xz - -CPPFLAGS+= -I../include \ - -DHAVE_DIRFD -DHAVE_ERR_H -DHAVE_LANGINFO_H -DHAVE_LOCALE_H \ - -DHAVE_NANOSLEEP -DHAVE_FSYNC \ - -DHAVE_PROGRAM_INVOCATION_SHORT_NAME \ - -Dprogram_invocation_short_name=\"${PROGNAME}\" \ - -DPACKAGE_STRING=\"util-linux\ ${PORTVERSION}\" - -BUILD_WRKSRC= ${WRKSRC}/misc-utils -INSTALL_WRKSRC= ${WRKSRC}/misc-utils - -PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz - -post-patch: - ${LN} -sf rename.1 ${BUILD_WRKSRC}/${PORTNAME}.1 - ${REINPLACE_CMD} 's/rename(1)/${PORTNAME}(1)/' ${BUILD_WRKSRC}/rename.c - -do-build: - cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o ${PORTNAME} \ - rename.c ${LDFLAGS} - -do-install: - cd ${INSTALL_WRKSRC} \ - && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin \ - && ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 - -.include <bsd.port.mk> diff --git a/sysutils/linrename/distinfo b/sysutils/linrename/distinfo deleted file mode 100644 index 319882bfff11..000000000000 --- a/sysutils/linrename/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (util-linux-2.25.2.tar.xz) = e0457f715b73f4a349e1acb08cb410bf0edc9a74a3f75c357070f31f70e33cd6 -SIZE (util-linux-2.25.2.tar.xz) = 3703644 diff --git a/sysutils/linrename/files/patch-misc-utils__rename.1 b/sysutils/linrename/files/patch-misc-utils__rename.1 deleted file mode 100644 index 8103a5ad475c..000000000000 --- a/sysutils/linrename/files/patch-misc-utils__rename.1 +++ /dev/null @@ -1,45 +0,0 @@ ---- misc-utils/rename.1.orig 2014-10-24 09:21:20 UTC -+++ misc-utils/rename.1 -@@ -3,12 +3,12 @@ - .\" - .TH RENAME 1 "June 2011" "util-linux" "User Commands" - .SH NAME --rename \- rename files -+linrename \- rename files - .SH SYNOPSIS --.B rename -+.B linrename - .RI [ options ] " expression replacement file" ... - .SH DESCRIPTION --.B rename -+.B linrename - will rename the specified files by replacing the first occurrence of - .I expression - in their name by -@@ -33,8 +33,8 @@ the commands - .RS - .PP - .nf --rename foo foo0 foo? --rename foo foo0 foo?? -+linrename foo foo0 foo? -+linrename foo foo0 foo?? - .fi - .PP - .RE -@@ -44,7 +44,7 @@ And - .RS - .PP - .nf --rename .htm .html *.htm -+linrename .htm .html *.htm - .fi - .PP - .RE -@@ -58,5 +58,5 @@ know what you are doing. - .SH "SEE ALSO" - .BR mv (1) - .SH AVAILABILITY --The rename command is part of the util-linux package and is available from -+The linrename command is part of the util-linux package and is available from - ftp://ftp.kernel.org/pub/linux/utils/util-linux/. diff --git a/sysutils/linrename/pkg-descr b/sysutils/linrename/pkg-descr deleted file mode 100644 index 4693aa4aaf1b..000000000000 --- a/sysutils/linrename/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -linrename is a port of the Linux rename utility included with util-linux. -It allows renaming multiple files using substitution. |
