Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2012 20:35:59 +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: r306714 - in head/net-mgmt: . netmagis-utils
Message-ID:  <201210302035.q9UKZxq2070860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Tue Oct 30 20:35:58 2012
New Revision: 306714
URL: http://svn.freebsd.org/changeset/ports/306714

Log:
  Add netmagis-utils , netmagis command-line utilities.
  
  PR:		ports/169509
  Submitted by:	Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
  Feature safe:	yes

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

Modified: head/net-mgmt/Makefile
==============================================================================
--- head/net-mgmt/Makefile	Tue Oct 30 20:35:11 2012	(r306713)
+++ head/net-mgmt/Makefile	Tue Oct 30 20:35:58 2012	(r306714)
@@ -167,6 +167,7 @@
     SUBDIR += netmagis-metro
     SUBDIR += netmagis-servers
     SUBDIR += netmagis-topo
+    SUBDIR += netmagis-utils
     SUBDIR += netmask
     SUBDIR += netmond
     SUBDIR += netspoc

Added: head/net-mgmt/netmagis-utils/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/netmagis-utils/Makefile	Tue Oct 30 20:35:58 2012	(r306714)
@@ -0,0 +1,13 @@
+# Created by: Pierre David <pdagog@gmail.com>, Jean Benoit <jean@unistra.fr>
+# $FreeBSD$
+
+PORTNAME=	netmagis
+PKGNAMESUFFIX=	-utils
+
+COMMENT=	Netmagis command-line utilities
+
+MASTERDIR=	${.CURDIR}/../netmagis-common
+
+PLIST=		${.CURDIR}/pkg-plist
+
+.include "${MASTERDIR}/Makefile"

Added: head/net-mgmt/netmagis-utils/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/netmagis-utils/pkg-plist	Tue Oct 30 20:35:58 2012	(r306714)
@@ -0,0 +1,7 @@
+bin/dnsaddalias
+bin/dnsaddhost
+bin/dnsdelhost
+bin/dnsdelip
+bin/dnsmodattr
+bin/dnsreadprol
+bin/dnswriteprol



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