summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ocaml-equeue/Makefile67
-rw-r--r--devel/ocaml-equeue/distinfo2
-rw-r--r--devel/ocaml-equeue/pkg-descr21
-rw-r--r--devel/ocaml-equeue/pkg-install13
-rw-r--r--devel/ocaml-equeue/pkg-plist136
6 files changed, 0 insertions, 240 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f3011f847da2..7b15bb051894 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1486,7 +1486,6 @@
SUBDIR += ocaml-cmdliner
SUBDIR += ocaml-cppo
SUBDIR += ocaml-deriving-ocsigen
- SUBDIR += ocaml-equeue
SUBDIR += ocaml-extlib
SUBDIR += ocaml-findlib
SUBDIR += ocaml-ipaddr
diff --git a/devel/ocaml-equeue/Makefile b/devel/ocaml-equeue/Makefile
deleted file mode 100644
index cfab0aa5d5d4..000000000000
--- a/devel/ocaml-equeue/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# Created by: David JULIEN
-# $FreeBSD$
-
-PORTNAME= equeue
-PORTVERSION= 2.1.4
-PORTREVISION= 4
-CATEGORIES= devel
-MASTER_SITES= http://www.ocaml-programming.de/packages/
-PKGNAMEPREFIX= ocaml-
-
-MAINTAINER= michipili@gmail.com
-COMMENT= The Equeue library for OCaml
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
- ocamlfind:${PORTSDIR}/devel/ocaml-findlib
-RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
- ocamlfind:${PORTSDIR}/devel/ocaml-findlib
-
-DEPRECATED= Superseded by www/ocaml-net
-EXPIRATION_DATE=2015-08-20
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-USES= gmake
-USE_OCAML= YES
-USE_OCAML_FINDLIB= YES
-USE_OCAML_LDCONFIG= YES
-MAKE_FLAGS= PACKAGES= # If defined, would be used by ocamlfind
-HAS_CONFIGURE= YES
-
-OCAML_LDLIBS= ${OCAML_SITELIBDIR}/${PORTNAME}
-OCAML_LDLIBS+= ${OCAML_SITELIBDIR}/shell
-
-ALL_TARGET= all opt
-MAKE_JOBS_UNSAFE= yes
-
-OPTIONS_DEFINE= DOCS EQUEUE_TCL
-
-EQUEUE_TCL_DESC= Integration with the labltk event system
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MEQUEUE_TCL}
-USES+= tcl
-CONFIGURE_ARGS+= -with-equeue-tcl
-CONFIGURE_ARGS+= -equeue-tcl-defs
-CONFIGURE_ARGS+= "-I${TCL_INCLUDEDIR}"
-CONFIGURE_ARGS+= -equeue-tcl-libs
-CONFIGURE_ARGS+= "-L${LOCALBASE}/lib -ltcl${TCL_SHLIB_VER}"
-PLIST_SUB+= TCL=""
-OCAML_LDLIBS+= ${OCAML_SITELIBDIR}/${PORTNAME}-tcl
-.else
-PLIST_SUB+= TCL="@comment "
-.endif
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
- (cd ${WRKSRC}/examples/ && \
- ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/ocaml-equeue/distinfo b/devel/ocaml-equeue/distinfo
deleted file mode 100644
index 15f38bdb0942..000000000000
--- a/devel/ocaml-equeue/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (equeue-2.1.4.tar.gz) = 474517e9f940077336e6d0327f228223115dbbae61c82441fa790c3e35d05d01
-SIZE (equeue-2.1.4.tar.gz) = 249481
diff --git a/devel/ocaml-equeue/pkg-descr b/devel/ocaml-equeue/pkg-descr
deleted file mode 100644
index 9cfe1b4a467d..000000000000
--- a/devel/ocaml-equeue/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Equeue contains a generic implementation of queues of events of any type, and a
-specific implementation of queues of file descriptor events.
-
-The generic module allows to associate an event queue with an event source, and
-one or several event handlers. The event source generates new events that are
-triggered from the outer world. The handlers consume events, but it is allowed
-that handlers also generate events.
-The module for file descriptor events already defines an event source; this
-source watches registered file descriptors and produces events if a descriptor
-wants to deliver data, or if a descriptor is ready to accept data. As in the
-generic module, the handlers consume the events.
-
-The concept of engines is suggested to construct event-driven programs in a
-systematic way. There are already a number of basic engines (polling, copying,
-connecting with a network service, accepting connections, SOCKS), and a number
-of operations for engines (sequential execution, synchronization).
-
-It is possible to let Equeue cooperate with the event queue implementation of
-Tcl. Now, also the Shell library is included in the Equeue distribution.
-
-WWW: http://www.ocaml-programming.de/programming/equeue.html
diff --git a/devel/ocaml-equeue/pkg-install b/devel/ocaml-equeue/pkg-install
deleted file mode 100644
index bdb8e1c9b9f8..000000000000
--- a/devel/ocaml-equeue/pkg-install
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-if [ "$2" = "POST-INSTALL" ]; then
- echo "${PKG_PREFIX}/lib/ocaml/site-lib/shell" >> ${PKG_PREFIX}/lib/ocaml/ld.conf
- if test -d ${PKG_PREFIX}/lib/ocaml/site-lib/equeue-tcl; then
- echo "${PKG_PREFIX}/lib/ocaml/site-lib/equeue-tcl" >> ${PKG_PREFIX}/lib/ocaml/ld.conf
- fi
-elif [ "$2" = "DEINSTALL" ]; then
- TMPFILE=`mktemp ${PKG_PREFIX}/lib/ocaml/ld.conf.XXX` || exit 1
- cp ${PKG_PREFIX}/lib/ocaml/ld.conf ${TMPFILE}
- grep -v "shell" ${TMPFILE} | grep -v "equeue-tcl" > ${PKG_PREFIX}/lib/ocaml/ld.conf
- rm -f ${TMPFILE}
-fi
diff --git a/devel/ocaml-equeue/pkg-plist b/devel/ocaml-equeue/pkg-plist
deleted file mode 100644
index 0d5bbf034df6..000000000000
--- a/devel/ocaml-equeue/pkg-plist
+++ /dev/null
@@ -1,136 +0,0 @@
-lib/ocaml/site-lib/equeue/META
-lib/ocaml/site-lib/equeue/equeue.a
-lib/ocaml/site-lib/equeue/equeue.cma
-lib/ocaml/site-lib/equeue/equeue.cmi
-lib/ocaml/site-lib/equeue/equeue.cmxa
-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.o
-lib/ocaml/site-lib/equeue/unixqueue_mt.cmx
-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.a
-lib/ocaml/site-lib/shell/shell.cma
-lib/ocaml/site-lib/shell/shell.cmi
-lib/ocaml/site-lib/shell/shell.cmxa
-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
-@unexec ocamlfind remove equeue 2>/dev/null || true
-@unexec ocamlfind remove shell 2>/dev/null || true
-%%TCL%%lib/ocaml/site-lib/equeue-tcl/META
-%%TCL%%lib/ocaml/site-lib/equeue-tcl/dlltclqueue.so
-%%TCL%%lib/ocaml/site-lib/equeue-tcl/libtclqueue.a
-%%TCL%%lib/ocaml/site-lib/equeue-tcl/equeue_tcl.a
-%%TCL%%lib/ocaml/site-lib/equeue-tcl/equeue_tcl.cma
-%%TCL%%lib/ocaml/site-lib/equeue-tcl/equeue_tcl.cmxa
-%%TCL%%lib/ocaml/site-lib/equeue-tcl/uq_tcl.cmi
-%%TCL%%lib/ocaml/site-lib/equeue-tcl/uq_tcl.mli
-%%TCL%%@unexec ocamlfind remove equeue-tcl 2>/dev/null || true
-%%PORTDOCS%%%%DOCSDIR%%/ABOUT-FINDLIB
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/SHELL
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/Equeue.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/Unixqueue_mt.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/Uq_gtk.gtk_event_system.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/Uq_gtk.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/Uq_tcl.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/Uq_tcl.tcl_event_system.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/index.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/index_attributes.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/index_class_types.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/index_classes.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/index_exceptions.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/index_methods.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/index_module_types.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/index_modules.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/index_types.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/index_values.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/style.css
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/type_Equeue.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/type_Unixqueue_mt.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/type_Uq_gtk.gtk_event_system.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/type_Uq_gtk.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/type_Uq_tcl.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-equeue/html/type_Uq_tcl.tcl_event_system.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/Shell.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/Shell_sys.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/Shell_uq.call_engine.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/Shell_uq.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/Shell_uq.job_handler_engine_type.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/Shell_uq.system_handler_engine.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/Shell_uq.system_handler_engine_type.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/Unix_exts.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/index.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/index_attributes.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/index_class_types.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/index_classes.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/index_exceptions.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/index_methods.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/index_module_types.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/index_modules.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/index_types.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/index_values.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/style.css
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/type_Shell.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/type_Shell_sys.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/type_Shell_uq.call_engine.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/type_Shell_uq.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/type_Shell_uq.job_handler_engine_type.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/type_Shell_uq.system_handler_engine.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/type_Shell_uq.system_handler_engine_type.html
-%%PORTDOCS%%%%DOCSDIR%%/refman-shell/html/type_Unix_exts.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/TIMESTAMP
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/c140.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/c321.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/c34.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/c494.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/c515.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/c528.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/c83.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/equeue.css
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/index.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/x130.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/x247.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/x349.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/x375.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/x395.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/x457.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/html/x469.html
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/ps/equeue.ps
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/src/equeue.css
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/src/equeue.dsl
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/src/equeue.sgml
-%%PORTDOCS%%%%DOCSDIR%%/users-guide/src/getcode.ml
-%%PORTDOCS%%%%EXAMPLESDIR%%/engines/funny_async_buffer.ml
-%%PORTDOCS%%%%EXAMPLESDIR%%/engines/http_client.ml
-%%PORTDOCS%%%%EXAMPLESDIR%%/filecopy/Makefile
-%%PORTDOCS%%%%EXAMPLESDIR%%/filecopy/filecopy.ml
-%%PORTDOCS%%%%EXAMPLESDIR%%/filecopy_labltk/Makefile
-%%PORTDOCS%%%%EXAMPLESDIR%%/filecopy_labltk/README
-%%PORTDOCS%%%%EXAMPLESDIR%%/filecopy_labltk/filecopy.ml
-%%PORTDOCS%%%%EXAMPLESDIR%%/filecopy_lablgtk/Makefile
-%%PORTDOCS%%%%EXAMPLESDIR%%/filecopy_lablgtk/README
-%%PORTDOCS%%%%EXAMPLESDIR%%/filecopy_lablgtk/filecopy.ml
-%%PORTDOCS%%%%EXAMPLESDIR%%/multi-threaded/Makefile
-%%PORTDOCS%%%%EXAMPLESDIR%%/multi-threaded/sample.ml
-%%PORTDOCS%%%%EXAMPLESDIR%%/preliminary/Makefile
-%%PORTDOCS%%%%EXAMPLESDIR%%/preliminary/pipe-through-conventional.ml
-%%PORTDOCS%%%%EXAMPLESDIR%%/preliminary/pipe-through-eventdriven.ml
-%%PORTDOCS%%%%EXAMPLESDIR%%/simple/Makefile
-%%PORTDOCS%%%%EXAMPLESDIR%%/simple/a-and-b.ml