summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-10-25 20:22:23 +0000
committercheusov <cheusov>2012-10-25 20:22:23 +0000
commitb4958f20c33b5147bf776b036a47ab24e6800495 (patch)
tree58092699fa88e78d498275d6909bc678fed6bb81
parent16b34baefdfb38dbbe55c302af27d2acf4a33b0d (diff)
downloadpkgsrc-b4958f20c33b5147bf776b036a47ab24e6800495.tar.gz
Remove obsolete equeue ocaml library. It is now a part of ocamlnet.
Discussed with jaapb@.
-rw-r--r--devel/Makefile3
-rw-r--r--devel/equeue/DESCR5
-rw-r--r--devel/equeue/Makefile27
-rw-r--r--devel/equeue/PLIST31
-rw-r--r--devel/equeue/PLIST.opt7
-rw-r--r--devel/equeue/distinfo7
-rw-r--r--devel/equeue/patches/patch-aa13
-rw-r--r--devel/equeue/patches/patch-ab13
8 files changed, 1 insertions, 105 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 3bda5d7fd23..3ee66f3b280 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1662 2012/10/22 13:49:48 wiz Exp $
+# $NetBSD: Makefile,v 1.1663 2012/10/25 20:22:23 cheusov Exp $
#
COMMENT= Development utilities
@@ -187,7 +187,6 @@ SUBDIR+= elib
SUBDIR+= emacs-ilisp
SUBDIR+= emacs20-elib
SUBDIR+= epydoc
-SUBDIR+= equeue
SUBDIR+= eric3
SUBDIR+= eric4
SUBDIR+= error
diff --git a/devel/equeue/DESCR b/devel/equeue/DESCR
deleted file mode 100644
index ed0f4e139c7..00000000000
--- a/devel/equeue/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 54b8e892f20..00000000000
--- a/devel/equeue/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2012/10/08 15:18:21 jaapb Exp $
-
-DISTNAME= equeue-2.1.4
-PKGREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= http://download.camlcity.org/download/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.camlcity.org/
-COMMENT= Queues for file events (OCaml)
-
-PKG_DESTDIR_SUPPORT= user-destdir
-MAKE_JOBS_SAFE= no
-
-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
-MAKE_ENV+= PACKAGES=
-
-INSTALLATION_DIRS+= lib/ocaml/site-lib
-
-.include "../../lang/ocaml/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/equeue/PLIST b/devel/equeue/PLIST
deleted file mode 100644
index 5d295e4491f..00000000000
--- a/devel/equeue/PLIST
+++ /dev/null
@@ -1,31 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:48:42 joerg 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
diff --git a/devel/equeue/PLIST.opt b/devel/equeue/PLIST.opt
deleted file mode 100644
index 6b88cbdd554..00000000000
--- a/devel/equeue/PLIST.opt
+++ /dev/null
@@ -1,7 +0,0 @@
-@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
deleted file mode 100644
index 2230d2ba1d7..00000000000
--- a/devel/equeue/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.3 2012/03/04 09:49:04 asau Exp $
-
-SHA1 (equeue-2.1.4.tar.gz) = 5e88fa99fc793844cb315b1be1c445c8ced3491b
-RMD160 (equeue-2.1.4.tar.gz) = 58dee14cb64c6368135501fab5d42e2229fdbdd6
-Size (equeue-2.1.4.tar.gz) = 249481 bytes
-SHA1 (patch-aa) = 4e56fecc11ffd3345cae8081568e2aa002d29d64
-SHA1 (patch-ab) = 0aad36338ffe78d1444debeeee85456aae720e9f
diff --git a/devel/equeue/patches/patch-aa b/devel/equeue/patches/patch-aa
deleted file mode 100644
index f421e446414..00000000000
--- a/devel/equeue/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2010/02/14 20:51:23 joerg Exp $
-
---- src/shell/Makefile.orig 2010-02-14 20:44:34.000000000 +0000
-+++ src/shell/Makefile
-@@ -22,7 +22,7 @@ distclean: clean
-
- install:
- files=`$(COLLECT_FILES) *.mli *.cmi *.cma *.cmxa *.a dll* META` && \
-- $(OCAMLFIND) install shell $$files
-+ $(OCAMLFIND) install -ldconf /dev/null -destdir ${DESTDIR}`ocamlc -where`/site-lib shell $$files
-
- uninstall:
- $(OCAMLFIND) remove shell
diff --git a/devel/equeue/patches/patch-ab b/devel/equeue/patches/patch-ab
deleted file mode 100644
index 853e270da22..00000000000
--- a/devel/equeue/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2010/02/14 20:51:23 joerg Exp $
-
---- src/equeue/Makefile.orig 2010-02-14 20:45:27.000000000 +0000
-+++ src/equeue/Makefile
-@@ -39,7 +39,7 @@ distclean: clean
- .PHONY: install
- install:
- files=`$(COLLECT_FILES) *.mli *.cmi *.cma *.cmxa *.a unixqueue_mt.cmo unixqueue_mt.cmx unixqueue_mt.o META` && \
-- $(OCAMLFIND) install equeue $$files
-+ $(OCAMLFIND) install -ldconf /dev/null -destdir ${DESTDIR}`ocamlc -where`/site-lib equeue $$files
-
- .PHONY: uninstall
- uninstall: