diff options
author | tonio <tonio@pkgsrc.org> | 2008-06-21 06:37:52 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2008-06-21 06:37:52 +0000 |
commit | 97472fceea5acdd68a5880833e744ed062368450 (patch) | |
tree | f7c043edc1db9975c3760f1923463bdc4bf5bb73 | |
parent | cd1a5b7db58ca4ba4f38b0d2159f07d5b42ea844 (diff) | |
download | pkgsrc-97472fceea5acdd68a5880833e744ed062368450.tar.gz |
Update lang/camlp5 to 5.09
Changes:
* [05 Jun 08] Changed all '#!/bin/bash" in shells scripts into '#!/bin/sh'
and changed all $(...) into `...` because there are compatibilities
problems according to Unix versions.
* [31 Mar 08] Fixed bug: "let f ~_x () = ()" generated syntax error.
* [31 Mar 08] Fixed bug: "x $ y" generated syntax error (normal syntax).
* [02 Jan 08] Added compatibility with OCaml 3.10.3.
-rw-r--r-- | lang/camlp5/Makefile | 5 | ||||
-rw-r--r-- | lang/camlp5/PLIST | 4 | ||||
-rw-r--r-- | lang/camlp5/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/lang/camlp5/Makefile b/lang/camlp5/Makefile index 1178a5f81ff..a329f7b282b 100644 --- a/lang/camlp5/Makefile +++ b/lang/camlp5/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2008/06/20 01:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/21 06:37:52 tonio Exp $ # -DISTNAME= camlp5-5.08 -PKGREVISION= 1 +DISTNAME= camlp5-5.09 CATEGORIES= lang MASTER_SITES= http://pauillac.inria.fr/~ddr/camlp5/distrib/src/ EXTRACT_SUFX= .tgz diff --git a/lang/camlp5/PLIST b/lang/camlp5/PLIST index 6c3e2e2ab21..5f1092e7c6b 100644 --- a/lang/camlp5/PLIST +++ b/lang/camlp5/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2008/06/16 14:08:07 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2008/06/21 06:37:52 tonio Exp $ bin/camlp5 bin/camlp5o bin/camlp5r bin/camlp5sch bin/mkcamlp5 bin/ocpp5 +bin/mkcamlp5 lib/ocaml/camlp5/ast2pt.cmi lib/ocaml/camlp5/ast2pt.mli lib/ocaml/camlp5/camlp5.cma @@ -64,6 +65,7 @@ lib/ocaml/camlp5/pa_oop.cmo lib/ocaml/camlp5/pa_oop.o lib/ocaml/camlp5/pa_op.cmo lib/ocaml/camlp5/pa_op.o +lib/ocaml/camlp5/pa_o_fast.o lib/ocaml/camlp5/pa_pprintf.cmo lib/ocaml/camlp5/pa_pprintf.o lib/ocaml/camlp5/pa_pragma.cmo diff --git a/lang/camlp5/distinfo b/lang/camlp5/distinfo index 87a41ad0757..43988873115 100644 --- a/lang/camlp5/distinfo +++ b/lang/camlp5/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2008/04/27 10:44:28 tonio Exp $ +$NetBSD: distinfo,v 1.3 2008/06/21 06:37:52 tonio Exp $ -SHA1 (camlp5-5.08.tgz) = 1ceb0a26dfa33de764a6361ed83595d76cfa47c0 -RMD160 (camlp5-5.08.tgz) = 6212b56e21f8d9fed8ce17463ca237526430ad5a -Size (camlp5-5.08.tgz) = 645774 bytes +SHA1 (camlp5-5.09.tgz) = 6d65b8f956d79db3b321066e776b8cec27a0fe50 +RMD160 (camlp5-5.09.tgz) = 2f5f63bcb0a1102853ebbd7edbf3db5947d3e7b9 +Size (camlp5-5.09.tgz) = 653949 bytes |