The NetBSD Project

CVS log for pkgsrc/devel/libftdi1/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / libftdi1

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.48 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:11 2023 UTC (3 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.47: +2 -2 lines
Diff to previous 1.47 (colored)

*: recursive bump for Python 3.11 as new default

Revision 1.47 / (download) - annotate - [select for diffs], Tue Jun 6 12:40:39 2023 UTC (6 months ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.46 / (download) - annotate - [select for diffs], Sun Apr 23 14:26:16 2023 UTC (7 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

revbump for boost

Revision 1.45 / (download) - annotate - [select for diffs], Sun Jan 22 16:28:23 2023 UTC (10 months, 2 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

*: Recursive revbump from Boost 1.81.0

Revision 1.44 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:15 2022 UTC (17 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

*: Revbump packages that use Python at runtime without a PKGNAME prefix

Revision 1.43 / (download) - annotate - [select for diffs], Mon Jan 10 01:46:29 2022 UTC (22 months, 4 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Changes since 1.42: +2 -2 lines
Diff to previous 1.42 (colored)

*: Recursive revbump from boost 1.78.0

Revision 1.42 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:32 2021 UTC (2 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

revbump for boost-libs

Revision 1.41 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:34 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

revbump for boost-libs

Revision 1.40 / (download) - annotate - [select for diffs], Sun Mar 7 10:51:06 2021 UTC (2 years, 9 months ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.39: +4 -3 lines
Diff to previous 1.39 (colored)

libftdi1: Update to 1.5.

New in 1.5 - 2020-07-07
-----------------------
* Implement tc[io]flush methods & deprecate broken purge_buffers methods

  Please check your code for ftdi_usb_purge_rx_buffer(),
  ftdi_usb_purge_tx_buffer() and ftdi_usb_purge_buffers()
  and migrate to the new ftdi_tc[io]flush() methods.

  Old code will continue to function, but you'll get
  a deprecation warning during compilation.

* Add program to test buffer flush (purge) functionality
* Add kernel driver auto attach/detach.
  See new AUTO_DETACH_REATACH_SIO_MODULE option
* Add ftdi_setflowctrl_xonxoff()
* ftdi_eeprom / eeprom handling:
  * Unify handling of all boolean eeprom flags
  * Add device release number support
  * Add channel_a_driver support for type xxR chips
  * Add support for group0 drive levels on x232H chips
  * Fix handling of high_current_drive parameter
  * Fix inverted handling of VCP driver field for TYPE_R chips
  * New --verbose option for eeprom decode operation
* Add example code for async mode
* Add SPDX license identifiers to the core library & ftdi_eeprom
* Various python SWIG wrapper improvements
* Various cmake file improvements
* Fix small bugs in error code paths

Revision 1.39 / (download) - annotate - [select for diffs], Fri Jan 1 08:24:40 2021 UTC (2 years, 11 months ago) by ryoon
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38 (colored)

*: Recursive revbump from boost-1.75.0

Revision 1.38 / (download) - annotate - [select for diffs], Wed May 6 14:04:27 2020 UTC (3 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.37: +2 -1 lines
Diff to previous 1.37 (colored)

revbump after boost update

Revision 1.37 / (download) - annotate - [select for diffs], Thu Mar 26 12:14:12 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored)

libftdi1: Don't use lib64 suffix on Linux

Revision 1.36 / (download) - annotate - [select for diffs], Tue Mar 24 16:21:12 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.35: +9 -28 lines
Diff to previous 1.35 (colored)

libftdi1: Update to 1.4

New in 1.4 - 2017-08-07
-----------------------
* New ftdi_usb_open_bus_addr() open function
* Use BM/R series baud rate computation for FT230X
* ftdi_get_error_string() now returns const char*
* C++ API: Ability to open devices with empty descriptor strings
* C++ API: Fix enumerations for buffer purge and modem controls
* small build fixes and improvements in the python examples
* ftdi_eeprom / eeprom handling:
  * New API function: ftdi_eeprom_get_strings()
  * Fix USE_SERIAL handling for 230X type chips
  * Make ftdi_read_eeprom_location() endianness independent
  * Fix flashing of FT245R

New in 1.3 - 2016-05-20
-----------------------
* Added ftdi_usb_get_strings2() to prevent automatic device close (Fahrzin Hemmati)
* Added ftdi_transfer_data_cancel() for cancellation of a submitted transfer,
  avoided resubmittion of a canceled transfer in the callbacks,
  replaced calls to libusb_handle_events with
  libusb_handle_events_timeout_completed (Eugene Hutorny)
* ftdi_eeprom / eeprom handling:
  * Add support for arbitrary user data (Salvador Eduardo Tropea)
  * Add --build-eeprom support (Salvador Eduardo Tropea)
  * Fix use_usb_version config file option (Thilo Schulz)
  * Ability to include other config files in EEPROM config file (Thilo Schulz)
  * Add external oscillator enable bit (Raphael Assenat)
  * Support channel configuration (Stephan Linz)
  * Added --device option to ftdi_eeprom to specify FTDI device (Robin Haberkorn)
  * Fixed EEPROM user-area space checks for FT232R and FT245R chips (Robin Haberkorn)
* Various improvements to CBUS handling, including the EEPROM (Robin Haberkorn)
* swig wrapper: Fix handling of binary strings in ftdi_write_data()
  for python 3 (xantares09)
* cbus python example code (Rodney Sinclair)
* ftdi_stream: fix timeout setting (аионов аниил)
* Fixed typo in CBUS defines: CBUSG_DRIVE1 -> CBUSH_DRIVE1

New in 1.2 - 2014-11-21
-----------------------
* Support for FT230X devices (Uwe Bonnes)
* ftdi_usb_get_strings(): Don't try to open an already open device (Denis Sirotkin)
* Support for finding devices bricked by the Windows driver (Forest Crossman)
* cmake build system: New LibFTDI1ConfigVersion.cmake file (xantares09)
* Fix a typo in the MPSSE command CLK_BYTES_OR_LOW (Benjamin Vanheuverzwijn)
* Various small code improvements (Florian Preinstorfer, Jochen Sprickerhof, xantares09)

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 12 20:20:11 2020 UTC (3 years, 10 months ago) by ryoon
Branch: MAIN
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored)

*: Recursive revbump from devel/boost-libs

Revision 1.34 / (download) - annotate - [select for diffs], Sun Nov 3 10:39:16 2019 UTC (4 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 (colored)

devel: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Sep 2 13:19:40 2019 UTC (4 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)

Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8

Revision 1.32 / (download) - annotate - [select for diffs], Thu Aug 22 12:23:02 2019 UTC (4 years, 3 months ago) by ryoon
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 (colored)

Recursive revbump from boost-1.71.0

Revision 1.31 / (download) - annotate - [select for diffs], Mon Jul 1 04:08:05 2019 UTC (4 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored)

Recursive revbump from boost-1.70.0

Revision 1.30 / (download) - annotate - [select for diffs], Fri Apr 26 14:12:35 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored)

fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Apr 26 13:13:50 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.

Revision 1.28 / (download) - annotate - [select for diffs], Thu Apr 25 07:32:47 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

PKGREVISION bump for anything using python without a PYPKGPREFIX.

This is a semi-manual PKGREVISION bump.

Revision 1.27 / (download) - annotate - [select for diffs], Thu Dec 13 19:51:48 2018 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

revbump for boost 1.69.0

Revision 1.26 / (download) - annotate - [select for diffs], Thu Aug 16 18:54:41 2018 UTC (5 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

revbump after boost-libs update

Revision 1.25 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:10 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

extend PYTHON_VERSIONS_ for Python 3.7

Revision 1.24 / (download) - annotate - [select for diffs], Sun Apr 29 21:31:33 2018 UTC (5 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored)

revbump for boost-libs update

Revision 1.23 / (download) - annotate - [select for diffs], Tue Feb 27 23:56:08 2018 UTC (5 years, 9 months ago) by khorben
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Revbump for packages depending on devel/libusb{,compat}

Revision 1.22 / (download) - annotate - [select for diffs], Sat Feb 10 13:53:47 2018 UTC (5 years, 9 months ago) by khorben
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Import global switch for libusb's implementation [2/2]

This switch is meant to be used by packages requiring an implementation of the
former libusb (as in devel/libusb). The original implementation can be
chosen by setting LIBUSB_TYPE to "native".

The alternative implementation libusb-compat (as in devel/libusb-compat) wraps
libusb1 (in devel/libusb1). This implementation can be chosen by setting
LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not requiring root
privileges to locate and use USB devices without a kernel driver.

This second part switches packages using libusb to this framework. It does not
change compilation options or dependencies at this point.

Compile-tested on most packages affected and available on NetBSD/amd64.

Revision 1.21 / (download) - annotate - [select for diffs], Mon Jan 1 21:18:21 2018 UTC (5 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Revbump after boost update

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 1 18:16:36 2018 UTC (5 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Replaced $(ROUND) with ${CURLY} variable references.

This has been a pkglint warning for several years now, and pkglint can even
fix it automatically. And it did for this commit.

Only in lang/mercury, two passes of autofixing were necessary because there
were nested variables.

Revision 1.19 / (download) - annotate - [select for diffs], Thu Aug 24 20:03:11 2017 UTC (6 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Revbump for boost update

Revision 1.18 / (download) - annotate - [select for diffs], Wed Aug 16 20:21:07 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

Follow some http redirects.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Apr 30 01:21:33 2017 UTC (6 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Recursive revbump from boost update

Revision 1.16 / (download) - annotate - [select for diffs], Sun Jan 1 16:06:09 2017 UTC (6 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Revbump after boost update

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:31 2017 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Add python-3.6 to incompatible versions.

Revision 1.14 / (download) - annotate - [select for diffs], Fri Oct 7 18:25:43 2016 UTC (7 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Revbump post boost update

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jul 9 13:03:39 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Remove python33: adapt all packages that refer to it.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:35 2015 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Extend PYTHON_VERSIONS_INCOMPATIBLE to 35

Revision 1.11 / (download) - annotate - [select for diffs], Fri Apr 17 15:53:01 2015 UTC (8 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Revbump after updating devel/boost-libs

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 18 06:18:58 2015 UTC (8 years, 10 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

PKGREVISION++, by converting (duplicated) libconfuse to confuse. Thanks gdt@.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Jan 17 02:42:46 2015 UTC (8 years, 10 months ago) by mef
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Convert buildlink3.mk from libconfuse to (just) confuse. They duplicate.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Nov 7 19:39:29 2014 UTC (9 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

Revbump after updating boost

Revision 1.7 / (download) - annotate - [select for diffs], Sat Oct 4 12:01:08 2014 UTC (9 years, 2 months ago) by mef
Branch: MAIN
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

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

Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 13 10:57:34 2014 UTC (9 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Revbump after boost-libs update

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jun 4 06:09:44 2014 UTC (9 years, 6 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.4: +3 -4 lines
Diff to previous 1.4 (colored)

This package builds using cmake these days, so CONFIGURE_ARGS isn't useful.
Port the intended flags to cmake arguments.

Fixes the build in obscure circumstances where doxygen is installed, but
some documentation python build-time requirements happen to be missing.

Revision 1.4 / (download) - annotate - [select for diffs], Mon May 19 22:44:14 2014 UTC (9 years, 6 months ago) by dsainty
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

The package uses the "python" executable for building the python bits.  If it
isn't present in the package build sandpit it may reach out and use a possibly
unmanaged version of python.  On Linux that might be some base system copy of
python, which would only be the same version by chance.

If it happens to be, say, python 2.6 - but Pkgsrc is defaulting to python 2.7,
then the installed files will have the wrong filenames, the PLIST won't match,
and the build will fail (not to mention that the built files may well be
incompatible with the intended python anyway).

Having the "python" tool in the sandpit solves this problem.

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 9 07:37:00 2014 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:01 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.1: +5 -3 lines
Diff to previous 1.1 (colored)

Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 3 01:40:14 2013 UTC (10 years ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4

Import libftdi1-1.0 as devel/libftdi1.

libftdi version 1.0
A library (using libusb) to talk to FTDI's UART/FIFO chips
including the popular bitbang mode.
The following chips are supported:
  - FT4232H / FT2232H
  - FT232R  / FT245R
  - FT2232L / FT2232D / FT2232C
  - FT232BM / FT245BM (and the BL/BQ variants)
  - FT8U232AM / FT8U245AM
libftdi requires libusb 1.x.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>