svn commit: r551374 - in head/dns: . knot3-lib

Kurt Jaeger pi at FreeBSD.org
Sun Oct 4 10:29:38 UTC 2020


Author: pi
Date: Sun Oct  4 10:29:36 2020
New Revision: 551374
URL: https://svnweb.freebsd.org/changeset/ports/551374

Log:
  New port: dns/knot3-lib
  
  This port allows to install only libknot, which comes along with
  Knot DNS (authoritative), but also is a depency of knot-resolver
  
  WWW: https://www.knot-dns.cz/
  
  PR:		249364
  Submitted by:	Leo Vandewoestijne <freebsd at dns.company>
  Relnotes:	https://www.knot-resolver.cz/2020-09-08-knot-resolver-5.1.3.html

Added:
  head/dns/knot3-lib/
  head/dns/knot3-lib/Makefile   (contents, props changed)
  head/dns/knot3-lib/pkg-descr   (contents, props changed)
  head/dns/knot3-lib/pkg-plist   (contents, props changed)
Modified:
  head/dns/Makefile

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Sun Oct  4 10:18:00 2020	(r551373)
+++ head/dns/Makefile	Sun Oct  4 10:29:36 2020	(r551374)
@@ -90,6 +90,7 @@
     SUBDIR += knot2
     SUBDIR += knot2-lib
     SUBDIR += knot3
+    SUBDIR += knot3-lib
     SUBDIR += ldapdns
     SUBDIR += ldns
     SUBDIR += libasr

Added: head/dns/knot3-lib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/knot3-lib/Makefile	Sun Oct  4 10:29:36 2020	(r551374)
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+# Define PORTREVISION in ${MASTERDIR}
+COMMENT=	Knot3 lib (required by knot-resolver)
+PKGNAMESUFFIX=	3-lib
+
+MASTERDIR=	${.CURDIR}/../knot3
+DESCR=		${.CURDIR}/pkg-descr
+PLIST=		${.CURDIR}/pkg-plist
+
+LIB_ONLY=	yes
+COMPONENT=	-lib
+
+.include "${MASTERDIR}/Makefile"

Added: head/dns/knot3-lib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/knot3-lib/pkg-descr	Sun Oct  4 10:29:36 2020	(r551374)
@@ -0,0 +1,4 @@
+This port allows to install only libknot, which comes along with
+Knot DNS (authoritative), but also is a depency of knot-resolver
+
+WWW: https://www.knot-dns.cz/

Added: head/dns/knot3-lib/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/knot3-lib/pkg-plist	Sun Oct  4 10:29:36 2020	(r551374)
@@ -0,0 +1,76 @@
+include/knot/module.h
+include/libdnssec/binary.h
+include/libdnssec/crypto.h
+include/libdnssec/dnssec.h
+include/libdnssec/error.h
+include/libdnssec/key.h
+include/libdnssec/keyid.h
+include/libdnssec/keystore.h
+include/libdnssec/keytag.h
+include/libdnssec/nsec.h
+include/libdnssec/pem.h
+include/libdnssec/random.h
+include/libdnssec/sign.h
+include/libdnssec/tsig.h
+include/libdnssec/version.h
+include/libknot/attribute.h
+include/libknot/codes.h
+include/libknot/consts.h
+include/libknot/control/control.h
+include/libknot/cookies.h
+include/libknot/db/db.h
+include/libknot/db/db_lmdb.h
+include/libknot/db/db_trie.h
+include/libknot/descriptor.h
+include/libknot/dname.h
+include/libknot/endian.h
+include/libknot/errcode.h
+include/libknot/error.h
+include/libknot/libknot.h
+include/libknot/lookup.h
+include/libknot/mm_ctx.h
+include/libknot/packet/compr.h
+include/libknot/packet/pkt.h
+include/libknot/packet/rrset-wire.h
+include/libknot/packet/wire.h
+include/libknot/rdata.h
+include/libknot/rdataset.h
+include/libknot/rrset-dump.h
+include/libknot/rrset.h
+include/libknot/rrtype/dnskey.h
+include/libknot/rrtype/ds.h
+include/libknot/rrtype/naptr.h
+include/libknot/rrtype/nsec.h
+include/libknot/rrtype/nsec3.h
+include/libknot/rrtype/nsec3param.h
+include/libknot/rrtype/opt.h
+include/libknot/rrtype/rdname.h
+include/libknot/rrtype/rrsig.h
+include/libknot/rrtype/soa.h
+include/libknot/rrtype/tsig.h
+include/libknot/tsig-op.h
+include/libknot/tsig.h
+include/libknot/version.h
+include/libknot/wire.h
+include/libknot/yparser/yparser.h
+include/libknot/yparser/ypformat.h
+include/libknot/yparser/ypschema.h
+include/libknot/yparser/yptrafo.h
+include/libzscanner/error.h
+include/libzscanner/scanner.h
+include/libzscanner/version.h
+lib/libdnssec.a
+lib/libdnssec.so
+lib/libdnssec.so.8
+lib/libdnssec.so.8.0.0
+lib/libknot.a
+lib/libknot.so
+lib/libknot.so.11
+lib/libknot.so.11.0.0
+lib/libzscanner.a
+lib/libzscanner.so
+lib/libzscanner.so.3
+lib/libzscanner.so.3.0.0
+libdata/pkgconfig/libdnssec.pc
+libdata/pkgconfig/libknot.pc
+libdata/pkgconfig/libzscanner.pc


More information about the svn-ports-head mailing list