3 Commits

Author SHA1 Message Date
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