Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2011 12:22:03 GMT
From:      Jaap Boender <jaapb@kerguelen.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/156472: [new port] devel/ocaml-react - OCaml library for reactive programming
Message-ID:  <201104181222.p3ICM3GY089554@red.freebsd.org>
Resent-Message-ID: <201104181230.p3ICUAsS097327@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         156472
>Category:       ports
>Synopsis:       [new port] devel/ocaml-react - OCaml library for reactive programming
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 18 12:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Boender
>Release:        8.2-STABLE
>Organization:
>Environment:
FreeBSD vanrossum.irill.org 8.2-STABLE FreeBSD 8.2-STABLE #1: Thu Apr  7 14:20:38 CEST 2011     root@vanrossum.irill.org:/usr/obj/usr/src/sys/VANROSSUM  amd64

>Description:
React is an Ocaml module for functional reactive programming. It provides
support to programs with time varying values: applicative events and signals.
React doesn't define any primitive event or signal, this lets the client
choose the concrete timeline.

WWW: http://erratique.ch/software/react
>How-To-Repeat:
n/a
>Fix:
shar archive included

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ocaml-react
#	ocaml-react/pkg-descr
#	ocaml-react/distinfo
#	ocaml-react/pkg-plist
#	ocaml-react/Makefile
#
echo c - ocaml-react
mkdir -p ocaml-react > /dev/null 2>&1
echo x - ocaml-react/pkg-descr
sed 's/^X//' >ocaml-react/pkg-descr << '6b825397b93fc5c650ffcbb4e5e7faaa'
XReact is an Ocaml module for functional reactive programming. It provides
Xsupport to programs with time varying values: applicative events and signals.
XReact doesn't define any primitive event or signal, this lets the client
Xchoose the concrete timeline.
X
XWWW: http://erratique.ch/software/react
6b825397b93fc5c650ffcbb4e5e7faaa
echo x - ocaml-react/distinfo
sed 's/^X//' >ocaml-react/distinfo << '2c82a43e961a516f293862bd21994c8b'
XSHA256 (react-0.9.2.tbz) = b953e50abbb5c4065eb17a50a02341d380eff32fe8cb309a40eca2ddddef2a3a
XSIZE (react-0.9.2.tbz) = 47337
2c82a43e961a516f293862bd21994c8b
echo x - ocaml-react/pkg-plist
sed 's/^X//' >ocaml-react/pkg-plist << '2ebbc0f84b529e23ccb3948edf417886'
Xlib/ocaml/site-lib/react/META
Xlib/ocaml/site-lib/react/react.cmi
Xlib/ocaml/site-lib/react/react.cmo
Xlib/ocaml/site-lib/react/react.cmx
Xlib/ocaml/site-lib/react/react.cmxs
Xlib/ocaml/site-lib/react/react.ml
Xlib/ocaml/site-lib/react/react.mli
Xlib/ocaml/site-lib/react/react.o
X@dirrm lib/ocaml/site-lib/react
2ebbc0f84b529e23ccb3948edf417886
echo x - ocaml-react/Makefile
sed 's/^X//' >ocaml-react/Makefile << '76d336a60ee8df44cf7651cfe8bcee7c'
X# New ports collection makefile for: ocaml-react
X# Date created: April 18, 2011
X# Whom: Jaap Boender <jaapb@kerguelen.org>
X#
X# $FreeBSD$
X
XPORTNAME=	react
XPORTVERSION=	0.9.2
XCATEGORIES=	devel
XMASTER_SITES=	http://erratique.ch/software/react/releases/
XPKGNAMEPREFIX=	ocaml-
XDISTNAME=	${PORTNAME}-${PORTVERSION}
XEXTRACT_SUFX=	.tbz
X
XMAINTAINER=	jaapb@kerguelen.org
XCOMMENT=	OCaml module for functional reactive programming
X
XUSE_OCAML=		yes
XOCAMLC_DEPEND=		ocaml>=3.11:${OCAMLC_PORT}
XUSE_OCAML_LDCONFIG=	yes
X
X.include <bsd.port.pre.mk>
X
Xdo-build:
X	@cd ${WRKSRC} && ${SH} ./build
X
Xdo-install:
X	@cd ${WRKSRC} && INSTALLDIR=${PREFIX}/lib/ocaml/site-lib/${PORTNAME} ${SH} ./build install-plugin
X
Xpost-extract:
X# For nonstandard prefixes
X.if !exists(${OCAMLFIND_DESTDIR})
X	${MKDIR} ${OCAMLFIND_DESTDIR}
X.endif
X.if !exists(${OCAMLFIND_LDCONF})
X	${TOUCH} ${OCAMLFIND_LDCONF}
X.endif
X
X.include <bsd.port.post.mk>
76d336a60ee8df44cf7651cfe8bcee7c
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104181222.p3ICM3GY089554>