New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79173


Ignore:
Timestamp:
06/03/11 23:01:28 (4 years ago)
Author:
l2g@…
Message:

p5-patchreader: added modeline and adjusted whitespace only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/perl/p5-patchreader/Portfile

    r76604 r79173  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 
    12# $Id$ 
    2 PortSystem              1.0 
    3 PortGroup               perl5 1.0 
    43 
    5 perl5.setup             PatchReader 0.9.5 ../by-authors/id/J/JK/JKEISER 
    6 revision        1 
    7 maintainers             nomaintainer 
    8 description             utilities for reading, transforming, etc. a patch 
    9 long_description        PatchReader is a set of utilities for reading in, \ 
    10                                         transforming, and doing various other things with a \ 
    11                                         patch.  It basically allows you to create a chain of \ 
    12                                         readers that can read a patch, remove files from a \ 
    13                                         patch, add CVS context, fix up the patch root \ 
    14                                         according to CVS, and output the patch as raw \ 
    15                                         unified or through a template processor (used in \ 
    16                                         some places to output a patch as HTML). 
    17 checksums               md5 8aca86b807aec3c82dcb981c7730f022 
    18 platforms               darwin 
     4PortSystem          1.0 
     5PortGroup           perl5 1.0 
    196 
    20 supported_archs noarch 
     7perl5.setup         PatchReader 0.9.5 ../by-authors/id/J/JK/JKEISER 
     8revision            1 
     9maintainers         nomaintainer 
     10 
     11description         utilities for reading, transforming, etc. a patch 
     12 
     13long_description    PatchReader is a set of utilities for reading in, \ 
     14                    transforming, and doing various other things with a \ 
     15                    patch.  It basically allows you to create a chain of \ 
     16                    readers that can read a patch, remove files from a \ 
     17                    patch, add CVS context, fix up the patch root \ 
     18                    according to CVS, and output the patch as raw \ 
     19                    unified or through a template processor (used in \ 
     20                    some places to output a patch as HTML). 
     21 
     22checksums           md5 8aca86b807aec3c82dcb981c7730f022 
     23platforms           darwin 
     24supported_archs     noarch 
Note: See TracChangeset for help on using the changeset viewer.