git: 9a2d535c7688 - main - converters/tuc: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Jul 2024 13:14:03 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a2d535c768805a08aa4c510c3abcb7fade82a9e commit 9a2d535c768805a08aa4c510c3abcb7fade82a9e Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-07-13 13:13:58 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-07-13 13:13:58 +0000 converters/tuc: Remove expired port 2024-05-31 converters/tuc: Dead upstream and unfetchable --- MOVED | 1 + converters/Makefile | 1 - converters/tuc/Makefile | 28 ---------------------------- converters/tuc/distinfo | 2 -- converters/tuc/files/patch-Makefile | 10 ---------- converters/tuc/files/patch-tuc.1 | 11 ----------- converters/tuc/pkg-descr | 2 -- 7 files changed, 1 insertion(+), 54 deletions(-) diff --git a/MOVED b/MOVED index addd7cf5833d..72de5cd25572 100644 --- a/MOVED +++ b/MOVED @@ -3387,3 +3387,4 @@ x11-servers/xwayland-devel|x11-servers/xwayland|2024-07-12|Out of date: use x11- sysutils/datadog-integrations||2024-07-13|Has expired: Depends on expired sysutils/datadog-agent sysutils/datadog-agent||2024-07-13|Has expired: Unfetchable and marked BROKEN for several months converters/i18ntools||2024-07-13|Has expired: Depends on expired converters/tuc +converters/tuc||2024-07-13|Has expired: Dead upstream and unfetchable diff --git a/converters/Makefile b/converters/Makefile index 53449353498b..9f24bd574c4e 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -171,7 +171,6 @@ SUBDIR += ta2as SUBDIR += tnef SUBDIR += trans - SUBDIR += tuc SUBDIR += unix2dos SUBDIR += uudeview SUBDIR += uulib diff --git a/converters/tuc/Makefile b/converters/tuc/Makefile deleted file mode 100644 index 357a266fefbe..000000000000 --- a/converters/tuc/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= tuc -PORTVERSION= 1.10 -PORTREVISION= 2 -CATEGORIES= converters -MASTER_SITES= http://www.whizkidtech.redprince.net/fports/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Text to Unix Conversion -WWW= http://www.whizkidtech.redprince.net/ - -# Converted from NO_CDROM -LICENSE= TUC -LICENSE_NAME= tuc -LICENSE_TEXT= Author does not allow CD-ROM distribution -LICENSE_PERMS= dist-mirror pkg-mirror auto-accept - -BROKEN= unfetchable 6 times in 2 weeks - Host does not resolve -DEPRECATED= Dead upstream and unfetchable -EXPIRATION_DATE=2024-05-31 - -PLIST_FILES= bin/tuc \ - share/man/man1/tuc.1.gz - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tuc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tuc.1 ${STAGEDIR}${PREFIX}/share/man/man1 - -.include <bsd.port.mk> diff --git a/converters/tuc/distinfo b/converters/tuc/distinfo deleted file mode 100644 index a039480172cb..000000000000 --- a/converters/tuc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tuc-1.10.tar.gz) = da6299ac42d0152e6d8a3c60c892c9e5ece20b9a63dec5d65f54477719b00177 -SIZE (tuc-1.10.tar.gz) = 3688 diff --git a/converters/tuc/files/patch-Makefile b/converters/tuc/files/patch-Makefile deleted file mode 100644 index f11854ef6856..000000000000 --- a/converters/tuc/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig 1999-03-30 22:05:50 UTC -+++ Makefile -@@ -13,6 +13,5 @@ CC = gcc - all: tuc - - tuc: tuc.c -- CC ${CFLAGS} tuc.c -o tuc -- strip tuc -+ ${CC} ${CFLAGS} tuc.c -o tuc - diff --git a/converters/tuc/files/patch-tuc.1 b/converters/tuc/files/patch-tuc.1 deleted file mode 100644 index a947d426f3d0..000000000000 --- a/converters/tuc/files/patch-tuc.1 +++ /dev/null @@ -1,11 +0,0 @@ ---- tuc.1.orig 1999-03-29 23:03:24 UTC -+++ tuc.1 -@@ -84,7 +84,7 @@ flag followed by - You may also use the - .Fl i - flag to specify --.Ar outputfile -+.Ar inputfile - explicitly. If you use both - .Fl i - and diff --git a/converters/tuc/pkg-descr b/converters/tuc/pkg-descr deleted file mode 100644 index 7ff31fa40701..000000000000 --- a/converters/tuc/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Utility to convert text files from any operating system to Unix format, -and to convert Unix files to DOS format.