public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] libftdi1
@ 2017-03-18 12:33 Åke Rehnman
  2017-04-18 18:50 ` [ITP] libftdi1 & libconfuse Åke Rehnman
  0 siblings, 1 reply; 4+ messages in thread
From: Åke Rehnman @ 2017-03-18 12:33 UTC (permalink / raw)
  To: cygwin-apps

Hello!

Any chance to get libftdi1 to be included in cygwin distribution?

libftdi1 is available in most distributions like ubuntu:
http://packages.ubuntu.com/search?keywords=libftdi1

Since I've never submitted a package before I was not sure if I should 
include libconfuse in .hint. Although it's not required to be able to 
use the libftdi1 lib but to build ftdi_eeprom.exe.

category: Libs
requires: bash cygwin libgcc1 libstdc++6 libusb1.0-devel pkg-config python
sdesc: "FTDI USB driver with bitbang mode"
ldesc: "libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X including the popular bitbang mode. The library is linked with your program in userspace, no kernel driver required.
libFTDI works perfectly with Linux, Windows, MacOS X and BSD variants thanks to libusb."

https://stm8-binutils-gdb.sourceforge.io/cygwin/x86/libftdi1/libftdi1-1.3-1.hint
https://stm8-binutils-gdb.sourceforge.io/cygwin/x86/libftdi1/libftdi1-1.3-1-src.tar.xz
https://stm8-binutils-gdb.sourceforge.io/cygwin/x86/libftdi1/libftdi1-1.3-1.tar.xz
https://stm8-binutils-gdb.sourceforge.io/cygwin/x86/libftdi1/libftdi1-debuginfo/libftdi1-debuginfo-1.3-1.hint
https://stm8-binutils-gdb.sourceforge.io/cygwin/x86/libftdi1/libftdi1-debuginfo/libftdi1-debuginfo-1.3-1.tar.xz
https://stm8-binutils-gdb.sourceforge.io/cygwin/x86_64/libftdi1/libftdi1-1.3-1.hint
https://stm8-binutils-gdb.sourceforge.io/cygwin/x86_64/libftdi1/libftdi1-1.3-1.tar.xz
https://stm8-binutils-gdb.sourceforge.io/cygwin/x86_64/libftdi1/libftdi1-1.3-1-src.tar.xz
https://stm8-binutils-gdb.sourceforge.io/cygwin/x86_64/libftdi1/libftdi1-debuginfo/libftdi1-debuginfo-1.3-1.hint
https://stm8-binutils-gdb.sourceforge.io/cygwin/x86_64/libftdi1/libftdi1-debuginfo/libftdi1-debuginfo-1.3-1.tar.xz

/Ake

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ITP] libftdi1 & libconfuse
  2017-03-18 12:33 [ITP] libftdi1 Åke Rehnman
@ 2017-04-18 18:50 ` Åke Rehnman
  2017-04-19 15:52   ` Jon Turney
  0 siblings, 1 reply; 4+ messages in thread
From: Åke Rehnman @ 2017-04-18 18:50 UTC (permalink / raw)
  To: cygwin-apps

Hello all,

One more effort to try getting some attention towards libftdi and 
libconfuse packages...

Both libftdi and libconfuse are available in ubuntu and debian + others. 
Libftdi is used with openocd among others. Libconfuse is used by eeprom 
programmer for libftdi.

libftdi1 is released under LGPL 2.1 and eeprom programmer under GPL 2. 
See https://www.intra2net.com/en/developer/libftdi/index.php

libconfuse is released under ISC License. See 
https://github.com/martinh/libconfuse/blob/master/LICENSE

Regards

/Ake

Libftdi1:

category: Libs
requires: bash cygwin libconfuse1 libgcc1 libstdc++6 libusb1.0 libconfuse1
sdesc: "Library to control and program the FTDI USB controller"
ldesc: "libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X including the popular bitbang mode. The library is linked with your program in userspace, no kernel driver required. libFTDI works perfectly with Linux, Windows, MacOS X and BSD variants thanks to libusb."


Libconfuse:

category: Libs
requires: cygwin libintl8
sdesc: "Library for parsing configuration files"
ldesc: "libConfuse is a configuration file parser library, licensed under the terms of the ISC license, and written in C."


Files available here: https://stm8-binutils-gdb.sourceforge.io/cygwin/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ITP] libftdi1 & libconfuse
  2017-04-18 18:50 ` [ITP] libftdi1 & libconfuse Åke Rehnman
@ 2017-04-19 15:52   ` Jon Turney
  2017-04-19 22:03     ` Åke Rehnman
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Turney @ 2017-04-19 15:52 UTC (permalink / raw)
  To: cygwin-apps; +Cc: Åke Rehnman

On 18/04/2017 19:50, Ã…ke Rehnman wrote:
> Hello all,
>
> One more effort to try getting some attention towards libftdi and
> libconfuse packages...

Thank you for your patience and sorry about the delay.

> Both libftdi and libconfuse are available in ubuntu and debian + others.
> Libftdi is used with openocd among others. Libconfuse is used by eeprom
> programmer for libftdi.
>
> libftdi1 is released under LGPL 2.1 and eeprom programmer under GPL 2.
> See https://www.intra2net.com/en/developer/libftdi/index.php
>
> libconfuse is released under ISC License. See
> https://github.com/martinh/libconfuse/blob/master/LICENSE
>
[..]
>
> Files available here: https://stm8-binutils-gdb.sourceforge.io/cygwin/

libftdi1.cygport should use 'DEPEND=pkgconfig(libconfuse)' rather than 
hand-rolling a check for it.

I guess that it should also have 'pkgconfig(libusb-1.0) swig'.

With those things fixed, package looks good, so please provide a ssh key 
as per https://cygwin.com/package-upload.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ITP] libftdi1 & libconfuse
  2017-04-19 15:52   ` Jon Turney
@ 2017-04-19 22:03     ` Åke Rehnman
  0 siblings, 0 replies; 4+ messages in thread
From: Åke Rehnman @ 2017-04-19 22:03 UTC (permalink / raw)
  To: cygwin-apps

Hej,

ok, thanks!

New files uploaded if someone wants to have a look.

https://stm8-binutils-gdb.sourceforge.io/cygwin/

/Ake


On 2017-04-19 17:52, Jon Turney wrote:
>
> libftdi1.cygport should use 'DEPEND=pkgconfig(libconfuse)' rather than 
> hand-rolling a check for it.
>
> I guess that it should also have 'pkgconfig(libusb-1.0) swig'.
>
> With those things fixed, package looks good, so please provide a ssh 
> key as per https://cygwin.com/package-upload.html
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-19 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-18 12:33 [ITP] libftdi1 Åke Rehnman
2017-04-18 18:50 ` [ITP] libftdi1 & libconfuse Åke Rehnman
2017-04-19 15:52   ` Jon Turney
2017-04-19 22:03     ` Åke Rehnman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).