[34215] trunk/dports/textproc

raimue at macports.org raimue at macports.org
Sun Feb 17 16:25:14 PST 2008


Revision: 34215
          http://trac.macosforge.org/projects/macports/changeset/34215
Author:   raimue at macports.org
Date:     2008-02-17 16:25:14 -0800 (Sun, 17 Feb 2008)

Log Message:
-----------
textproc/tcl-dox:
New port

Added Paths:
-----------
    trunk/dports/textproc/tcl-dox/
    trunk/dports/textproc/tcl-dox/Portfile

Added: trunk/dports/textproc/tcl-dox/Portfile
===================================================================
--- trunk/dports/textproc/tcl-dox/Portfile	                        (rev 0)
+++ trunk/dports/textproc/tcl-dox/Portfile	2008-02-18 00:25:14 UTC (rev 34215)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+
+name            tcl-dox
+version         0.7
+categories		textproc
+platforms       darwin
+maintainers     raimue
+description     Tcl-Dox is a filter that you can use with Doxygen for documenting Tcl source code.
+long_description \
+    ${description}
+homepage        http://therowes.net/~greg/software/
+
+master_sites    ${homepage}/tcl-doxygen-filter/
+
+checksums       md5     5806f566e51b69ff1cb8c92b86a7e8d5 \
+                sha1    e7aa17354d56a5147293eac30adc7a7c4c7d011d \
+                rmd160  e31da5ad6228adc60e84fc08499752465759f67b
+
+depends_build   bin:flex:flex
+
+use_configure   no
+
+build.args      -C src
+
+destroot {
+    # docs
+	set docdir ${prefix}/share/doc/${name}-${version}
+	xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING README ChangeLog ${destroot}${docdir}
+    file copy ${worksrcpath}/example ${destroot}${docdir}
+
+    # executable
+    xinstall -m 755 -W ${worksrcpath} src/${name} ${destroot}${prefix}/bin
+}


Property changes on: trunk/dports/textproc/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/20080217/c31d7c3d/attachment.html 


More information about the macports-changes mailing list