[Midnightbsd-cvs] mports [25011] trunk/dns: update linux libasyncns

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Feb 13 20:36:37 EST 2019


Revision: 25011
          http://svnweb.midnightbsd.org/mports/?rev=25011
Author:   laffer1
Date:     2019-02-13 20:36:36 -0500 (Wed, 13 Feb 2019)
Log Message:
-----------
update linux libasyncns

Modified Paths:
--------------
    trunk/dns/Makefile

Added Paths:
-----------
    trunk/dns/linux-c6-libasyncns/
    trunk/dns/linux-c6-libasyncns/Makefile
    trunk/dns/linux-c6-libasyncns/distinfo
    trunk/dns/linux-c6-libasyncns/pkg-descr
    trunk/dns/linux-c6-libasyncns/pkg-plist.amd64
    trunk/dns/linux-c6-libasyncns/pkg-plist.i386
    trunk/dns/linux-c7-libasyncns/
    trunk/dns/linux-c7-libasyncns/Makefile
    trunk/dns/linux-c7-libasyncns/distinfo
    trunk/dns/linux-c7-libasyncns/pkg-descr
    trunk/dns/linux-c7-libasyncns/pkg-plist.amd64
    trunk/dns/linux-c7-libasyncns/pkg-plist.i386

Removed Paths:
-------------
    trunk/dns/linux-f10-libasyncns/

Modified: trunk/dns/Makefile
===================================================================
--- trunk/dns/Makefile	2019-02-14 01:34:45 UTC (rev 25010)
+++ trunk/dns/Makefile	2019-02-14 01:36:36 UTC (rev 25011)
@@ -17,7 +17,8 @@
 SUBDIR += libbind
 SUBDIR += libidn
 SUBDIR += libidn2
-SUBDIR += linux-f10-libasyncns
+SUBDIR += linux-c6-libasyncns
+SUBDIR += linux-c7-libasyncns
 SUBDIR += mDNSResponder_nss
 SUBDIR += mdnsd
 SUBDIR += nslint

Added: trunk/dns/linux-c6-libasyncns/Makefile
===================================================================
--- trunk/dns/linux-c6-libasyncns/Makefile	                        (rev 0)
+++ trunk/dns/linux-c6-libasyncns/Makefile	2019-02-14 01:36:36 UTC (rev 25011)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME=	libasyncns
+PORTVERSION=	0.8
+CATEGORIES=	dns devel linux
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	C library for executing DNS queries asynchronously (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE=	lgpl2.1
+
+RPMVERSION=	1.1.el6
+USES=		linux:c6
+USE_LDCONFIG=	yes
+USE_LINUX_RPM=	yes
+
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.mk>


Property changes on: trunk/dns/linux-c6-libasyncns/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/linux-c6-libasyncns/distinfo
===================================================================
--- trunk/dns/linux-c6-libasyncns/distinfo	                        (rev 0)
+++ trunk/dns/linux-c6-libasyncns/distinfo	2019-02-14 01:36:36 UTC (rev 25011)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1485538319
+SHA256 (centos/libasyncns-0.8-1.1.el6.i686.rpm) = 29b5986a6ed47b9c54857df3238f8a6348792cfeb9c8923f75208d9738c49748
+SIZE (centos/libasyncns-0.8-1.1.el6.i686.rpm) = 24888
+SHA256 (centos/libasyncns-0.8-1.1.el6.x86_64.rpm) = 40302e7bc4628ce8cba6df68b1aaabe4c227906a44d3ec7618d962a498e778e4
+SIZE (centos/libasyncns-0.8-1.1.el6.x86_64.rpm) = 24936
+SHA256 (centos/libasyncns-0.8-1.1.el6.src.rpm) = 6d0b1cd3002d4d79c43bc121e28f5c9bd65b69a80f9cd117cef234caecc47537
+SIZE (centos/libasyncns-0.8-1.1.el6.src.rpm) = 346427


Property changes on: trunk/dns/linux-c6-libasyncns/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/linux-c6-libasyncns/pkg-descr
===================================================================
--- trunk/dns/linux-c6-libasyncns/pkg-descr	                        (rev 0)
+++ trunk/dns/linux-c6-libasyncns/pkg-descr	2019-02-14 01:36:36 UTC (rev 25011)
@@ -0,0 +1,20 @@
+libasyncns is a C library for Linux/Unix for executing name service queries
+asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
+getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.
+
+In contrast to GNU's asynchronous name resolving API getaddrinfo_a(),
+libasyncns does not make use of UNIX signals for reporting completion of name
+queries. Instead, the API exports a standard UNIX file descriptor which may be
+integerated cleanly into custom main loops.
+
+In contrast to asynchronous DNS resolving libraries like libdenise, skadns,
+adns, libasyncns is just an asynchronous wrapper around the libc's synchronous
+getaddrinfo() API, which has the advantage of allowing name resolution using
+techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name
+Service Switch) modules. libasyncns is compatible with IPv6 if the underlying
+libc is.
+
+libasyncns is very tiny, consisting of just one header and one source file. It
+has no dependencies besides libc.
+
+WWW: http://0pointer.de/lennart/projects/libasyncns/


Property changes on: trunk/dns/linux-c6-libasyncns/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/linux-c6-libasyncns/pkg-plist.amd64
===================================================================
--- trunk/dns/linux-c6-libasyncns/pkg-plist.amd64	                        (rev 0)
+++ trunk/dns/linux-c6-libasyncns/pkg-plist.amd64	2019-02-14 01:36:36 UTC (rev 25011)
@@ -0,0 +1,6 @@
+usr/lib/libasyncns.so.0
+usr/lib/libasyncns.so.0.3.1
+usr/lib64/libasyncns.so.0
+usr/lib64/libasyncns.so.0.3.1
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README


Property changes on: trunk/dns/linux-c6-libasyncns/pkg-plist.amd64
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/linux-c6-libasyncns/pkg-plist.i386
===================================================================
--- trunk/dns/linux-c6-libasyncns/pkg-plist.i386	                        (rev 0)
+++ trunk/dns/linux-c6-libasyncns/pkg-plist.i386	2019-02-14 01:36:36 UTC (rev 25011)
@@ -0,0 +1,4 @@
+usr/lib/libasyncns.so.0
+usr/lib/libasyncns.so.0.3.1
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README


Property changes on: trunk/dns/linux-c6-libasyncns/pkg-plist.i386
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/linux-c7-libasyncns/Makefile
===================================================================
--- trunk/dns/linux-c7-libasyncns/Makefile	                        (rev 0)
+++ trunk/dns/linux-c7-libasyncns/Makefile	2019-02-14 01:36:36 UTC (rev 25011)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME=	libasyncns
+PORTVERSION=	0.8
+CATEGORIES=	dns devel linux
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Library for executing DNS queries (Linux CentOS ${LINUX_DIST_VER})
+
+LICENSE=	lgpl2.1
+
+CONFLICTS=	linux-c6-${PORTNAME}-[0-9]*
+
+RPMVERSION=	7.el7
+USES=		linux:c7
+USE_LDCONFIG=	yes
+USE_LINUX_RPM=	yes
+
+OPTIONS_DEFINE=	DOCS
+
+.include <bsd.port.mk>


Property changes on: trunk/dns/linux-c7-libasyncns/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/linux-c7-libasyncns/distinfo
===================================================================
--- trunk/dns/linux-c7-libasyncns/distinfo	                        (rev 0)
+++ trunk/dns/linux-c7-libasyncns/distinfo	2019-02-14 01:36:36 UTC (rev 25011)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1482091588
+SHA256 (centos/libasyncns-0.8-7.el7.i686.rpm) = 86006ec7b6b5bc63c4225d98fe3d309d75d5b5f43f75bb81274e379e3f4573f1
+SIZE (centos/libasyncns-0.8-7.el7.i686.rpm) = 26592
+SHA256 (centos/libasyncns-0.8-7.el7.x86_64.rpm) = 1acf01399f6d5ea5f9bbbac18e67e77dc277551a24ad53de06f404205cb51206
+SIZE (centos/libasyncns-0.8-7.el7.x86_64.rpm) = 26816
+SHA256 (centos/libasyncns-0.8-7.el7.src.rpm) = ada6388ee1a4198ca82fe18a0333937d4c9d72715106c46aa2413d5dc27982ab
+SIZE (centos/libasyncns-0.8-7.el7.src.rpm) = 347143


Property changes on: trunk/dns/linux-c7-libasyncns/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/linux-c7-libasyncns/pkg-descr
===================================================================
--- trunk/dns/linux-c7-libasyncns/pkg-descr	                        (rev 0)
+++ trunk/dns/linux-c7-libasyncns/pkg-descr	2019-02-14 01:36:36 UTC (rev 25011)
@@ -0,0 +1,20 @@
+libasyncns is a C library for Linux/Unix for executing name service queries
+asynchronously. It is an asynchronous wrapper around getaddrinfo(3),
+getnameinfo(3), res_query(3) and res_search(3) from libc and libresolv.
+
+In contrast to GNU's asynchronous name resolving API getaddrinfo_a(),
+libasyncns does not make use of UNIX signals for reporting completion of name
+queries. Instead, the API exports a standard UNIX file descriptor which may be
+integerated cleanly into custom main loops.
+
+In contrast to asynchronous DNS resolving libraries like libdenise, skadns,
+adns, libasyncns is just an asynchronous wrapper around the libc's synchronous
+getaddrinfo() API, which has the advantage of allowing name resolution using
+techniques like Multicast DNS, LDAP or NIS using standard libc NSS (Name
+Service Switch) modules. libasyncns is compatible with IPv6 if the underlying
+libc is.
+
+libasyncns is very tiny, consisting of just one header and one source file. It
+has no dependencies besides libc.
+
+WWW: http://0pointer.de/lennart/projects/libasyncns/


Property changes on: trunk/dns/linux-c7-libasyncns/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/linux-c7-libasyncns/pkg-plist.amd64
===================================================================
--- trunk/dns/linux-c7-libasyncns/pkg-plist.amd64	                        (rev 0)
+++ trunk/dns/linux-c7-libasyncns/pkg-plist.amd64	2019-02-14 01:36:36 UTC (rev 25011)
@@ -0,0 +1,6 @@
+usr/lib/libasyncns.so.0
+usr/lib/libasyncns.so.0.3.1
+usr/lib64/libasyncns.so.0
+usr/lib64/libasyncns.so.0.3.1
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README


Property changes on: trunk/dns/linux-c7-libasyncns/pkg-plist.amd64
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/dns/linux-c7-libasyncns/pkg-plist.i386
===================================================================
--- trunk/dns/linux-c7-libasyncns/pkg-plist.i386	                        (rev 0)
+++ trunk/dns/linux-c7-libasyncns/pkg-plist.i386	2019-02-14 01:36:36 UTC (rev 25011)
@@ -0,0 +1,4 @@
+usr/lib/libasyncns.so.0
+usr/lib/libasyncns.so.0.3.1
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README


Property changes on: trunk/dns/linux-c7-libasyncns/pkg-plist.i386
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list