From 667b0fceaca8762ab21a4e6e2dd1006b4ee9b1b0 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 27 May 2004 22:26:55 +0000 Subject: [PATCH] Remove this broken port. From the message from maintainer: The author of this software told me it will no longer be updated, and it does not work with the current version of ocaml. Therefore, please delete it. PR: ports/67272 Submitted by: Kim Scarborough (maintainer) --- MOVED | 1 + devel/Makefile | 1 - devel/camlp4/Makefile | 53 -------------- devel/camlp4/distinfo | 10 --- devel/camlp4/pkg-descr | 5 -- devel/camlp4/pkg-plist | 157 ----------------------------------------- 6 files changed, 1 insertion(+), 226 deletions(-) delete mode 100644 devel/camlp4/Makefile delete mode 100644 devel/camlp4/distinfo delete mode 100644 devel/camlp4/pkg-descr delete mode 100644 devel/camlp4/pkg-plist diff --git a/MOVED b/MOVED index 2f7e4532a04f..caeb28175fbd 100644 --- a/MOVED +++ b/MOVED @@ -1089,3 +1089,4 @@ audio/traymp|audio/gmpc|2004-05-16|project renamed security/avmailgate||2004-05-18|removed due to licensing concerns databases/postgresql-client|databases/postgresql7|2004-05-25|Remove the -client port because of dependencies problem deskutils/logjam2|deskutils/logjam|2004-05-26|GTK2 logjam is now default +devel/camlp4||2004-05-27|removed, no longer works, no longer developed diff --git a/devel/Makefile b/devel/Makefile index 8d2712b97291..e5d4124779a9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -99,7 +99,6 @@ SUBDIR += c_c++_reference SUBDIR += c_parser SUBDIR += calibrator - SUBDIR += camlp4 SUBDIR += cbrowser SUBDIR += cc65 SUBDIR += ccache diff --git a/devel/camlp4/Makefile b/devel/camlp4/Makefile deleted file mode 100644 index cc462319b6ae..000000000000 --- a/devel/camlp4/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: camlp4 -# Date created: 12 July 2000 -# Whom: Kim Scarborough -# -# $FreeBSD$ -# - -PORTNAME= camlp4 -PORTVERSION= 3.06 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/ \ - http://cristal.inria.fr/~ddr/Camlp4/ftp/ \ - http://www.unknown.nu/ports/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-manual.html${EXTRACT_SUFX} \ - ${DISTNAME}-tutorial.html${EXTRACT_SUFX} - -MAINTAINER= user@unknown.nu -COMMENT= Pre-Processor-Pretty-Printer for Objective Caml - -BUILD_DEPENDS= ocamlc.opt:${PORTSDIR}/lang/ocaml - -HAS_CONFIGURE= yes -ALL_TARGET= world bootstrap opt - -MAN1= camlp4.1 -MLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4o.opt.1 \ - camlp4.1 camlp4r.1 camlp4.1 camlp4r.opt.1 \ - camlp4.1 mkcamlp4.1 camlp4.1 ocpp.1 - -CONFIGURE_ARGS= --prefix ${PREFIX} - -BROKEN= "Does not compile" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -.if !defined(NOPORTDOCS) -DOCFILES= ${DISTNAME}-manual.html${EXTRACT_SUFX} ${DISTNAME}-manual.ps.gz \ - ${DISTNAME}-tutorial.html${EXTRACT_SUFX} ${DISTNAME}-tutorial.ps.gz -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/html/manual/lib - @${MKDIR} ${DOCSDIR}/html/tutorial - @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}-manual.html/lib/* ${DOCSDIR}/html/manual/lib/ - @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}-manual.html/[c-im-p]* ${DOCSDIR}/html/manual/ - @${INSTALL_DATA} ${WRKDIR}/${DISTNAME}-tutorial.html/* ${DOCSDIR}/html/tutorial/ - @${INSTALL_DATA} ${DISTDIR}/${DISTNAME}-manual.ps.gz ${DOCSDIR}/ - @${INSTALL_DATA} ${DISTDIR}/${DISTNAME}-tutorial.ps.gz ${DOCSDIR}/ -.endif - -.include diff --git a/devel/camlp4/distinfo b/devel/camlp4/distinfo deleted file mode 100644 index 1328898568d5..000000000000 --- a/devel/camlp4/distinfo +++ /dev/null @@ -1,10 +0,0 @@ -MD5 (camlp4-3.06.tar.gz) = 4f0bd2797a76162c5b75ed961bd13e5e -SIZE (camlp4-3.06.tar.gz) = 306331 -MD5 (camlp4-3.06-manual.html.tar.gz) = 21370bae4e7f6435b38aeb21db7ce8bb -SIZE (camlp4-3.06-manual.html.tar.gz) = 40920 -MD5 (camlp4-3.06-manual.ps.gz) = 9e63aa74f8632e421a503693e732473a -SIZE (camlp4-3.06-manual.ps.gz) = 103119 -MD5 (camlp4-3.06-tutorial.html.tar.gz) = 96d8eb4ca5abd58c9a280ba59f73b192 -SIZE (camlp4-3.06-tutorial.html.tar.gz) = 40230 -MD5 (camlp4-3.06-tutorial.ps.gz) = 2542e23effc18a75669b6e923eef9082 -SIZE (camlp4-3.06-tutorial.ps.gz) = 126386 diff --git a/devel/camlp4/pkg-descr b/devel/camlp4/pkg-descr deleted file mode 100644 index f9d769dc2d03..000000000000 --- a/devel/camlp4/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Camlp4 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers -syntactic library tools and the ability to extend and/or redefine the -concrete syntax of Objective Caml. - -WWW: http://caml.inria.fr/camlp4/ diff --git a/devel/camlp4/pkg-plist b/devel/camlp4/pkg-plist deleted file mode 100644 index 1fd793a45a0f..000000000000 --- a/devel/camlp4/pkg-plist +++ /dev/null @@ -1,157 +0,0 @@ -bin/camlp4 -bin/camlp4r -bin/camlp4sch -bin/camlp4o -bin/mkcamlp4 -bin/ocpp -lib/ocaml/camlp4/odyl.cma -lib/ocaml/camlp4/odyl.cmo -lib/ocaml/camlp4/spretty.mli -lib/ocaml/camlp4/pcaml.mli -lib/ocaml/camlp4/ast2pt.mli -lib/ocaml/camlp4/quotation.mli -lib/ocaml/camlp4/mLast.mli -lib/ocaml/camlp4/spretty.cmi -lib/ocaml/camlp4/pcaml.cmi -lib/ocaml/camlp4/ast2pt.cmi -lib/ocaml/camlp4/quotation.cmi -lib/ocaml/camlp4/mLast.cmi -lib/ocaml/camlp4/camlp4.cma -lib/ocaml/camlp4/pa_extend.cmo -lib/ocaml/camlp4/pa_ifdef.cmo -lib/ocaml/camlp4/pa_extend_m.cmo -lib/ocaml/camlp4/pr_dump.cmo -lib/ocaml/camlp4/pa_rp.cmo -lib/ocaml/camlp4/pa_r.cmo -lib/ocaml/camlp4/q_MLast.cmo -lib/ocaml/camlp4/pa_extend.cmi -lib/ocaml/camlp4/pa_ifdef.cmi -lib/ocaml/camlp4/q_phony.cmo -lib/ocaml/camlp4/pr_null.cmo -lib/ocaml/camlp4/pr_extfun.cmo -lib/ocaml/camlp4/pr_extend.cmo -lib/ocaml/camlp4/pr_op.cmo -lib/ocaml/camlp4/pr_o.cmo -lib/ocaml/camlp4/pr_rp.cmo -lib/ocaml/camlp4/pr_r.cmo -lib/ocaml/camlp4/pa_lefteval.cmo -lib/ocaml/camlp4/pa_fstream.cmo -lib/ocaml/camlp4/pa_extfun.cmo -lib/ocaml/camlp4/pa_extfold.cmo -lib/ocaml/camlp4/pa_scheme.cmo -lib/ocaml/camlp4/pa_lisp.cmo -lib/ocaml/camlp4/pa_sml.cmo -lib/ocaml/camlp4/pa_olabl.cmo -lib/ocaml/camlp4/pa_format.cmo -lib/ocaml/camlp4/pa_ru.cmo -lib/ocaml/camlp4/pa_oop.cmo -lib/ocaml/camlp4/pa_op.cmo -lib/ocaml/camlp4/pa_o.cmo -lib/ocaml/camlp4/pr_depend.cmo -lib/ocaml/camlp4/pa_o.cmi -lib/ocaml/camlp4/lib.sml -lib/ocaml/camlp4/crc.cmo -lib/ocaml/camlp4/camlp4_top.cma -lib/ocaml/camlp4/camlp4sch.cma -lib/ocaml/camlp4/camlp4r.cma -lib/ocaml/camlp4/camlp4o.cma -lib/ocaml/camlp4/ocpp.cmo -lib/ocaml/camlp4/gramlib.cma -lib/ocaml/camlp4/stdpp.mli -lib/ocaml/camlp4/plexer.mli -lib/ocaml/camlp4/grammar.mli -lib/ocaml/camlp4/gramext.mli -lib/ocaml/camlp4/fstream.mli -lib/ocaml/camlp4/extfun.mli -lib/ocaml/camlp4/extfold.mli -lib/ocaml/camlp4/token.mli -lib/ocaml/camlp4/extfold.cmi -lib/ocaml/camlp4/stdpp.cmi -lib/ocaml/camlp4/plexer.cmi -lib/ocaml/camlp4/grammar.cmi -lib/ocaml/camlp4/gramext.cmi -lib/ocaml/camlp4/fstream.cmi -lib/ocaml/camlp4/extfun.cmi -lib/ocaml/camlp4/token.cmi -lib/ocaml/camlp4/gramlib.cmxa -lib/ocaml/camlp4/stdpp.cmx -lib/ocaml/camlp4/plexer.cmx -lib/ocaml/camlp4/grammar.cmx -lib/ocaml/camlp4/gramext.cmx -lib/ocaml/camlp4/fstream.cmx -lib/ocaml/camlp4/extfun.cmx -lib/ocaml/camlp4/extfold.cmx -lib/ocaml/camlp4/token.cmx -lib/ocaml/camlp4/gramlib.a -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Extfun.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Grammar.Entry.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Grammar.GLexerType.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Grammar.GMake.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Grammar.S.Entry.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Grammar.S.Unsafe.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Grammar.S.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Grammar.Unsafe.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Grammar.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Pcaml.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Plexer.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Quotation.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Stdpp.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/Token.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/index.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/index_attributes.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/index_class_types.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/index_classes.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/style.css -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/index_exceptions.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/index_methods.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/index_module_types.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/index_modules.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/index_types.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/index_values.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Extfun.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Grammar.Entry.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Grammar.GLexerType.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Grammar.GMake.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Grammar.S.Entry.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Grammar.S.Unsafe.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Grammar.S.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Grammar.Unsafe.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Grammar.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Pcaml.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Plexer.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Quotation.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Stdpp.html -%%PORTDOCS%%share/doc/camlp4/html/manual/lib/type_Token.html -%%PORTDOCS%%share/doc/camlp4/html/manual/contents_motif.gif -%%PORTDOCS%%share/doc/camlp4/html/manual/index.html -%%PORTDOCS%%share/doc/camlp4/html/manual/manual001.html -%%PORTDOCS%%share/doc/camlp4/html/manual/manual002.html -%%PORTDOCS%%share/doc/camlp4/html/manual/manual003.html -%%PORTDOCS%%share/doc/camlp4/html/manual/manual004.html -%%PORTDOCS%%share/doc/camlp4/html/manual/manual005.html -%%PORTDOCS%%share/doc/camlp4/html/manual/manual006.html -%%PORTDOCS%%share/doc/camlp4/html/manual/manual007.html -%%PORTDOCS%%share/doc/camlp4/html/manual/manual008.html -%%PORTDOCS%%share/doc/camlp4/html/manual/manual009.html -%%PORTDOCS%%share/doc/camlp4/html/manual/manual010.html -%%PORTDOCS%%share/doc/camlp4/html/manual/next_motif.gif -%%PORTDOCS%%share/doc/camlp4/html/manual/previous_motif.gif -%%PORTDOCS%%share/doc/camlp4/html/tutorial/contents_motif.gif -%%PORTDOCS%%share/doc/camlp4/html/tutorial/index.html -%%PORTDOCS%%share/doc/camlp4/html/tutorial/next_motif.gif -%%PORTDOCS%%share/doc/camlp4/html/tutorial/previous_motif.gif -%%PORTDOCS%%share/doc/camlp4/html/tutorial/tutorial001.html -%%PORTDOCS%%share/doc/camlp4/html/tutorial/tutorial002.html -%%PORTDOCS%%share/doc/camlp4/html/tutorial/tutorial003.html -%%PORTDOCS%%share/doc/camlp4/html/tutorial/tutorial004.html -%%PORTDOCS%%share/doc/camlp4/html/tutorial/tutorial005.html -%%PORTDOCS%%share/doc/camlp4/html/tutorial/tutorial006.html -%%PORTDOCS%%share/doc/camlp4/html/tutorial/tutorial007.html -%%PORTDOCS%%share/doc/camlp4/html/tutorial/tutorial008.html -%%PORTDOCS%%share/doc/camlp4/camlp4-3.06-manual.ps.gz -%%PORTDOCS%%share/doc/camlp4/camlp4-3.06-tutorial.ps.gz -%%PORTDOCS%%@dirrm share/doc/camlp4/html/manual/lib -%%PORTDOCS%%@dirrm share/doc/camlp4/html/manual -%%PORTDOCS%%@dirrm share/doc/camlp4/html/tutorial -%%PORTDOCS%%@dirrm share/doc/camlp4/html -%%PORTDOCS%%@dirrm share/doc/camlp4