mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add libusb 0.1.3b,
library giving userland programs access to USB devices. PR: 24703 Submitted by: John Reynolds <jjreynold@home.com>
This commit is contained in:
parent
1d61e68ef5
commit
447c09cd04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38814
@ -173,6 +173,7 @@
|
||||
SUBDIR += libtecla
|
||||
SUBDIR += libtool
|
||||
SUBDIR += libunicode
|
||||
SUBDIR += libusb
|
||||
SUBDIR += libxalloc
|
||||
SUBDIR += lincvs
|
||||
SUBDIR += linguist
|
||||
|
19
devel/libusb/Makefile
Normal file
19
devel/libusb/Makefile
Normal file
@ -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>
|
1
devel/libusb/distinfo
Normal file
1
devel/libusb/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (libusb-0.1.3b.tar.gz) = a5d80dff371935ca0bb0e4f9547ac401
|
1
devel/libusb/pkg-comment
Normal file
1
devel/libusb/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Library giving userland programs access to USB devices
|
8
devel/libusb/pkg-descr
Normal file
8
devel/libusb/pkg-descr
Normal file
@ -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/
|
7
devel/libusb/pkg-plist
Normal file
7
devel/libusb/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user