diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2016-01-14 14:37:23 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2016-01-14 14:37:38 +0100 |
commit | 3ea8f68b92b5b115adb9b60a92e6e682cf82101d (patch) | |
tree | 238ea9c94e984a98978f0209630f9bea4be231ea /dev-libs/libfilezilla/metadata.xml | |
parent | dev-games/tiled: version bump (diff) | |
download | gentoo-3ea8f68b92b5b115adb9b60a92e6e682cf82101d.tar.gz gentoo-3ea8f68b92b5b115adb9b60a92e6e682cf82101d.tar.bz2 gentoo-3ea8f68b92b5b115adb9b60a92e6e682cf82101d.zip |
dev-libs/libfilezilla: initial commit
This is a new dependency for >=net-ftp/filezilla-3.15.0
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-libs/libfilezilla/metadata.xml')
-rw-r--r-- | dev-libs/libfilezilla/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-libs/libfilezilla/metadata.xml b/dev-libs/libfilezilla/metadata.xml new file mode 100644 index 000000000000..f91898787f59 --- /dev/null +++ b/dev-libs/libfilezilla/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> + </maintainer> + <longdescription> +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 +libfilezilla is a cross-platform library for all major operating systems, including but not limited to Linux, *BSD, OS X and Windows. +</longdescription> +</pkgmetadata> |