Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jul 2015 02:25:28 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391542 - in head: . net-mgmt/netmagis-common net-mgmt/netmagis-common/files net-mgmt/netmagis-database net-mgmt/netmagis-detecteq net-mgmt/netmagis-metro net-mgmt/netmagis-servers net-...
Message-ID:  <201507080225.t682PStG085378@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgollucci
Date: Wed Jul  8 02:25:27 2015
New Revision: 391542
URL: https://svnweb.freebsd.org/changeset/ports/391542

Log:
  net-mgmt/netmagis-* update 2.2.2 -> 2.3.0
  
  Additional changes not in pr:
   - Remove post-install do-nada
   - Set NO_ARCH where appropriate
   - DISTVERSION -> PORTVERSION
   - use /var/netmagis instead of /usr/local/var/netmagis
   - remove @dirrm[try] from pkg-plists
   - remove @exec mkdir -p from pkg-plists
   - sort uses
   - relocate rc scripts to the slave they belong to
   - pull conditional logic out and into the slaves they affect
   - add metro/ws/gengraph to SHEBANG_FILES
  
  UPDATING:
   Upgrading from a previous version requires
   a database schema upgrade.
   See http://netmagis.org/upgrade.html
  
  PR:                201124
  Submitted by:      pdagog@gmail.com (maintainer)

Added:
  head/net-mgmt/netmagis-common/files/patch-common_netmagis.conf.sample   (contents, props changed)
  head/net-mgmt/netmagis-topo/files/
  head/net-mgmt/netmagis-topo/files/topographd.in
     - copied, changed from r391531, head/net-mgmt/netmagis-common/files/topographd.in
  head/net-mgmt/netmagis-topo/files/toposendd.in
     - copied, changed from r391531, head/net-mgmt/netmagis-common/files/toposendd.in
Deleted:
  head/net-mgmt/netmagis-common/files/topographd.in
  head/net-mgmt/netmagis-common/files/toposendd.in
Modified:
  head/UPDATING
  head/net-mgmt/netmagis-common/Makefile
  head/net-mgmt/netmagis-common/distinfo
  head/net-mgmt/netmagis-common/pkg-message
  head/net-mgmt/netmagis-database/Makefile
  head/net-mgmt/netmagis-database/pkg-plist
  head/net-mgmt/netmagis-detecteq/Makefile
  head/net-mgmt/netmagis-metro/Makefile
  head/net-mgmt/netmagis-metro/pkg-plist
  head/net-mgmt/netmagis-servers/Makefile
  head/net-mgmt/netmagis-topo/Makefile
  head/net-mgmt/netmagis-topo/pkg-plist
  head/net-mgmt/netmagis-utils/Makefile
  head/net-mgmt/netmagis-www/Makefile
  head/net-mgmt/netmagis-www/pkg-plist

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/UPDATING	Wed Jul  8 02:25:27 2015	(r391542)
@@ -5,6 +5,14 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20150707:
+  AFFECTS: users of net-mgmt/netmagis-*
+  AUTHOR: pgollucci@FreeBSD.org
+
+  Netmagis-* ports have been upgraded to 2.3.0. Upgrading from
+  previous version require a database schema upgrade.
+  See http://netmagis.org/upgrade.html
+
 20150702:
   AFFECTS: users of multimedia/ffmpeg
   AUTHOR: riggs@FreeBSD.org

Modified: head/net-mgmt/netmagis-common/Makefile
==============================================================================
--- head/net-mgmt/netmagis-common/Makefile	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-common/Makefile	Wed Jul  8 02:25:27 2015	(r391542)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	netmagis
-DISTVERSION?=	2.2.2
-PORTREVISION?=	1
+PORTVERSION?=	2.3.0
 CATEGORIES?=	net-mgmt
 MASTER_SITES=	http://netmagis.org/files/
 PKGNAMESUFFIX?=	-common
@@ -11,50 +10,26 @@ PKGNAMESUFFIX?=	-common
 MAINTAINER?=	pdagog@gmail.com
 COMMENT?=	Netmagis common infrastructure
 
-# Portlint barfs about a MASTERDIR variable if the LICENSE block is defined (black magic?)
-#LICENSE=	CECILL-B
-#LICENSE_NAME=	CeCILL-B Free Software License Agreement
-#LICENSE_FILE=	${WRKSRC}/LICENSE
-#LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-
-USES=		tcl:85+ pgsql:9.1+
-WANT_PGSQL=	pgtcl
+LICENSE=	CECILL-B
+LICENSE_NAME=	CeCILL-B Free Software License Agreement
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 RUN_DEPENDS+=	dtplite:${PORTSDIR}/devel/tcllib
 
-.if ${PKGNAMESUFFIX} != -common
-RUN_DEPENDS+=	netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common
-.endif
-
-.if ${PKGNAMESUFFIX} == -database
-RUN_DEPENDS+=	pwgen:${PORTSDIR}/sysutils/pwgen
-WANT_PGSQL+=	server
-.endif
-
-.if ${PKGNAMESUFFIX} == -www
-USE_TEX=	tex
-RUN_DEPENDS+=	dot:${PORTSDIR}/graphics/graphviz \
-		pwgen:${PORTSDIR}/sysutils/pwgen
-.endif
-
-.if ${PKGNAMESUFFIX} == -topo
-USE_RC_SUBR=	topographd toposendd
-SUB_LIST=	TCLSH=${TCLSH}
-RUN_DEPENDS+=	rancid-run:${PORTSDIR}/net-mgmt/rancid \
-		fping:${PORTSDIR}/net/fping
-.endif
-
-.if ${PKGNAMESUFFIX} == -metro
-USES+=		perl5
+USES+=		pgsql:9.1+ tcl:85+
+WANT_PGSQL+=	pgtcl
 
-RUN_DEPENDS+=	p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \
-		p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
-		p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
-		p5-RRDTool-OO>=0:${PORTSDIR}/devel/p5-RRDTool-OO
+SLAVEDIRS= net-mgmt/netmagis-common \
+	net-mgmt/netmagis-database \
+	net-mgmt/netmagis-detecteq \
+	net-mgmt/netmagis-metro \
+	net-mgmt/netmagis-servers \
+	net-mgmt/netmagis-topo \
+	net-mgmt/netmagis-utils \
+	net-mgmt/netmagis-www
 
-USES+=		shebangfix
-SHEBANG_FILES=	metro/bin/metrocreatedb metro/bin/metropoller metro/bin/metropoller-run
-.endif
+NO_ARCH=	yes
 
 # Variables used in netmagis Makefiles
 MAKE_ARGS+=	DESTDIR=${STAGEDIR}${DESTDIR} PREFIX=${PREFIX}
@@ -74,10 +49,6 @@ post-patch:
 		${REINPLACE_CMD} -E 's,cd(.+) (;|&&) make,$$(MAKE) -C\1,'
 	@${REINPLACE_CMD} -E 's,cd (.+) ; (ln -s en ),\2\1/,' \
 		${WRKSRC}/www/Makefile
-
-.if !target(post-install)
-post-install:
-	@${DO_NADA}
-.endif
+	${REINPLACE_CMD} '/NMVARDIR/s/$$(PREFIX)//' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>

Modified: head/net-mgmt/netmagis-common/distinfo
==============================================================================
--- head/net-mgmt/netmagis-common/distinfo	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-common/distinfo	Wed Jul  8 02:25:27 2015	(r391542)
@@ -1,2 +1,2 @@
-SHA256 (netmagis-2.2.2.tar.gz) = 3e2c2f75c1b5f071f2669cc7daceeecbfa7fe16c5d960a3709203dac2fa165a3
-SIZE (netmagis-2.2.2.tar.gz) = 650355
+SHA256 (netmagis-2.3.0.tar.gz) = f79f15fedab8fbfcfd2cf5dae283d21df522f1b5d7036f82c20ef24f9592af88
+SIZE (netmagis-2.3.0.tar.gz) = 670725

Added: head/net-mgmt/netmagis-common/files/patch-common_netmagis.conf.sample
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/netmagis-common/files/patch-common_netmagis.conf.sample	Wed Jul  8 02:25:27 2015	(r391542)
@@ -0,0 +1,11 @@
+--- common/netmagis.conf.sample.orig	2015-07-08 01:06:07 UTC
++++ common/netmagis.conf.sample
+@@ -170,7 +170,7 @@ metrohost	metro.example.com
+ ##############################################################################
+ 
+ rancidcmd	/usr/local/bin/rancid-run
+-ranciddir	/usr/local/var/rancid/mygroup	# group base directory
++ranciddir	/var/rancid/mygroup	# group base directory
+ 
+ # how to send commands on equipments
+ # -u user on equipment (modconf here)

Modified: head/net-mgmt/netmagis-common/pkg-message
==============================================================================
--- head/net-mgmt/netmagis-common/pkg-message	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-common/pkg-message	Wed Jul  8 02:25:27 2015	(r391542)
@@ -1,5 +1,7 @@
 =================================================================
 
 For installation instructions, see http://www.netmagis.org/doc.html
+If you are upgrading from a previous version, see
+	http://www.netmagis.org/upgrade.html
 
 =================================================================

Modified: head/net-mgmt/netmagis-database/Makefile
==============================================================================
--- head/net-mgmt/netmagis-database/Makefile	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-database/Makefile	Wed Jul  8 02:25:27 2015	(r391542)
@@ -6,8 +6,17 @@ PKGNAMESUFFIX=	-database
 
 COMMENT=	Utilities for the netmagis database server
 
+RUN_DEPENDS=	netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \
+		pwgen:${PORTSDIR}/sysutils/pwgen \
+		tcltls>=1.4.1:${PORTSDIR}/devel/tcltls \
+		${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
+
+WANT_PGSQL+=	server pltcl
+
 MASTERDIR=	${.CURDIR}/../netmagis-common
 
+NO_ARCH=	yes
+
 PKGMESSAGE=	${.CURDIR}/pkg-message
 PLIST=		${.CURDIR}/pkg-plist
 

Modified: head/net-mgmt/netmagis-database/pkg-plist
==============================================================================
--- head/net-mgmt/netmagis-database/pkg-plist	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-database/pkg-plist	Wed Jul  8 02:25:27 2015	(r391542)
@@ -5,6 +5,10 @@ lib/netmagis/sql22/functions.sql
 lib/netmagis/sql22/schema-mac.sql
 lib/netmagis/sql22/schema-main.sql
 lib/netmagis/sql22/triggers.sql
+lib/netmagis/sql23/functions.sql
+lib/netmagis/sql23/schema-mac.sql
+lib/netmagis/sql23/schema-main.sql
+lib/netmagis/sql23/triggers.sql
 lib/netmagis/triggers.sql
 lib/netmagis/upgrade/12-13/upgrade.sql
 lib/netmagis/upgrade/13-14/upgrade.sql
@@ -14,10 +18,12 @@ lib/netmagis/upgrade/15-20/pgauth.sed
 lib/netmagis/upgrade/15-20/upgrade.sql
 lib/netmagis/upgrade/20-21/upgrade.sql
 lib/netmagis/upgrade/21-22/upgrade.sql
+lib/netmagis/upgrade/22-23/upgrade.sql
 sbin/netmagis-dbcreate
 sbin/netmagis-dbimport
 sbin/netmagis-dbmaint
 sbin/netmagis-dbupgrade
+sbin/netmagis-getoui
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.database
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/no-view/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/no-view/domain.txt
@@ -50,21 +56,5 @@ sbin/netmagis-dbupgrade
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/with-views/zones/example.com-ext
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/with-views/zones/example.com-int
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/with-views/zones/example.org
-@dirrmtry var/netmagis/dbdump
-@dirrmtry var/netmagis
-@dirrmtry var
-@dirrmtry lib/netmagis/sql22
-@dirrmtry lib/netmagis/upgrade/12-13
-@dirrmtry lib/netmagis/upgrade/13-14
-@dirrmtry lib/netmagis/upgrade/14-15
-@dirrmtry lib/netmagis/upgrade/15-20
-@dirrmtry lib/netmagis/upgrade/20-21
-@dirrmtry lib/netmagis/upgrade/21-22
-@dirrmtry lib/netmagis/upgrade
-@dirrmtry lib/netmagis
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/with-views/zones
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/with-views
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/no-view/zones
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/no-view
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
-@exec mkdir -p %D/var/netmagis/dbdump
+@dir /var/netmagis/dbdump
+@dir /var/netmagis

Modified: head/net-mgmt/netmagis-detecteq/Makefile
==============================================================================
--- head/net-mgmt/netmagis-detecteq/Makefile	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-detecteq/Makefile	Wed Jul  8 02:25:27 2015	(r391542)
@@ -6,8 +6,12 @@ PKGNAMESUFFIX=	-detecteq
 
 COMMENT=	Files for detection of equipment modifications
 
+RUN_DEPENDS=	netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common
+
 MASTERDIR=	${.CURDIR}/../netmagis-common
 
+NO_ARCH=	yes
+
 PKGMESSAGE=	${.CURDIR}/pkg-message
 PLIST=		${.CURDIR}/pkg-plist
 

Modified: head/net-mgmt/netmagis-metro/Makefile
==============================================================================
--- head/net-mgmt/netmagis-metro/Makefile	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-metro/Makefile	Wed Jul  8 02:25:27 2015	(r391542)
@@ -6,8 +6,19 @@ PKGNAMESUFFIX=	-metro
 
 COMMENT=	Netmagis metrology module
 
+RUN_DEPENDS+=	netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \
+		p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \
+		p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
+		p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \
+		p5-RRDTool-OO>=0:${PORTSDIR}/devel/p5-RRDTool-OO
+
+USES=		perl5 shebangfix
+SHEBANG_FILES=	metro/bin/metrocreatedb metro/bin/metropoller metro/bin/metropoller-run metro/ws/gengraph
+
 MASTERDIR=	${.CURDIR}/../netmagis-common
 
+NO_ARCH=	yes
+
 PKGMESSAGE=	${.CURDIR}/pkg-message
 PLIST=		${.CURDIR}/pkg-plist
 

Modified: head/net-mgmt/netmagis-metro/pkg-plist
==============================================================================
--- head/net-mgmt/netmagis-metro/pkg-plist	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-metro/pkg-plist	Wed Jul  8 02:25:27 2015	(r391542)
@@ -22,26 +22,13 @@ lib/netmagis/probes/sensor-stp-catalyst.
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/apache-metro.conf
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/crontab.metro
 www/metro/gengraph
-@dirrm www/metro
-@dirrmtry var/netmagis/metro/wifi
-@dirrmtry var/netmagis/metro/spool
-@dirrmtry var/netmagis/metro/report
-@dirrmtry var/netmagis/metro/log
-@dirrmtry var/netmagis/metro/lock
-@dirrmtry var/netmagis/metro/graph
-@dirrmtry var/netmagis/metro/db
-@dirrmtry var/netmagis/metro/cache
-@dirrmtry var/netmagis/metro
-@dirrmtry var/netmagis
-@dirrmtry var
-%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
-@dirrm lib/netmagis/probes
-@dirrm lib/netmagis/plugins
-@exec mkdir -p %D/var/netmagis/metro/wifi
-@exec mkdir -p %D/var/netmagis/metro/spool
-@exec mkdir -p %D/var/netmagis/metro/report
-@exec mkdir -p %D/var/netmagis/metro/log
-@exec mkdir -p %D/var/netmagis/metro/lock
-@exec mkdir -p %D/var/netmagis/metro/graph
-@exec mkdir -p %D/var/netmagis/metro/db
-@exec mkdir -p %D/var/netmagis/metro/cache
+@dir /var/netmagis/metro/wifi
+@dir /var/netmagis/metro/spool
+@dir /var/netmagis/metro/report
+@dir /var/netmagis/metro/log
+@dir /var/netmagis/metro/lock
+@dir /var/netmagis/metro/graph
+@dir /var/netmagis/metro/db
+@dir /var/netmagis/metro/cache
+@dir /var/netmagis/metro
+@dir /var/netmagis

Modified: head/net-mgmt/netmagis-servers/Makefile
==============================================================================
--- head/net-mgmt/netmagis-servers/Makefile	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-servers/Makefile	Wed Jul  8 02:25:27 2015	(r391542)
@@ -6,6 +6,8 @@ PKGNAMESUFFIX=	-servers
 
 COMMENT=	Netmagis module for dhcp, bind and mail servers
 
+RUN_DEPENDS=	netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common
+
 MASTERDIR=	${.CURDIR}/../netmagis-common
 
 PKGMESSAGE=	${.CURDIR}/pkg-message

Modified: head/net-mgmt/netmagis-topo/Makefile
==============================================================================
--- head/net-mgmt/netmagis-topo/Makefile	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-topo/Makefile	Wed Jul  8 02:25:27 2015	(r391542)
@@ -6,9 +6,22 @@ PKGNAMESUFFIX=	-topo
 
 COMMENT=	Netmagis topology module
 
+RUN_DEPENDS=	netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \
+		rancid-run:${PORTSDIR}/net-mgmt/rancid \
+		fping:${PORTSDIR}/net/fping
+
+USE_RC_SUBR=	topographd toposendd
+SUB_LIST=	TCLSH=${TCLSH}
+
 MASTERDIR=	${.CURDIR}/../netmagis-common
 
+FILESDIR=	${.CURDIR}/files
 PKGMESSAGE=	${.CURDIR}/pkg-message
 PLIST=		${.CURDIR}/pkg-plist
 
+ALL_TARGET=build${PKGNAMESUFFIX?=}
+
+post-stage:
+	@${MKDIR} ${STAGEDIR}/var/netmagis/eqgen ${STAGEDIR}/var/netmagis/eqvirt
+
 .include "${MASTERDIR}/Makefile"

Copied and modified: head/net-mgmt/netmagis-topo/files/topographd.in (from r391531, head/net-mgmt/netmagis-common/files/topographd.in)
==============================================================================

Copied and modified: head/net-mgmt/netmagis-topo/files/toposendd.in (from r391531, head/net-mgmt/netmagis-common/files/toposendd.in)
==============================================================================

Modified: head/net-mgmt/netmagis-topo/pkg-plist
==============================================================================
--- head/net-mgmt/netmagis-topo/pkg-plist	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-topo/pkg-plist	Wed Jul  8 02:25:27 2015	(r391542)
@@ -26,13 +26,6 @@ sbin/toposendd
 %%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%%@dirrmtry %%EXAMPLESDIR%%
-@dirrm lib/netmagis/topo
-@dirrmtry lib/netmagis
-@exec mkdir -p %D/var/netmagis/eqvirt
-@exec mkdir -p %D/var/netmagis/eqgen
+@dir /var/netmagis/eqvirt
+@dir /var/netmagis/eqgen
+@dir /var/netmagis

Modified: head/net-mgmt/netmagis-utils/Makefile
==============================================================================
--- head/net-mgmt/netmagis-utils/Makefile	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-utils/Makefile	Wed Jul  8 02:25:27 2015	(r391542)
@@ -6,8 +6,12 @@ PKGNAMESUFFIX=	-utils
 
 COMMENT=	Netmagis command-line utilities
 
+RUN_DEPENDS=	netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common
+
 MASTERDIR=	${.CURDIR}/../netmagis-common
 
+NO_ARCH=	yes
+
 PLIST=		${.CURDIR}/pkg-plist
 
 .include "${MASTERDIR}/Makefile"

Modified: head/net-mgmt/netmagis-www/Makefile
==============================================================================
--- head/net-mgmt/netmagis-www/Makefile	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-www/Makefile	Wed Jul  8 02:25:27 2015	(r391542)
@@ -6,6 +6,15 @@ PKGNAMESUFFIX=	-www
 
 COMMENT=	Netmagis web module
 
+RUN_DEPENDS=	netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \
+		dot:${PORTSDIR}/graphics/graphviz \
+		pwgen:${PORTSDIR}/sysutils/pwgen \
+		tcltls>=1.4.1:${PORTSDIR}/devel/tcltls \
+		tDOM>=0.8.0:${PORTSDIR}/www/tdom \
+		${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
+
+USE_TEX=	full
+
 MASTERDIR=	${.CURDIR}/../netmagis-common
 
 PKGMESSAGE=	${.CURDIR}/pkg-message

Modified: head/net-mgmt/netmagis-www/pkg-plist
==============================================================================
--- head/net-mgmt/netmagis-www/pkg-plist	Wed Jul  8 01:20:37 2015	(r391541)
+++ head/net-mgmt/netmagis-www/pkg-plist	Wed Jul  8 02:25:27 2015	(r391542)
@@ -149,6 +149,7 @@ lib/netmagis/tmpl/en/l3.html
 lib/netmagis/tmpl/en/listof.html
 lib/netmagis/tmpl/en/listof.tex
 lib/netmagis/tmpl/en/lnet.html
+lib/netmagis/tmpl/en/login.html
 lib/netmagis/tmpl/en/lusers.html
 lib/netmagis/tmpl/en/mac.html
 lib/netmagis/tmpl/en/macindex.html
@@ -168,7 +169,6 @@ lib/netmagis/tmpl/en/mod-view.html
 lib/netmagis/tmpl/en/net-list.html
 lib/netmagis/tmpl/en/net-list.tex
 lib/netmagis/tmpl/en/net.html
-lib/netmagis/tmpl/en/perm.html
 lib/netmagis/tmpl/en/pga-ok.html
 lib/netmagis/tmpl/en/pgaacc-add1.html
 lib/netmagis/tmpl/en/pgaacc-choice.html
@@ -188,11 +188,14 @@ lib/netmagis/tmpl/en/pgarlm-index.html
 lib/netmagis/tmpl/en/pgarlm-list.html
 lib/netmagis/tmpl/en/pgarlm-modedit.html
 lib/netmagis/tmpl/en/pgarlm-modsel.html
+lib/netmagis/tmpl/en/profile.html
 lib/netmagis/tmpl/en/search.html
+lib/netmagis/tmpl/en/start.html
 lib/netmagis/tmpl/en/statorg.html
 lib/netmagis/tmpl/en/statuser.html
 lib/netmagis/tmpl/en/topolist.html
 lib/netmagis/tmpl/en/topotop.html
+lib/netmagis/tmpl/en/who.html
 lib/netmagis/tmpl/fr/add-alias.html
 lib/netmagis/tmpl/fr/add-exist.html
 lib/netmagis/tmpl/fr/add-host.html
@@ -254,6 +257,7 @@ lib/netmagis/tmpl/fr/l3.html
 lib/netmagis/tmpl/fr/listof.html
 lib/netmagis/tmpl/fr/listof.tex
 lib/netmagis/tmpl/fr/lnet.html
+lib/netmagis/tmpl/fr/login.html
 lib/netmagis/tmpl/fr/lusers.html
 lib/netmagis/tmpl/fr/mac.html
 lib/netmagis/tmpl/fr/macindex.html
@@ -273,7 +277,6 @@ lib/netmagis/tmpl/fr/mod-view.html
 lib/netmagis/tmpl/fr/net-list.html
 lib/netmagis/tmpl/fr/net-list.tex
 lib/netmagis/tmpl/fr/net.html
-lib/netmagis/tmpl/fr/perm.html
 lib/netmagis/tmpl/fr/pga-ok.html
 lib/netmagis/tmpl/fr/pgaacc-add1.html
 lib/netmagis/tmpl/fr/pgaacc-choice.html
@@ -293,11 +296,14 @@ lib/netmagis/tmpl/fr/pgarlm-index.html
 lib/netmagis/tmpl/fr/pgarlm-list.html
 lib/netmagis/tmpl/fr/pgarlm-modedit.html
 lib/netmagis/tmpl/fr/pgarlm-modsel.html
+lib/netmagis/tmpl/fr/profile.html
 lib/netmagis/tmpl/fr/search.html
 lib/netmagis/tmpl/fr/statorg.html
+lib/netmagis/tmpl/fr/start.html
 lib/netmagis/tmpl/fr/statuser.html
 lib/netmagis/tmpl/fr/topolist.html
 lib/netmagis/tmpl/fr/topotop.html
+lib/netmagis/tmpl/fr/who.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpd.conf
 %%WWWDIR%%/add
 %%WWWDIR%%/admgrp
@@ -321,6 +327,7 @@ lib/netmagis/tmpl/fr/topotop.html
 %%WWWDIR%%/l2
 %%WWWDIR%%/l3
 %%WWWDIR%%/lnet
+%%WWWDIR%%/login
 %%WWWDIR%%/lusers
 %%WWWDIR%%/mac
 %%WWWDIR%%/macindex
@@ -329,12 +336,14 @@ lib/netmagis/tmpl/fr/topotop.html
 %%WWWDIR%%/metro
 %%WWWDIR%%/mod
 %%WWWDIR%%/net
-%%WWWDIR%%/perm
 %%WWWDIR%%/pgaacc
 %%WWWDIR%%/pgaindex
 %%WWWDIR%%/pgapasswd
 %%WWWDIR%%/pgarealm
+%%WWWDIR%%/profile
 %%WWWDIR%%/search
+%%WWWDIR%%/start
 %%WWWDIR%%/statorg
 %%WWWDIR%%/statuser
 %%WWWDIR%%/topotop
+%%WWWDIR%%/who



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