diff options
author | jschauma <jschauma> | 2002-06-20 15:50:03 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-06-20 15:50:03 +0000 |
commit | c2de4e47675e93d99239e985b410bd0234c0afa7 (patch) | |
tree | 7d7023c8cff875ed20fafeb9536772d5e9517f33 /lang | |
parent | 80949c1b146773c09aebe0031f1bdea934313d12 (diff) | |
download | pkgsrc-c2de4e47675e93d99239e985b410bd0234c0afa7.tar.gz |
Package obsoleted since inclusion in ocaml 3.04.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/camlp4/DESCR | 16 | ||||
-rw-r--r-- | lang/camlp4/Makefile | 40 | ||||
-rw-r--r-- | lang/camlp4/PLIST | 74 | ||||
-rw-r--r-- | lang/camlp4/PLIST.opt | 10 | ||||
-rw-r--r-- | lang/camlp4/distinfo | 5 | ||||
-rw-r--r-- | lang/camlp4/files/config-answers | 3 | ||||
-rw-r--r-- | lang/camlp4/patches/patch-aa | 63 |
7 files changed, 0 insertions, 211 deletions
diff --git a/lang/camlp4/DESCR b/lang/camlp4/DESCR deleted file mode 100644 index 512188c3cd2..00000000000 --- a/lang/camlp4/DESCR +++ /dev/null @@ -1,16 +0,0 @@ -Camlp4 is a Pre-Processor-Pretty-Printer for Objective Caml. It offers tools -for syntax (grammars) and the ability to modify the concrete syntax of the -language (quotations, syntax extensions). - -The Objective Caml compiler has a special option "-pp", allowing to call -any preprocessor. If Camlp4 is used, the parsing is done (only once) by -Camlp4, and the Objective Caml compiler resumes the rest of the compilation -(typing, code generation). - -Camlp4 can parse normal Ocaml concrete syntax or any other user-definable -syntax. As an example, an alternative syntax is provided, named revised, -because it tries to fix some small problems of the normal syntax. - -Camlp4 can pretty print the normal Ocaml concrete syntax or the revised one. -It is therefore always possible to have a version of your sources -compilable by the compiler Objective Caml without preprocessing. diff --git a/lang/camlp4/Makefile b/lang/camlp4/Makefile deleted file mode 100644 index f2bcf59a6b8..00000000000 --- a/lang/camlp4/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2001/12/19 21:52:49 agc Exp $ -# - -DISTNAME= camlp4-3.01.6 -CATEGORIES= lang -MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/ - -MAINTAINER= wulf@netbsd.org -HOMEPAGE= http://caml.inria.fr/camlp4/ -COMMENT= Camlp4 is a Pre-Processor-Pretty-Printer for Objective Caml - -DEPENDS+= ocaml-3.01:../ocaml - -USE_GMAKE= yes - -ALL_TARGET= world -PLIST_SRC= ${WRKDIR}/PLIST - -do-configure: - ${SED} -e 's|\$${PREFIX}|${PREFIX}|g' < ${FILESDIR}/config-answers | (cd ${WRKSRC} && ./configure) - -pre-build: - if ! ${TEST} -x ${LOCALBASE}/bin/ocamlc.opt; then \ - ${ECHO} "No optimized ocaml binaries found"; \ - cd ${WRKSRC}/config; \ - ${MV} Makefile Makefile.orig; \ - ${SED} -e "s/\.opt//g" Makefile.orig > Makefile; \ - fi - -pre-install: - if ${TEST} -x ${LOCALBASE}/bin/ocamlopt; then \ - cd ${WRKSRC}; \ - ${GMAKE} opt; \ - ${CAT} ${PKGDIR}/PLIST.opt > ${PLIST_SRC}; \ - ${CAT} ${PKGDIR}/PLIST >> ${PLIST_SRC}; \ - else \ - ${CAT} ${PKGDIR}/PLIST > ${PLIST_SRC}; \ - fi - -.include "../../mk/bsd.pkg.mk" diff --git a/lang/camlp4/PLIST b/lang/camlp4/PLIST deleted file mode 100644 index b32acc415d1..00000000000 --- a/lang/camlp4/PLIST +++ /dev/null @@ -1,74 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:22:52 zuntum Exp $ -bin/camlp4 -bin/camlp4o -bin/camlp4r -bin/mkcamlp4 -bin/ocpp -bin/odyl -lib/camlp4/ast2pt.cmi -lib/camlp4/camlp4.cma -lib/camlp4/camlp4_top.cma -lib/camlp4/camlp4o.cma -lib/camlp4/camlp4r.cma -lib/camlp4/crc.cmo -lib/camlp4/extfun.cmi -lib/camlp4/extfun.mli -lib/camlp4/fstream.cmi -lib/camlp4/fstream.mli -lib/camlp4/gramext.cmi -lib/camlp4/gramext.mli -lib/camlp4/gramlib.cma -lib/camlp4/grammar.cmi -lib/camlp4/grammar.mli -lib/camlp4/lib.sml -lib/camlp4/mLast.cmi -lib/camlp4/mLast.mli -lib/camlp4/ocpp.cmo -lib/camlp4/odyl.cma -lib/camlp4/odyl.cmo -lib/camlp4/pa_extend.cmo -lib/camlp4/pa_extend_m.cmo -lib/camlp4/pa_extfun.cmo -lib/camlp4/pa_format.cmo -lib/camlp4/pa_fstream.cmo -lib/camlp4/pa_ifdef.cmi -lib/camlp4/pa_ifdef.cmo -lib/camlp4/pa_lisp.cmo -lib/camlp4/pa_o.cmi -lib/camlp4/pa_o.cmo -lib/camlp4/pa_olabl.cmo -lib/camlp4/pa_oop.cmo -lib/camlp4/pa_op.cmo -lib/camlp4/pa_r.cmo -lib/camlp4/pa_rp.cmo -lib/camlp4/pa_ru.cmo -lib/camlp4/pa_sml.cmo -lib/camlp4/pcaml.cmi -lib/camlp4/pcaml.mli -lib/camlp4/plexer.cmi -lib/camlp4/plexer.mli -lib/camlp4/pr_depend.cmo -lib/camlp4/pr_dump.cmo -lib/camlp4/pr_extend.cmo -lib/camlp4/pr_extfun.cmo -lib/camlp4/pr_null.cmo -lib/camlp4/pr_o.cmo -lib/camlp4/pr_op.cmo -lib/camlp4/pr_r.cmo -lib/camlp4/pr_rp.cmo -lib/camlp4/q_MLast.cmo -lib/camlp4/q_phony.cmo -lib/camlp4/quotation.cmi -lib/camlp4/quotation.mli -lib/camlp4/spretty.cmi -lib/camlp4/spretty.mli -lib/camlp4/stdpp.cmi -lib/camlp4/stdpp.mli -lib/camlp4/token.cmi -lib/camlp4/token.mli -man/man1/camlp4.1 -man/man1/camlp4o.1 -man/man1/camlp4r.1 -man/man1/mkcamlp4.1 -man/man1/ocpp.1 -@dirrm lib/camlp4 diff --git a/lang/camlp4/PLIST.opt b/lang/camlp4/PLIST.opt deleted file mode 100644 index 5e3666a8607..00000000000 --- a/lang/camlp4/PLIST.opt +++ /dev/null @@ -1,10 +0,0 @@ -@comment $NetBSD: PLIST.opt,v 1.1 2001/11/01 00:32:23 zuntum Exp $ -lib/camlp4/extfun.cmx -lib/camlp4/fstream.cmx -lib/camlp4/gramext.cmx -lib/camlp4/gramlib.a -lib/camlp4/gramlib.cmxa -lib/camlp4/grammar.cmx -lib/camlp4/plexer.cmx -lib/camlp4/stdpp.cmx -lib/camlp4/token.cmx diff --git a/lang/camlp4/distinfo b/lang/camlp4/distinfo deleted file mode 100644 index 9e04c3257a2..00000000000 --- a/lang/camlp4/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2001/07/15 14:44:39 wulf Exp $ - -SHA1 (camlp4-3.01.6.tar.gz) = d72245a4851a439cbfad7ecab8957f62baadc23e -Size (camlp4-3.01.6.tar.gz) = 246135 bytes -SHA1 (patch-aa) = f2b31fea439de6337881fbef7744feeaf706a349 diff --git a/lang/camlp4/files/config-answers b/lang/camlp4/files/config-answers deleted file mode 100644 index 12614b255ad..00000000000 --- a/lang/camlp4/files/config-answers +++ /dev/null @@ -1,3 +0,0 @@ -${PREFIX}/bin -${PREFIX}/lib/camlp4 -${PREFIX}/man/man1 diff --git a/lang/camlp4/patches/patch-aa b/lang/camlp4/patches/patch-aa deleted file mode 100644 index 125bb4e2c23..00000000000 --- a/lang/camlp4/patches/patch-aa +++ /dev/null @@ -1,63 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2001/07/13 16:20:57 wulf Exp $ - ---- configure.orig Thu Jun 21 18:10:06 2001 -+++ configure Fri Jun 29 08:15:08 2001 -@@ -1,8 +1,5 @@ - #!/bin/sh - --BINDIR=/usr/local/bin --LIBDIR=/usr/local/lib/camlp4 --MANDIR=/usr/local/man/man1 - OPT=.opt - - abort () -@@ -83,23 +80,32 @@ - OPT= - fi - --echo --echo "The compilation process creates executable files." --echo "Please tell me where to install them." --askfor "Directory for executables" $BINDIR --BINDIR=$r -- --echo --echo "The compilation process creates some library files." --echo "Please tell me where to install them." --askfor "Directory for library" $LIBDIR --LIBDIR=$r -- --echo --echo "The system has some manual pages." --echo "Please tell me where to install them." --askfor "Directory for manual pages" $MANDIR --MANDIR=$r -+if test ${PREFIX}; then -+ BINDIR=${PREFIX}/bin -+ LIBDIR=${PREFIX}/lib/camlp4 -+ MANDIR=${PREFIX}/man/man1 -+else -+ BINDIR=/usr/local/bin -+ LIBDIR=/usr/local/lib/camlp4 -+ MANDIR=/usr/local/man/man1 -+ -+ echo -+ echo "The compilation process creates executable files." -+ echo "Please tell me where to install them." -+ askfor "Directory for executables" $BINDIR -+ BINDIR=$r -+ echo -+ echo "The compilation process creates some library files." -+ echo "Please tell me where to install them." -+ askfor "Directory for library" $LIBDIR -+ LIBDIR=$r -+ -+ echo -+ echo "The system has some manual pages." -+ echo "Please tell me where to install them." -+ askfor "Directory for manual pages" $MANDIR -+ MANDIR=$r -+fi - - ( - echo OTOP=../ocaml_stuff |