Changeset 98701


Ignore:
Timestamp:
Oct 13, 2012, 10:51:42 AM (12 years ago)
Author:
ryandesign@…
Message:

pathalizer: whitespace changes / add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/pathalizer/Portfile

    r90392 r98701  
     1# -*- 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
    12# $Id$
    23
    3 PortSystem 1.0
     4PortSystem          1.0
    45
    5 name                    pathalizer
    6 version                 0.7
    7 categories              www
    8 platforms               darwin
    9 maintainers             nomaintainer
    10 description             visualize the paths most users take when browsing a website
    11 long_description        Pathalizer is a tool to visualize the paths most users \
    12                                 take when browsing a website. This information can then be \
    13                                 used to decide how to improve the navigation of the site, and \
    14                                 which parts are most worth improving and keeping up to date.
     6name                pathalizer
     7version             0.7
     8categories          www
     9platforms           darwin
     10maintainers         nomaintainer
    1511
    16 homepage                http://pathalizer.sourceforge.net/
    17 master_sites    sourceforge:project/pathalizer/pathalizer/${version}
    18 checksums               md5 7ef23977fc246dcdf332e4eec3111037
     12description         visualize the paths most users take when browsing a website
    1913
    20 depends_run             bin:gs:ghostscript \
    21                                 bin:dot:graphviz \
    22                                 port:netpbm
     14long_description    Pathalizer is a tool to visualize the paths most users \
     15                    take when browsing a website. This information can then be \
     16                    used to decide how to improve the navigation of the site, and \
     17                    which parts are most worth improving and keeping up to date.
    2318
    24 configure       {
    25         reinplace "s|/etc|${prefix}/etc|g" ${worksrcpath}/bin/pathalizer
     19homepage            http://pathalizer.sourceforge.net/
     20master_sites        sourceforge:project/pathalizer/pathalizer/${version}
     21
     22checksums           md5     7ef23977fc246dcdf332e4eec3111037
     23
     24depends_run         bin:gs:ghostscript \
     25                    bin:dot:graphviz \
     26                    port:netpbm
     27
     28configure {
     29    reinplace "s|/etc|${prefix}/etc|g" ${worksrcpath}/bin/pathalizer
    2630}
    27 destroot.destdir        PREFIX=${destroot}${prefix}
    28 post-destroot   {
    29         xinstall -m 755 -d ${destroot}${prefix}/etc
    30         xinstall -m 644 ${filespath}/pathalizer.conf \
    31                 ${destroot}${prefix}/etc/pathalizer.conf.sample
     31
     32destroot.destdir    PREFIX=${destroot}${prefix}
     33
     34post-destroot {
     35    xinstall -m 755 -d ${destroot}${prefix}/etc
     36    xinstall -m 644 ${filespath}/pathalizer.conf \
     37        ${destroot}${prefix}/etc/pathalizer.conf.sample
    3238}
Note: See TracChangeset for help on using the changeset viewer.