initial import of ocaml-react-0.9.4; ok espie@
From: Christopher Zimmermann <madroach@gmerlin.de> -- React is an OCaml module for functional reactive programming (FRP). It provides support to program with time varying values : declarative events and signals. React doesn't define any primitive event or signal, it lets the client chooses the concrete timeline. React is made of a single, independent, module and distributed under the BSD3 license.
This commit is contained in:
parent
faa7dea406
commit
6683787d0b
38
devel/ocaml-react/Makefile
Normal file
38
devel/ocaml-react/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/08/18 23:13:53 avsm Exp $
|
||||
|
||||
COMMENT = functional reactive programming (FRP) for OCaml
|
||||
CATEGORIES = devel
|
||||
|
||||
V = 0.9.4
|
||||
DISTNAME = react-${V}
|
||||
EXTRACT_SUFX = .tbz
|
||||
NAME = ocaml-react
|
||||
PKGNAME = ${NAME}-${V}
|
||||
MASTER_SITES = http://erratique.ch/software/react/releases/
|
||||
|
||||
HOMEPAGE = http://erratique.ch/software/react
|
||||
|
||||
|
||||
# BSD3
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
|
||||
MODULES = lang/ocaml
|
||||
|
||||
BUILD_DEPENDS = sysutils/findlib
|
||||
RUN_DEPENDS = lang/ocaml
|
||||
|
||||
CONFIGURE_STYLE = oasis
|
||||
CONFIGURE_ARGS = --enable-tests
|
||||
|
||||
ALL_TARGET = -build
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${NAME}/api
|
||||
${INSTALL_DATA} ${WRKDIST}/doc/* ${PREFIX}/share/doc/${NAME}/api/
|
||||
${INSTALL_DATA} ${WRKDIST}/{README,CHANGES} ${PREFIX}/share/doc/${NAME}/
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ocaml-react/distinfo
Normal file
2
devel/ocaml-react/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (react-0.9.4.tbz) = RmrU4uf/V8k8TlFRH1PyvfMt9GNURY9KFYzRO/P71Ks=
|
||||
SIZE (react-0.9.4.tbz) = 82964
|
7
devel/ocaml-react/pkg/DESCR
Normal file
7
devel/ocaml-react/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
React is an OCaml module for functional reactive programming (FRP). It
|
||||
provides support to program with time varying values : declarative
|
||||
events and signals. React doesn't define any primitive event or
|
||||
signal, it lets the client chooses the concrete timeline.
|
||||
|
||||
React is made of a single, independent, module and distributed under
|
||||
the BSD3 license.
|
2
devel/ocaml-react/pkg/PFRAG.dynlink-native
Normal file
2
devel/ocaml-react/pkg/PFRAG.dynlink-native
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.dynlink-native,v 1.1.1.1 2012/08/18 23:13:53 avsm Exp $
|
||||
@bin lib/ocaml/react/react.cmxs
|
5
devel/ocaml-react/pkg/PFRAG.native
Normal file
5
devel/ocaml-react/pkg/PFRAG.native
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.native,v 1.1.1.1 2012/08/18 23:13:53 avsm Exp $
|
||||
%%dynlink%%
|
||||
lib/ocaml/react/react.a
|
||||
lib/ocaml/react/react.cmx
|
||||
lib/ocaml/react/react.cmxa
|
53
devel/ocaml-react/pkg/PLIST
Normal file
53
devel/ocaml-react/pkg/PLIST
Normal file
@ -0,0 +1,53 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/08/18 23:13:53 avsm Exp $
|
||||
%%native%%
|
||||
lib/ocaml/react/
|
||||
lib/ocaml/react/META
|
||||
lib/ocaml/react/react.cma
|
||||
lib/ocaml/react/react.cmi
|
||||
lib/ocaml/react/react.mli
|
||||
share/doc/ocaml-react/
|
||||
share/doc/ocaml-react/CHANGES
|
||||
share/doc/ocaml-react/README
|
||||
share/doc/ocaml-react/api/
|
||||
share/doc/ocaml-react/api/React.E.html
|
||||
share/doc/ocaml-react/api/React.S.Bool.html
|
||||
share/doc/ocaml-react/api/React.S.Compare.html
|
||||
share/doc/ocaml-react/api/React.S.EqType.html
|
||||
share/doc/ocaml-react/api/React.S.Float.html
|
||||
share/doc/ocaml-react/api/React.S.Int.html
|
||||
share/doc/ocaml-react/api/React.S.Make.html
|
||||
share/doc/ocaml-react/api/React.S.Pair.html
|
||||
share/doc/ocaml-react/api/React.S.S.html
|
||||
share/doc/ocaml-react/api/React.S.Special.Sb.html
|
||||
share/doc/ocaml-react/api/React.S.Special.Sf.html
|
||||
share/doc/ocaml-react/api/React.S.Special.Si.html
|
||||
share/doc/ocaml-react/api/React.S.Special.html
|
||||
share/doc/ocaml-react/api/React.S.html
|
||||
share/doc/ocaml-react/api/React.html
|
||||
share/doc/ocaml-react/api/api.odocl
|
||||
share/doc/ocaml-react/api/index.html
|
||||
share/doc/ocaml-react/api/index_attributes.html
|
||||
share/doc/ocaml-react/api/index_class_types.html
|
||||
share/doc/ocaml-react/api/index_classes.html
|
||||
share/doc/ocaml-react/api/index_exceptions.html
|
||||
share/doc/ocaml-react/api/index_methods.html
|
||||
share/doc/ocaml-react/api/index_module_types.html
|
||||
share/doc/ocaml-react/api/index_modules.html
|
||||
share/doc/ocaml-react/api/index_types.html
|
||||
share/doc/ocaml-react/api/index_values.html
|
||||
share/doc/ocaml-react/api/style.css
|
||||
share/doc/ocaml-react/api/type_React.E.html
|
||||
share/doc/ocaml-react/api/type_React.S.Bool.html
|
||||
share/doc/ocaml-react/api/type_React.S.Compare.html
|
||||
share/doc/ocaml-react/api/type_React.S.EqType.html
|
||||
share/doc/ocaml-react/api/type_React.S.Float.html
|
||||
share/doc/ocaml-react/api/type_React.S.Int.html
|
||||
share/doc/ocaml-react/api/type_React.S.Make.html
|
||||
share/doc/ocaml-react/api/type_React.S.Pair.html
|
||||
share/doc/ocaml-react/api/type_React.S.S.html
|
||||
share/doc/ocaml-react/api/type_React.S.Special.Sb.html
|
||||
share/doc/ocaml-react/api/type_React.S.Special.Sf.html
|
||||
share/doc/ocaml-react/api/type_React.S.Special.Si.html
|
||||
share/doc/ocaml-react/api/type_React.S.Special.html
|
||||
share/doc/ocaml-react/api/type_React.S.html
|
||||
share/doc/ocaml-react/api/type_React.html
|
Loading…
Reference in New Issue
Block a user