Changeset 79173
- Timestamp:
- 06/03/11 23:01:28 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/perl/p5-patchreader/Portfile (modified) (1 diff)
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 1 2 # $Id$ 2 PortSystem 1.03 PortGroup perl5 1.04 3 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 4 PortSystem 1.0 5 PortGroup perl5 1.0 19 6 20 supported_archs noarch 7 perl5.setup PatchReader 0.9.5 ../by-authors/id/J/JK/JKEISER 8 revision 1 9 maintainers nomaintainer 10 11 description utilities for reading, transforming, etc. a patch 12 13 long_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 22 checksums md5 8aca86b807aec3c82dcb981c7730f022 23 platforms darwin 24 supported_archs noarch
Note: See TracChangeset
for help on using the changeset viewer.

