pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/hs-text-manipulate



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.

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@localhost
+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



Home | Main Index | Thread Index | Old Index