diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-05 13:34:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-05 13:34:22 +0000 |
commit | eea0212e096a4b9b6978770af6c5ed13451f2e45 (patch) | |
tree | 93f2246de178edd58ffe4e3589d7ac2d47d5a515 /devel/p5-usb | |
parent | 506f2b305a9919d2824f8a8ce7b26cc1ee46546f (diff) | |
download | ports-eea0212e096a4b9b6978770af6c5ed13451f2e45.tar.gz ports-eea0212e096a4b9b6978770af6c5ed13451f2e45.zip |
Notes
Diffstat (limited to 'devel/p5-usb')
-rw-r--r-- | devel/p5-usb/Makefile | 34 | ||||
-rw-r--r-- | devel/p5-usb/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-usb/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-usb/pkg-plist | 23 |
4 files changed, 63 insertions, 0 deletions
diff --git a/devel/p5-usb/Makefile b/devel/p5-usb/Makefile new file mode 100644 index 000000000000..82e5cf5b4524 --- /dev/null +++ b/devel/p5-usb/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-usb +# Date created: 2007-05-05 +# Whom: Jason Bacon <bacon@smithers.neuro.mcw.edu> +# +# $FreeBSD$ +# + +PORTNAME= usb +PORTVERSION= 0.21 +CATEGORIES= devel +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/G/GW/GWADEJ/ \ + http://personalpages.tds.net/~jwbacon/Ports/distfiles/ +PKGNAMEPREFIX= p5- +DISTNAME= Device-USB-${PORTVERSION} + +MAINTAINER= bacon@smithers.neuro.mcw.edu +COMMENT= Perl wrapper for libusb + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.8.8/Inline.pm:${PORTSDIR}/devel/p5-Inline +LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb + +WRKSRC= ${WRKDIR}/Device-USB-0.21 +PERL_CONFIGURE= yes + +MAN3= Device::USB.3 \ + Device::USB::Bus.3 \ + Device::USB::DevConfig.3 \ + Device::USB::DevEndpoint.3 \ + Device::USB::DevInterface.3 \ + Device::USB::Device.3 \ + Device::USB::FAQ.3 \ + Device::dump_usb.3 + +.include <bsd.port.mk> diff --git a/devel/p5-usb/distinfo b/devel/p5-usb/distinfo new file mode 100644 index 000000000000..a04b9a4d497b --- /dev/null +++ b/devel/p5-usb/distinfo @@ -0,0 +1,3 @@ +MD5 (Device-USB-0.21.tar.gz) = cdf87569bde86e8c2ec4335f8984b2bf +SHA256 (Device-USB-0.21.tar.gz) = 65eb03d4962cfeec23334b49e5189fe88ce948fd76b046b61c98748ddb5c8163 +SIZE (Device-USB-0.21.tar.gz) = 27463 diff --git a/devel/p5-usb/pkg-descr b/devel/p5-usb/pkg-descr new file mode 100644 index 000000000000..9efb3d4208ee --- /dev/null +++ b/devel/p5-usb/pkg-descr @@ -0,0 +1,3 @@ +Device::USB, Perl wrappers for libusb. This +port is a dependency for others on the way regarding Lego +Mindstorms NXT software. diff --git a/devel/p5-usb/pkg-plist b/devel/p5-usb/pkg-plist new file mode 100644 index 000000000000..cfe7d2f77641 --- /dev/null +++ b/devel/p5-usb/pkg-plist @@ -0,0 +1,23 @@ +lib/perl5/site_perl/5.8.8/mach/Device/USB.pm +lib/perl5/site_perl/5.8.8/mach/Device/USB/Bus.pm +lib/perl5/site_perl/5.8.8/mach/Device/USB/DevConfig.pm +lib/perl5/site_perl/5.8.8/mach/Device/USB/DevEndpoint.pm +lib/perl5/site_perl/5.8.8/mach/Device/USB/DevInterface.pm +lib/perl5/site_perl/5.8.8/mach/Device/USB/Device.pm +lib/perl5/site_perl/5.8.8/mach/Device/USB/FAQ.pod +lib/perl5/site_perl/5.8.8/mach/Device/dump_usb.pl +lib/perl5/site_perl/5.8.8/mach/auto/Device/USB/.packlist +lib/perl5/site_perl/5.8.8/mach/auto/Device/USB/USB.bs +lib/perl5/site_perl/5.8.8/mach/auto/Device/USB/USB.so +@dirrm lib/perl5/site_perl/5.8.8/mach/auto/Device/USB +@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto/Device +@dirrmtry lib/perl5/site_perl/5.8.8/mach/auto +@dirrmtry lib/perl5/site_perl/5.8.8/mach/Device/USB +@dirrmtry lib/perl5/site_perl/5.8.8/mach/Device +@dirrmtry lib/perl5/site_perl/5.8.8/mach +@dirrmtry lib/perl5/site_perl/5.8.8 +@dirrmtry lib/perl5/site_perl +@dirrmtry lib/perl5/5.8.8/man/man3 +@dirrmtry lib/perl5/5.8.8/man +@dirrmtry lib/perl5/5.8.8 +@dirrmtry lib/perl5 |