17 Commits

Author SHA1 Message Date
bket
77f1351a71 Update to libfilezilla-0.26.0
Note the major bump to the shared lib due to a removed symbol. Changes:
https://lib.filezilla-project.org/
2021-01-05 18:28:44 +00:00
bket
829a8ef019 Update to libfilezilla-0.25.0
Changes: https://lib.filezilla-project.org/

Minor of shared lib has been bumped because of the addition of a symbol.
2020-10-22 12:10:02 +00:00
bket
8e68ae858b Update to libfilezilla-0.24.1
Changes: https://lib.filezilla-project.org/

New export added so bump minor.
2020-08-28 14:14:00 +00:00
bket
77add3f9da Update to libfilezilla-0.23.0
Changes: https://lib.filezilla-project.org/. Bump major as symbol has
been removed.
2020-07-14 19:45:12 +00:00
bket
e67edcd4e2 Update to libfilezilla-0.22.0
Minor so version bumped due to new symbol.

Changes: https://lib.filezilla-project.org/
2020-05-22 04:52:24 +00:00
bket
265a2de83c Update to libfilezilla-0.21.0
Bump major as symbols have been removed

Changes:
https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?revision=9737&view=markup
2020-05-14 19:34:02 +00:00
cwen
acdac96af8 libfilezilla: don't require `-latomic' anymore on powerpc, since
this arch has been switched to clang

OK bket@ (maintainer)
2020-04-09 12:43:22 +00:00
bket
9428d710e6 Update to libfilezilla-0.20.2
Changes:
https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?revision=9669&view=markup

Minor of libfilezilla has been bumped as symbols have been added.
2020-03-13 12:34:14 +00:00
bket
efb8bff5c6 Update to libfilezilla-0.20.1
Changes: https://svn.filezilla-project.org/svn/libfilezilla/trunk/NEWS.

Bump major of libfilezilla as symbols have been removed.

Take MAINTAINER.

"read OK" sthen@
2020-03-04 17:56:36 +00:00
bket
c41c3af15c Update to libfilezilla-0.19.3
Needed for updating filezilla. Changes/additions:
https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?revision=9552&view=markup

check_sym reported data object sizes changes in SHARED_LIBS, so I have
bumped major.
2020-01-04 07:27:41 +00:00
cwen
2c259bde10 libfilezilla: needs atomics on powerpc (and probably hppa)
OK jca@
2019-12-19 11:42:51 +00:00
bket
d13bb79057 Remove obsolete comment. 2019-12-09 16:29:06 +00:00
bket
cbf17f69cb Update to libfilezilla-0.19.1.
Changelog can be found at
https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?revision=9513&view=markup.

Major of SHARED_LIBS has been bumped as symbols have been removed.

OK giovanni@
2019-11-28 15:55:23 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
jca
91edbb5091 Explicitely disable the doxygen docs
Just in case upstream changes the default.
2018-12-25 00:17:50 +00:00
jca
ab885568ce Register build (actually, test) dep on newer cppunit releases
libfilezilla wants cppunit >= 1.13.0.  I plan to update cppunit to
a newer upstream in the near future.

Prompted by a comment from bcallah@
2018-12-24 23:50:44 +00:00
jca
0b4666b41f Import libfilezilla, a support library for new FileZilla releases
ok bcallah@ sthen@

pkg/DESCR:
libfilezilla is a free, open source C++ library, offering some basic
functionality to build high-performing, platform-independent programs.
Some of the highlights include:

- A typesafe, multi-threaded event system that's very simple to use yet
  extremely efficient
- Timers for periodic events
- A datetime class that not only tracks timestamp but also their
  accuracy, which simplifies dealing with timestamps originating from
  different sources
- Simple process handling for spawning child processes with
  redirected I/O
2018-12-24 23:40:28 +00:00