pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add s6-dns, Skarnet's small DNS client.



Module Name:	pkgsrc-wip
Committed By:	Christian Koch <cfkoch%edgebsd.org@localhost>
Pushed By:	cfkoch
Date:		Sat Nov 12 13:39:48 2016 -0800
Changeset:	38e2fa5c8d283457bf7435c2a3aa50549bba17c7

Modified Files:
	Makefile
Added Files:
	s6-dns/DESCR
	s6-dns/Makefile
	s6-dns/PLIST
	s6-dns/distinfo

Log Message:
Add s6-dns, Skarnet's small DNS client.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=38e2fa5c8d283457bf7435c2a3aa50549bba17c7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |  1 +
 s6-dns/DESCR    |  5 +++++
 s6-dns/Makefile | 20 ++++++++++++++++++++
 s6-dns/PLIST    | 32 ++++++++++++++++++++++++++++++++
 s6-dns/distinfo |  6 ++++++
 5 files changed, 64 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 217a3da..8ca8de7 100644
--- a/Makefile
+++ b/Makefile
@@ -3764,6 +3764,7 @@ SUBDIR+=	rygel
 SUBDIR+=	s3cmd
 SUBDIR+=	s3funnel
 SUBDIR+=	s6
+SUBDIR+=	s6-dns
 SUBDIR+=	s6-portable-utils
 SUBDIR+=	sabnzbdplus
 SUBDIR+=	safekeep
diff --git a/s6-dns/DESCR b/s6-dns/DESCR
new file mode 100644
index 0000000..f5e01ee
--- /dev/null
+++ b/s6-dns/DESCR
@@ -0,0 +1,5 @@
+s6-dns is a suite of DNS client programs and libraries for Unix systems, as
+an alternative to the BIND, djbdns or other DNS clients.
+
+s6-dns may include its own series of DNS caches and servers at some point in
+the future.
diff --git a/s6-dns/Makefile b/s6-dns/Makefile
new file mode 100644
index 0000000..7171634
--- /dev/null
+++ b/s6-dns/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	s6-dns-2.1.0.0
+CATEGORIES=	misc
+MASTER_SITES=	http://www.skarnet.org/software/s6-dns/
+
+MAINTAINER=	cfkoch%edgebsd.org@localhost
+COMMENT=	Suite of DNS client programs and libraries
+HOMEPAGE=	http://www.skarnet.org/software/s6-dns/
+LICENSE=	isc
+
+USE_TOOLS+=		gmake
+HAS_CONFIGURE=		yes
+CONFIGURE_ARGS+=	--prefix=${PREFIX}
+CONFIGURE_ARGS+=	--with-sysdeps=${PREFIX}/lib/skalibs/sysdeps
+CONFIGURE_ARGS+=	--with-lib=${PREFIX}/lib/skalibs
+CONFIGURE_ARGS+=	--with-include=${PREFIX}/include
+
+.include "../../wip/skalibs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/s6-dns/PLIST b/s6-dns/PLIST
new file mode 100644
index 0000000..2d2b674
--- /dev/null
+++ b/s6-dns/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD$
+bin/s6-dnsip4
+bin/s6-dnsip4-filter
+bin/s6-dnsip6
+bin/s6-dnsip6-filter
+bin/s6-dnsmx
+bin/s6-dnsname
+bin/s6-dnsname-filter
+bin/s6-dnsns
+bin/s6-dnsq
+bin/s6-dnsqr
+bin/s6-dnsqualify
+bin/s6-dnssoa
+bin/s6-dnssrv
+bin/s6-dnstxt
+bin/s6-randomip
+bin/skadnsd
+include/s6-dns/config.h
+include/s6-dns/s6dns-analyze.h
+include/s6-dns/s6dns-constants.h
+include/s6-dns/s6dns-debug.h
+include/s6-dns/s6dns-domain.h
+include/s6-dns/s6dns-engine.h
+include/s6-dns/s6dns-fmt.h
+include/s6-dns/s6dns-ip46.h
+include/s6-dns/s6dns-message.h
+include/s6-dns/s6dns-rci.h
+include/s6-dns/s6dns-resolve.h
+include/s6-dns/s6dns.h
+include/s6-dns/skadns.h
+lib/s6-dns/libs6dns.a
+lib/s6-dns/libskadns.a
diff --git a/s6-dns/distinfo b/s6-dns/distinfo
new file mode 100644
index 0000000..1f7aa99
--- /dev/null
+++ b/s6-dns/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (s6-dns-2.1.0.0.tar.gz) = f1771145ed02ec990707361ca73d3e63f221bd94
+RMD160 (s6-dns-2.1.0.0.tar.gz) = e67b470bf4d99a9e3da3ba4f04eca1777d54ef3c
+SHA512 (s6-dns-2.1.0.0.tar.gz) = c75722b3ddd9d1646116654983558efde22d0d5d3ff1c296a8d5e2ba44abe0d5a86fc86804cf90bea2ee8c3e82028e182d28cdbf5155d46c6b3d8f4d1c3387fc
+Size (s6-dns-2.1.0.0.tar.gz) = 77415 bytes


Home | Main Index | Thread Index | Old Index