camlp5 stable port information

Package: camlp5
Description: Preprocessor-pretty-printer of ocaml
DescDetail: <<
Camlp5 is a preprocessor-pretty-printer of ocaml.
It is the continuation of the classical camlp4 with new features.
It is compatible with OCaml versions from 3.08.1 to 3.11 included.

The current distributed version is 4.07 (released 2007-08-04).
<<
Version: 5.08
Revision: 1
Homepage: http://pauillac.inria.fr/~ddr/camlp5/
Maintainer: Jesse Alama
Source: http://pauillac.inria.fr/~ddr/camlp5/distrib/src/%n-%v.tgz
Source-MD5: 61f617f11eedb26ad8607fe21413f920
Depends: ocaml (>= 3.08)
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
CompileScript: <<
./configure
make world.opt
<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: CHANGES DEVEL ICHANGES LICENSE README UPGRADING
License: OSI-Approved

camlp5 stable port .patch

diff -Naur --exclude='*~' camlp5-5.08/configure camlp5-5.08.fink/configure
--- camlp5-5.08/configure 2007-12-03 17:40:09.000000000 -0800
+++ camlp5-5.08.fink/configure 2008-02-20 16:06:53.000000000 -0800
@@ -1,10 +1,10 @@
#!/bin/bash
# $Id: configure 1611 2007-12-04 01:40:09Z deraugla $

-prefix=''
-bindir=''
-libdir=''
-mandir=''
+prefix='@PREFIX@'
+bindir='@PREFIX@/bin'
+libdir='@PREFIX@/lib/ocaml'
+mandir='@PREFIX@/share/man'
mode=T
name=camlp5

camlp5 _unstable_ port information

Package: camlp5
Description: Preprocessor-pretty-printer of ocaml
DescDetail: <<
Camlp5 is a preprocessor-pretty-printer of ocaml.
It is the continuation of the classical camlp4 with new features.
It is compatible with OCaml versions from 3.08.1 to 3.11 included.

The current distributed version is 4.07 (released 2007-08-04).
<<
Version: 5.08
Revision: 1
Homepage: http://pauillac.inria.fr/~ddr/camlp5/
Maintainer: Jesse Alama
Source: http://pauillac.inria.fr/~ddr/camlp5/distrib/src/%n-%v.tgz
Source-MD5: 61f617f11eedb26ad8607fe21413f920
Depends: ocaml (>= 3.08)
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
CompileScript: <<
./configure
make world.opt
<<
InstallScript: <<
make install DESTDIR=%d
<<
DocFiles: CHANGES DEVEL ICHANGES LICENSE README UPGRADING
License: OSI-Approved

camlp5 _unstable_ port .patch

diff -Naur --exclude='*~' camlp5-5.08/configure camlp5-5.08.fink/configure
--- camlp5-5.08/configure 2007-12-03 17:40:09.000000000 -0800
+++ camlp5-5.08.fink/configure 2008-02-20 16:06:53.000000000 -0800
@@ -1,10 +1,10 @@
#!/bin/bash
# $Id: configure 1611 2007-12-04 01:40:09Z deraugla $

-prefix=''
-bindir=''
-libdir=''
-mandir=''
+prefix='@PREFIX@'
+bindir='@PREFIX@/bin'
+libdir='@PREFIX@/lib/ocaml'
+mandir='@PREFIX@/share/man'
mode=T
name=camlp5