pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-base16-bytestring



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan 15 07:13:44 UTC 2020

Added Files:
        pkgsrc/converters/hs-base16-bytestring: DESCR Makefile buildlink3.mk
            distinfo

Log Message:
Import base16-bytestring-0.1.1.6

Fast and efficient encoding and decoding of base16-encoded strings.


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

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

Added files:

Index: pkgsrc/converters/hs-base16-bytestring/DESCR
diff -u /dev/null pkgsrc/converters/hs-base16-bytestring/DESCR:1.1
--- /dev/null   Wed Jan 15 07:13:44 2020
+++ pkgsrc/converters/hs-base16-bytestring/DESCR        Wed Jan 15 07:13:44 2020
@@ -0,0 +1 @@
+Fast and efficient encoding and decoding of base16-encoded strings.
Index: pkgsrc/converters/hs-base16-bytestring/Makefile
diff -u /dev/null pkgsrc/converters/hs-base16-bytestring/Makefile:1.1
--- /dev/null   Wed Jan 15 07:13:44 2020
+++ pkgsrc/converters/hs-base16-bytestring/Makefile     Wed Jan 15 07:13:44 2020
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2020/01/15 07:13:44 pho Exp $
+
+DISTNAME=      base16-bytestring-0.1.1.6
+CATEGORIES=    converters
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Fast base16 (hex) encoding and decoding for ByteStrings
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/converters/hs-base16-bytestring/buildlink3.mk
diff -u /dev/null pkgsrc/converters/hs-base16-bytestring/buildlink3.mk:1.1
--- /dev/null   Wed Jan 15 07:13:44 2020
+++ pkgsrc/converters/hs-base16-bytestring/buildlink3.mk        Wed Jan 15 07:13:44 2020
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/15 07:13:44 pho Exp $
+
+BUILDLINK_TREE+=       hs-base16-bytestring
+
+.if !defined(HS_BASE16_BYTESTRING_BUILDLINK3_MK)
+HS_BASE16_BYTESTRING_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-base16-bytestring+=   hs-base16-bytestring>=0.1.1
+BUILDLINK_ABI_DEPENDS.hs-base16-bytestring+=   hs-base16-bytestring>=0.1.1.6
+BUILDLINK_PKGSRCDIR.hs-base16-bytestring?=     ../../converters/hs-base16-bytestring
+.endif # HS_BASE16_BYTESTRING_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-base16-bytestring
Index: pkgsrc/converters/hs-base16-bytestring/distinfo
diff -u /dev/null pkgsrc/converters/hs-base16-bytestring/distinfo:1.1
--- /dev/null   Wed Jan 15 07:13:44 2020
+++ pkgsrc/converters/hs-base16-bytestring/distinfo     Wed Jan 15 07:13:44 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/15 07:13:44 pho Exp $
+
+SHA1 (base16-bytestring-0.1.1.6.tar.gz) = 45affda0206699e3fcd830f8fdafe87ae29472a6
+RMD160 (base16-bytestring-0.1.1.6.tar.gz) = a1dfb191490ac54b7a0a30ab76d77f67d8ce3c4d
+SHA512 (base16-bytestring-0.1.1.6.tar.gz) = 699bc1f7819a1c0cea0154626f8799301bc9360bc997a5e9313a605ec33ea04d77219b100693021fd43e01d8d979374db07e6e3fabef5301c411f335e30a8cba
+Size (base16-bytestring-0.1.1.6.tar.gz) = 3694 bytes



Home | Main Index | Thread Index | Old Index