pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ydiff



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Feb 21 13:44:31 UTC 2022

Added Files:
        pkgsrc/textproc/ydiff: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/ydiff/DESCR \
    pkgsrc/textproc/ydiff/Makefile pkgsrc/textproc/ydiff/PLIST \
    pkgsrc/textproc/ydiff/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/ydiff/DESCR
diff -u /dev/null pkgsrc/textproc/ydiff/DESCR:1.1
--- /dev/null   Mon Feb 21 13:44:31 2022
+++ pkgsrc/textproc/ydiff/DESCR Mon Feb 21 13:44:31 2022
@@ -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.
Index: pkgsrc/textproc/ydiff/Makefile
diff -u /dev/null pkgsrc/textproc/ydiff/Makefile:1.1
--- /dev/null   Mon Feb 21 13:44:31 2022
+++ pkgsrc/textproc/ydiff/Makefile      Mon Feb 21 13:44:31 2022
@@ -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"
Index: pkgsrc/textproc/ydiff/PLIST
diff -u /dev/null pkgsrc/textproc/ydiff/PLIST:1.1
--- /dev/null   Mon Feb 21 13:44:31 2022
+++ pkgsrc/textproc/ydiff/PLIST Mon Feb 21 13:44:31 2022
@@ -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
Index: pkgsrc/textproc/ydiff/distinfo
diff -u /dev/null pkgsrc/textproc/ydiff/distinfo:1.1
--- /dev/null   Mon Feb 21 13:44:31 2022
+++ pkgsrc/textproc/ydiff/distinfo      Mon Feb 21 13:44:31 2022
@@ -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