diff options
author | wiz <wiz@pkgsrc.org> | 2006-08-11 15:42:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-08-11 15:42:30 +0000 |
commit | 86111bc7a74f5fdd92046836b330537995ddd718 (patch) | |
tree | 7b05828c284f4a711be713a3003db590933a4860 /devel/equeue | |
parent | e52cbb69b98568d9abc717327a57fda83c2c6d97 (diff) | |
download | pkgsrc-86111bc7a74f5fdd92046836b330537995ddd718.tar.gz |
Initial import of equeue-2.1.3:
Equeue is a library for OCaml, providing a generic event queue
module and a specific module for file descriptor events. Furthermore,
this library has been merged with the Shell library implementing
the invocation of external commands including pipelines and
redirections.
Diffstat (limited to 'devel/equeue')
-rw-r--r-- | devel/equeue/DESCR | 5 | ||||
-rw-r--r-- | devel/equeue/Makefile | 21 | ||||
-rw-r--r-- | devel/equeue/PLIST | 33 | ||||
-rw-r--r-- | devel/equeue/PLIST.opt | 7 | ||||
-rw-r--r-- | devel/equeue/distinfo | 5 |
5 files changed, 71 insertions, 0 deletions
diff --git a/devel/equeue/DESCR b/devel/equeue/DESCR new file mode 100644 index 00000000000..ed0f4e139c7 --- /dev/null +++ b/devel/equeue/DESCR @@ -0,0 +1,5 @@ +Equeue is a library for OCaml, providing a generic event queue +module and a specific module for file descriptor events. Furthermore, +this library has been merged with the Shell library implementing +the invocation of external commands including pipelines and +redirections. diff --git a/devel/equeue/Makefile b/devel/equeue/Makefile new file mode 100644 index 00000000000..9386ca615aa --- /dev/null +++ b/devel/equeue/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/11 15:42:30 wiz Exp $ +# + +DISTNAME= equeue-2.1.3 +CATEGORIES= devel +MASTER_SITES= http://www.ocaml-programming.de/packages/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.ocaml-programming.de/packages/ +COMMENT= Queues for file events (OCaml) + +DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib + +USE_PKGLOCALEDIR= yes +HAS_CONFIGURE= yes +USE_TOOLS+= gmake +BUILD_TARGET= all opt +PLIST_SRC= PLIST.opt PLIST + +.include "../../lang/ocaml/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/equeue/PLIST b/devel/equeue/PLIST new file mode 100644 index 00000000000..5ff2a34245a --- /dev/null +++ b/devel/equeue/PLIST @@ -0,0 +1,33 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/11 15:42:30 wiz Exp $ +@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/shell +@unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/equeue +lib/ocaml/site-lib/equeue/META +lib/ocaml/site-lib/equeue/equeue.cma +lib/ocaml/site-lib/equeue/equeue.cmi +lib/ocaml/site-lib/equeue/equeue.mli +lib/ocaml/site-lib/equeue/unixqueue.cmi +lib/ocaml/site-lib/equeue/unixqueue.mli +lib/ocaml/site-lib/equeue/unixqueue_mt.cmi +lib/ocaml/site-lib/equeue/unixqueue_mt.cmo +lib/ocaml/site-lib/equeue/unixqueue_mt.mli +lib/ocaml/site-lib/equeue/uq_engines.cmi +lib/ocaml/site-lib/equeue/uq_engines.mli +lib/ocaml/site-lib/equeue/uq_socks5.cmi +lib/ocaml/site-lib/equeue/uq_socks5.mli +lib/ocaml/site-lib/shell/META +lib/ocaml/site-lib/shell/dllshell.so +lib/ocaml/site-lib/shell/libshell.a +lib/ocaml/site-lib/shell/shell.cma +lib/ocaml/site-lib/shell/shell.cmi +lib/ocaml/site-lib/shell/shell.mli +lib/ocaml/site-lib/shell/shell_mt.mli +lib/ocaml/site-lib/shell/shell_sys.cmi +lib/ocaml/site-lib/shell/shell_sys.mli +lib/ocaml/site-lib/shell/shell_uq.cmi +lib/ocaml/site-lib/shell/shell_uq.mli +lib/ocaml/site-lib/shell/unix_exts.cmi +lib/ocaml/site-lib/shell/unix_exts.mli +@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/equeue +@exec %D/libexec/ocaml-findlib-register add %D/lib/ocaml/site-lib/shell +@dirrm lib/ocaml/site-lib/shell +@dirrm lib/ocaml/site-lib/equeue diff --git a/devel/equeue/PLIST.opt b/devel/equeue/PLIST.opt new file mode 100644 index 00000000000..6b88cbdd554 --- /dev/null +++ b/devel/equeue/PLIST.opt @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST.opt,v 1.1.1.1 2006/08/11 15:42:30 wiz Exp $ +lib/ocaml/site-lib/equeue/equeue.a +lib/ocaml/site-lib/equeue/equeue.cmxa +lib/ocaml/site-lib/equeue/unixqueue_mt.cmx +lib/ocaml/site-lib/equeue/unixqueue_mt.o +lib/ocaml/site-lib/shell/shell.a +lib/ocaml/site-lib/shell/shell.cmxa diff --git a/devel/equeue/distinfo b/devel/equeue/distinfo new file mode 100644 index 00000000000..a315d23ba14 --- /dev/null +++ b/devel/equeue/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/08/11 15:42:30 wiz Exp $ + +SHA1 (equeue-2.1.3.tar.gz) = e573ecc94b58eadf0baad07bf35b0e34fddd77fb +RMD160 (equeue-2.1.3.tar.gz) = 61845789c2eec88325f0a2bbfa222576754c858d +Size (equeue-2.1.3.tar.gz) = 249374 bytes |