svn commit: r468621 - in head/net: . graphpath

Olivier Cochard olivier at FreeBSD.org
Sun Apr 29 11:51:07 UTC 2018


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 at 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


More information about the svn-ports-head mailing list