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:           Fri Apr 23 08:59:49 UTC 2021

Modified Files:
        pkgsrc/converters/hs-base16-bytestring: Makefile PLIST buildlink3.mk
            distinfo

Log Message:
Update to base16-bytestring-1.0.1.0

1.0.1.0
* Backwards-compatible support for bytestring ^>= 0.11 (#15)

1.0.0.0
* Merged omnibus PR doing a variety of things in (#10):
  - Improves performance by 3-4x for encode, 4-5x for decode.
  - The decode signature returning the tuple and actually returns an
    error message with offset. The signature will now be ByteString ->
    Either String ByteString.
  - Actually tests using the test vectors defined in the RFC, and uses
    property tests to ensure invariants hold.
  - Adds lenient decoders to the API
  - Adds -XTrustworthy annotations to the relevant exposed modules
  - Rewrites the haddocks to be more up to date and fancy-styled.
  - Adds benchmarks to the .cabal file so they can be run at toplevel,
    and make them better.
  - Bumps the Cabal version to 1.12

Because of the breadth of this change, we are calling this a new epoch
for the base16-bytestring library. Hence, the version 1.0.0.0.

0.1.1.7
- Fix some bugs in lazy decoding (#8).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/hs-base16-bytestring/Makefile \
    pkgsrc/converters/hs-base16-bytestring/PLIST \
    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.

Modified files:

Index: pkgsrc/converters/hs-base16-bytestring/Makefile
diff -u pkgsrc/converters/hs-base16-bytestring/Makefile:1.1 pkgsrc/converters/hs-base16-bytestring/Makefile:1.2
--- pkgsrc/converters/hs-base16-bytestring/Makefile:1.1 Wed Jan 15 07:13:44 2020
+++ pkgsrc/converters/hs-base16-bytestring/Makefile     Fri Apr 23 08:59:49 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/01/15 07:13:44 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/23 08:59:49 pho Exp $
 
-DISTNAME=      base16-bytestring-0.1.1.6
+DISTNAME=      base16-bytestring-1.0.1.0
 CATEGORIES=    converters
 
 MAINTAINER=    pho%cielonegro.org@localhost
Index: pkgsrc/converters/hs-base16-bytestring/PLIST
diff -u pkgsrc/converters/hs-base16-bytestring/PLIST:1.1 pkgsrc/converters/hs-base16-bytestring/PLIST:1.2
--- pkgsrc/converters/hs-base16-bytestring/PLIST:1.1    Mon May 11 17:51:58 2020
+++ pkgsrc/converters/hs-base16-bytestring/PLIST        Fri Apr 23 08:59:49 2021
@@ -1,23 +1,26 @@
-@comment $NetBSD: PLIST,v 1.1 2020/05/11 17:51:58 rillig Exp $
-${HS_INTF}/package-description
-${HS_INTF}/package-id
-${HS_IMPL}/Data/ByteString/Base16.dyn_hi
-${HS_IMPL}/Data/ByteString/Base16.hi
-${HS_IMPL}/Data/ByteString/Base16.p_hi
-${HS_IMPL}/Data/ByteString/Base16/Lazy.dyn_hi
-${HS_IMPL}/Data/ByteString/Base16/Lazy.hi
-${HS_IMPL}/Data/ByteString/Base16/Lazy.p_hi
-${HS_IMPL}/libHS${HS_PKGID}.a
-${HS_IMPL}/libHS${HS_PKGID}_p.a
+@comment $NetBSD: PLIST,v 1.2 2021/04/23 08:59:49 pho Exp $
+lib/base16-bytestring-${PKGVERSION}/${HS_VERSION}/package-description
+lib/base16-bytestring-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16/Internal.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16/Internal.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16/Internal.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16/Lazy.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16/Lazy.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Base16/Lazy.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
 lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
-${HS_DOCS}/LICENSE
-${HS_DOCS}/html/Data-ByteString-Base16-Lazy.html
-${HS_DOCS}/html/Data-ByteString-Base16.html
-${HS_DOCS}/html/base16-bytestring.haddock
-${HS_DOCS}/html/doc-index.html
-${HS_DOCS}/html/haddock-bundle.min.js
-${HS_DOCS}/html/index.html
-${HS_DOCS}/html/linuwial.css
-${HS_DOCS}/html/meta.json
-${HS_DOCS}/html/quick-jump.css
-${HS_DOCS}/html/synopsis.png
+share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/Data-ByteString-Base16-Lazy.html
+share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/Data-ByteString-Base16.html
+share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/base16-bytestring.haddock
+share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/base16-bytestring-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/converters/hs-base16-bytestring/buildlink3.mk
diff -u pkgsrc/converters/hs-base16-bytestring/buildlink3.mk:1.1 pkgsrc/converters/hs-base16-bytestring/buildlink3.mk:1.2
--- pkgsrc/converters/hs-base16-bytestring/buildlink3.mk:1.1    Wed Jan 15 07:13:44 2020
+++ pkgsrc/converters/hs-base16-bytestring/buildlink3.mk        Fri Apr 23 08:59:49 2021
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/01/15 07:13:44 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2021/04/23 08:59:49 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_API_DEPENDS.hs-base16-bytestring+=   hs-base16-bytestring>=1.0.1
+BUILDLINK_ABI_DEPENDS.hs-base16-bytestring+=   hs-base16-bytestring>=1.0.1.0
 BUILDLINK_PKGSRCDIR.hs-base16-bytestring?=     ../../converters/hs-base16-bytestring
 .endif # HS_BASE16_BYTESTRING_BUILDLINK3_MK
 
Index: pkgsrc/converters/hs-base16-bytestring/distinfo
diff -u pkgsrc/converters/hs-base16-bytestring/distinfo:1.1 pkgsrc/converters/hs-base16-bytestring/distinfo:1.2
--- pkgsrc/converters/hs-base16-bytestring/distinfo:1.1 Wed Jan 15 07:13:44 2020
+++ pkgsrc/converters/hs-base16-bytestring/distinfo     Fri Apr 23 08:59:49 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/01/15 07:13:44 pho Exp $
+$NetBSD: distinfo,v 1.2 2021/04/23 08:59:49 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
+SHA1 (base16-bytestring-1.0.1.0.tar.gz) = 0d316c1c7cec188c86b062ed80cc877e5dacbaec
+RMD160 (base16-bytestring-1.0.1.0.tar.gz) = 668589e99a02745c70fbde18ee323059b8596d8a
+SHA512 (base16-bytestring-1.0.1.0.tar.gz) = e95f4422c7442c8a8f05b98e0cc8c7ffe67b59f0e1b89e7016bea1cbad351a3766a0193d3499c721614aa4607cacc9aba9ed275b92188980ae67108abd28d6e6
+Size (base16-bytestring-1.0.1.0.tar.gz) = 7256 bytes



Home | Main Index | Thread Index | Old Index