diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-05 17:37:29 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-05 17:37:29 +0000 |
commit | c05148a4ebc9c3581261e33e8ab30bb3a57e5272 (patch) | |
tree | b7d3fe60227f53a24aee5f4d5bb6d60a1ff2a340 /ftp/libfilezilla/pkg-descr | |
parent | 5f510cdf8c39f8e8a3045978ab712f56543cba89 (diff) | |
download | ports-c05148a4ebc9c3581261e33e8ab30bb3a57e5272.tar.gz ports-c05148a4ebc9c3581261e33e8ab30bb3a57e5272.zip |
Notes
Diffstat (limited to 'ftp/libfilezilla/pkg-descr')
-rw-r--r-- | ftp/libfilezilla/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ftp/libfilezilla/pkg-descr b/ftp/libfilezilla/pkg-descr new file mode 100644 index 000000000000..9b4f764f97c9 --- /dev/null +++ b/ftp/libfilezilla/pkg-descr @@ -0,0 +1,13 @@ +libfilezilla is a small and modern 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 + +WWW: http://lib.filezilla-project.org/ |