diff options
author | Peter Volkov <pva@gentoo.org> | 2006-08-24 19:16:06 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2006-08-24 19:16:06 +0000 |
commit | 074ef3c92c91226b88260c3456ff0203f8801417 (patch) | |
tree | b330c3039233c7ea17794663adbba79c9232e80d /dev-libs | |
parent | Stable for HPPA (bug #144925). (diff) | |
download | gentoo-2-074ef3c92c91226b88260c3456ff0203f8801417.tar.gz gentoo-2-074ef3c92c91226b88260c3456ff0203f8801417.tar.bz2 gentoo-2-074ef3c92c91226b88260c3456ff0203f8801417.zip |
Longdescription in metadata.xml now long description.
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libdnsres/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libdnsres/metadata.xml | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/dev-libs/libdnsres/ChangeLog b/dev-libs/libdnsres/ChangeLog index 72c1b3c9d99d..9d98382b9b1a 100644 --- a/dev-libs/libdnsres/ChangeLog +++ b/dev-libs/libdnsres/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libdnsres # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.2 2006/08/24 19:12:36 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdnsres/ChangeLog,v 1.3 2006/08/24 19:16:06 pva Exp $ + + 24 Aug 2006; Peter Volkov <pva@gentoo.org> metadata.xml: + Longdescription in metadata.xml now long description. *libdnsres-0.1a-r1 (24 Aug 2006) diff --git a/dev-libs/libdnsres/metadata.xml b/dev-libs/libdnsres/metadata.xml index 25d6be7e2032..ea027e94d2a5 100644 --- a/dev-libs/libdnsres/metadata.xml +++ b/dev-libs/libdnsres/metadata.xml @@ -2,5 +2,13 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>netmon</herd> -<longdescription>a non-blocking DNS resolver library, fully threadsafe</longdescription> + <longdescription lang="en"> + Libdnsres provides a non-blocking thread-safe API for resolving DNS names. + It requires that your main application is built on top of libevent. + Libdnsres' API essentially mirrors the traditional gethostbyname and + getaddrinfo interfaces. All return values have been replaced by callbacks + instead. The code borrows heavily from the BSD resolver library. In fact, it + is an extremely ugly hack to make the BSD resolver library non-blocking and + thread-safe without changing the API too much. + </longdescription> </pkgmetadata> |