[39138] trunk/dports/lang/xmlgen/Portfile

raimue at macports.org raimue at macports.org
Sat Aug 9 17:46:24 PDT 2008


Revision: 39138
          http://trac.macosforge.org/projects/macports/changeset/39138
Author:   raimue at macports.org
Date:     2008-08-09 17:46:24 -0700 (Sat, 09 Aug 2008)
Log Message:
-----------
lang/xmlgen:
Maintainer update, a lot of whitespace changes and includes livecheck, closes #16249.

Modified Paths:
--------------
    trunk/dports/lang/xmlgen/Portfile

Modified: trunk/dports/lang/xmlgen/Portfile
===================================================================
--- trunk/dports/lang/xmlgen/Portfile	2008-08-10 00:39:59 UTC (rev 39137)
+++ trunk/dports/lang/xmlgen/Portfile	2008-08-10 00:46:24 UTC (rev 39138)
@@ -1,38 +1,42 @@
 # $Id$
 
-PortSystem		1.0
+PortSystem              1.0
 
-name			xmlgen
-version			1.4
-categories		lang tcl
-maintainers		mac.com:giorgio_v
-description 		The Tcl package xmlgen allows to write Tcl code which translates itself into XML.
-long_description	Every tag is made into a markup command which takes attributes and the element's \
-      			content as parameters and then prints the XML tagged content. Of \
-      			course, the content again can contain markup commands.
-homepage		http://tclxml.sourceforge.net/xmlgen.html
-platforms		darwin
-master_sites		sourceforge:tclxml
-checksums		md5  33ab852e21d5afd9bc9bc21c69edd071 \
-			sha1  0479da756d8473bebec25e2628da35556399cb99 \
-			rmd160  ec6a8915106a0189ab62c29d966ab16a5c3978fa
-depends_run		port:tcl
-use_configure		no
-universal_variant	no
-build			{}
-destroot		{
-			set sw_dest_dir ${destroot}${prefix}/lib/$name-$version/
-			set doc_dest_dir ${destroot}${prefix}/share/doc/$name-$version/
-			
-			file mkdir -p $sw_dest_dir
-			file mkdir -p $doc_dest_dir
-			
-			xinstall ${worksrcpath}/htmlgen.tcl ${worksrcpath}/pkgIndex.tcl \
-			${worksrcpath}/sidenav.tcl ${worksrcpath}/tab.tcl \
-			${worksrcpath}/xmlgen.tcl \
-			$sw_dest_dir
-			
-			xinstall ${worksrcpath}/doc/htmlgen.html ${worksrcpath}/doc/overview.html \
-			${worksrcpath}/doc/sidenav.html  ${worksrcpath}/doc/xmlgen.html \
-			$doc_dest_dir
+name                    xmlgen
+version                 1.4
+categories              lang tcl
+maintainers             mac.com:giorgio_v
+description             The Tcl package xmlgen allows to write Tcl code which translates itself into XML.
+long_description        Every tag is made into a markup command which takes attributes and the element's \
+                        content as parameters and then prints the XML tagged content. Of \
+                        course, the content again can contain markup commands.
+homepage                http://tclxml.sourceforge.net/xmlgen.html
+platforms               darwin
+master_sites            sourceforge:tclxml
+checksums               md5  33ab852e21d5afd9bc9bc21c69edd071 \
+                        sha1  0479da756d8473bebec25e2628da35556399cb99 \
+                        rmd160  ec6a8915106a0189ab62c29d966ab16a5c3978fa
+depends_run             port:tcl
+use_configure           no
+universal_variant       no
+build                   {}
+destroot                {
+                        set sw_dest_dir ${destroot}${prefix}/lib/$name-$version/
+                        set doc_dest_dir ${destroot}${prefix}/share/doc/$name-$version/
+
+                        file mkdir -p $sw_dest_dir
+                        file mkdir -p $doc_dest_dir
+
+                        xinstall ${worksrcpath}/htmlgen.tcl ${worksrcpath}/pkgIndex.tcl \
+                        ${worksrcpath}/sidenav.tcl ${worksrcpath}/tab.tcl \
+                        ${worksrcpath}/xmlgen.tcl \
+                        $sw_dest_dir
+
+                        xinstall ${worksrcpath}/doc/htmlgen.html ${worksrcpath}/doc/overview.html \
+                        ${worksrcpath}/doc/sidenav.html  ${worksrcpath}/doc/xmlgen.html \
+                        $doc_dest_dir
 }
+
+livecheck.check regex
+livecheck.url   http://sourceforge.net/project/showfiles.php?group_id=13178
+livecheck.regex xmlgen-(\[0-9\\.\]+)\\.tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080809/b595b8c0/attachment-0001.html 


More information about the macports-changes mailing list