# $Id: Portfile,v 1.1 2005/10/31 07:15:12 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name sitemap_gen version 1.3 categories-append www platforms darwin maintainers mstokely@google.com description sitecopy website maintenance utility long_description The sitemap_gen.py script analyzes your web server \ and generates one or more Sitemap files. These files \ are XML listings of content you make available on your \ web server. The files can then be directly submitted \ to Google. \ Written by opensource@google.com. homepage https://www.google.com/webmasters/sitemaps/docs/en/about.html set sourcepath goog-sitemapgen master_sites sourceforge master_sites.mirror_subdir ${sourcepath} checksums md5 641e1b4d9bff39b4fb599a267727b605 \ sha1 0a887a704c1e220ca2a448684c114d5ee38bf4b0 \ rmd160 a55b124155b21cf9d2b4f81288cde5c38f6c5fb5 post-destroot { xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} xinstall -m 0755 ${worksrcpath}/${name}.py ${destroot}${prefix}/bin/${name} xinstall -m 0644 -W ${worksrcpath} COPYING README example_config.xml \ example_urllist.txt ${destroot}${prefix}/share/doc/${name} }