diff options
author | fcambus <fcambus@pkgsrc.org> | 2022-02-21 13:44:31 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2022-02-21 13:44:31 +0000 |
commit | 7aa68b3b7e46c84edc804dfd49e00c0b36c68a02 (patch) | |
tree | 080bdaf7748ecc00a9fbe3843f5e8f0becda3638 /textproc/ydiff | |
parent | 5a42b3a939dcb5c78aea33310ad5501f2bfc56c4 (diff) | |
download | pkgsrc-7aa68b3b7e46c84edc804dfd49e00c0b36c68a02.tar.gz |
textproc/ydiff: import ydiff-1.2.
Term based tool to view colored, incremental diff in a version controlled
workspace (supports Git, Mercurial, Perforce and SVN so far) or from stdin,
with side by side (similar to diff -y) and auto pager support.
Diffstat (limited to 'textproc/ydiff')
-rw-r--r-- | textproc/ydiff/DESCR | 3 | ||||
-rw-r--r-- | textproc/ydiff/Makefile | 18 | ||||
-rw-r--r-- | textproc/ydiff/PLIST | 9 | ||||
-rw-r--r-- | textproc/ydiff/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/ydiff/DESCR b/textproc/ydiff/DESCR new file mode 100644 index 00000000000..eaf05d09558 --- /dev/null +++ b/textproc/ydiff/DESCR @@ -0,0 +1,3 @@ +Term based tool to view colored, incremental diff in a version controlled +workspace (supports Git, Mercurial, Perforce and SVN so far) or from stdin, +with side by side (similar to diff -y) and auto pager support. diff --git a/textproc/ydiff/Makefile b/textproc/ydiff/Makefile new file mode 100644 index 00000000000..db07807531a --- /dev/null +++ b/textproc/ydiff/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2022/02/21 13:44:31 fcambus Exp $ + +DISTNAME= ydiff-1.2 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GITHUB:=ymattw/} +GITHUB_TAG= ${PKGVERSION_NOREV} + +MAINTAINER= fcambus@NetBSD.org +HOMEPAGE= https://github.com/ymattw/ydiff +COMMENT= Inline and side-by-side colored and incremental diff viewer +LICENSE= modified-bsd + +USE_LANGUAGES= # none + +NO_BUILD= yes + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/ydiff/PLIST b/textproc/ydiff/PLIST new file mode 100644 index 00000000000..b14e31ecb63 --- /dev/null +++ b/textproc/ydiff/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2022/02/21 13:44:31 fcambus Exp $ +bin/ydiff +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/ydiff.py +${PYSITELIB}/ydiff.pyc +${PYSITELIB}/ydiff.pyo diff --git a/textproc/ydiff/distinfo b/textproc/ydiff/distinfo new file mode 100644 index 00000000000..7ca3f351cfe --- /dev/null +++ b/textproc/ydiff/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/02/21 13:44:31 fcambus Exp $ + +BLAKE2s (ydiff-1.2.tar.gz) = 4282ecec06e40c2b83a125ae7740007a591e86945d3b4008cba4e4f15f5e4ab4 +SHA512 (ydiff-1.2.tar.gz) = 472355a1ff449eb7c8d3cab2c93e0c1eb89f81f1d6f2b08977aaf9f1df63a3b60ddafdc7377b29a24aa282d7fc213469e7f40bf02ee10cb76a6d57c0086ed1b4 +Size (ydiff-1.2.tar.gz) = 39600 bytes |