[98701] trunk/dports/www/pathalizer/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Oct 13 03:51:42 PDT 2012
Revision: 98701
http://trac.macports.org//changeset/98701
Author: ryandesign at macports.org
Date: 2012-10-13 03:51:42 -0700 (Sat, 13 Oct 2012)
Log Message:
-----------
pathalizer: whitespace changes / add modeline
Modified Paths:
--------------
trunk/dports/www/pathalizer/Portfile
Modified: trunk/dports/www/pathalizer/Portfile
===================================================================
--- trunk/dports/www/pathalizer/Portfile 2012-10-13 10:45:10 UTC (rev 98700)
+++ trunk/dports/www/pathalizer/Portfile 2012-10-13 10:51:42 UTC (rev 98701)
@@ -1,32 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name pathalizer
-version 0.7
-categories www
-platforms darwin
-maintainers nomaintainer
-description visualize the paths most users take when browsing a website
-long_description Pathalizer is a tool to visualize the paths most users \
- take when browsing a website. This information can then be \
- used to decide how to improve the navigation of the site, and \
- which parts are most worth improving and keeping up to date.
+name pathalizer
+version 0.7
+categories www
+platforms darwin
+maintainers nomaintainer
-homepage http://pathalizer.sourceforge.net/
-master_sites sourceforge:project/pathalizer/pathalizer/${version}
-checksums md5 7ef23977fc246dcdf332e4eec3111037
+description visualize the paths most users take when browsing a website
-depends_run bin:gs:ghostscript \
- bin:dot:graphviz \
- port:netpbm
+long_description Pathalizer is a tool to visualize the paths most users \
+ take when browsing a website. This information can then be \
+ used to decide how to improve the navigation of the site, and \
+ which parts are most worth improving and keeping up to date.
-configure {
- reinplace "s|/etc|${prefix}/etc|g" ${worksrcpath}/bin/pathalizer
+homepage http://pathalizer.sourceforge.net/
+master_sites sourceforge:project/pathalizer/pathalizer/${version}
+
+checksums md5 7ef23977fc246dcdf332e4eec3111037
+
+depends_run bin:gs:ghostscript \
+ bin:dot:graphviz \
+ port:netpbm
+
+configure {
+ reinplace "s|/etc|${prefix}/etc|g" ${worksrcpath}/bin/pathalizer
}
-destroot.destdir PREFIX=${destroot}${prefix}
-post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/etc
- xinstall -m 644 ${filespath}/pathalizer.conf \
- ${destroot}${prefix}/etc/pathalizer.conf.sample
+
+destroot.destdir PREFIX=${destroot}${prefix}
+
+post-destroot {
+ xinstall -m 755 -d ${destroot}${prefix}/etc
+ xinstall -m 644 ${filespath}/pathalizer.conf \
+ ${destroot}${prefix}/etc/pathalizer.conf.sample
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121013/41265e53/attachment.html>
More information about the macports-changes
mailing list