diff options
author | mef <mef@pkgsrc.org> | 2014-10-04 12:01:08 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-10-04 12:01:08 +0000 |
commit | a3ad977be4fee243bb850e3298f71283505fbfdc (patch) | |
tree | 7132ad1f81fdc0da8e4db356881d592bf0f8c023 /devel/libftdi1/PLIST | |
parent | 603c30eda47fdde7e75b684853b5ac749343613f (diff) | |
download | pkgsrc-a3ad977be4fee243bb850e3298f71283505fbfdc.tar.gz |
New in 1.1 - 2014-02-05
-----------------------
* Fix FT232H eeprom suspend pulldown setting (Davide Michelizza)
* Fix FT232H eeprom user area size (Davide Michelizza)
* Improved mingw build (Paul Fertser and Michel Zou)
* C++ wrapper: Get/set functions for USB timeouts (Jochen Sprickerhof)
* Partial support for FT230X (Nathael Pajani)
* New API function: ftdi_eeprom_set_strings() (Nathael Pajani)
* Prevent possible segfault in ftdi_eeprom_decode() (Nathael Pajani)
* Save device release number in eeprom (Jarkko Sonninen)
* Fix "self powered" eeprom flag (Jarkko Sonninen)
* Improved python wrapper (Michel Zou)
* Many buildsystem improvements (Michel Zou and Mike Frysinger)
* See the git history for more changes and fixes
Diffstat (limited to 'devel/libftdi1/PLIST')
-rw-r--r-- | devel/libftdi1/PLIST | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/libftdi1/PLIST b/devel/libftdi1/PLIST index 93d66b75505..d4ab36d48f5 100644 --- a/devel/libftdi1/PLIST +++ b/devel/libftdi1/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2013/12/03 01:40:14 mef Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/10/04 12:01:08 mef Exp $ bin/ftdi_eeprom bin/libftdi1-config include/libftdi1/ftdi.h @@ -8,12 +8,14 @@ lib/cmake/libftdi1/UseLibFTDI1.cmake lib/libftdi1.a lib/libftdi1.so lib/libftdi1.so.2 -lib/libftdi1.so.2.0.0 +lib/libftdi1.so.2.1.0 lib/libftdipp1.a lib/libftdipp1.so lib/libftdipp1.so.2 -lib/libftdipp1.so.2.0.0 +lib/libftdipp1.so.2.1.0 lib/pkgconfig/libftdi1.pc lib/pkgconfig/libftdipp1.pc ${PYSITELIB}/_ftdi1.so ${PYSITELIB}/ftdi1.py +share/libftdi/examples/complete.py +share/libftdi/examples/simple.py |