<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/libusb/PLIST, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2006-03-11T08:34:12Z</updated>
<entry>
<title>Changes 0.1.12:</title>
<updated>2006-03-11T08:34:12Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2006-03-11T08:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=10aa21593a745993a706e1dcb3fce0d4384c7440'/>
<id>urn:sha1:10aa21593a745993a706e1dcb3fce0d4384c7440</id>
<content type='text'>
Fix structure padding issues on some architectures
Fix compile warnings with newer versions of gcc
Fix memory leak when continuously rescanning for devices
Check for device nodes in /dev/usb under Linux
Fix compile problem with Darwin/Mac OS X port
Add support for Darwin/Mac OS X 10.4
Fix error when transactions are aborted
Requery endpoints when switching alternate settings
Support more BSD based distributions
Fix problem with short control messages in BSD port
Various other minor fixes
</content>
</entry>
<entry>
<title>Changes 0.1.10a:</title>
<updated>2005-02-25T14:19:33Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2005-02-25T14:19:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c892130edb1396b20f3d9e107ae38b779786175e'/>
<id>urn:sha1:c892130edb1396b20f3d9e107ae38b779786175e</id>
<content type='text'>
* Minor build issues fixed
</content>
</entry>
<entry>
<title>Changes 0.1.10:</title>
<updated>2005-02-14T09:50:18Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2005-02-14T09:50:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=10024df5e5e8de6fd9eb3306e154c6060fe97ed6'/>
<id>urn:sha1:10024df5e5e8de6fd9eb3306e154c6060fe97ed6</id>
<content type='text'>
* Fix various compile warnings
* Require newer autotools
* Switch from QT to STL for C++ extensions
* Linux:
  * Speed up small bulk and interrupt transfers to previous speeds
  * Fix case where bulk and interrupt transfers could block forever
  * Fix tree heirarchy building code (undocumented)
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Changes 1.0.8:</title>
<updated>2004-05-03T08:45:44Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-05-03T08:45:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=196a490058d28dcec07696d29ff76d0ec728e87a'/>
<id>urn:sha1:196a490058d28dcec07696d29ff76d0ec728e87a</id>
<content type='text'>
New Features:
* Synchronous Interrupt read support.
* Added new usb_get_descriptor_by_endpoint() function. Properly prototyped
  existing usb_get_descriptor() function.
* (Linux) Check for usbdevfs in /sys/bus/usb (2.6 kernel).
* (Linux) Added usb_get_driver_np() function to get driver bound to interface.
* (Linux) Added usb_detach_kernel_driver_np() function to detach kernel driver
  from interface.

Bug Fixes:
* Many return values are starting to become normalized (consistent across ports)
* Various bug fixes in Darwin port.
* Fix usb_string() to fetch language index correctly.
* More documentation updates and fixes.
</content>
</entry>
<entry>
<title>The long awaited update libtool to 1.5.2.</title>
<updated>2004-02-05T20:14:05Z</updated>
<author>
<name>skrll</name>
<email>skrll</email>
</author>
<published>2004-02-05T20:14:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6e76fa2e5d20ea6c8256a50caf9e911d5a921cf6'/>
<id>urn:sha1:6e76fa2e5d20ea6c8256a50caf9e911d5a921cf6</id>
<content type='text'>
Some pkgsrc things
	- Fix PLISTs for packages that use -release
	- Include canonicalisation of a couple of paths for the benefit
	  of qt3-*
	- the normal version=sunos patching
	- fix all library_names_spec for the standard set of symlinks

The libtool things some of which had already made it into pkgsrc libtool.

New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team:
* lt_dlrealloc is an official part of the libltdl API.
* --tag, --silent and --debug options are preserved and reused when libtool
  calls itself for relinking etc.
* `-pthread' and similar options are honoured when linking shared libraries.
* -no-suppress in compile mode shows compiler output for both PIC and non-PIC
  object compilation.
* New link mode option `-precious-files-regex' to prevent accidental removal
  of files you want to keep, such as test coverage data, from the temporary
  output directory.
* Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux.
* Recognises the 'R' symbol type on Solaris so read-only symbols can be
  exported.
* Bug fixes.

New in 1.5: 2003-04-14; CVS version 1.4e, Libtool team:
* First stable release of multi-language architecture.
* libtool and libltdl support for Mac OS/X.
* libltdl will now use cygwins dlopen API instead of always forcing
  LoadLibrary.
* Support auto-import patch to binutils on cygwin for much improved dll
  support.
* Bug fixes.

New in 1.4.3: 2002-10-13; CVS version 1.4.2a, Robert Boehne:
* The libltdl subdirectory now bootstraps correctly with Automake 1.5.
* srcdir != builddir builds with Automake 1.5 work correctly.
* Support for mips-compaq-nonstopux.
* New command line argument, --preserve-dup-deps prevents removal of
  duplicate dependent libraries.

New in 1.4d: 2002-01-07; CVS version 1.4c, Libtool team:
* Help strings display correctly again.
* Better error messages when library linking fails.
* Better error messages from libltdl when loading fails.
* Better search path management in libltdl with `lt_dlinsertsearchdir' call.
* Support /lib/w32api in recent cygwin releases.
* Support cross compilation to mingw.
* Support for .rc files (Windows resource compiler).
* Improved handling of mingw gcc.
* Improved handling of $PATH with entries containing spaces.
* Improved support for linking with gcc on aix4* and aix5*.
* Improved support for GCC 3.0.
* Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8.
* Bug fixes to the OpenBSD port.
* Bug fixes.

New in 1.4.2: 2001-09-11; CVS version 1.4.1a, Gary V. Vaughan:
* libltdl now builds on solaris again
* diagnose and warn about not-quite-working combinations of gcc and
  ld on solaris.
* Improved OpenBSD support.
* Improved cygwin support.
* Bugfixes.

New in 1.4.1: 2001-09-03; CVS version 1.4.0a, Libtool team:
* Better error messages from libltdl when loading fails.
* Don't leave here-doc files behind.
* Improved support for OpenBSD.
* Libtool will build with autoconf-2.50 and higher.
* Plug memory management bugs in libltdl.
* Prefer shl_load to dlopen for better operation on HP-UX.

New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
* Now bootstraps with autoconf-2.50 and automake-1.4-p4.
* Always try to build at least a static lib, even if both static and
  shared libs were disabled.
* Full support for C++ compiler.
* Support for GNU gcj compiler.
* libltdl can now load all modules in a given path according to user
  supplied criteria with `lt_dlforeachfile' call.
* Improved support for AIX ia64, djgpp, HPUX, hurd, OpenBSD, sco3.2*.
* Internal mutex handling no longer has namespace clashes on NCR MP-RAS.
* New pdemo and tagdemo tests.
* Bug fixes.
</content>
</entry>
<entry>
<title>Update to 0.1.7. Changes from 0.1.6a:</title>
<updated>2002-11-18T06:25:51Z</updated>
<author>
<name>schmonz</name>
<email>schmonz</email>
</author>
<published>2002-11-18T06:25:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d0c86fa1d1f648c1aef527135fae5394d60a5a12'/>
<id>urn:sha1:d0c86fa1d1f648c1aef527135fae5394d60a5a12</id>
<content type='text'>
Fix up error codes for darwin port.
Make sure short transfers are allowed on BSD port.
Fix bug when finding new busses during usb_find_busses().
Added two new functions: usb_get_string() and usb_get_string_simple().
Documentation updates.
Added LICENSE file.
Various other cleanups.
</content>
</entry>
<entry>
<title>Merge changes in packages from the buildlink2 branch that have</title>
<updated>2002-08-25T19:21:43Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2002-08-25T19:21:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3d80364aa7d569b8fa9e6f1069f1c94550179218'/>
<id>urn:sha1:3d80364aa7d569b8fa9e6f1069f1c94550179218</id>
<content type='text'>
buildlink2.mk files back into the main trunk.
</content>
</entry>
<entry>
<title>Update to 0.1.6a.  There is no documentation included on the changes, but a</title>
<updated>2002-08-19T19:07:19Z</updated>
<author>
<name>mycroft</name>
<email>mycroft</email>
</author>
<published>2002-08-19T19:07:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=07c8ba95f5cafd2e202b5baa55d9eea0c3549601'/>
<id>urn:sha1:07c8ba95f5cafd2e202b5baa55d9eea0c3549601</id>
<content type='text'>
cursory inspection suggests that they are mostly build related, and some minor
bug fixes to the platform-dependent code.
</content>
</entry>
<entry>
<title>Updated libusb to 0.1.5 (provided by Amitai Schlair in pkg/15516).</title>
<updated>2002-02-07T07:31:48Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2002-02-07T07:31:48Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=664fabd7fc1bc2fe5ddf1e3fa212d81f901f8664'/>
<id>urn:sha1:664fabd7fc1bc2fe5ddf1e3fa212d81f901f8664</id>
<content type='text'>
This version of libusb is required by the soon-to-be-released gphoto2.

- Add support for MacOS X (Darwin)
- Fix endianess correctly where applicable on all OS'
- Return bytes written/read for control message (BSD)
- Tweak documentation build
- Fix bug when usb_find_devices was called multiple times (Linux)
- Fetch descriptors for all devices when we can and parse them
</content>
</entry>
</feed>
