Port details |
- libusb Library giving userland programs access to USB devices
- 0.1.12_4 devel
=107 0.1.12_4Version of this port present on the latest quarterly branch.
- DEPRECATED: has been already included into base system
This port expired on: 2013-04-30 IGNORE: has been already included into base system
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2001-02-26 18:45:05
- Last Update: 2013-04-30 08:54:02
- SVN Revision: 316903
- People watching this port, also watch:: gmake, tiff, libiconv, libxml2
- License: not specified in port
- WWW:
- http://sourceforge.net/projects/libusb/
- Description:
- 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 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: libusb
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libtool>=2.4 : devel/libtool
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libusb-0.1.12_4:
SGML=off: Install developer guide from SGML
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.12_4 30 Apr 2013 08:54:02 |
rene |
Remove expired ports:
2013-04-30 devel/libusb: has been already included into base system
2013-04-30 www/typo346: Obsolete stable release
2013-04-30 www/ilias3: Obsolete stable release
2013-04-02 net-p2p/moodriver: Not supported by upstream, master site is down
2013-03-31 www/p5-Dancer-Plugin-DataFu: No more public distfiles
2013-03-31 devel/p5-Oogly: No more public distfiles
2013-03-01 mail/listmanager: No more upstream, no more public distfiles |
0.1.12_4 17 Apr 2013 16:30:32 |
eadler |
It seems we are in 2013 now. When did that happen!?
Reported by: bapt
Feature safe: yes |
0.1.12_4 28 Mar 2013 23:47:22 |
eadler |
Deprecate and mark expired libusb which has no use in any supported release. |
0.1.12_4 08 Jul 2012 00:04:38 |
avilla |
- Fix Makefile.
bsd.port.pre.mk requires bsd.port.post.mk to be included! |
0.1.12_4 12 Jun 2012 09:17:03 |
bapt |
Convert to new options framework |
0.1.12_4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.1.12_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.1.12_4 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
0.1.12_4 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.1.12_4 03 Aug 2009 15:47:21 |
bsam |
Drop maintainership.
PR: ports/137356
Submitted by: rene |
0.1.12_4 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.1.12_4 09 Mar 2009 17:15:43 |
stas |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi |
0.1.12_4 05 Jan 2009 16:23:31 |
miwi |
- Update maintainer mail
PR: 127077
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
0.1.12_4 14 Nov 2008 09:52:21 |
pav |
- Fix a runtime failure. While usb_control_msg is supposed to return the
actual number of bytes received, the FreeBSD version returns the receiving
buffer size instead. Applications inspecting the returned length for error
checking will fail. My patch is based on this excerpt from FreeBSDs
/usr/src/sys/dev/usb/usb.h.
PR: ports/128549
Submitted by: ladan (maintainer) |
0.1.12_3 13 Oct 2008 17:52:01 |
stefan |
Fix communication with UPS for NUT (Network UPS Tools).
PR: 126922
Submitted by: maintainer |
0.1.12_2 14 Apr 2008 12:25:22 |
gahr |
- Fix build
PR: 122150
Submitted by: Bas van de Wiel <bas@kompasmedia.nl>
Reviewed by: maintainer
Approved by: miwi (mentor) |
0.1.12_1 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
0.1.12_1 31 Jan 2007 14:14:55 |
pav |
- Fix objformat fallout by deploying system libtool
PR: ports/108515 |
0.1.12_1 03 Dec 2006 11:55:11 |
rafan |
- share/sgml/docbook/catalog was removed in previous docbook update
Change these ports to use package dependency instead.
This should fix build on hs-haddock and gmat.
Reported by: pointyhat |
0.1.12_1 26 Aug 2006 17:27:36 |
garga |
s/INSTALLS_SHLIB/USE_LDCONFIG/
PR: ports/102516
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
0.1.12_1 30 Jul 2006 11:48:24 |
stefan |
- Add usb_clear_halt implementation.
- Bump PORTREVISION.
PR: 100718
Submitted by: Robert Nilsson <rnilsson@mac.com>
Approved by: maintainer
arved (mentor) |
0.1.12 29 Jul 2006 21:05:53 |
arved |
Fix build for WITH_SGML knob by adding a Build dependency on docbook-420
PR: 100488
Submitted by: Jacula Modyun <jacula@gmail.com>
Approved by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) |
0.1.12 28 May 2006 19:56:43 |
anray |
Enable build and install of documentation via the option "SGML"
PR: ports/97993
Submitted by: Rene Ladan (maintainer) |
0.1.12 25 May 2006 20:28:34 |
pav |
- Grant maintainership
PR: ports/97898
Submitted by: Rene Ladan <r.c.ladan@gmail.com> |
0.1.12 31 Mar 2006 14:34:21 |
pav |
- Fix build on FreeBSD 4.X
PR: ports/95147
Submitted by: Sven Berkvens-Matthijsse <sven@ilse.net> |
0.1.12 29 Mar 2006 06:53:49 |
pav |
- Reset longterm inactive maintainer |
0.1.12 29 Mar 2006 06:53:06 |
pav |
- Update to 0.1.12
PR: ports/94428
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Approved by: maintainer timeout (14 days) |
0.1.10a_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.1.10a_1 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.1.10a_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.1.10a_1 28 Oct 2005 09:36:20 |
joerg |
Oops, forgot to actually cvs add the patch in previous commit...
(Set USBD_SHORT_XFER_OK when reading strings.) |
0.1.10a_1 28 Oct 2005 09:35:35 |
joerg |
Set the USBD_SHORT_XFER_OK flag when trying to read a string.
Otherwise, we end up in an IO error.
Approved by: maintainer timeout |
0.1.10a 29 Jun 2005 10:48:56 |
vs |
Add minimal patch to make libusb build with plain gcc on 4.x again.
This also allows us to return to standard libtool-handling.
PR: ports/80169
Submitted by: Helge Oldach
Approved by: maintainer timeout |
0.1.10a 13 Apr 2005 10:22:22 |
leeym |
- update to libusb-0.1.10a
- bump library version to all ports that depends on libusb
PR: 79084
Submitted by: John Reynolds <johnjen@reynoldsnet.org> |
0.1.7_1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.1.7_1 25 Nov 2003 19:35:43 |
andreas |
- fix for PR 58925
solves problem of hanging usb sessions with cams using gphoto2 ptp2 driver
- bumped port revision
- tested by different people under -current and -stable, no ill side
effects and really cures the problem.
The author of bsd.c clearly states out in the sources, that he
has ported codee from linux 1:1 and he "kind of hopes" that it is ok.
But it wasn't.
This patch fixes hang that happens after the 1st read because the USB
driver tries to read more bytes than are available.
0000 10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00 ................
1.240828 gphoto2-port(2): Reading 512=0x200 bytes from port...
gp_port_read: Operation timed out
9.267455 PTP2/library.c(2): PTP: gp_port_* function returned 0xffffffde
-34
9.267819 context(0): PTP I/O error
PR: 58925
Submitted by: Mariusz Woloszyn <emsi@ipartners.pl>
Reviewed by: John Reynolds <johnjen@reynoldsnet.org> and some tester
Approved by: portmgr@ (Joe Marcus Clarke <marcus@marcuscom.com>) |
0.1.7 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
0.1.7 08 Dec 2002 23:35:41 |
joe |
Update to 0.1.7.
PR: ports/46059 |
0.1.6a 28 Jun 2002 07:54:14 |
kevlo |
Update to 0.1.6a
PR: 39945
Submitted by: MAINTAINER |
12 Mar 2002 16:05:11 |
joe |
Fix a typo in the last patch.
Spotted by: John Reynolds~ <jreynold@sedona.ch.intel.com> |
11 Mar 2002 13:46:10 |
joe |
Only use the new usb structure names if the version of FreeBSD being
used to compile libusb has them, otherwise use the old names. |
11 Mar 2002 00:29:14 |
joe |
Some structures in usb.h have changed recently.
Submitted by: John Reynolds <jreynold@sedona.ch.intel.com> |
23 Feb 2002 14:33:05 |
vanilla |
Upgrade to 0.1.5 |
04 Jan 2002 22:44:13 |
pat |
Update maintainer's email address |
24 Nov 2001 09:16:16 |
pat |
Update to 0.1.4 and add patch-ltmain.sh to prevent installing useless .la
files (bows to sobomax) |
26 Feb 2001 21:45:05 |
mi |
Add libusb 0.1.3b, library giving userland programs access to USB devices. |