svn commit: r306713 - in head/net-mgmt: . netmagis-topo

Chris Rees crees at FreeBSD.org
Tue Oct 30 20:35:12 UTC 2012


Author: crees
Date: Tue Oct 30 20:35:11 2012
New Revision: 306713
URL: http://svn.freebsd.org/changeset/ports/306713

Log:
  Add netmagis-topo , netmagis topology module.
  
  PR:		ports/169509
  Submitted by:	Pierre David <pdagog at gmail.com>, Jean Benoit <jean at unistra.fr>
  Feature safe:	yes

Added:
  head/net-mgmt/netmagis-topo/
  head/net-mgmt/netmagis-topo/Makefile   (contents, props changed)
  head/net-mgmt/netmagis-topo/pkg-plist   (contents, props changed)
Modified:
  head/net-mgmt/Makefile

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Tue Oct 30 20:34:27 2012	(r306712)
+++ head/net-mgmt/Makefile	Tue Oct 30 20:35:11 2012	(r306713)
@@ -166,6 +166,7 @@
     SUBDIR += netmagis-detecteq
     SUBDIR += netmagis-metro
     SUBDIR += netmagis-servers
+    SUBDIR += netmagis-topo
     SUBDIR += netmask
     SUBDIR += netmond
     SUBDIR += netspoc

Added: head/net-mgmt/netmagis-topo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/netmagis-topo/Makefile	Tue Oct 30 20:35:11 2012	(r306713)
@@ -0,0 +1,14 @@
+# Created by: Pierre David <pdagog at gmail.com>, Jean Benoit <jean at 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"

Added: head/net-mgmt/netmagis-topo/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/netmagis-topo/pkg-plist	Tue Oct 30 20:35:11 2012	(r306713)
@@ -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
+ at dirrmtry var/netmagis/eqvirt
+ at dirrmtry var/netmagis/eqgen
+ at dirrmtry var/netmagis
+ at dirrmtry var
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/eqvirt
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+ at dirrm lib/netmagis/topo
+ at dirrm lib/netmagis
+ at exec mkdir -p %D/var/netmagis/eqvirt
+ at exec mkdir -p %D/var/netmagis/eqgen


More information about the svn-ports-all mailing list