From b45cef2d6693f7b1c910521aa2cd2c390636ea6a Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Sat, 1 Apr 2017 09:10:20 +0000 Subject: Add textproc/sdif, a post-processor of diff(1) output for pretty-printing. --- textproc/sdif/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 textproc/sdif/Makefile (limited to 'textproc/sdif/Makefile') diff --git a/textproc/sdif/Makefile b/textproc/sdif/Makefile new file mode 100644 index 000000000000..752535d10a50 --- /dev/null +++ b/textproc/sdif/Makefile @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= sdif +PORTVERSION= 2.8.20170401 +DISTVERSIONPREFIX= v +CATEGORIES= textproc + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Side-by-side diff viewer for ANSI terminal + +LICENSE= GREPLE +LICENSE_NAME= GREPLE License +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +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= 356575d +NO_BUILD= yes +NO_ARCH= yes +PLIST_FILES= bin/sdif \ + %%SITE_PERL%%/App/sdif/colors.pm \ + %%SITE_PERL%%/App/sdif/osx_autocolor.pm + +post-extract: + cd ${WRKSRC} && \ + ${SED} -n "/^## Copyright/,/^$$/p" sdif > LICENSE + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC}/lib && \ + ${COPYTREE_SHARE} App ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} + +.include -- cgit v1.2.3