pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-lwt_react Added package ocaml-lwt_react. T...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c0fd0a6d2b8
branches:  trunk
changeset: 367914:3c0fd0a6d2b8
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Fri Sep 08 12:58:06 2017 +0000

description:
Added package ocaml-lwt_react. This is a split from ocaml-lwt.

diffstat:

 devel/ocaml-lwt_react/DESCR         |   1 +
 devel/ocaml-lwt_react/Makefile      |  19 +++++++++++++++++++
 devel/ocaml-lwt_react/PLIST         |  14 ++++++++++++++
 devel/ocaml-lwt_react/buildlink3.mk |  15 +++++++++++++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r 56ba91e2bf95 -r 3c0fd0a6d2b8 devel/ocaml-lwt_react/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-lwt_react/DESCR       Fri Sep 08 12:58:06 2017 +0000
@@ -0,0 +1,1 @@
+This is a module that adds SSL support to ocaml-lwt.
diff -r 56ba91e2bf95 -r 3c0fd0a6d2b8 devel/ocaml-lwt_react/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-lwt_react/Makefile    Fri Sep 08 12:58:06 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/09/08 12:58:06 jaapb Exp $
+
+.include "../../devel/ocaml-lwt/Makefile.common"
+
+PKGNAME=       ocaml-lwt_react-1.1.0
+CATEGORIES=    devel
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ocsigen/lwt/
+COMMENT=       Reactive programming module for ocaml-lwt
+
+CONFLICTS=     ocaml-lwt<3.0.0
+
+JBUILDER_BUILD_TARGETS=        lwt_react
+
+.include "../../mk/ocaml.mk"
+.include "../../devel/ocaml-lwt/buildlink3.mk"
+.include "../../devel/ocaml-react/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 56ba91e2bf95 -r 3c0fd0a6d2b8 devel/ocaml-lwt_react/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-lwt_react/PLIST       Fri Sep 08 12:58:06 2017 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/08 12:58:06 jaapb Exp $
+${OCAML_SITELIB}/lwt_react/META
+${OCAML_SITELIB}/lwt_react/opam
+${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.a
+${OCAML_SITELIB}/lwt_react/lwt_react.cma
+${OCAML_SITELIB}/lwt_react/lwt_react.cmi
+${OCAML_SITELIB}/lwt_react/lwt_react.cmt
+${OCAML_SITELIB}/lwt_react/lwt_react.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/lwt_react/lwt_react.cmxs
+${OCAML_SITELIB}/lwt_react/lwt_react.mli
+share/doc/lwt_react/CHANGES
+share/doc/lwt_react/README.md
diff -r 56ba91e2bf95 -r 3c0fd0a6d2b8 devel/ocaml-lwt_react/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-lwt_react/buildlink3.mk       Fri Sep 08 12:58:06 2017 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/09/08 12:58:06 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-lwt_react
+
+.if !defined(OCAML_LWT_REACT_BUILDLINK3_MK)
+OCAML_LWT_REACT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-lwt_react+=        ocaml-lwt_react>=1.1.0
+BUILDLINK_PKGSRCDIR.ocaml-lwt_react?=  ../../devel/ocaml-lwt_react
+
+.include "../../devel/ocaml-lwt/buildlink3.mk"
+.include "../../devel/ocaml-react/buildlink3.mk"
+.endif # OCAML_LWT_REACT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-lwt_react



Home | Main Index | Thread Index | Old Index