diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2018-04-29 11:51:06 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2018-04-29 11:51:06 +0000 |
commit | f9febd367ca7d6a2f29463c24d998f02ab052acc (patch) | |
tree | a5b9406238bd9148f340725f77c3cf67efafdf3a /net | |
parent | a8939c301dcdfaf067557fa3d3e63d97a9fbc41c (diff) | |
download | ports-f9febd367ca7d6a2f29463c24d998f02ab052acc.tar.gz ports-f9febd367ca7d6a2f29463c24d998f02ab052acc.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/graphpath/Makefile | 24 | ||||
-rw-r--r-- | net/graphpath/distinfo | 3 | ||||
-rw-r--r-- | net/graphpath/pkg-descr | 4 |
4 files changed, 32 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index fa86ff6e2cc0..0ae458181568 100644 --- a/net/Makefile +++ b/net/Makefile @@ -206,6 +206,7 @@ SUBDIR += goreplay SUBDIR += gotthard SUBDIR += gq + SUBDIR += graphpath SUBDIR += grdesktop SUBDIR += grilo SUBDIR += grilo-plugins diff --git a/net/graphpath/Makefile b/net/graphpath/Makefile new file mode 100644 index 000000000000..99c4bdb2f7e7 --- /dev/null +++ b/net/graphpath/Makefile @@ -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> diff --git a/net/graphpath/distinfo b/net/graphpath/distinfo new file mode 100644 index 000000000000..9de1ef3dab94 --- /dev/null +++ b/net/graphpath/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1525000172 +SHA256 (ocochard-graphpath-v1.0_GH0.tar.gz) = 9e018bbb44f748595d4eb030896ccc195a9a75db773160da480743f31b5b8272 +SIZE (ocochard-graphpath-v1.0_GH0.tar.gz) = 5445 diff --git a/net/graphpath/pkg-descr b/net/graphpath/pkg-descr new file mode 100644 index 000000000000..492ce757f2a4 --- /dev/null +++ b/net/graphpath/pkg-descr @@ -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 |