From owner-cvs-ports@FreeBSD.ORG Thu Nov 24 13:04:36 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 3F10C16A420; Thu, 24 Nov 2005 13:04:36 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B9A943D8F; Thu, 24 Nov 2005 13:04:30 +0000 (GMT) (envelope-from edwin@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 jAOD4UFU082409; Thu, 24 Nov 2005 13:04:30 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAOD4UJG082408; Thu, 24 Nov 2005 13:04:30 GMT (envelope-from edwin) Message-Id: <200511241304.jAOD4UJG082408@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 24 Nov 2005 13:04:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/psgconf Makefile distinfo pkg-descr pkg-install pkg-plist ports/sysutils/psgconf/files patch-Makefile.PL patch-PSGConf.pm patch-psgconf patch-psgconf_modules X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 24 Nov 2005 13:04:36 -0000 edwin 2005-11-24 13:04:30 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/psgconf Makefile distinfo pkg-descr pkg-install pkg-plist sysutils/psgconf/files patch-Makefile.PL patch-PSGConf.pm patch-psgconf patch-psgconf_modules Log: New Port: sysutils/psgconf modular system configuration framework The psgconf package is a modular system configuration framework. It includes a number of default modules to configure typical system parameters, and allows administrators to add their own modules to meet site-specific needs. PR: ports/83912 Submitted by: Jim Pirzyk Revision Changes Path 1.719 +1 -0 ports/sysutils/Makefile 1.1 +172 -0 ports/sysutils/psgconf/Makefile (new) 1.1 +2 -0 ports/sysutils/psgconf/distinfo (new) 1.1 +11 -0 ports/sysutils/psgconf/files/patch-Makefile.PL (new) 1.1 +31 -0 ports/sysutils/psgconf/files/patch-PSGConf.pm (new) 1.1 +47 -0 ports/sysutils/psgconf/files/patch-psgconf (new) 1.1 +15 -0 ports/sysutils/psgconf/files/patch-psgconf_modules (new) 1.1 +4 -0 ports/sysutils/psgconf/pkg-descr (new) 1.1 +34 -0 ports/sysutils/psgconf/pkg-install (new) 1.1 +170 -0 ports/sysutils/psgconf/pkg-plist (new)