pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-code-page Import code-page-0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9f3279513a0
branches: trunk
changeset: 409629:d9f3279513a0
user: pho <pho%pkgsrc.org@localhost>
date: Sun Jan 19 12:37:21 2020 +0000
description:
Import code-page-0.2
This library provides two modules:
* System.IO.CodePage: a cross-platform module that exports functions
which adjust code pages on Windows, and do nothing on other
operating systems.
* System.Win32.CodePage: On Windows, this exports functions for
getting, setting, and analyzing code pages. On other operating
systems, this module exports nothing.
diffstat:
devel/hs-code-page/DESCR | 9 +++++++++
devel/hs-code-page/Makefile | 11 +++++++++++
devel/hs-code-page/buildlink3.mk | 12 ++++++++++++
devel/hs-code-page/distinfo | 6 ++++++
4 files changed, 38 insertions(+), 0 deletions(-)
diffs (54 lines):
diff -r e493dd40946e -r d9f3279513a0 devel/hs-code-page/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-code-page/DESCR Sun Jan 19 12:37:21 2020 +0000
@@ -0,0 +1,9 @@
+This library provides two modules:
+
+* System.IO.CodePage: a cross-platform module that exports functions
+ which adjust code pages on Windows, and do nothing on other
+ operating systems.
+
+* System.Win32.CodePage: On Windows, this exports functions for
+ getting, setting, and analyzing code pages. On other operating
+ systems, this module exports nothing.
diff -r e493dd40946e -r d9f3279513a0 devel/hs-code-page/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-code-page/Makefile Sun Jan 19 12:37:21 2020 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 12:37:21 pho Exp $
+
+DISTNAME= code-page-0.2
+CATEGORIES= devel
+
+MAINTAINER= pho%cielonegro.org@localhost
+COMMENT= Windows code page library for Haskell
+LICENSE= modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e493dd40946e -r d9f3279513a0 devel/hs-code-page/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-code-page/buildlink3.mk Sun Jan 19 12:37:21 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 12:37:21 pho Exp $
+
+BUILDLINK_TREE+= hs-code-page
+
+.if !defined(HS_CODE_PAGE_BUILDLINK3_MK)
+HS_CODE_PAGE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-code-page+= hs-code-page>=0.2
+BUILDLINK_PKGSRCDIR.hs-code-page?= ../../devel/hs-code-page
+.endif # HS_CODE_PAGE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-code-page
diff -r e493dd40946e -r d9f3279513a0 devel/hs-code-page/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-code-page/distinfo Sun Jan 19 12:37:21 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 12:37:21 pho Exp $
+
+SHA1 (code-page-0.2.tar.gz) = f7b55fa521483c69bcccf616deab5546cc5eca1a
+RMD160 (code-page-0.2.tar.gz) = 9c8ccd194fefe1f29d2689e6b7e2fd7fe1ef1f58
+SHA512 (code-page-0.2.tar.gz) = 4c66f52bd9fa107c3ab3f7fe531cb919d856ab04c298fc88dd6a412a8c150b1ea6a72b683c12b8e3b4df87ea7641e09c05f2ddd3bc1f5c67f6bde6c0c4778b94
+Size (code-page-0.2.tar.gz) = 6771 bytes
Home |
Main Index |
Thread Index |
Old Index