From naim@usebsd.com  Tue Jan  2 04:57:41 2007
Return-Path: <naim@usebsd.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 93D5E16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Jan 2007 04:57:41 +0000 (UTC)
	(envelope-from naim@usebsd.com)
Received: from dansknet.dk (smtp1.dansknet.dk [85.233.229.242])
	by mx1.freebsd.org (Postfix) with SMTP id 0CB1413C455
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Jan 2007 04:57:40 +0000 (UTC)
	(envelope-from naim@usebsd.com)
Received: (qmail 22900 invoked from network); 2 Jan 2007 04:55:42 -0000
Received: from 85233229074.switch.dansknet.dk (HELO workp4.3334.dhcp.dansknet.dk) (85.233.229.74)
  by dansknet.dk with SMTP; 2 Jan 2007 04:55:42 -0000
Message-Id: <1167712385.30349@workp4.3334.dhcp.dansknet.dk>
Date: Tue, 2 Jan 2007 05:33:05 +0100
From: "Naim" <naim@usebsd.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: New port
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         107418
>Category:       ports
>Synopsis:       [New port] sysutils/portcheck: updates the ports tree, then runs an update and a security checkup of all the installed packages.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 02 05:00:29 GMT 2007
>Closed-Date:    Fri Jan 05 00:21:42 GMT 2007
>Last-Modified:  Fri Jan  5 00:30:16 GMT 2007
>Originator:     Naim
>Release:        FreeBSD 6.1-RELEASE-p11 i386
>Organization:
usebsd.com 
>Environment:


System: FreeBSD 6.1-RELEASE-p11 #1: Sun Dec 24 02:57:53 CET 2006
    naim@workp4.3334.dhcp.dansknet.dk:/usr/src/sys/i386/compile/WORKP4



>Description:


New port: sysutils/portcheck

Portcheck is a simple sh script that first updates the ports tree, it then runs an update and a security checkup of all the installed packages. The result is posted on the console and kept in a logfile.



>How-To-Repeat:





>Fix:


--- submit-portcheck begins here ---
# 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/sysutils/portcheck/
#	/usr/ports/sysutils/portcheck/Makefile
#	/usr/ports/sysutils/portcheck/pkg-descr
#	/usr/ports/sysutils/portcheck/distinfo
#
echo c - /usr/ports/sysutils/portcheck/
mkdir -p /usr/ports/sysutils/portcheck/ > /dev/null 2>&1
echo x - /usr/ports/sysutils/portcheck/Makefile
sed 's/^X//' >/usr/ports/sysutils/portcheck/Makefile << 'END-of-/usr/ports/sysutils/portcheck/Makefile'
X# New ports collection makefile for:   portcheck
X# Date created:        01 January 2007
X# Whom:                Kim Naim Lesmer <naim@usebsd.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	portcheck
XPORTVERSION=   	1.12
XCATEGORIES=    	sysutils
XMASTER_SITES=  	http://www.usebsd.com/pub/portcheck/files/ \
X		http://www.bitcare.dk/pub/portcheck/files/
XEXTRACT_SUFX=  	.tbz
X
XMAINTAINER=	naim@usebsd.com
XCOMMENT=	Maintains the ports tree and checks up the installed packages
X
XRUN_DEPENDS=	${LOCALBASE}/sbin/portaudit:${PORTSDIR}/security/portaudit
X
XPLIST_FILES=    bin/portcheck
XMAN1=		portcheck.1
XNO_WRKSUBDIR= 	yes
XNO_BUILD=	yes
X
Xdo-install:
X	@${INSTALL_SCRIPT} ${WRKDIR}/portcheck ${PREFIX}/bin
X	@${INSTALL_MAN} ${WRKDIR}/portcheck.1 ${MAN8PREFIX}/man/man1
X	@${ECHO} ""
X	@${ECHO} "See 'man portcheck' for information about usage."
X	@${ECHO} ""
X.include <bsd.port.mk>
END-of-/usr/ports/sysutils/portcheck/Makefile
echo x - /usr/ports/sysutils/portcheck/pkg-descr
sed 's/^X//' >/usr/ports/sysutils/portcheck/pkg-descr << 'END-of-/usr/ports/sysutils/portcheck/pkg-descr'
XPortcheck is a simple and small script for FreeBSD 
Xwhich first updates the ports tree and then runs an 
Xupdate and a security checkup of all the installed packages.
XPortcheck depends on portsnap, portaudit and pkg_version.
X
XWWW: http://www.usebsd.com/pub/portcheck/
END-of-/usr/ports/sysutils/portcheck/pkg-descr
echo x - /usr/ports/sysutils/portcheck/distinfo
sed 's/^X//' >/usr/ports/sysutils/portcheck/distinfo << 'END-of-/usr/ports/sysutils/portcheck/distinfo'
XMD5 (portcheck-1.12.tbz) = 6e557bb8d1cb8a36442bbf375faaeac5
XSHA256 (portcheck-1.12.tbz) = 2c7d177825a0380790d89f38cc0026a391705ec2344f0b5d4d2d14b9f1095039
XSIZE (portcheck-1.12.tbz) = 2379
END-of-/usr/ports/sysutils/portcheck/distinfo
exit

--- submit-portcheck ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Tue Jan 2 18:15:13 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107418 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Fri Jan 5 00:21:40 UTC 2007 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107418 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107418: commit references a PR
Date: Fri,  5 Jan 2007 00:22:04 +0000 (UTC)

 itetcu      2007-01-05 00:21:56 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils             Makefile 
   Added files:
     sysutils/portcheck   Makefile distinfo pkg-descr portcheck 
   Log:
   Portcheck is a simple and small script for FreeBSD
   which first updates the ports tree and then runs an
   update and a security checkup of all the installed packages.
   Portcheck depends on portsnap, portaudit and pkg_version.
   
   WWW: http://www.usebsd.com/pub/portcheck/
   
   PR:             ports/107418
   Submitted by:   Kim Naim Lesmer <naim at usebsd.com>
   
   Revision  Changes    Path
   1.879     +1 -0      ports/sysutils/Makefile
   1.1       +37 -0     ports/sysutils/portcheck/Makefile (new)
   1.1       +3 -0      ports/sysutils/portcheck/distinfo (new)
   1.1       +6 -0      ports/sysutils/portcheck/pkg-descr (new)
   1.1       +145 -0    ports/sysutils/portcheck/portcheck (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
