diff options
Diffstat (limited to 'textproc/cdif')
-rw-r--r-- | textproc/cdif/Makefile | 36 | ||||
-rw-r--r-- | textproc/cdif/distinfo | 3 | ||||
-rw-r--r-- | textproc/cdif/pkg-descr | 9 |
3 files changed, 0 insertions, 48 deletions
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. |