Received: by mail.netbsd.org (Postfix, from userid 605) id 5D00D84D8D; Sun, 7 Oct 2018 12:53:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 60E4884D73 for ; Sun, 7 Oct 2018 12:53:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jPDBUa_O1c1J for ; Sun, 7 Oct 2018 12:53:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4B7FD84CD6 for ; Sun, 7 Oct 2018 12:53:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42A4EFBEE; Sun, 7 Oct 2018 12:53:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538916834228890" MIME-Version: 1.0 Date: Sun, 7 Oct 2018 12:53:54 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/net/fehqlibs To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20181007125354.42A4EFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1538916834228890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Oct 7 12:53:54 UTC 2018 Added Files: pkgsrc/net/fehqlibs: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Initial import of fehqlibs, a basic framework for byte, string, I/O, socket, and IPv4/IPv6 handling in addition with the constant database cdb together with dnsstub resolver routines for Internet services. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/fehqlibs/DESCR pkgsrc/net/fehqlibs/Makefile \ pkgsrc/net/fehqlibs/PLIST pkgsrc/net/fehqlibs/buildlink3.mk \ pkgsrc/net/fehqlibs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1538916834228890 Content-Disposition: inline Content-Length: 4292 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/net/fehqlibs/DESCR diff -u /dev/null pkgsrc/net/fehqlibs/DESCR:1.1 --- /dev/null Sun Oct 7 12:53:54 2018 +++ pkgsrc/net/fehqlibs/DESCR Sun Oct 7 12:53:54 2018 @@ -0,0 +1,3 @@ +The fehQlibs provide a basic framework for byte, string, I/O, socket, +and IPv4/IPv6 handling in addition with the constant database cdb +together with dnsstub resolver routines for Internet services. Index: pkgsrc/net/fehqlibs/Makefile diff -u /dev/null pkgsrc/net/fehqlibs/Makefile:1.1 --- /dev/null Sun Oct 7 12:53:54 2018 +++ pkgsrc/net/fehqlibs/Makefile Sun Oct 7 12:53:54 2018 @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2018/10/07 12:53:54 schmonz Exp $ + +DISTNAME= fehQlibs-09 +PKGNAME= fehqlibs-0.9 +CATEGORIES= net +MASTER_SITES= https://www.fehcom.de/ipnet/fehQlibs/ +EXTRACT_SUFX= .tgz + +MAINTAINER= schmonz@NetBSD.org +HOMEPAGE= https://www.fehcom.de/ipnet/qlibs.html +COMMENT= State-of-the-art C routines for Internet services +LICENSE= public-domain + +MAKE_JOBS_SAFE= no + +BUILD_TARGET= libs + +do-configure: + cd ${WRKSRC}; \ + ${ECHO} "LIBDIR=${DESTDIR}${PREFIX}/lib/qlibs" >> ${WRKSRC}/conf-build; \ + ${ECHO} "HDRDIR=${DESTDIR}${PREFIX}/include/qlibs" >> ${WRKSRC}/conf-build; \ + ${MAKE} check + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/fehqlibs/PLIST diff -u /dev/null pkgsrc/net/fehqlibs/PLIST:1.1 --- /dev/null Sun Oct 7 12:53:54 2018 +++ pkgsrc/net/fehqlibs/PLIST Sun Oct 7 12:53:54 2018 @@ -0,0 +1,75 @@ +@comment $NetBSD: PLIST,v 1.1 2018/10/07 12:53:54 schmonz Exp $ +include/qlibs/alloc.h +include/qlibs/base64.h +include/qlibs/buffer.h +include/qlibs/byte.h +include/qlibs/case.h +include/qlibs/cdbmake.h +include/qlibs/cdbread.h +include/qlibs/close.h +include/qlibs/direntry.h +include/qlibs/dnsresolv.h +include/qlibs/env.h +include/qlibs/error.h +include/qlibs/exit.h +include/qlibs/fd.h +include/qlibs/fifo.h +include/qlibs/fmt.h +include/qlibs/getln.h +include/qlibs/getoptb.h +include/qlibs/iopause.h +include/qlibs/ip.h +include/qlibs/lock.h +include/qlibs/logmsg.h +include/qlibs/ndelay.h +include/qlibs/open.h +include/qlibs/pathexec.h +include/qlibs/prot.h +include/qlibs/readclose.h +include/qlibs/readwrite.h +include/qlibs/rename.h +include/qlibs/scan.h +include/qlibs/seek.h +include/qlibs/select.h +include/qlibs/sig.h +include/qlibs/socket_if.h +include/qlibs/str.h +include/qlibs/stralloc.h +include/qlibs/tai.h +include/qlibs/taia.h +include/qlibs/timeout.h +include/qlibs/timeoutconn.h +include/qlibs/uint_t.h +include/qlibs/wait.h +lib/qlibs/alloc.a +lib/qlibs/base64.o +lib/qlibs/buffer.a +lib/qlibs/byte.o +lib/qlibs/case.a +lib/qlibs/cdb.a +lib/qlibs/dnsresolv.a +lib/qlibs/env.a +lib/qlibs/fd.a +lib/qlibs/fmt.o +lib/qlibs/fs.a +lib/qlibs/getln.a +lib/qlibs/getopt.a +lib/qlibs/ip.a +lib/qlibs/libdnsresolv.a +lib/qlibs/libqlibs.a +lib/qlibs/lock.a +lib/qlibs/logmsg.a +lib/qlibs/ndelay.a +lib/qlibs/open.a +lib/qlibs/pathexec.o +lib/qlibs/prot.o +lib/qlibs/qlibs.a +lib/qlibs/readclose.o +lib/qlibs/scan.o +lib/qlibs/seek.a +lib/qlibs/sig.a +lib/qlibs/socket.a +lib/qlibs/str.a +lib/qlibs/stralloc.a +lib/qlibs/time.a +lib/qlibs/wait.a Index: pkgsrc/net/fehqlibs/buildlink3.mk diff -u /dev/null pkgsrc/net/fehqlibs/buildlink3.mk:1.1 --- /dev/null Sun Oct 7 12:53:54 2018 +++ pkgsrc/net/fehqlibs/buildlink3.mk Sun Oct 7 12:53:54 2018 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2018/10/07 12:53:54 schmonz Exp $ + +BUILDLINK_TREE+= fehqlibs + +.if !defined(FEHQLIBS_BUILDLINK3_MK) +FEHQLIBS_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.fehqlibs+=fehqlibs>=0.9 +BUILDLINK_PKGSRCDIR.fehqlibs?= ../../net/fehqlibs +BUILDLINK_DEPMETHOD.fehqlibs?= build +.endif # FEHQLIBS_BUILDLINK3_MK + +BUILDLINK_TREE+= -fehqlibs Index: pkgsrc/net/fehqlibs/distinfo diff -u /dev/null pkgsrc/net/fehqlibs/distinfo:1.1 --- /dev/null Sun Oct 7 12:53:54 2018 +++ pkgsrc/net/fehqlibs/distinfo Sun Oct 7 12:53:54 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/10/07 12:53:54 schmonz Exp $ + +SHA1 (fehQlibs-09.tgz) = 79df48d9194f3009f617bc75affa9f736f8337cb +RMD160 (fehQlibs-09.tgz) = 686412f57a04783c40598bc7c24f6d7b3ef659dc +SHA512 (fehQlibs-09.tgz) = a592209e2700f2deaeef21df7845a04ce72c4f4a79ffc5ce927bc4ca5b348b1efb0b832c4c369e4183f0d5159aadaf038354894076479b51b67815f8dcce923a +Size (fehQlibs-09.tgz) = 73552 bytes --_----------=_1538916834228890--