From owner-freebsd-ports Sun Jan 28 12:50:28 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CE77837B698 for ; Sun, 28 Jan 2001 12:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0SKo2K29199; Sun, 28 Jan 2001 12:50:02 -0800 (PST) (envelope-from gnats) Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id DFD4137B402 for ; Sun, 28 Jan 2001 12:42:02 -0800 (PST) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.11.1/8.11.1) with ESMTP id f0SKg2W67735 for ; Sun, 28 Jan 2001 13:42:02 -0700 (MST) (envelope-from jjreynold@dolphin.home-net) Received: (from jjreynold@localhost) by whale.home-net (8.11.1/8.11.1) id f0SKg2i23802; Sun, 28 Jan 2001 13:42:02 -0700 (MST) (envelope-from jjreynold) Message-Id: <200101282042.f0SKg2i23802@whale.home-net> Date: Sun, 28 Jan 2001 13:42:02 -0700 (MST) From: jjreynold@home.com Reply-To: jjreynold@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24703: libusb - new port - MAINTAINER - shar archive attached Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 >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 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 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 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 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