pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-code-page



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Jan 19 12:37:21 UTC 2020

Added Files:
        pkgsrc/devel/hs-code-page: DESCR Makefile buildlink3.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-code-page/DESCR \
    pkgsrc/devel/hs-code-page/Makefile \
    pkgsrc/devel/hs-code-page/buildlink3.mk \
    pkgsrc/devel/hs-code-page/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/hs-code-page/DESCR
diff -u /dev/null pkgsrc/devel/hs-code-page/DESCR:1.1
--- /dev/null   Sun Jan 19 12:37:21 2020
+++ pkgsrc/devel/hs-code-page/DESCR     Sun Jan 19 12:37:21 2020
@@ -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.
Index: pkgsrc/devel/hs-code-page/Makefile
diff -u /dev/null pkgsrc/devel/hs-code-page/Makefile:1.1
--- /dev/null   Sun Jan 19 12:37:21 2020
+++ pkgsrc/devel/hs-code-page/Makefile  Sun Jan 19 12:37:21 2020
@@ -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"
Index: pkgsrc/devel/hs-code-page/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-code-page/buildlink3.mk:1.1
--- /dev/null   Sun Jan 19 12:37:21 2020
+++ pkgsrc/devel/hs-code-page/buildlink3.mk     Sun Jan 19 12:37:21 2020
@@ -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
Index: pkgsrc/devel/hs-code-page/distinfo
diff -u /dev/null pkgsrc/devel/hs-code-page/distinfo:1.1
--- /dev/null   Sun Jan 19 12:37:21 2020
+++ pkgsrc/devel/hs-code-page/distinfo  Sun Jan 19 12:37:21 2020
@@ -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