pkgsrc-WIP-changes archive

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

Uhm, some finishing touched. Point to where this is branched from, and correct HOMEPAGE and COMMENT.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon May 22 14:35:27 2017 +0200
Changeset:	ef68732dc2d8cc52627bc710e762b4b987dd404c

Modified Files:
	py-jtextfsm/DESCR
	py-jtextfsm/Makefile

Log Message:
Uhm, some finishing touched.
Point to where this is branched from, and
correct HOMEPAGE and COMMENT.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ef68732dc2d8cc52627bc710e762b4b987dd404c

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

diffstat:
 py-jtextfsm/DESCR    | 3 +++
 py-jtextfsm/Makefile | 6 ++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-jtextfsm/DESCR b/py-jtextfsm/DESCR
index 7c82b0b826..f555379ceb 100644
--- a/py-jtextfsm/DESCR
+++ b/py-jtextfsm/DESCR
@@ -2,3 +2,6 @@ Python module which implements a template based state machine for
 parsing semi-formatted text. Originally developed to allow programmatic
 access to information returned from the command line interface
 (CLI) of networking devices.
+
+This is a fork of https://code.google.com/p/textfsm which is
+Python v3 compatible.
diff --git a/py-jtextfsm/Makefile b/py-jtextfsm/Makefile
index 80b429ee6b..837fada30b 100644
--- a/py-jtextfsm/Makefile
+++ b/py-jtextfsm/Makefile
@@ -7,11 +7,9 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=jonathanslenders/}
 GITHUB_PROJECT=	textfsm
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/napalm-automation/napalm-base/
-COMMENT=	Interact with different router vendors using unified API
+HOMEPAGE=	https://github.com/jonathanslenders/textfsm
+COMMENT=	Template based state machine for semi-formatted text
 LICENSE=	apache-2.0
 
-#DEPENDS+=	${PYPKGPREFIX}-YAML-[0-9]*:../../wip/py-YAML
-
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index