pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libusbx Initial import of libusbx, a fork of lib...
details: https://anonhg.NetBSD.org/pkgsrc/rev/87b8fb4497ec
branches: trunk
changeset: 604431:87b8fb4497ec
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed May 30 15:28:29 2012 +0000
description:
Initial import of libusbx, a fork of libusb1.
libusbx is a library that provides generic access to USB devices.
As a library, it is meant to be used by developers, to facilitate
the development of applications that communicate with USB hardware.
It is portable: Using a single cross-platform API, it provides
access to USB devices on Linux, OS X, Windows and OpenBSD.
It is user-mode: No special privilege or elevation is required for
the application to communicate with a device.
It is version-agnostic: All versions of the USB protocol, from 1.0
to 3.0 (latest), are supported.
libusbx is a fork of libusb.
diffstat:
devel/libusbx/DESCR | 14 ++++++++++++++
devel/libusbx/Makefile | 23 +++++++++++++++++++++++
devel/libusbx/PLIST | 4 ++++
devel/libusbx/distinfo | 5 +++++
4 files changed, 46 insertions(+), 0 deletions(-)
diffs (62 lines):
diff -r dbc0e981e848 -r 87b8fb4497ec devel/libusbx/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libusbx/DESCR Wed May 30 15:28:29 2012 +0000
@@ -0,0 +1,14 @@
+libusbx is a library that provides generic access to USB devices.
+As a library, it is meant to be used by developers, to facilitate
+the development of applications that communicate with USB hardware.
+
+It is portable: Using a single cross-platform API, it provides
+access to USB devices on Linux, OS X, Windows and OpenBSD.
+
+It is user-mode: No special privilege or elevation is required for
+the application to communicate with a device.
+
+It is version-agnostic: All versions of the USB protocol, from 1.0
+to 3.0 (latest), are supported.
+
+libusbx is a fork of libusb.
diff -r dbc0e981e848 -r 87b8fb4497ec devel/libusbx/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libusbx/Makefile Wed May 30 15:28:29 2012 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/05/30 15:28:29 wiz Exp $
+
+DISTNAME= libusbx-1.0.11
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libusbx/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://libusbx.sourceforge.net/
+COMMENT= USB Access Library (version 1) for of libusb
+LICENSE= gnu-lgpl-v2.1
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= libusb-1.0.pc.in
+
+CONFLICTS= libusb1-[0-9]*
+
+.include "../../mk/bsd.pkg.mk"
diff -r dbc0e981e848 -r 87b8fb4497ec devel/libusbx/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libusbx/PLIST Wed May 30 15:28:29 2012 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/30 15:28:29 wiz Exp $
+include/libusb-1.0/libusb.h
+lib/libusb-1.0.la
+lib/pkgconfig/libusb-1.0.pc
diff -r dbc0e981e848 -r 87b8fb4497ec devel/libusbx/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libusbx/distinfo Wed May 30 15:28:29 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/05/30 15:28:29 wiz Exp $
+
+SHA1 (libusbx-1.0.11.tar.bz2) = 8ad4cbc47eb9380663ce46ee74e50c1f098beb47
+RMD160 (libusbx-1.0.11.tar.bz2) = 8f4ebe82366df9a386edfb36417915006f18e94e
+Size (libusbx-1.0.11.tar.bz2) = 398126 bytes
Home |
Main Index |
Thread Index |
Old Index