From nobody@FreeBSD.org  Thu Jul 27 03:38:19 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 61F8516A4DA
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Jul 2006 03:38:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2764843D55
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Jul 2006 03:38:19 +0000 (GMT)
	(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 k6R3cIRY017998
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 27 Jul 2006 03:38:18 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k6R3cI1b017997;
	Thu, 27 Jul 2006 03:38:18 GMT
	(envelope-from nobody)
Message-Id: <200607270338.k6R3cI1b017997@www.freebsd.org>
Date: Thu, 27 Jul 2006 03:38:18 GMT
From: "Joshua D. Abraham" <jabra@ccs.neu.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: security/pbnj - a suite of tools to monitor changes on a network.
X-Send-Pr-Version: www-2.3

>Number:         100904
>Category:       ports
>Synopsis:       New port: security/pbnj - a suite of tools to monitor changes on a network.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 27 03:40:17 GMT 2006
>Closed-Date:    Sat Sep 30 07:30:49 GMT 2006
>Last-Modified:  Sat Sep 30 07:40:17 GMT 2006
>Originator:     Joshua D. Abraham
>Release:        5.5-RELEASE
>Organization:
>Environment:
FreeBSD freebsd.localdomain 5.5-RELEASE FreeBSD 5.5-RELEASE 
>Description:
# 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:
#
#   pbnj
#   pbnj/pkg-plist
#   pbnj/pkg-descr
#   pbnj/Makefile
#   pbnj/distinfo
#
echo c - pbnj
mkdir -p pbnj > /dev/null 2>&1
echo x - pbnj/pkg-plist
sed 's/^X//' >pbnj/pkg-plist << 'END-of-pbnj/pkg-plist'
Xbin/scanpbnj
Xbin/outputpbnj
Xbin/genlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/pbnj/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/pbnj
END-of-pbnj/pkg-plist
echo x - pbnj/pkg-descr
sed 's/^X//' >pbnj/pkg-descr << 'END-of-pbnj/pkg-descr'
XPBNJ is a network suite to monitor changes that occur on a network
Xover time. It does this by checking for changes on the target
Xmachine(s), which includes the details about the services running on
Xthem as well as the service state. PBNJ parses the data from a scan
Xand stores it in a database. PBNJ uses Nmap to perform scans.
X
X
XWWW: http://www.sf.net/projects/pbnj
END-of-pbnj/pkg-descr
echo x - pbnj/Makefile
sed 's/^X//' >pbnj/Makefile << 'END-of-pbnj/Makefile'
X# New ports collection makefile for:   pbnj
X# Date created:                July 26, 2006
X# Whom:                    Joshua D. Abraham <jabra@ccs.neu.edu>
X#
X# $FreeBSD: ports/security/pbnj/Makefile,v 2.0 2006/07/26 04:00:00 Esp $
X#
X
XPORTNAME=  pbnj
XPORTVERSION=   2.0
XCATEGORIES=    security
XMASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_EXTENDED}
XMASTER_SITE_SUBDIR= ${PORTNAME}
XPKGNAMEPREFIX=
X
XMAINTAINER=    jabra@ccs.neu.edu
XCOMMENT=   A suite of tools to monitor changes on a network
X
XBUILD_DEPENDS= ${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \
X       ${SITE_PERL}/Nmap/Parser.pm:${PORTSDIR}/security/p5-Nmap-Parser \
X       ${SITE_PERL}/mach/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
X       ${SITE_PERL}/mach/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \
X       ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \
X       ${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which
XRUN_DEPENDS=   ${BUILD_DEPENDS} \
X               nmap:${PORTSDIR}/security/nmap
X
XPERL_CONFIGURE= yes
XMAN1=  pbnj.1p \
X   scanpbnj.1p \
X   outputpbnj.1p \
X   genlist.1p
Xpost-configure:
X   @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
END-of-pbnj/Makefile
echo x - pbnj/distinfo
sed 's/^X//' >pbnj/distinfo << 'END-of-pbnj/distinfo'
XMD5 (pbnj-2.0.tar.gz) = 44b3f3567dd79744ab751ff3ff8a0832
XSHA256 (pbnj-2.0.tar.gz) = 015bb8e3ed67af4d693d24a3cd09d95e6428ef8b480251bc3fe3825f65e40740
XSIZE (pbnj-2.0.tar.gz) = 67410
END-of-pbnj/distinfo
exit
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:

From: "Joshua D. Abraham" <jabra@ccs.neu.edu>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/100904: New port: security/pbnj - a suite of tools to
	monitor changes on a network.
Date: Mon, 21 Aug 2006 20:03:00 -0700

 --=-vCZr2iGe6Wgx4T4ZEdpj
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 There is a new version of PBNJ, version 2.02. I have updated the port
 for this new version. 
 
 
 -- 
 Joshua D. Abraham
 Northeastern University
 College of Computer and Information Science
 http://www.ccs.neu.edu/home/jabra
 
 --=-vCZr2iGe6Wgx4T4ZEdpj
 Content-Disposition: attachment; filename=pbnj.port
 Content-Type: text/plain; name=pbnj.port; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 # 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:
 #
 #	pbnj
 #	pbnj/pkg-plist
 #	pbnj/pkg-descr
 #	pbnj/Makefile
 #	pbnj/distinfo
 #
 echo c - pbnj
 mkdir -p pbnj > /dev/null 2>&1
 echo x - pbnj/pkg-plist
 sed 's/^X//' >pbnj/pkg-plist << 'END-of-pbnj/pkg-plist'
 Xbin/scanpbnj
 Xbin/outputpbnj
 Xbin/genlist
 X%%SITE_PERL%%/%%PERL_ARCH%%/auto/pbnj/.packlist
 X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/pbnj
 END-of-pbnj/pkg-plist
 echo x - pbnj/pkg-descr
 sed 's/^X//' >pbnj/pkg-descr << 'END-of-pbnj/pkg-descr'
 XPBNJ is a network suite to monitor changes that occur on a network
 Xover time. It does this by checking for changes on the target
 Xmachine(s), which includes the details about the services running on
 Xthem as well as the service state. PBNJ parses the data from a scan
 Xand stores it in a database. PBNJ uses Nmap to perform scans.
 X
 X
 XWWW: http://www.sf.net/projects/pbnj
 END-of-pbnj/pkg-descr
 echo x - pbnj/Makefile
 sed 's/^X//' >pbnj/Makefile << 'END-of-pbnj/Makefile'
 X# New ports collection makefile for: 	pbnj
 X# Date created:				July 26, 2006
 X# Whom:					Joshua D. Abraham <jabra@ccs.neu.edu>
 X#
 X# $FreeBSD: ports/security/pbnj/Makefile,v 2.0 2006/07/26 04:00:00 Esp $
 X#
 X
 XPORTNAME=	pbnj
 XPORTVERSION=	2.02
 XCATEGORIES=	security
 XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 XMASTER_SITE_SUBDIR= ${PORTNAME}
 XPKGNAMEPREFIX=
 X
 XMAINTAINER=	jabra@ccs.neu.edu
 XCOMMENT=	A suite of tools to monitor changes on a network
 X
 XBUILD_DEPENDS=	${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \
 X		${SITE_PERL}/Nmap/Parser.pm:${PORTSDIR}/security/p5-Nmap-Parser \
 X		${SITE_PERL}/mach/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
 X		${SITE_PERL}/mach/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \
 X		${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \
 X		${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which
 XRUN_DEPENDS=	${BUILD_DEPENDS} \
 X				nmap:${PORTSDIR}/security/nmap
 X
 XPERL_CONFIGURE= yes
 XMAN1=	scanpbnj.1 \
 X	outputpbnj.1 \
 X	genlist.1
 Xpost-configure:
 X	@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
 X
 X.include <bsd.port.mk>
 END-of-pbnj/Makefile
 echo x - pbnj/distinfo
 sed 's/^X//' >pbnj/distinfo << 'END-of-pbnj/distinfo'
 XMD5 (pbnj-2.02.tar.gz) = 8d5108cd8d8b06770087aa40a2674b31
 XSHA256 (pbnj-2.02.tar.gz) = 049a9f586b4707aff0a492cad8f02a71961bad6ad152a39c316a46a75b3594ba
 XSIZE (pbnj-2.02.tar.gz) = 84397
 END-of-pbnj/distinfo
 exit
 
 
 --=-vCZr2iGe6Wgx4T4ZEdpj--
 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Sep 28 07:41:12 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100904 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Sep 30 07:30:47 UTC 2006 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/100904: commit references a PR
Date: Sat, 30 Sep 2006 07:30:31 +0000 (UTC)

 miwi        2006-09-30 07:30:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security             Makefile 
   Added files:
     security/pbnj        Makefile distinfo pkg-descr pkg-plist 
   Log:
   PBNJ is a network suite to monitor changes that occur on a network
   over time. It does this by checking for changes on the target
   machine(s), which includes the details about the services running on
   them as well as the service state. PBNJ parses the data from a scan
   and stores it in a database. PBNJ uses Nmap to perform scans.
   
   WWW: http://www.sf.net/projects/pbnj
   
   PR:             ports/100904
   Submitted by:   Joshua D. Abraham <jabra(at)ccs.neu.edu>
   
   Revision  Changes    Path
   1.820     +1 -0      ports/security/Makefile
   1.1       +36 -0     ports/security/pbnj/Makefile (new)
   1.1       +3 -0      ports/security/pbnj/distinfo (new)
   1.1       +8 -0      ports/security/pbnj/pkg-descr (new)
   1.1       +5 -0      ports/security/pbnj/pkg-plist (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:
