pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Remove obsolete equeue ocaml library. It is now ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/02b4712d781e
branches: trunk
changeset: 610458:02b4712d781e
user: cheusov <cheusov%pkgsrc.org@localhost>
date: Thu Oct 25 20:22:23 2012 +0000
description:
Remove obsolete equeue ocaml library. It is now a part of ocamlnet.
Discussed with jaapb@.
diffstat:
devel/Makefile | 3 +--
devel/equeue/DESCR | 5 -----
devel/equeue/Makefile | 27 ---------------------------
devel/equeue/PLIST | 31 -------------------------------
devel/equeue/PLIST.opt | 7 -------
devel/equeue/distinfo | 7 -------
devel/equeue/patches/patch-aa | 13 -------------
devel/equeue/patches/patch-ab | 13 -------------
8 files changed, 1 insertions(+), 105 deletions(-)
diffs (148 lines):
diff -r 94a8d71468c1 -r 02b4712d781e devel/Makefile
--- a/devel/Makefile Thu Oct 25 20:18:36 2012 +0000
+++ b/devel/Makefile Thu Oct 25 20:22:23 2012 +0000
@@ -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+= emacs-ilisp
SUBDIR+= emacs20-elib
SUBDIR+= epydoc
-SUBDIR+= equeue
SUBDIR+= eric3
SUBDIR+= eric4
SUBDIR+= error
diff -r 94a8d71468c1 -r 02b4712d781e devel/equeue/DESCR
--- a/devel/equeue/DESCR Thu Oct 25 20:18:36 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 94a8d71468c1 -r 02b4712d781e devel/equeue/Makefile
--- a/devel/equeue/Makefile Thu Oct 25 20:18:36 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 94a8d71468c1 -r 02b4712d781e devel/equeue/PLIST
--- a/devel/equeue/PLIST Thu Oct 25 20:18:36 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 94a8d71468c1 -r 02b4712d781e devel/equeue/PLIST.opt
--- a/devel/equeue/PLIST.opt Thu Oct 25 20:18:36 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 94a8d71468c1 -r 02b4712d781e devel/equeue/distinfo
--- a/devel/equeue/distinfo Thu Oct 25 20:18:36 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 94a8d71468c1 -r 02b4712d781e devel/equeue/patches/patch-aa
--- a/devel/equeue/patches/patch-aa Thu Oct 25 20:18:36 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 94a8d71468c1 -r 02b4712d781e devel/equeue/patches/patch-ab
--- a/devel/equeue/patches/patch-ab Thu Oct 25 20:18:36 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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:
Home |
Main Index |
Thread Index |
Old Index