Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2012 20:35:12 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306713 - in head/net-mgmt: . netmagis-topo
Message-ID:  <201210302035.q9UKZCWm070648@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>, Jean Benoit <jean@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@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"

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
+@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210302035.q9UKZCWm070648>