From owner-svn-ports-all@FreeBSD.ORG Tue Oct 30 20:35:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C126721D; Tue, 30 Oct 2012 20:35:12 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8F4398FC08; Tue, 30 Oct 2012 20:35:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9UKZCTs070652; Tue, 30 Oct 2012 20:35:12 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9UKZCWm070648; Tue, 30 Oct 2012 20:35:12 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201210302035.q9UKZCWm070648@svn.freebsd.org> From: Chris Rees Date: Tue, 30 Oct 2012 20:35:12 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 20:35:12 -0000 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 , Jean Benoit 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 , Jean Benoit +# $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