From owner-cvs-ports@FreeBSD.ORG Tue Nov 23 07:29:46 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2405D16A4CE; Tue, 23 Nov 2004 07:29:46 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E210343D49; Tue, 23 Nov 2004 07:29:45 +0000 (GMT) (envelope-from anders@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAN7Tjki015983; Tue, 23 Nov 2004 07:29:45 GMT (envelope-from anders@repoman.freebsd.org) Received: (from anders@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAN7TjbD015981; Tue, 23 Nov 2004 07:29:45 GMT (envelope-from anders) Message-Id: <200411230729.iAN7TjbD015981@repoman.freebsd.org> From: Anders Nordby Date: Tue, 23 Nov 2004 07:29:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net-mgmt Makefile ports/net-mgmt/nav Makefile distinfo pkg-descr pkg-install pkg-plist ports/net-mgmt/nav/files patch-subsystem-alertEngine-alertengine.in patch-subsystem-startstop-functions.in patch-subsystem-startstop-startstop.py ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Nov 2004 07:29:46 -0000 anders 2004-11-23 07:29:45 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/nav Makefile distinfo pkg-descr pkg-install pkg-plist net-mgmt/nav/files patch-src-Makefile.in patch-subsystem-alertEngine-alertdaemon.pl patch-subsystem-alertEngine-alertengine.in patch-subsystem-lib-python-src-nav-ip.py patch-subsystem-startstop-functions.in patch-subsystem-startstop-startstop.py net-mgmt/nav/scripts fixpyenc myautoconf navenv Log: Add NAV (Network Administration Visualized), a network administration package from NTNU - Norwegian University of Science and Technology. This port is work-in-progress, currently. Sponsored by: University of Tromsų Revision Changes Path 1.35 +1 -0 ports/net-mgmt/Makefile 1.1 +131 -0 ports/net-mgmt/nav/Makefile (new) 1.1 +2 -0 ports/net-mgmt/nav/distinfo (new) 1.1 +32 -0 ports/net-mgmt/nav/files/patch-src-Makefile.in (new) 1.1 +46 -0 ports/net-mgmt/nav/files/patch-subsystem-alertEngine-alertdaemon.pl (new) 1.1 +11 -0 ports/net-mgmt/nav/files/patch-subsystem-alertEngine-alertengine.in (new) 1.1 +11 -0 ports/net-mgmt/nav/files/patch-subsystem-lib-python-src-nav-ip.py (new) 1.1 +22 -0 ports/net-mgmt/nav/files/patch-subsystem-startstop-functions.in (new) 1.1 +10 -0 ports/net-mgmt/nav/files/patch-subsystem-startstop-startstop.py (new) 1.1 +4 -0 ports/net-mgmt/nav/pkg-descr (new) 1.1 +72 -0 ports/net-mgmt/nav/pkg-install (new) 1.1 +670 -0 ports/net-mgmt/nav/pkg-plist (new) 1.1 +12 -0 ports/net-mgmt/nav/scripts/fixpyenc (new) 1.1 +148 -0 ports/net-mgmt/nav/scripts/myautoconf (new) 1.1 +15 -0 ports/net-mgmt/nav/scripts/navenv (new)