pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hs-text-manipulate textproc/hs-text-manipulat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c068d8fec570
branches: trunk
changeset: 374575:c068d8fec570
user: pho <pho%pkgsrc.org@localhost>
date: Wed Feb 23 16:56:23 2022 +0000
description:
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.
diffstat:
textproc/hs-text-manipulate/DESCR | 7 +++++++
textproc/hs-text-manipulate/Makefile | 11 +++++++++++
textproc/hs-text-manipulate/PLIST | 29 +++++++++++++++++++++++++++++
textproc/hs-text-manipulate/buildlink3.mk | 13 +++++++++++++
textproc/hs-text-manipulate/distinfo | 5 +++++
5 files changed, 65 insertions(+), 0 deletions(-)
diffs (85 lines):
diff -r 1a96948bfa94 -r c068d8fec570 textproc/hs-text-manipulate/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-text-manipulate/DESCR Wed Feb 23 16:56:23 2022 +0000
@@ -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.
diff -r 1a96948bfa94 -r c068d8fec570 textproc/hs-text-manipulate/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-text-manipulate/Makefile Wed Feb 23 16:56:23 2022 +0000
@@ -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@localhost
+COMMENT= Case conversion, word boundary manipulation, and textual subjugation
+LICENSE= mpl-2.0
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1a96948bfa94 -r c068d8fec570 textproc/hs-text-manipulate/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-text-manipulate/PLIST Wed Feb 23 16:56:23 2022 +0000
@@ -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
diff -r 1a96948bfa94 -r c068d8fec570 textproc/hs-text-manipulate/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-text-manipulate/buildlink3.mk Wed Feb 23 16:56:23 2022 +0000
@@ -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
diff -r 1a96948bfa94 -r c068d8fec570 textproc/hs-text-manipulate/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-text-manipulate/distinfo Wed Feb 23 16:56:23 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index