diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-10-30 20:35:11 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-10-30 20:35:11 +0000 |
commit | 1639afa759acf7c39b97a3000174af38ed36b5c3 (patch) | |
tree | 7253d6a3a1c2773faed3a42ca5957bcad1fa2611 /net-mgmt/netmagis-topo | |
parent | 631e9cd73180b419be56b1510f8e60e4c0841382 (diff) | |
download | ports-1639afa759acf7c39b97a3000174af38ed36b5c3.tar.gz ports-1639afa759acf7c39b97a3000174af38ed36b5c3.zip |
Add netmagis-topo , netmagis topology module.
PR: ports/169509
Submitted by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=306713
Diffstat (limited to 'net-mgmt/netmagis-topo')
-rw-r--r-- | net-mgmt/netmagis-topo/Makefile | 14 | ||||
-rw-r--r-- | net-mgmt/netmagis-topo/pkg-plist | 38 |
2 files changed, 52 insertions, 0 deletions
diff --git a/net-mgmt/netmagis-topo/Makefile b/net-mgmt/netmagis-topo/Makefile new file mode 100644 index 000000000000..1c21bcb8bd66 --- /dev/null +++ b/net-mgmt/netmagis-topo/Makefile @@ -0,0 +1,14 @@ +# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr> +# $FreeBSD$ + +PORTNAME= netmagis +PKGNAMESUFFIX= -topo + +COMMENT= Netmagis topology module + +MASTERDIR= ${.CURDIR}/../netmagis-common + +PKGMESSAGE= ${.CURDIR}/pkg-message +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/netmagis-topo/pkg-plist b/net-mgmt/netmagis-topo/pkg-plist new file mode 100644 index 000000000000..1a05bbcf5b9d --- /dev/null +++ b/net-mgmt/netmagis-topo/pkg-plist @@ -0,0 +1,38 @@ +lib/netmagis/topo/anaconf +lib/netmagis/topo/analyze +lib/netmagis/topo/buildgraph +lib/netmagis/topo/checkdns +lib/netmagis/topo/decodename +lib/netmagis/topo/doteq +lib/netmagis/topo/dumpgraph +lib/netmagis/topo/extractcoll +lib/netmagis/topo/extracteq +lib/netmagis/topo/extractl1 +lib/netmagis/topo/extractl2 +lib/netmagis/topo/extractl3 +lib/netmagis/topo/getnetif +lib/netmagis/topo/list-rancid +lib/netmagis/topo/list-vlans +lib/netmagis/topo/parse-cisco.tcl +lib/netmagis/topo/parse-hp.tcl +lib/netmagis/topo/parse-juniper.tcl +lib/netmagis/topo/parse-server.tcl +lib/netmagis/topo/sendmail +lib/netmagis/topo/ssidsensors +lib/netmagis/topo/start-rancid +sbin/topographd +sbin/toposendd +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eqvirt/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eqvirt/rtr.eq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eqvirt/sw1.eq +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eqvirt/sw2.eq +@dirrmtry var/netmagis/eqvirt +@dirrmtry var/netmagis/eqgen +@dirrmtry var/netmagis +@dirrmtry var +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/eqvirt +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@dirrm lib/netmagis/topo +@dirrm lib/netmagis +@exec mkdir -p %D/var/netmagis/eqvirt +@exec mkdir -p %D/var/netmagis/eqgen |