pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ydiff textproc/ydiff: import ydiff-1.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33b7eb91d0bf
branches:  trunk
changeset: 374416:33b7eb91d0bf
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Feb 21 13:44:31 2022 +0000

description:
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:

 textproc/ydiff/DESCR    |   3 +++
 textproc/ydiff/Makefile |  18 ++++++++++++++++++
 textproc/ydiff/PLIST    |   9 +++++++++
 textproc/ydiff/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 65f785918f23 -r 33b7eb91d0bf textproc/ydiff/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ydiff/DESCR      Mon Feb 21 13:44:31 2022 +0000
@@ -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 -r 65f785918f23 -r 33b7eb91d0bf textproc/ydiff/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ydiff/Makefile   Mon Feb 21 13:44:31 2022 +0000
@@ -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@localhost
+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 -r 65f785918f23 -r 33b7eb91d0bf textproc/ydiff/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ydiff/PLIST      Mon Feb 21 13:44:31 2022 +0000
@@ -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 -r 65f785918f23 -r 33b7eb91d0bf textproc/ydiff/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/ydiff/distinfo   Mon Feb 21 13:44:31 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index