[95008] trunk/dports/devel/caml-ansicolor/Portfile
Revision: 95008 https://trac.macports.org/changeset/95008 Author: mww@macports.org Date: 2012-07-03 12:18:42 -0700 (Tue, 03 Jul 2012) Log Message: ----------- caml-ansicolor: make obsolete Modified Paths: -------------- trunk/dports/devel/caml-ansicolor/Portfile Modified: trunk/dports/devel/caml-ansicolor/Portfile =================================================================== --- trunk/dports/devel/caml-ansicolor/Portfile 2012-07-03 19:17:11 UTC (rev 95007) +++ trunk/dports/devel/caml-ansicolor/Portfile 2012-07-03 19:18:42 UTC (rev 95008) @@ -1,43 +1,11 @@ # $Id$ PortSystem 1.0 +replaced_by ocaml-ansiterminal +PortGroup obsolete 1.0 name caml-ansicolor version 0.3 +revision 1 categories devel ml -maintainers nomaintainer -description OCaml bindings for ANSI colors and cursor movements -long_description ${description} -homepage http://math.umh.ac.be/an/software.php -platforms darwin -master_sites http://w3.umh.ac.be/pub/ftp_san/ - -distname ANSITerminal-${version} -use_bzip2 yes - -depends_lib port:ocaml \ - port:ocaml-findlib - -checksums md5 33efee4b57658ee07b6c17411bab7c66 \ - sha1 83686fb5a572ce6c395b2cedcdf82dd9c506d3bb \ - rmd160 381dac33989cd20945c8023c54ea3931cb49bbc6 - -livecheck.type regex -livecheck.url http://w3.umh.ac.be/pub/ftp_san/ -livecheck.regex {ANSITerminal-(.*)\.tar\.bz2} - -use_configure no -build.target all doc - -pre-destroot { - set ocaml_site_path [exec ocamlfind printconf destdir] - file mkdir ${destroot}/${ocaml_site_path} - file mkdir ${destroot}/${ocaml_site_path}/stublibs -} - -post-destroot { - xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} - eval xinstall -m 644 [glob ${worksrcpath}/ANSITerminal.html/*.html] \ - ${destroot}${prefix}/share/doc/${name} -}
participants (1)
-
mww@macports.org