Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2001 13:42:02 -0700 (MST)
From:      jjreynold@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24703: libusb - new port - MAINTAINER - shar archive attached
Message-ID:  <200101282042.f0SKg2i23802@whale.home-net>

next in thread | raw e-mail | index | archive | help

>Number:         24703
>Category:       ports
>Synopsis:       New port of 'libusb' to commit to the 'devel' category
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 28 12:50:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     John Reynolds <jjreynold@home.com>
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

FreeBSD whale 4.2-STABLE FreeBSD 4.2-STABLE #0: Sat Jan 20 20:48:40 MST 2001
root@dolphin:/usr/obj/usr/src/sys/WHALE i386


>Description:

Attached is a shar(1) archive of a new port! This is a port of libusb from the
Linux world. Thanks goes to Richard Tobin <richard@cogsci.ed.ac.uk> for doing
the "meat" of the port. This is version 0.1.3b of libusb. I've not tested any
other apps except for S10sh (http://www.kyuzz.org/antirez/s10sh.html) but
Richard said he's gotten gPhoto[2] to work and I have reports from others of
this as well. If you know the protocol of a device, you "should" be able to get
at it with this libary from userland ...

>How-To-Repeat:

  N/A

>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:
#
#	libusb
#	libusb/pkg-descr
#	libusb/pkg-comment
#	libusb/pkg-plist
#	libusb/distinfo
#	libusb/Makefile
#
echo c - libusb
mkdir -p libusb > /dev/null 2>&1
echo x - libusb/pkg-descr
sed 's/^X//' >libusb/pkg-descr << 'END-of-libusb/pkg-descr'
XA library originally developed under Linux to give userland programs an API to
Xaccess to USB hardware. The FreeBSD port was originally done by Richard Tobin
X<richard@cogsci.ed.ac.uk> and should still be considered "beta" (not all calls
Ximplemented in the Linux port are available).  Allows gPhoto, gPhoto2, s10sh
Xand others to access USB under FreeBSD successfully.
X
XWWW: http://sourceforge.net/projects/libusb/
X
END-of-libusb/pkg-descr
echo x - libusb/pkg-comment
sed 's/^X//' >libusb/pkg-comment << 'END-of-libusb/pkg-comment'
XLibrary giving userland programs access to USB devices
END-of-libusb/pkg-comment
echo x - libusb/pkg-plist
sed 's/^X//' >libusb/pkg-plist << 'END-of-libusb/pkg-plist'
Xbin/libusb-config
Xinclude/usb.h
Xlib/libusb-0.1.so.3
Xlib/libusb-0.1.so
Xlib/libusb.so
Xlib/libusb.la
Xlib/libusb.a
END-of-libusb/pkg-plist
echo x - libusb/distinfo
sed 's/^X//' >libusb/distinfo << 'END-of-libusb/distinfo'
XMD5 (libusb-0.1.3b.tar.gz) = a5d80dff371935ca0bb0e4f9547ac401
END-of-libusb/distinfo
echo x - libusb/Makefile
sed 's/^X//' >libusb/Makefile << 'END-of-libusb/Makefile'
X# New ports collection makefile for:	libusb
X# Date created:				27 January 2001
X# Whom:					John Reynolds <jjreynold@home.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libusb
XPORTVERSION=	0.1.3b
XCATEGORIES=	devel
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	libusb
X
XMAINTAINER=	jjreynold@home.com
X
XGNU_CONFIGURE=	yes
XINSTALLS_SHLIB=	yes
X
X.include <bsd.port.mk>
END-of-libusb/Makefile
exit



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101282042.f0SKg2i23802>