pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/s6-dns Initial import of s6-dns, packaged in wip b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7312a7ccab04
branches:  trunk
changeset: 442178:7312a7ccab04
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Nov 19 20:05:54 2020 +0000

description:
Initial import of s6-dns, packaged in wip by cfkoch%edgebsd.org@localhost.

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.

diffstat:

 net/s6-dns/DESCR         |   5 +++++
 net/s6-dns/Makefile      |  20 ++++++++++++++++++++
 net/s6-dns/PLIST         |  35 +++++++++++++++++++++++++++++++++++
 net/s6-dns/buildlink3.mk |  15 +++++++++++++++
 net/s6-dns/distinfo      |   6 ++++++
 5 files changed, 81 insertions(+), 0 deletions(-)

diffs (101 lines):

diff -r 0a53e04b8dfd -r 7312a7ccab04 net/s6-dns/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/s6-dns/DESCR  Thu Nov 19 20:05:54 2020 +0000
@@ -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 -r 0a53e04b8dfd -r 7312a7ccab04 net/s6-dns/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/s6-dns/Makefile       Thu Nov 19 20:05:54 2020 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2020/11/19 20:05:54 schmonz Exp $
+
+DISTNAME=      s6-dns-2.3.3.0
+CATEGORIES=    net
+MASTER_SITES=  ${HOMEPAGE}
+
+MAINTAINER=    cfkoch%edgebsd.org@localhost
+HOMEPAGE=      https://www.skarnet.org/software/s6-dns/
+COMMENT=       Suite of DNS client programs and libraries
+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 "../../devel/skalibs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0a53e04b8dfd -r 7312a7ccab04 net/s6-dns/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/s6-dns/PLIST  Thu Nov 19 20:05:54 2020 +0000
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1 2020/11/19 20:05:54 schmonz Exp $
+bin/s6-dnsip
+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/dcache.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/libdcache.a
+lib/s6-dns/libs6dns.a
+lib/s6-dns/libskadns.a
diff -r 0a53e04b8dfd -r 7312a7ccab04 net/s6-dns/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/s6-dns/buildlink3.mk  Thu Nov 19 20:05:54 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/11/19 20:05:54 schmonz Exp $
+
+BUILDLINK_TREE+=       s6-dns
+
+.if !defined(S6_DNS_BUILDLINK3_MK)
+S6_DNS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.s6-dns+= s6-dns>=2.3.3.0
+BUILDLINK_PKGSRCDIR.s6-dns?=   ../../net/s6-dns
+BUILDLINK_INCDIRS.s6-dns+=     include/s6-dns
+BUILDLINK_LIBDIRS.s6-dns+=     lib/s6-dns
+BUILDLINK_DEPMETHOD.s6-dns?=   build
+.endif # S6_DNS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -s6-dns
diff -r 0a53e04b8dfd -r 7312a7ccab04 net/s6-dns/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/s6-dns/distinfo       Thu Nov 19 20:05:54 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/11/19 20:05:54 schmonz Exp $
+
+SHA1 (s6-dns-2.3.3.0.tar.gz) = 46cb0c1f56372dc2df0c77fb25fe775244fb706b
+RMD160 (s6-dns-2.3.3.0.tar.gz) = 27e83f7c713d3b44a29e423ce4e86f20a3e37864
+SHA512 (s6-dns-2.3.3.0.tar.gz) = f711ff3f7ea7ae2eecf46b6742f61e970aed8776fcaa4f7902da0864c97f71296bc1651c08ff6f98d6474ccb0ee904c2d7497d7a1d28d48db8df78865b2a9e79
+Size (s6-dns-2.3.3.0.tar.gz) = 83398 bytes



Home | Main Index | Thread Index | Old Index