Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1F7EE1A9239 for ; Wed, 23 Feb 2022 16:56:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4C5BB84F84; Wed, 23 Feb 2022 16:56:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8526484D31 for ; Wed, 23 Feb 2022 16:56:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Nl-I8AcvL2sV for ; Wed, 23 Feb 2022 16:56:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A23E084D10 for ; Wed, 23 Feb 2022 16:56:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E010FB24; Wed, 23 Feb 2022 16:56:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1645635383113820" MIME-Version: 1.0 Date: Wed, 23 Feb 2022 16:56:23 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/textproc/hs-text-manipulate To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20220223165623.9E010FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1645635383113820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Wed Feb 23 16:56:23 UTC 2022 Added Files: pkgsrc/textproc/hs-text-manipulate: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: textproc/hs-text-manipulate: import hs-text-manipulate-0.3.0.0 Manipulate identifiers and structurally non-complex pieces of text by delimiting word boundaries via a combination of whitespace, control-characters, and case-sensitivity. Has support for common idioms like casing of programmatic variable names, taking, dropping, and splitting by word, and modifying the first character of a piece of text. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-text-manipulate/DESCR \ pkgsrc/textproc/hs-text-manipulate/Makefile \ pkgsrc/textproc/hs-text-manipulate/PLIST \ pkgsrc/textproc/hs-text-manipulate/buildlink3.mk \ pkgsrc/textproc/hs-text-manipulate/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1645635383113820 Content-Disposition: inline Content-Length: 4790 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/hs-text-manipulate/DESCR diff -u /dev/null pkgsrc/textproc/hs-text-manipulate/DESCR:1.1 --- /dev/null Wed Feb 23 16:56:23 2022 +++ pkgsrc/textproc/hs-text-manipulate/DESCR Wed Feb 23 16:56:23 2022 @@ -0,0 +1,7 @@ +Manipulate identifiers and structurally non-complex pieces of text by +delimiting word boundaries via a combination of whitespace, +control-characters, and case-sensitivity. + +Has support for common idioms like casing of programmatic variable names, +taking, dropping, and splitting by word, and modifying the first character +of a piece of text. Index: pkgsrc/textproc/hs-text-manipulate/Makefile diff -u /dev/null pkgsrc/textproc/hs-text-manipulate/Makefile:1.1 --- /dev/null Wed Feb 23 16:56:23 2022 +++ pkgsrc/textproc/hs-text-manipulate/Makefile Wed Feb 23 16:56:23 2022 @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2022/02/23 16:56:23 pho Exp $ + +DISTNAME= text-manipulate-0.3.0.0 +CATEGORIES= textproc + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Case conversion, word boundary manipulation, and textual subjugation +LICENSE= mpl-2.0 + +.include "../../mk/haskell.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/textproc/hs-text-manipulate/PLIST diff -u /dev/null pkgsrc/textproc/hs-text-manipulate/PLIST:1.1 --- /dev/null Wed Feb 23 16:56:23 2022 +++ pkgsrc/textproc/hs-text-manipulate/PLIST Wed Feb 23 16:56:23 2022 @@ -0,0 +1,29 @@ +@comment $NetBSD: PLIST,v 1.1 2022/02/23 16:56:23 pho Exp $ +lib/text-manipulate-${PKGVERSION}/${HS_VERSION}/package-description +lib/text-manipulate-${PKGVERSION}/${HS_VERSION}/package-id +lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Lazy/Manipulate.dyn_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Lazy/Manipulate.hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Lazy/Manipulate.p_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Manipulate.dyn_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Manipulate.hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Manipulate.p_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Manipulate/Internal/Fusion.dyn_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Manipulate/Internal/Fusion.hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Manipulate/Internal/Fusion.p_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Manipulate/Internal/Types.dyn_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Manipulate/Internal/Types.hi +lib/${HS_PLATFORM}/${HS_PKGID}/Data/Text/Manipulate/Internal/Types.p_hi +lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a +lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a +share/doc/${HS_PLATFORM}/text-manipulate-${PKGVERSION}/LICENSE +share/doc/${HS_PLATFORM}/text-manipulate-${PKGVERSION}/html/Data-Text-Lazy-Manipulate.html +share/doc/${HS_PLATFORM}/text-manipulate-${PKGVERSION}/html/Data-Text-Manipulate.html +share/doc/${HS_PLATFORM}/text-manipulate-${PKGVERSION}/html/doc-index.html +share/doc/${HS_PLATFORM}/text-manipulate-${PKGVERSION}/html/haddock-bundle.min.js +share/doc/${HS_PLATFORM}/text-manipulate-${PKGVERSION}/html/index.html +share/doc/${HS_PLATFORM}/text-manipulate-${PKGVERSION}/html/linuwial.css +share/doc/${HS_PLATFORM}/text-manipulate-${PKGVERSION}/html/meta.json +share/doc/${HS_PLATFORM}/text-manipulate-${PKGVERSION}/html/quick-jump.css +share/doc/${HS_PLATFORM}/text-manipulate-${PKGVERSION}/html/synopsis.png +share/doc/${HS_PLATFORM}/text-manipulate-${PKGVERSION}/html/text-manipulate.haddock Index: pkgsrc/textproc/hs-text-manipulate/buildlink3.mk diff -u /dev/null pkgsrc/textproc/hs-text-manipulate/buildlink3.mk:1.1 --- /dev/null Wed Feb 23 16:56:23 2022 +++ pkgsrc/textproc/hs-text-manipulate/buildlink3.mk Wed Feb 23 16:56:23 2022 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2022/02/23 16:56:23 pho Exp $ + +BUILDLINK_TREE+= hs-text-manipulate + +.if !defined(HS_TEXT_MANIPULATE_BUILDLINK3_MK) +HS_TEXT_MANIPULATE_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.hs-text-manipulate+= hs-text-manipulate>=0.3.0 +BUILDLINK_ABI_DEPENDS.hs-text-manipulate+= hs-text-manipulate>=0.3.0.0 +BUILDLINK_PKGSRCDIR.hs-text-manipulate?= ../../textproc/hs-text-manipulate +.endif # HS_TEXT_MANIPULATE_BUILDLINK3_MK + +BUILDLINK_TREE+= -hs-text-manipulate Index: pkgsrc/textproc/hs-text-manipulate/distinfo diff -u /dev/null pkgsrc/textproc/hs-text-manipulate/distinfo:1.1 --- /dev/null Wed Feb 23 16:56:23 2022 +++ pkgsrc/textproc/hs-text-manipulate/distinfo Wed Feb 23 16:56:23 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/02/23 16:56:23 pho Exp $ + +BLAKE2s (text-manipulate-0.3.0.0.tar.gz) = 87836c411cd48931fe26d6316b9134561c72b9aef6121802e3aacaadfcd71422 +SHA512 (text-manipulate-0.3.0.0.tar.gz) = 754b35dcad14cc2c013763d6f0e633868987793e354159a56080e8f7426a8ecfe636e449f1fd976982bdeca77cf293b61e98afa69f188f1911ddafce9ae1eb57 +Size (text-manipulate-0.3.0.0.tar.gz) = 12630 bytes --_----------=_1645635383113820--