[30977] trunk/dports/lang
source_changes at macosforge.org
source_changes at macosforge.org
Mon Nov 12 14:41:23 PST 2007
Revision: 30977
http://trac.macosforge.org/projects/macports/changeset/30977
Author: milosh at macports.org
Date: 2007-11-12 14:41:22 -0800 (Mon, 12 Nov 2007)
Log Message:
-----------
New port camlp5 (from #13266)
Added Paths:
-----------
trunk/dports/lang/camlp5/
trunk/dports/lang/camlp5/Portfile
Added: trunk/dports/lang/camlp5/Portfile
===================================================================
--- trunk/dports/lang/camlp5/Portfile (rev 0)
+++ trunk/dports/lang/camlp5/Portfile 2007-11-12 22:41:22 UTC (rev 30977)
@@ -0,0 +1,29 @@
+# $Id:$
+
+PortSystem 1.0
+
+name camlp5
+version 5.02
+categories lang
+platforms darwin
+description Camlp5 is a preprocessor-pretty-printer of OCaml.
+long_description Camlp5 is a preprocessor and pretty-printer for \
+ OCaml programs. It also provides parsing and printing tools. \
+ As a preprocessor, it allows to: extend the syntax of OCaml, \
+ redefine the whole syntax of the language. As a pretty printer, \
+ it allows to: display OCaml programs in an elegant way, convert \
+ from one syntax to another, check the results of syntax \
+ extensions. Camlp5 also provides some parsing and pretty \
+ printing tools: extensible grammars, extensible printers, \
+ stream parsers and lexers pretty print module. It works as a \
+ shell command and can also be used in the OCaml toplevel.
+
+maintainers nomaintainer
+homepage http://pauillac.inria.fr/~ddr/camlp5/
+master_sites http://pauillac.inria.fr/~ddr/camlp5/distrib/src/
+extract.suffix .tgz
+depends_build port:ocaml
+configure.pre_args --prefix "${prefix}" --mandir "${prefix}/share/man"
+build.target world.opt
+checksums md5 aaaf513bf670063111433f765ba0a882
+
Property changes on: trunk/dports/lang/camlp5/Portfile
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071112/73bc0c53/attachment.html
More information about the macports-changes
mailing list