diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-02 06:04:52 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-02 06:04:52 +0000 |
commit | ef04548f546b181bc892bc7007aeb5fb24e5fb92 (patch) | |
tree | 67b8061ba7dd25c4b1063f360334cf15e251cec2 /dev-libs/libassuan/metadata.xml | |
parent | remove schedtool-0.99 (Manifest recommit) (diff) | |
download | gentoo-2-ef04548f546b181bc892bc7007aeb5fb24e5fb92.tar.gz gentoo-2-ef04548f546b181bc892bc7007aeb5fb24e5fb92.tar.bz2 gentoo-2-ef04548f546b181bc892bc7007aeb5fb24e5fb92.zip |
version bump
Diffstat (limited to 'dev-libs/libassuan/metadata.xml')
-rw-r--r-- | dev-libs/libassuan/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/libassuan/metadata.xml b/dev-libs/libassuan/metadata.xml new file mode 100644 index 000000000000..479005f01d7d --- /dev/null +++ b/dev-libs/libassuan/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>crypto</herd> +<maintainer> + <email>crypto@gentoo.org</email> + <name>Crypto Herd</name> +</maintainer> +<longdescription> +In an ideal world, Assuan is irrelevant. Assuan's primary use is to +allow a client to interact with a non-persistent server. Using Assuan, +this is accomplished by forking a subprocess and communicating with it +via, for example, a pipe or unix domain socket. This method is neither +elegant nor efficient especially when there is a lot of data spread +across several transactions: not only is there a penalty for an +increased number of context switches, but also a significant amount of +data is MEMCPYed from the client to a file descriptor and from the file +descriptor to the server. +</longdescription> +</pkgmetadata> |