From bacon@smithers.neuro.mcw.edu  Fri May 11 21:29:35 2007
Return-Path: <bacon@smithers.neuro.mcw.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E29CC16A404
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 May 2007 21:29:35 +0000 (UTC)
	(envelope-from bacon@smithers.neuro.mcw.edu)
Received: from smithers.neuro.mcw.edu (smithers.neuro.mcw.edu [141.106.204.28])
	by mx1.freebsd.org (Postfix) with ESMTP id BFD8513C45B
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 May 2007 21:29:35 +0000 (UTC)
	(envelope-from bacon@smithers.neuro.mcw.edu)
Received: from smithers.neuro.mcw.edu (localhost [127.0.0.1])
	by smithers.neuro.mcw.edu (8.13.3/8.13.3) with ESMTP id l4BLTY0O071775
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 May 2007 16:29:34 -0500 (CDT)
	(envelope-from bacon@smithers.neuro.mcw.edu)
Received: (from bacon@localhost)
	by smithers.neuro.mcw.edu (8.13.3/8.13.3/Submit) id l4BLTYHU071774;
	Fri, 11 May 2007 16:29:34 -0500 (CDT)
	(envelope-from bacon)
Message-Id: <200705112129.l4BLTYHU071774@smithers.neuro.mcw.edu>
Date: Fri, 11 May 2007 16:29:34 -0500 (CDT)
From: Jason Bacon <bacon@smithers.neuro.mcw.edu>
Reply-To: Jason Bacon <bacon@smithers.neuro.mcw.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: p5-usb Perl wrapper for libusb
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         112605
>Category:       ports
>Synopsis:       New port: devel/p5-usb Perl wrapper for libusb
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 11 21:30:03 GMT 2007
>Closed-Date:    Tue Jun 05 13:34:15 GMT 2007
>Last-Modified:  Tue Jun  5 13:40:04 GMT 2007
>Originator:     Jason Bacon
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
NA
>Environment:
System: FreeBSD smithers.neuro.mcw.edu 5.4-RELEASE FreeBSD 5.4-RELEASE #2: Wed Aug 24 14:54:53 CDT 2005 bacon@clone.neuro.mcw.edu:/usr/obj/usr/src/sys/clone i386
>Description:
	p5-usb is a port for Device::USB, Perl wrappers for libusb.  This
	port is a dependency for others on the way regarding Lego
	Mindstorms NXT software.

>How-To-Repeat:
>Fix:

# 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:
#
#	devel/p5-usb/
#	devel/p5-usb/pkg-descr
#	devel/p5-usb/Makefile
#	devel/p5-usb/pkg-plist
#	devel/p5-usb/distinfo
#
echo c - devel/p5-usb/
mkdir -p devel/p5-usb/ > /dev/null 2>&1
echo x - devel/p5-usb/pkg-descr
sed 's/^X//' >devel/p5-usb/pkg-descr << 'END-of-devel/p5-usb/pkg-descr'
X[description of the port]
X
XWWW:	http://port.home.page/
END-of-devel/p5-usb/pkg-descr
echo x - devel/p5-usb/Makefile
sed 's/^X//' >devel/p5-usb/Makefile << 'END-of-devel/p5-usb/Makefile'
X# New ports collection makefile for:	p5-usb
X# Date created:		2007-05-05
X# Whom:			Jason Bacon <bacon@smithers.neuro.mcw.edu>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	usb
XPORTVERSION=	0.21
XCATEGORIES=	devel
XMASTER_SITES=	http://search.cpan.org/CPAN/authors/id/G/GW/GWADEJ/ \
X		http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \
XPKGNAMEPREFIX=	p5-
XDISTNAME=	Device-USB-${PORTVERSION}
X
XMAINTAINER=	bacon@smithers.neuro.mcw.edu
XCOMMENT=	Perl wrapper for libusb
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/5.8.8/Inline.pm:${PORTSDIR}/devel/p5-Inline
XLIB_DEPENDS=	usb-0.1.8:${PORTSDIR}/devel/libusb
X
XWRKSRC=		${WRKDIR}/Device-USB-0.21
XPERL_CONFIGURE=	yes
X
XMAN3=		Device::USB.3 \
X		Device::USB::Bus.3 \
X		Device::USB::DevConfig.3 \
X		Device::USB::DevEndpoint.3 \
X		Device::USB::DevInterface.3 \
X		Device::USB::Device.3 \
X		Device::USB::FAQ.3 \
X		Device::dump_usb.3
X
X.include <bsd.port.mk>
END-of-devel/p5-usb/Makefile
echo x - devel/p5-usb/pkg-plist
sed 's/^X//' >devel/p5-usb/pkg-plist << 'END-of-devel/p5-usb/pkg-plist'
Xlib/perl5/site_perl/5.8.8/mach/Device/USB.pm
Xlib/perl5/site_perl/5.8.8/mach/Device/USB/Bus.pm
Xlib/perl5/site_perl/5.8.8/mach/Device/USB/DevConfig.pm
Xlib/perl5/site_perl/5.8.8/mach/Device/USB/DevEndpoint.pm
Xlib/perl5/site_perl/5.8.8/mach/Device/USB/DevInterface.pm
Xlib/perl5/site_perl/5.8.8/mach/Device/USB/Device.pm
Xlib/perl5/site_perl/5.8.8/mach/Device/USB/FAQ.pod
Xlib/perl5/site_perl/5.8.8/mach/Device/dump_usb.pl
Xlib/perl5/site_perl/5.8.8/mach/auto/Device/USB/.packlist
Xlib/perl5/site_perl/5.8.8/mach/auto/Device/USB/USB.bs
Xlib/perl5/site_perl/5.8.8/mach/auto/Device/USB/USB.so
X@dirrm lib/perl5/site_perl/5.8.8/mach/auto/Device/USB
X@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/Device
X@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto
X@dirrmtry lib/perl5/site_perl/5.8.8/mach/Device/USB
X@dirrmtry lib/perl5/site_perl/5.8.8/mach/Device
X@dirrmtry lib/perl5/site_perl/5.8.8/mach
X@dirrmtry lib/perl5/site_perl/5.8.8
X@dirrmtry lib/perl5/site_perl
X@dirrmtry lib/perl5/5.8.8/man/man3
X@dirrmtry lib/perl5/5.8.8/man
X@dirrmtry lib/perl5/5.8.8
X@dirrmtry lib/perl5
END-of-devel/p5-usb/pkg-plist
echo x - devel/p5-usb/distinfo
sed 's/^X//' >devel/p5-usb/distinfo << 'END-of-devel/p5-usb/distinfo'
XMD5 (Device-USB-0.21.tar.gz) = cdf87569bde86e8c2ec4335f8984b2bf
XSHA256 (Device-USB-0.21.tar.gz) = 65eb03d4962cfeec23334b49e5189fe88ce948fd76b046b61c98748ddb5c8163
XSIZE (Device-USB-0.21.tar.gz) = 27463
END-of-devel/p5-usb/distinfo
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat May 12 06:38:37 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=112605 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jun 5 13:34:12 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/112605: commit references a PR
Date: Tue,  5 Jun 2007 13:34:30 +0000 (UTC)

 miwi        2007-06-05 13:34:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel                Makefile 
   Added files:
     devel/p5-usb         Makefile distinfo pkg-descr pkg-plist 
   Log:
   Device::USB, Perl wrappers for libusb. This
   port is a dependency for others on the way regarding Lego
   Mindstorms NXT software.
   
   PR:             ports/112605
   Submitted by:   Jason Bacon <bacon at smithers.neuro.mcw.edu>
   
   Revision  Changes    Path
   1.2775    +1 -0      ports/devel/Makefile
   1.1       +34 -0     ports/devel/p5-usb/Makefile (new)
   1.1       +3 -0      ports/devel/p5-usb/distinfo (new)
   1.1       +3 -0      ports/devel/p5-usb/pkg-descr (new)
   1.1       +23 -0     ports/devel/p5-usb/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:
