diff options
author | rene <rene@FreeBSD.org> | 2015-08-21 05:06:10 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-08-21 05:06:10 +0800 |
commit | 37d8f39981992db434eba0d531a87535ba0b6578 (patch) | |
tree | 4b5830fb5c3f39139d5fb198c12d30c03dc66e8c | |
parent | 770a6934bfd5348823c8f2499ae198e3a8e1fb1e (diff) | |
download | freebsd-ports-gnome-37d8f39981992db434eba0d531a87535ba0b6578.tar.gz freebsd-ports-gnome-37d8f39981992db434eba0d531a87535ba0b6578.tar.zst freebsd-ports-gnome-37d8f39981992db434eba0d531a87535ba0b6578.zip |
Remove expired ports:
2015-08-20 www/ompload: omploader.org is down for many years
2015-08-20 devel/ocaml-equeue: Superseded by www/ocaml-net
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ocaml-equeue/Makefile | 67 | ||||
-rw-r--r-- | devel/ocaml-equeue/distinfo | 2 | ||||
-rw-r--r-- | devel/ocaml-equeue/pkg-descr | 21 | ||||
-rw-r--r-- | devel/ocaml-equeue/pkg-install | 13 | ||||
-rw-r--r-- | devel/ocaml-equeue/pkg-plist | 136 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/ompload/Makefile | 31 | ||||
-rw-r--r-- | www/ompload/distinfo | 2 | ||||
-rw-r--r-- | www/ompload/pkg-descr | 2 |
11 files changed, 2 insertions, 276 deletions
@@ -7824,3 +7824,5 @@ sysutils/rubygem-bundler17||2015-08-13|Has expired: not used by other ports anym sysutils/fpkg||2015-08-15|Has expired: Does not support pkg(8) games/galaxymage||2015-08-16|Has expired: Runtime broken and abandoned upstream devel/rubygem-fog-brightbox|net/rubygem-fog-brightbox|2015-08-19|Move to a better place +www/ompload||2015-08-20|Has expired: omploader.org is down for many years +devel/ocaml-equeue|www/ocaml-net|2015-08-20|Has expired: Superseded by www/ocaml-net 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 diff --git a/www/Makefile b/www/Makefile index 202fcbed37ac..ba983383d018 100644 --- a/www/Makefile +++ b/www/Makefile @@ -573,7 +573,6 @@ SUBDIR += ocsigen SUBDIR += offline-npm SUBDIR += ojs2 - SUBDIR += ompload SUBDIR += opencart SUBDIR += openxmldir SUBDIR += opera diff --git a/www/ompload/Makefile b/www/ompload/Makefile deleted file mode 100644 index 6196fbc5f253..000000000000 --- a/www/ompload/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Philippe Pepiot -# $FreeBSD$ - -PORTNAME= ompload -PORTVERSION= 20100913 -CATEGORIES= www -MASTER_SITES= http://philpep.org/pub/ \ - http://home.bluelife.at/ports/distfiles/ -EXTRACT_SUFX= -EXTRACT_ONLY= - -MAINTAINER= phil@philpep.org -COMMENT= Upload files to omploader.org - -DEPRECATED= omploader.org is down for many years -EXPIRATION_DATE= 2015-08-20 -RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl - -USE_RUBY= yes -USE_RUBY_FEATURES= iconv - -NO_MAN= yes -NO_WRKSUBDIR= yes -NO_BUILD= yes - -PLIST_FILES= bin/ompload - -do-install: - ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/ompload - -.include <bsd.port.mk> diff --git a/www/ompload/distinfo b/www/ompload/distinfo deleted file mode 100644 index bcf031e5ae30..000000000000 --- a/www/ompload/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ompload-20100913) = a7984942d4259eab985c278d16ed05b2ba8d149a84fe27fcca2c9514d34599d3 -SIZE (ompload-20100913) = 4473 diff --git a/www/ompload/pkg-descr b/www/ompload/pkg-descr deleted file mode 100644 index 58aa03f22834..000000000000 --- a/www/ompload/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -Ruby script for upload files on omploader.org -WWW: http://omploader.org/ompload |