pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/diff-so-fancy devel/diff-so-fancy: import diff-s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af0905807d08
branches:  trunk
changeset: 371330:af0905807d08
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 09 14:29:19 2022 +0000

description:
devel/diff-so-fancy: import diff-so-fancy-1.4.2

diff-so-fancy strives to make your diffs **human** readable instead
of machine readable. This helps improve code quality and helps you
spot defects faster.

diffstat:

 devel/diff-so-fancy/DESCR    |   3 +++
 devel/diff-so-fancy/Makefile |  26 ++++++++++++++++++++++++++
 devel/diff-so-fancy/PLIST    |   4 ++++
 devel/diff-so-fancy/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 9a8bb1589e17 -r af0905807d08 devel/diff-so-fancy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/diff-so-fancy/DESCR Sun Jan 09 14:29:19 2022 +0000
@@ -0,0 +1,3 @@
+diff-so-fancy strives to make your diffs **human** readable instead
+of machine readable. This helps improve code quality and helps you
+spot defects faster.
diff -r 9a8bb1589e17 -r af0905807d08 devel/diff-so-fancy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/diff-so-fancy/Makefile      Sun Jan 09 14:29:19 2022 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2022/01/09 14:29:19 wiz Exp $
+
+DISTNAME=      diff-so-fancy-1.4.2
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=so-fancy/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/so-fancy/diff-so-fancy
+COMMENT=       Optimize diffs for human readability
+LICENSE=       mit
+
+INSTALLATION_DIRS+=    bin libexec/diff-so-fancy/lib
+
+REPLACE_PERL+= diff-so-fancy
+
+USE_TOOLS+=    perl:run
+
+do-build:
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/diff-so-fancy ${DESTDIR}${PREFIX}/libexec/diff-so-fancy
+       ${INSTALL_DATA} ${WRKSRC}/lib/* ${DESTDIR}${PREFIX}/libexec/diff-so-fancy/lib
+       cd ${DESTDIR}${PREFIX}/bin && ${LN} -s ../libexec/diff-so-fancy/diff-so-fancy .
+
+.include "../../mk/bsd.pkg.mk"
diff -r 9a8bb1589e17 -r af0905807d08 devel/diff-so-fancy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/diff-so-fancy/PLIST Sun Jan 09 14:29:19 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/09 14:29:19 wiz Exp $
+bin/diff-so-fancy
+libexec/diff-so-fancy/diff-so-fancy
+libexec/diff-so-fancy/lib/DiffHighlight.pm
diff -r 9a8bb1589e17 -r af0905807d08 devel/diff-so-fancy/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/diff-so-fancy/distinfo      Sun Jan 09 14:29:19 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/09 14:29:19 wiz Exp $
+
+BLAKE2s (diff-so-fancy-1.4.2.tar.gz) = c206a89dfad84984342d3b02716a13e636bbce25ee59770c75075eb1e460f0b2
+SHA512 (diff-so-fancy-1.4.2.tar.gz) = cedef279417708d4cbbc6d37fe8b4ba4e71b2bc759a86abab068242db3ff71336c7672251fd6d558bd38e2e5a3084caf19fb5a3c2e76d22dbbd07cf56ec29110
+Size (diff-so-fancy-1.4.2.tar.gz) = 51750 bytes



Home | Main Index | Thread Index | Old Index