[84566] trunk/dports/textproc
mww at macports.org
mww at macports.org
Wed Sep 28 04:51:15 PDT 2011
Revision: 84566
http://trac.macports.org/changeset/84566
Author: mww at macports.org
Date: 2011-09-28 04:51:12 -0700 (Wed, 28 Sep 2011)
Log Message:
-----------
new port textproc/tyxml
Added Paths:
-----------
trunk/dports/textproc/tyxml/
trunk/dports/textproc/tyxml/Portfile
trunk/dports/textproc/tyxml/files/
trunk/dports/textproc/tyxml/files/patch-Makefile.diff
Added: trunk/dports/textproc/tyxml/Portfile
===================================================================
--- trunk/dports/textproc/tyxml/Portfile (rev 0)
+++ trunk/dports/textproc/tyxml/Portfile 2011-09-28 11:51:12 UTC (rev 84566)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+
+name tyxml
+version 2.0
+categories textproc devel ml
+platforms darwin
+maintainers mww openmaintainer
+license LGPL-2.1
+description OCaml library to generate XML output using static typing
+long_description Tyxml is a library that makes it almost impossible for \
+ your OCaml programs to generate wrong XML ouput, using \
+ static typing. Modules exist for XHTML1, HTML5 and SVG.
+
+homepage http://git.et.redhat.com/?p=ocaml-ancient.git
+master_sites http://ocsigen.org/download/
+
+checksums md5 fd1dd5222ef97c9602fbd2dac7b340e3 \
+ sha1 717a493b6d340a94f87a8509b7b07381007499c4 \
+ rmd160 d4442b89421428caf20c3a2c28056fdf44697b7d
+
+patchfiles patch-Makefile.diff
+
+depends_lib port:ocaml port:caml-findlib port:ocamlduce
+
+use_configure no
+
+use_parallel_build no
+
+pre-destroot { xinstall -m 755 -d ${destroot}${prefix}/lib/ocaml/site-lib }
+destroot.args SITELIB=${prefix}/lib/ocaml/site-lib
Property changes on: trunk/dports/textproc/tyxml/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: trunk/dports/textproc/tyxml/files/patch-Makefile.diff
===================================================================
--- trunk/dports/textproc/tyxml/files/patch-Makefile.diff (rev 0)
+++ trunk/dports/textproc/tyxml/files/patch-Makefile.diff 2011-09-28 11:51:12 UTC (rev 84566)
@@ -0,0 +1,11 @@
+--- Makefile 2011-09-20 22:25:07.000000000 +0200
++++ Makefile 2011-09-28 13:21:50.000000000 +0200
+@@ -43,7 +43,7 @@
+ $< > $@
+
+ install:
+- $(OCAMLFIND) install ${PACKAGENAME} \
++ $(OCAMLFIND) install ${PACKAGENAME} -destdir $(DESTDIR)$(SITELIB) -ldconf ignore \
+ -patch-version ${VERSION} \
+ META ${INTF} ${IMPL} ${NATIMPL} \
+ ${MLI_TO_INSTALL}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110928/a4dd71ca/attachment.html>
More information about the macports-changes
mailing list