Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 61B2C85ABF for ; Thu, 26 Oct 2023 02:31:32 +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 41l7IF3EKTFu for ; Thu, 26 Oct 2023 02:31:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 873BB85AB8 for ; Thu, 26 Oct 2023 02:31:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 80730FADC; Thu, 26 Oct 2023 02:31:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698287491276110" MIME-Version: 1.0 Date: Thu, 26 Oct 2023 02:31:31 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-byteable To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20231026023131.80730FADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698287491276110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Oct 26 02:31:31 UTC 2023 Added Files: pkgsrc/devel/hs-byteable: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: devel/hs-byteable: import hs-byteable-0.1.1 Abstract class to manipulate sequence of bytes The use case of this class is abstracting manipulation of types that are just wrapping a bytestring with stronger and more meaniful name. Usual definition of those types are of the form: newtype MyType = MyType ByteString To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-byteable/DESCR \ pkgsrc/devel/hs-byteable/Makefile pkgsrc/devel/hs-byteable/PLIST \ pkgsrc/devel/hs-byteable/buildlink3.mk pkgsrc/devel/hs-byteable/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698287491276110 Content-Disposition: inline Content-Length: 3959 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/hs-byteable/DESCR diff -u /dev/null pkgsrc/devel/hs-byteable/DESCR:1.1 --- /dev/null Thu Oct 26 02:31:31 2023 +++ pkgsrc/devel/hs-byteable/DESCR Thu Oct 26 02:31:31 2023 @@ -0,0 +1,7 @@ +Abstract class to manipulate sequence of bytes + +The use case of this class is abstracting manipulation of types that are +just wrapping a bytestring with stronger and more meaniful name. + +Usual definition of those types are of the form: +newtype MyType = MyType ByteString Index: pkgsrc/devel/hs-byteable/Makefile diff -u /dev/null pkgsrc/devel/hs-byteable/Makefile:1.1 --- /dev/null Thu Oct 26 02:31:31 2023 +++ pkgsrc/devel/hs-byteable/Makefile Thu Oct 26 02:31:31 2023 @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2023/10/26 02:31:31 pho Exp $ + +DISTNAME= byteable-0.1.1 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Type class for sequence of bytes +LICENSE= modified-bsd + +.include "../../mk/haskell.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/hs-byteable/PLIST diff -u /dev/null pkgsrc/devel/hs-byteable/PLIST:1.1 --- /dev/null Thu Oct 26 02:31:31 2023 +++ pkgsrc/devel/hs-byteable/PLIST Thu Oct 26 02:31:31 2023 @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2023/10/26 02:31:31 pho Exp $ +lib/byteable-${PKGVERSION}/${HS_VERSION}/package-description +lib/byteable-${PKGVERSION}/${HS_VERSION}/package-id +${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Byteable.dyn_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Byteable.hi +${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Byteable.p_hi +lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a +${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a +${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so +share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/LICENSE +${PLIST.doc}share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/html/Data-Byteable.html +${PLIST.doc}share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/html/byteable.haddock +${PLIST.doc}share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/html/doc-index.json +${PLIST.doc}share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/html/haddock-bundle.min.js +${PLIST.doc}share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/html/index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/html/linuwial.css +${PLIST.doc}share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/html/meta.json +${PLIST.doc}share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/html/quick-jump.css +${PLIST.doc}share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/html/quick-jump.min.js +${PLIST.doc}share/doc/${HS_PLATFORM}/byteable-${PKGVERSION}/html/synopsis.png +share/${HS_PLATFORM}/byteable-${PKGVERSION}/README.md Index: pkgsrc/devel/hs-byteable/buildlink3.mk diff -u /dev/null pkgsrc/devel/hs-byteable/buildlink3.mk:1.1 --- /dev/null Thu Oct 26 02:31:31 2023 +++ pkgsrc/devel/hs-byteable/buildlink3.mk Thu Oct 26 02:31:31 2023 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2023/10/26 02:31:31 pho Exp $ + +BUILDLINK_TREE+= hs-byteable + +.if !defined(HS_BYTEABLE_BUILDLINK3_MK) +HS_BYTEABLE_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.hs-byteable+= hs-byteable>=0.1.1 +BUILDLINK_ABI_DEPENDS.hs-byteable+= hs-byteable>=0.1.1 +BUILDLINK_PKGSRCDIR.hs-byteable?= ../../devel/hs-byteable +.endif # HS_BYTEABLE_BUILDLINK3_MK + +BUILDLINK_TREE+= -hs-byteable Index: pkgsrc/devel/hs-byteable/distinfo diff -u /dev/null pkgsrc/devel/hs-byteable/distinfo:1.1 --- /dev/null Thu Oct 26 02:31:31 2023 +++ pkgsrc/devel/hs-byteable/distinfo Thu Oct 26 02:31:31 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/10/26 02:31:31 pho Exp $ + +BLAKE2s (byteable-0.1.1.tar.gz) = 1e8a64552307edb58c945bd2be036e9e740847d94855b634567e7c5baf886eb2 +SHA512 (byteable-0.1.1.tar.gz) = f2e6225390be9f35ee6a4ce981aaa8c2683f1627a8401386b1abb7fff5fe1474ae0fa07e71a0c83694d7a18ca793943fe36b844d868c3e9c3387ce1a7b2bf54c +Size (byteable-0.1.1.tar.gz) = 2400 bytes --_----------=_1698287491276110--