Received: by mail.netbsd.org (Postfix, from userid 605) id 58F1984D6A; Sun, 29 Jan 2023 08:04:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8591C84D60 for ; Sun, 29 Jan 2023 08:04:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YidM3gkD8e4n for ; Sun, 29 Jan 2023 08:04:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9C84984D4E for ; Sun, 29 Jan 2023 08:04:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90759FA90; Sun, 29 Jan 2023 08:04:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1674979443179020" MIME-Version: 1.0 Date: Sun, 29 Jan 2023 08:04:03 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/www/hs-wai-cors To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20230129080403.90759FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1674979443179020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun Jan 29 08:04:03 UTC 2023 Added Files: pkgsrc/www/hs-wai-cors: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: www/hs-wai-cors: import hs-wai-cors-0.2.7 This package provides an implemenation of Cross-Origin resource sharing (CORS) for Wai that aims to be compliant with http://www.w3.org/TR/cors To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/hs-wai-cors/DESCR \ pkgsrc/www/hs-wai-cors/Makefile pkgsrc/www/hs-wai-cors/PLIST \ pkgsrc/www/hs-wai-cors/buildlink3.mk pkgsrc/www/hs-wai-cors/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1674979443179020 Content-Disposition: inline Content-Length: 4587 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/www/hs-wai-cors/DESCR diff -u /dev/null pkgsrc/www/hs-wai-cors/DESCR:1.1 --- /dev/null Sun Jan 29 08:04:03 2023 +++ pkgsrc/www/hs-wai-cors/DESCR Sun Jan 29 08:04:03 2023 @@ -0,0 +1,2 @@ +This package provides an implemenation of Cross-Origin resource sharing +(CORS) for Wai that aims to be compliant with http://www.w3.org/TR/cors Index: pkgsrc/www/hs-wai-cors/Makefile diff -u /dev/null pkgsrc/www/hs-wai-cors/Makefile:1.1 --- /dev/null Sun Jan 29 08:04:03 2023 +++ pkgsrc/www/hs-wai-cors/Makefile Sun Jan 29 08:04:03 2023 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2023/01/29 08:04:03 pho Exp $ + +DISTNAME= wai-cors-0.2.7 +CATEGORIES= www + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= CORS for WAI +LICENSE= mit + +.include "../../textproc/hs-attoparsec/buildlink3.mk" +.include "../../devel/hs-base-unicode-symbols/buildlink3.mk" +.include "../../textproc/hs-case-insensitive/buildlink3.mk" +.include "../../www/hs-http-types/buildlink3.mk" +.include "../../www/hs-wai/buildlink3.mk" +.include "../../mk/haskell.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/hs-wai-cors/PLIST diff -u /dev/null pkgsrc/www/hs-wai-cors/PLIST:1.1 --- /dev/null Sun Jan 29 08:04:03 2023 +++ pkgsrc/www/hs-wai-cors/PLIST Sun Jan 29 08:04:03 2023 @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1 2023/01/29 08:04:03 pho Exp $ +lib/wai-cors-${PKGVERSION}/${HS_VERSION}/package-description +lib/wai-cors-${PKGVERSION}/${HS_VERSION}/package-id +${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so +${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Network/Wai/Middleware/Cors.dyn_hi +lib/${HS_PLATFORM}/${HS_PKGID}/Network/Wai/Middleware/Cors.hi +${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Network/Wai/Middleware/Cors.p_hi +lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a +${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/LICENSE +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/Network-Wai-Middleware-Cors.html +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/doc-index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/haddock-bundle.min.js +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/index.html +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/linuwial.css +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/meta.json +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/quick-jump.css +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/synopsis.png +${PLIST.doc}share/doc/${HS_PLATFORM}/wai-cors-${PKGVERSION}/html/wai-cors.haddock +share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/CHANGELOG.md +share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/README.md +share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/examples/Scotty.hs +share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/examples/ServantWai.hs +share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/examples/Wai.hs +share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/test/index.html +share/${HS_PLATFORM}/wai-cors-${PKGVERSION}/test/phantomjs.js Index: pkgsrc/www/hs-wai-cors/buildlink3.mk diff -u /dev/null pkgsrc/www/hs-wai-cors/buildlink3.mk:1.1 --- /dev/null Sun Jan 29 08:04:03 2023 +++ pkgsrc/www/hs-wai-cors/buildlink3.mk Sun Jan 29 08:04:03 2023 @@ -0,0 +1,19 @@ +# $NetBSD: buildlink3.mk,v 1.1 2023/01/29 08:04:03 pho Exp $ + +BUILDLINK_TREE+= hs-wai-cors + +.if !defined(HS_WAI_CORS_BUILDLINK3_MK) +HS_WAI_CORS_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.hs-wai-cors+= hs-wai-cors>=0.2.7 +BUILDLINK_ABI_DEPENDS.hs-wai-cors+= hs-wai-cors>=0.2.7 +BUILDLINK_PKGSRCDIR.hs-wai-cors?= ../../www/hs-wai-cors + +.include "../../textproc/hs-attoparsec/buildlink3.mk" +.include "../../devel/hs-base-unicode-symbols/buildlink3.mk" +.include "../../textproc/hs-case-insensitive/buildlink3.mk" +.include "../../www/hs-http-types/buildlink3.mk" +.include "../../www/hs-wai/buildlink3.mk" +.endif # HS_WAI_CORS_BUILDLINK3_MK + +BUILDLINK_TREE+= -hs-wai-cors Index: pkgsrc/www/hs-wai-cors/distinfo diff -u /dev/null pkgsrc/www/hs-wai-cors/distinfo:1.1 --- /dev/null Sun Jan 29 08:04:03 2023 +++ pkgsrc/www/hs-wai-cors/distinfo Sun Jan 29 08:04:03 2023 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2023/01/29 08:04:03 pho Exp $ + +BLAKE2s (wai-cors-0.2.7.tar.gz) = 44baabfd92d25dc8c3c20dfe651a59642db65e19c64acbdb0ecf4f5db0e2abed +SHA512 (wai-cors-0.2.7.tar.gz) = 77a9e3cb457136a05c2b104ac331af17d70edf8d985689c962d3e6cc0981c6752eff59ef18301c0ba98c6d4256909c44afe50bedb0f3dd741b6879564516cea7 +Size (wai-cors-0.2.7.tar.gz) = 16248 bytes --_----------=_1674979443179020--