pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hs-http-types



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan 15 18:14:05 UTC 2020

Added Files:
        pkgsrc/www/hs-http-types: DESCR Makefile buildlink3.mk distinfo

Log Message:
Import http-types-0.12.3 from wip

Generic HTTP types for Haskell (for both client and server code).


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

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-http-types/DESCR
diff -u /dev/null pkgsrc/www/hs-http-types/DESCR:1.1
--- /dev/null   Wed Jan 15 18:14:05 2020
+++ pkgsrc/www/hs-http-types/DESCR      Wed Jan 15 18:14:05 2020
@@ -0,0 +1 @@
+Generic HTTP types for Haskell (for both client and server code).
Index: pkgsrc/www/hs-http-types/Makefile
diff -u /dev/null pkgsrc/www/hs-http-types/Makefile:1.1
--- /dev/null   Wed Jan 15 18:14:05 2020
+++ pkgsrc/www/hs-http-types/Makefile   Wed Jan 15 18:14:05 2020
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/15 18:14:05 pho Exp $
+
+DISTNAME=      http-types-0.12.3
+CATEGORIES=    www
+
+MAINTAINER=    szptvlfn%NetBSD.org@localhost
+COMMENT=       Generic HTTP types for Haskell (for both client and server code)
+LICENSE=       modified-bsd
+
+.include "../../textproc/hs-case-insensitive/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/hs-http-types/buildlink3.mk
diff -u /dev/null pkgsrc/www/hs-http-types/buildlink3.mk:1.1
--- /dev/null   Wed Jan 15 18:14:05 2020
+++ pkgsrc/www/hs-http-types/buildlink3.mk      Wed Jan 15 18:14:05 2020
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/15 18:14:05 pho Exp $
+
+BUILDLINK_TREE+=       hs-http-types
+
+.if !defined(HS_HTTP_TYPES_BUILDLINK3_MK)
+HS_HTTP_TYPES_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-http-types+=  hs-http-types>=0.12.3
+BUILDLINK_ABI_DEPENDS.hs-http-types+=  hs-http-types>=0.12.3
+BUILDLINK_PKGSRCDIR.hs-http-types?=    ../../www/hs-http-types
+
+.include "../../textproc/hs-case-insensitive/buildlink3.mk"
+.endif # HS_HTTP_TYPES_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-http-types
Index: pkgsrc/www/hs-http-types/distinfo
diff -u /dev/null pkgsrc/www/hs-http-types/distinfo:1.1
--- /dev/null   Wed Jan 15 18:14:05 2020
+++ pkgsrc/www/hs-http-types/distinfo   Wed Jan 15 18:14:05 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/15 18:14:05 pho Exp $
+
+SHA1 (http-types-0.12.3.tar.gz) = 533b0d8ed6870487d84565dfb16445c019bac3ea
+RMD160 (http-types-0.12.3.tar.gz) = c12d14daed43230a7bbca3ddfcfc30cb6e23e2e7
+SHA512 (http-types-0.12.3.tar.gz) = fdaf95cfd29ed47445af4ad6349fcbbf4dcd8341f3963da453f8be5eccae4757904d3c4e7a8719ab576a7e7857aaa035ecfc1aa8f99f4ec6fce950c7ccc76597
+Size (http-types-0.12.3.tar.gz) = 13547 bytes



Home | Main Index | Thread Index | Old Index