svn commit: r330766 - in head/textproc/cdiff: . src
Mathieu Arnold
mat at FreeBSD.org
Fri Oct 18 18:47:59 UTC 2013
Author: mat
Date: Fri Oct 18 18:47:57 2013
New Revision: 330766
URL: http://svnweb.freebsd.org/changeset/ports/330766
Log:
Change upstream to a new shinier one.
(And take maintainership.)
PR: ports/183084
Submitted by: mat
Approved by: garga (maintainer)
Added:
head/textproc/cdiff/distinfo (contents, props changed)
head/textproc/cdiff/pkg-plist (contents, props changed)
Deleted:
head/textproc/cdiff/src/
Modified:
head/textproc/cdiff/Makefile
head/textproc/cdiff/pkg-descr
Modified: head/textproc/cdiff/Makefile
==============================================================================
--- head/textproc/cdiff/Makefile Fri Oct 18 18:36:59 2013 (r330765)
+++ head/textproc/cdiff/Makefile Fri Oct 18 18:47:57 2013 (r330766)
@@ -2,29 +2,19 @@
# $FreeBSD$
PORTNAME= cdiff
-PORTVERSION= 1.5
+PORTVERSION= 0.9.3
+PORTEPOCH= 1
CATEGORIES= textproc
-MASTER_SITES= # none
-DISTFILES= # none
-MAINTAINER= garga at FreeBSD.org
+MAINTAINER= mat at FreeBSD.org
COMMENT= Diff readability enhancer for color terminals
-NO_BUILD= yes
-NO_WRKSUBDIR= yes
-USES= perl5
+USE_GITHUB=
+GH_ACCOUNT= ymattw
+GH_TAGNAME= 0.9.3
+GH_COMMIT= 423551f
-SRC= ${.CURDIR}/src
-
-MAN1= cdiff.1
-PLIST_FILES= bin/cdiff
-
-NO_STAGE= yes
-do-fetch:
- @${DO_NADA}
-
-do-install:
- @${INSTALL_SCRIPT} ${SRC}/cdiff.sh ${PREFIX}/bin/cdiff
- @${INSTALL_MAN} ${SRC}/cdiff.1 ${PREFIX}/man/man1
+USE_PYTHON=
+USE_PYDISTUTILS= yes
.include <bsd.port.mk>
Added: head/textproc/cdiff/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/cdiff/distinfo Fri Oct 18 18:47:57 2013 (r330766)
@@ -0,0 +1,2 @@
+SHA256 (cdiff-0.9.3.tar.gz) = 3081c7fcd1eaacfda60614544b9db8930aa09945e44343e2435914c825dc8730
+SIZE (cdiff-0.9.3.tar.gz) = 29237
Modified: head/textproc/cdiff/pkg-descr
==============================================================================
--- head/textproc/cdiff/pkg-descr Fri Oct 18 18:36:59 2013 (r330765)
+++ head/textproc/cdiff/pkg-descr Fri Oct 18 18:47:57 2013 (r330766)
@@ -1,4 +1,5 @@
-cdiff is a readability enhancer for context diffs
-and unified diffs on color terminals.
+Term based tool to view colored, incremental diff in a Git/Mercurial/Svn
+workspace or from stdin, with side by side and auto pager support. Requires
+python (>= 2.5.0) and less.
-It uses less(1) as a backend.
+WWW: https://github.com/ymattw/cdiff
Added: head/textproc/cdiff/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/cdiff/pkg-plist Fri Oct 18 18:47:57 2013 (r330766)
@@ -0,0 +1,4 @@
+bin/cdiff
+%%PYTHON_SITELIBDIR%%/cdiff.py
+%%PYTHON_SITELIBDIR%%/cdiff.pyc
+%%PYTHON_SITELIBDIR%%/cdiff.pyo
More information about the svn-ports-head
mailing list