summaryrefslogtreecommitdiffstats
path: root/devel/libusb
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2001-02-26 21:45:05 +0000
committermi <mi@FreeBSD.org>2001-02-26 21:45:05 +0000
commit9ac4b60bce25e2a0aa491efc403fc932f744ad44 (patch)
treeaefed002be8150a6ecce9999fa93b33d4853154a /devel/libusb
parentc7fad6aefdb653237308a6819f8b92f27476b516 (diff)
downloadFreeBSD-ports-9ac4b60bce25e2a0aa491efc403fc932f744ad44.zip
FreeBSD-ports-9ac4b60bce25e2a0aa491efc403fc932f744ad44.tar.gz
Add libusb 0.1.3b,
library giving userland programs access to USB devices. PR: 24703 Submitted by: John Reynolds <jjreynold@home.com>
Diffstat (limited to 'devel/libusb')
-rw-r--r--devel/libusb/Makefile19
-rw-r--r--devel/libusb/distinfo1
-rw-r--r--devel/libusb/pkg-comment1
-rw-r--r--devel/libusb/pkg-descr8
-rw-r--r--devel/libusb/pkg-plist7
5 files changed, 36 insertions, 0 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile
new file mode 100644
index 0000000..66fd9f0
--- /dev/null
+++ b/devel/libusb/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: libusb
+# Date created: 27 January 2001
+# Whom: John Reynolds <jjreynold@home.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libusb
+PORTVERSION= 0.1.3b
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= libusb
+
+MAINTAINER= jjreynold@home.com
+
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>
diff --git a/devel/libusb/distinfo b/devel/libusb/distinfo
new file mode 100644
index 0000000..5b0d08f
--- /dev/null
+++ b/devel/libusb/distinfo
@@ -0,0 +1 @@
+MD5 (libusb-0.1.3b.tar.gz) = a5d80dff371935ca0bb0e4f9547ac401
diff --git a/devel/libusb/pkg-comment b/devel/libusb/pkg-comment
new file mode 100644
index 0000000..357dc3eb
--- /dev/null
+++ b/devel/libusb/pkg-comment
@@ -0,0 +1 @@
+Library giving userland programs access to USB devices
diff --git a/devel/libusb/pkg-descr b/devel/libusb/pkg-descr
new file mode 100644
index 0000000..dc8fb6e
--- /dev/null
+++ b/devel/libusb/pkg-descr
@@ -0,0 +1,8 @@
+A library originally developed under Linux to give userland programs
+an API to access to USB hardware. The FreeBSD port was originally
+done by Richard Tobin <richard@cogsci.ed.ac.uk> and should still
+be considered "beta" (not all calls implemented in the Linux port
+are available). Allows gPhoto, gPhoto2, s10sh and others to access
+USB under FreeBSD successfully.
+
+WWW: http://sourceforge.net/projects/libusb/
diff --git a/devel/libusb/pkg-plist b/devel/libusb/pkg-plist
new file mode 100644
index 0000000..90bf30c
--- /dev/null
+++ b/devel/libusb/pkg-plist
@@ -0,0 +1,7 @@
+bin/libusb-config
+include/usb.h
+lib/libusb-0.1.so.3
+lib/libusb-0.1.so
+lib/libusb.so
+lib/libusb.la
+lib/libusb.a
OpenPOWER on IntegriCloud