[34249] trunk/dports/lang

afb at macports.org afb at macports.org
Tue Feb 19 04:08:05 PST 2008


Revision: 34249
          http://trac.macosforge.org/projects/macports/changeset/34249
Author:   afb at 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

Added: trunk/dports/lang/tcl-dox/Portfile
===================================================================
--- 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 at 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080219/00bd5a5c/attachment.html 


More information about the macports-changes mailing list