git: 3fc9b55a0a3d - main - textproc/cdif: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 11:38:14 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fc9b55a0a3d5f2cb4fd8e9b436cfdb6824ddcc4 commit 3fc9b55a0a3d5f2cb4fd8e9b436cfdb6824ddcc4 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-05-04 11:38:01 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-05-04 11:38:01 +0000 textproc/cdif: Remove expired port 2025-04-30 textproc/cdif: Deprecated upstream, repo archived on Jun 25, 2018. --- MOVED | 1 + textproc/Makefile | 1 - textproc/cdif/Makefile | 36 ------------------------------------ textproc/cdif/distinfo | 3 --- textproc/cdif/pkg-descr | 9 --------- 5 files changed, 1 insertion(+), 49 deletions(-) diff --git a/MOVED b/MOVED index f065e6632817..65ef5bd718d0 100644 --- a/MOVED +++ b/MOVED @@ -4374,3 +4374,4 @@ textproc/resume-extensions||2025-05-04|Has expired: Depends on deprecated port t textproc/resume||2025-05-04|Has expired: Obsolete XML and XSL based system that targets résumés and curricu vitae textproc/add-css-links||2025-05-04|Has expired: Obsolete and unmaintained in tree for years textproc/print-n-times||2025-05-04|Has expired: Obsolete and unmaintained in tree for years +textproc/cdif||2025-05-04|Has expired: Deprecated upstream, repo archived on Jun 25, 2018 diff --git a/textproc/Makefile b/textproc/Makefile index 3512e4b63596..ede3b6066e7c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -92,7 +92,6 @@ SUBDIR += cast2gif SUBDIR += castxml SUBDIR += catdoc - SUBDIR += cdif SUBDIR += cg3 SUBDIR += cgrep SUBDIR += chkascii diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile deleted file mode 100644 index 725468fe51ec..000000000000 --- a/textproc/cdif/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= cdif -PORTVERSION= 2.14.20170401 -DISTVERSIONPREFIX= v -CATEGORIES= textproc - -MAINTAINER= hrs@FreeBSD.org -COMMENT= Word context visualizer of DIFF output -WWW= https://github.com/kaz-utashiro/cdif - -LICENSE= GREPLE -LICENSE_NAME= GREPLE License -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -DEPRECATED= Deprecated upstream, repo archived on Jun 25, 2018. -EXPIRATION_DATE=2025-04-30 - -RUN_DEPENDS= ${SITE_PERL}/Getopt/EX.pm:devel/p5-Getopt-EX - -USES= perl5 shebangfix -SHEBANG_FILES= ${PORTNAME} -USE_GITHUB= yes -GH_ACCOUNT= kaz-utashiro -GH_TAGNAME= 2f4de90 -NO_BUILD= yes -NO_ARCH= yes -PLIST_FILES= bin/cdif - -post-extract: - cd ${WRKSRC} && \ - ${SED} -n "/^# COPYRIGHT/,//p" README.md > LICENSE - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/cdif - -.include <bsd.port.mk> diff --git a/textproc/cdif/distinfo b/textproc/cdif/distinfo deleted file mode 100644 index d91e7c8b80ba..000000000000 --- a/textproc/cdif/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1491036190 -SHA256 (kaz-utashiro-cdif-v2.14.20170401-2f4de90_GH0.tar.gz) = 0396528034f54ddb22ffcdfcf925355c8f2a9426a7de6ca1c149e9e5b4ec8377 -SIZE (kaz-utashiro-cdif-v2.14.20170401-2f4de90_GH0.tar.gz) = 19118 diff --git a/textproc/cdif/pkg-descr b/textproc/cdif/pkg-descr deleted file mode 100644 index 413530f0ae03..000000000000 --- a/textproc/cdif/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -cdif is a post-processor of the Unix diff command. It highlights -deleted, changed and added words based on word context. You may want -to compare character-by-character rather than word-by-word. Option -B -option can be used for that purpose. If only one file is specified, -cdif reads that file (stdin if no file) as a output from diff command. -Lines those don't look like diff output are simply ignored and -printed. - -Note that this requires fdescfs(5) mounted.