From nobody@FreeBSD.org  Fri May 11 08:47:07 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 3A93C16A400
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 May 2007 08:47:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 2E28913C459
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 May 2007 08:47:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l4B8l7aT083634
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 11 May 2007 08:47:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l4B8g6cQ082907;
	Fri, 11 May 2007 08:42:06 GMT
	(envelope-from nobody)
Message-Id: <200705110842.l4B8g6cQ082907@www.freebsd.org>
Date: Fri, 11 May 2007 08:42:06 GMT
From: Dennis cabooter<freebsd@rootxs.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: net-mgmt/ocs-unix-agent Keep track of the computers configuration and software that are installed on the network
X-Send-Pr-Version: www-3.0

>Number:         112592
>Category:       ports
>Synopsis:       New port: net-mgmt/ocs-unix-agent Keep track of the computers configuration and software that are installed on the network
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 11 08:50:04 GMT 2007
>Closed-Date:    Fri May 11 08:54:04 GMT 2007
>Last-Modified:  Fri May 11 08:54:04 GMT 2007
>Originator:     Dennis cabooter
>Release:        FreeBSD 5.5-RELEASE-p9
>Organization:
Snow
>Environment:
FreeBSD cymbaline.noneofyourbusiness.nl 5.5-RELEASE-p9 FreeBSD 5.5-RELEASE-p9 #0: Wed Dec 13 11:49:26 CET 2006     dennis@cymbaline.noneofyourbusiness.nl:/usr/obj/usr/src/sys/GENERIC  i386
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       /usr/ports/net-mgmt/ocs-unix-agent
#       /usr/ports/net-mgmt/ocs-unix-agent/files
#       /usr/ports/net-mgmt/ocs-unix-agent/files/patch-Makefile.in
#       /usr/ports/net-mgmt/ocs-unix-agent/Makefile
#       /usr/ports/net-mgmt/ocs-unix-agent/distinfo
#       /usr/ports/net-mgmt/ocs-unix-agent/pkg-descr
#       /usr/ports/net-mgmt/ocs-unix-agent/pkg-plist
#
echo c - /usr/ports/net-mgmt/ocs-unix-agent
mkdir -p /usr/ports/net-mgmt/ocs-unix-agent > /dev/null 2>&1
echo c - /usr/ports/net-mgmt/ocs-unix-agent/files
mkdir -p /usr/ports/net-mgmt/ocs-unix-agent/files > /dev/null 2>&1
echo x - /usr/ports/net-mgmt/ocs-unix-agent/files/patch-Makefile.in
sed 's/^X//' >/usr/ports/net-mgmt/ocs-unix-agent/files/patch-Makefile.in << 'END-of-/usr/ports/net-mgmt/ocs-unix-agent/files/patch-Makefile.in'
X--- Makefile.in.orig   Wed May  9 13:36:00 2007
X+++ Makefile.in        Wed May  9 13:36:20 2007
X@@ -732,7 +732,7 @@
X install-exec-local:
X       ${INSTALL_PROGRAM} agent $(DESTDIR)/@bindir@/@AGENT_NAME@.@AGENT_VERSION_REV@
X       ${LN_S}            @AGENT_NAME@.@AGENT_VERSION_REV@ $(DESTDIR)/@bindir@/@AGENT_NAME@
X-      ${INSTALL_PROGRAM} -d  $(DESTDIR)/@sysconfdir@
X+      install -o root -g wheel -m 555 -d $(DESTDIR)/@sysconfdir@
X # Tell versions [3.59,3.63) of GNU make to not export all variables.
X # Otherwise a system limit (for SysV at least) may be exceeded.
X .NOEXPORT:
END-of-/usr/ports/net-mgmt/ocs-unix-agent/files/patch-Makefile.in
echo x - /usr/ports/net-mgmt/ocs-unix-agent/Makefile
sed 's/^X//' >/usr/ports/net-mgmt/ocs-unix-agent/Makefile << 'END-of-/usr/ports/net-mgmt/ocs-unix-agent/Makefile'
X# New ports collection makefile for:    ocs-unix-agent
X# Date created: 8 May 2007
X# Whom:         Dennis Cabooter
X#
X# $FreeBSD$
X#
X
XPORTNAME=       ocs-unix-agent
XPORTVERSION=    0.7
XCATEGORIES=     net-mgmt
XMASTER_SITES=   http://bfleisch.free.fr/ocs-solaris-client/
X
XMAINTAINER=     freebsd@rootxs.org
XCOMMENT=        Keep track of the computers configuration and software that are installed on the network
X
XLIB_DEPENDS=    curl:${PORTSDIR}/ftp/curl
X
XGNU_CONFIGURE=  yes
XUSE_GMAKE=      yes
XUSE_GNOME=      libxml2
X
XCONFIGURE_ARGS+=       --with-zlib=${DESTDIR}/usr
X
X.include <bsd.port.mk>
END-of-/usr/ports/net-mgmt/ocs-unix-agent/Makefile
echo x - /usr/ports/net-mgmt/ocs-unix-agent/distinfo
sed 's/^X//' >/usr/ports/net-mgmt/ocs-unix-agent/distinfo << 'END-of-/usr/ports/net-mgmt/ocs-unix-agent/distinfo'
XMD5 (ocs-unix-agent-0.7.tar.gz) = 7404c4d957d87007240df2340a4f9a69
XSHA256 (ocs-unix-agent-0.7.tar.gz) = e560c2d06abfe212f60ed8df5d98d08f9ecef3b93697d689398ebced9464689b
XSIZE (ocs-unix-agent-0.7.tar.gz) = 95497
END-of-/usr/ports/net-mgmt/ocs-unix-agent/distinfo
echo x - /usr/ports/net-mgmt/ocs-unix-agent/pkg-descr
sed 's/^X//' >/usr/ports/net-mgmt/ocs-unix-agent/pkg-descr << 'END-of-/usr/ports/net-mgmt/ocs-unix-agent/pkg-descr'
XPort of the OCS UNIX Agent
X
XOpen Computer and Software Inventory Next Generation is an application designed to help a network or system administrator keep track of the computers configuration and software that are installed
on the network
X
XWWW: http://www.ocsinventory-ng.org/
X- Dennis Cabooter
Xfreebsd@rootxs.org
END-of-/usr/ports/net-mgmt/ocs-unix-agent/pkg-descr
echo x - /usr/ports/net-mgmt/ocs-unix-agent/pkg-plist
sed 's/^X//' >/usr/ports/net-mgmt/ocs-unix-agent/pkg-plist << 'END-of-/usr/ports/net-mgmt/ocs-unix-agent/pkg-plist'
Xbin/ocs-agent-freebsd-5.5-RELEASE-p9
Xbin/ocs-agent-freebsd-5.5-RELEASE-p9.1007
X@dirrm share/nls/en_US.US-ASCII
X@dirrm share/nls/POSIX
END-of-/usr/ports/net-mgmt/ocs-unix-agent/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Fri May 11 08:53:49 UTC 2007 
State-Changed-Why:  
duple of 112590 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112592 
>Unformatted:
