Date: Sun, 29 Apr 2018 11:51:06 +0000 (UTC) From: Olivier Cochard <olivier@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468621 - in head/net: . graphpath Message-ID: <201804291151.w3TBp6pw022495@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivier Date: Sun Apr 29 11:51:06 2018 New Revision: 468621 URL: https://svnweb.freebsd.org/changeset/ports/468621 Log: Add new port: net/graphpath Graphpath generates an ASCII network diagram from the route table of a FreeBSD router. Added: head/net/graphpath/ head/net/graphpath/Makefile (contents, props changed) head/net/graphpath/distinfo (contents, props changed) head/net/graphpath/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Apr 29 11:41:07 2018 (r468620) +++ head/net/Makefile Sun Apr 29 11:51:06 2018 (r468621) @@ -206,6 +206,7 @@ SUBDIR += goreplay SUBDIR += gotthard SUBDIR += gq + SUBDIR += graphpath SUBDIR += grdesktop SUBDIR += grilo SUBDIR += grilo-plugins Added: head/net/graphpath/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/graphpath/Makefile Sun Apr 29 11:51:06 2018 (r468621) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= graphpath +PORTVERSION= 1.0 +DISTVERSIONPREFIX= v +CATEGORIES= net + +MAINTAINER= olivier@FreeBSD.org +COMMENT= Generates an ASCII network diagram from the route table + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= ocochard + +NO_BUILD= yes + +PLIST_FILES= bin/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +.include <bsd.port.mk> Added: head/net/graphpath/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/graphpath/distinfo Sun Apr 29 11:51:06 2018 (r468621) @@ -0,0 +1,3 @@ +TIMESTAMP = 1525000172 +SHA256 (ocochard-graphpath-v1.0_GH0.tar.gz) = 9e018bbb44f748595d4eb030896ccc195a9a75db773160da480743f31b5b8272 +SIZE (ocochard-graphpath-v1.0_GH0.tar.gz) = 5445 Added: head/net/graphpath/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/graphpath/pkg-descr Sun Apr 29 11:51:06 2018 (r468621) @@ -0,0 +1,4 @@ +Graphpath generates an ASCII network diagram from the route table of a +Unix/Linux router. + +WWW: https://github.com/ocochard/graphpath
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804291151.w3TBp6pw022495>