pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hs-bsb-http-chunked



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed May  5 12:59:16 UTC 2021

Added Files:
        pkgsrc/www/hs-bsb-http-chunked: DESCR Makefile PLIST buildlink3.mk
            distinfo
        pkgsrc/www/hs-bsb-http-chunked/patches: patch-bsb-http-chunked.cabal

Log Message:
Import bsb-http-chunked-0.0.0.4

This library contains functions for encoding bytestring builders for
chunked HTTP/1.1 transfer.

This functionality was extracted from the blaze-builder package.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/hs-bsb-http-chunked/DESCR \
    pkgsrc/www/hs-bsb-http-chunked/Makefile \
    pkgsrc/www/hs-bsb-http-chunked/PLIST \
    pkgsrc/www/hs-bsb-http-chunked/buildlink3.mk \
    pkgsrc/www/hs-bsb-http-chunked/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal

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

Added files:

Index: pkgsrc/www/hs-bsb-http-chunked/DESCR
diff -u /dev/null pkgsrc/www/hs-bsb-http-chunked/DESCR:1.1
--- /dev/null   Wed May  5 12:59:16 2021
+++ pkgsrc/www/hs-bsb-http-chunked/DESCR        Wed May  5 12:59:16 2021
@@ -0,0 +1,4 @@
+This library contains functions for encoding bytestring builders for
+chunked HTTP/1.1 transfer.
+
+This functionality was extracted from the blaze-builder package.
Index: pkgsrc/www/hs-bsb-http-chunked/Makefile
diff -u /dev/null pkgsrc/www/hs-bsb-http-chunked/Makefile:1.1
--- /dev/null   Wed May  5 12:59:16 2021
+++ pkgsrc/www/hs-bsb-http-chunked/Makefile     Wed May  5 12:59:16 2021
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2021/05/05 12:59:16 pho Exp $
+
+DISTNAME=      bsb-http-chunked-0.0.0.4
+CATEGORIES=    www
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Chunked HTTP transfer encoding for bytestring builders
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/hs-bsb-http-chunked/PLIST
diff -u /dev/null pkgsrc/www/hs-bsb-http-chunked/PLIST:1.1
--- /dev/null   Wed May  5 12:59:16 2021
+++ pkgsrc/www/hs-bsb-http-chunked/PLIST        Wed May  5 12:59:16 2021
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2021/05/05 12:59:16 pho Exp $
+lib/bsb-http-chunked-${PKGVERSION}/${HS_VERSION}/package-description
+lib/bsb-http-chunked-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Builder/HTTP/Chunked.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Builder/HTTP/Chunked.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/ByteString/Builder/HTTP/Chunked.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
+share/doc/${HS_PLATFORM}/bsb-http-chunked-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/bsb-http-chunked-${PKGVERSION}/html/Data-ByteString-Builder-HTTP-Chunked.html
+share/doc/${HS_PLATFORM}/bsb-http-chunked-${PKGVERSION}/html/bsb-http-chunked.haddock
+share/doc/${HS_PLATFORM}/bsb-http-chunked-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/bsb-http-chunked-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/bsb-http-chunked-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/bsb-http-chunked-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/bsb-http-chunked-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/bsb-http-chunked-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/bsb-http-chunked-${PKGVERSION}/html/synopsis.png
Index: pkgsrc/www/hs-bsb-http-chunked/buildlink3.mk
diff -u /dev/null pkgsrc/www/hs-bsb-http-chunked/buildlink3.mk:1.1
--- /dev/null   Wed May  5 12:59:16 2021
+++ pkgsrc/www/hs-bsb-http-chunked/buildlink3.mk        Wed May  5 12:59:16 2021
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2021/05/05 12:59:16 pho Exp $
+
+BUILDLINK_TREE+=       hs-bsb-http-chunked
+
+.if !defined(HS_BSB_HTTP_CHUNKED_BUILDLINK3_MK)
+HS_BSB_HTTP_CHUNKED_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-bsb-http-chunked+=    hs-bsb-http-chunked>=0.0.0
+BUILDLINK_ABI_DEPENDS.hs-bsb-http-chunked+=    hs-bsb-http-chunked>=0.0.0.4
+BUILDLINK_PKGSRCDIR.hs-bsb-http-chunked?=      ../../www/hs-bsb-http-chunked
+.endif # HS_BSB_HTTP_CHUNKED_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-bsb-http-chunked
Index: pkgsrc/www/hs-bsb-http-chunked/distinfo
diff -u /dev/null pkgsrc/www/hs-bsb-http-chunked/distinfo:1.1
--- /dev/null   Wed May  5 12:59:16 2021
+++ pkgsrc/www/hs-bsb-http-chunked/distinfo     Wed May  5 12:59:16 2021
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2021/05/05 12:59:16 pho Exp $
+
+SHA1 (bsb-http-chunked-0.0.0.4.tar.gz) = 82182f11a518a2fc5723b5f367a0274aa88a1cce
+RMD160 (bsb-http-chunked-0.0.0.4.tar.gz) = 9a7ede832e3290cd03f40dbca07813597f1e9bdc
+SHA512 (bsb-http-chunked-0.0.0.4.tar.gz) = 74c04c2fd372067c42d3631cdfc2ad7093c0c3af1145833ab307c538dbb936d2042492d4e81c520c3adde8634df29ff8558822f06f226c52d16abb4a35ab1a13
+Size (bsb-http-chunked-0.0.0.4.tar.gz) = 6630 bytes
+SHA1 (patch-bsb-http-chunked.cabal) = 395689e2b5b74943e4a077bb26ea1389fe2318bc

Index: pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal
diff -u /dev/null pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal:1.1
--- /dev/null   Wed May  5 12:59:16 2021
+++ pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal Wed May  5 12:59:16 2021
@@ -0,0 +1,15 @@
+$NetBSD: patch-bsb-http-chunked.cabal,v 1.1 2021/05/05 12:59:16 pho Exp $
+
+Fix build with GHC 9.
+
+--- bsb-http-chunked.cabal.orig        2018-09-29 14:22:36.000000000 +0000
++++ bsb-http-chunked.cabal
+@@ -36,7 +36,7 @@ Source-repository head
+ 
+ Library
+   exposed-modules:   Data.ByteString.Builder.HTTP.Chunked
+-  build-depends:     base >= 4.8 && < 4.13,
++  build-depends:     base >= 4.8 && < 5,
+                      bytestring >= 0.10.2 && < 0.11
+   ghc-options:       -Wall -O2
+   if impl(ghc >= 8.0)



Home | Main Index | Thread Index | Old Index