pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/hs-base16-bytestring Import base16-bytestri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90ea7d0230f4
branches:  trunk
changeset: 409044:90ea7d0230f4
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Jan 15 07:13:44 2020 +0000

description:
Import base16-bytestring-0.1.1.6

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

diffstat:

 converters/hs-base16-bytestring/DESCR         |   1 +
 converters/hs-base16-bytestring/Makefile      |  11 +++++++++++
 converters/hs-base16-bytestring/buildlink3.mk |  13 +++++++++++++
 converters/hs-base16-bytestring/distinfo      |   6 ++++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 20c13b018c96 -r 90ea7d0230f4 converters/hs-base16-bytestring/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-base16-bytestring/DESCR     Wed Jan 15 07:13:44 2020 +0000
@@ -0,0 +1,1 @@
+Fast and efficient encoding and decoding of base16-encoded strings.
diff -r 20c13b018c96 -r 90ea7d0230f4 converters/hs-base16-bytestring/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-base16-bytestring/Makefile  Wed Jan 15 07:13:44 2020 +0000
@@ -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"
diff -r 20c13b018c96 -r 90ea7d0230f4 converters/hs-base16-bytestring/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-base16-bytestring/buildlink3.mk     Wed Jan 15 07:13:44 2020 +0000
@@ -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
diff -r 20c13b018c96 -r 90ea7d0230f4 converters/hs-base16-bytestring/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/hs-base16-bytestring/distinfo  Wed Jan 15 07:13:44 2020 +0000
@@ -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