Changeset 98155


Ignore:
Timestamp:
Sep 26, 2012, 4:10:59 PM (12 years ago)
Author:
ryandesign@…
Message:

stow: whitespace / formatting changes / add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/stow/Portfile

    r98154 r98155  
     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
    4 name                    stow   
     4PortSystem          1.0
     5
     6name                stow
    57version             2.2.0
    6 categories              sysutils       
    7 maintainers             nomaintainer
     8categories          sysutils
     9platforms           darwin
     10maintainers         nomaintainer
    811license             GPL-2+
    912supported_archs     noarch
    10 description             perl utility to manage the installation of software packages.
    11 long_description        This is GNU Stow, a program for managing the installation of software \
    12                         packages, keeping them separate (/usr/local/stow/emacs \
    13                         vs. /usr/local/stow/perl, for example) while making them appear to be \
    14                         installed in the same place (/usr/local).
    15 homepage                http://www.gnu.org/software/stow/stow.html     
    16 platforms               darwin
     13
     14description         perl utility to manage the installation of software packages.
     15
     16long_description    This is GNU Stow, a program for managing the installation \
     17                    of software packages, keeping them separate \
     18                    (/usr/local/stow/emacs vs. /usr/local/stow/perl, for \
     19                    example) while making them appear to be installed in the \
     20                    same place (/usr/local).
     21
     22homepage            http://www.gnu.org/software/stow/stow.html
    1723master_sites        gnu
    1824
Note: See TracChangeset for help on using the changeset viewer.