From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 11 21:30:04 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3011A16A40A for ; Fri, 11 May 2007 21:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 0F64113C46C for ; Fri, 11 May 2007 21:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4BLU34o016555 for ; Fri, 11 May 2007 21:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4BLU3di016554; Fri, 11 May 2007 21:30:03 GMT (envelope-from gnats) Resent-Date: Fri, 11 May 2007 21:30:03 GMT Resent-Message-Id: <200705112130.l4BLU3di016554@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E29CC16A404 for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/112605: New port: p5-usb Perl wrapper for libusb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Bacon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 21:30:04 -0000 >Number: 112605 >Category: ports >Synopsis: New port: p5-usb Perl wrapper for libusb >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 11 21:30:03 GMT 2007 >Closed-Date: >Last-Modified: >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 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 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: >Unformatted: