Re: [34249] trunk/dports/lang
Hey Anders! It turns out there's already a tcl-dox port in textproc/tcl-dox, and the clash is causing a conflict regening the ports.php db. Can you please try merging both into a single port? Regards,... -jmpp On Feb 19, 2008, at 7:38 AM, afb@macports.org wrote:
Revision 34249 Author afb@macports.org Date 2008-02-19 04:08:02 -0800 (Tue, 19 Feb 2008) Log Message
add tcl-dox, as alternative to tcldoc Added Paths
trunk/dports/lang/tcl-dox/ trunk/dports/lang/tcl-dox/Portfile Diff
Added: trunk/dports/lang/tcl-dox/Portfile (0 => 34249) --- trunk/dports/lang/tcl-dox/Portfile (rev 0) +++ trunk/dports/lang/tcl-dox/Portfile 2008-02-19 12:08:02 UTC (rev 34249) @@ -0,0 +1,26 @@ +# $Id$ + +PortSystem 1.0 + +name tcl-dox +version 0.7 +categories lang +maintainers afb@macports.org openmaintainer +description Tcl filter for Doxygen +long_description \ + This is a filter that you can use with Doxygen for documenting TCL source code. +homepage http://therowes.net/~greg/software/ +platforms darwin +master_sites ${homepage}/tcl-doxygen-filter/ +checksums md5 5806f566e51b69ff1cb8c92b86a7e8d5 \ + sha1 e7aa17354d56a5147293eac30adc7a7c4c7d011d + +depends_run port:doxygen +depends_build bin:flex:flex + +use_configure no +build.dir ${worksrcpath}/src + +destroot { + xinstall -m 755 ${worksrcpath}/src/tcl-dox ${destroot}$ {prefix}/bin +} Property changes on: trunk/dports/lang/tcl-dox/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native _______________________________________________ macports-changes mailing list macports-changes@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-changes
Juan Manuel Palacios wrote:
It turns out there's already a tcl-dox port in textproc/tcl-dox, and the clash is causing a conflict regening the ports.php db. Can you please try merging both into a single port?
Right you are, must have missed that port for some reason... :-| Fixed, r34270. --anders
participants (2)
-
Anders F Björklund
-
Juan Manuel Palacios