Changeset 98724


Ignore:
Timestamp:
Oct 13, 2012, 7:21:40 PM (12 years ago)
Author:
pixilla@…
Message:

perl/p5-file-readbackwards:

  • Update version to 1.05.
  • Add openmaintainer.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/perl/p5-file-readbackwards/Portfile

    r94655 r98724  
     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 PortGroup perl5 1.0
     4PortSystem          1.0
     5PortGroup           perl5 1.0
    56
    67perl5.branches      5.8 5.10 5.12 5.14 5.16
    7 perl5.setup             File-ReadBackwards 1.04
    8 revision                3
    9 maintainers             pixilla
     8perl5.setup         File-ReadBackwards 1.05
     9maintainers         pixilla openmaintainer
     10platforms           darwin
    1011
    11 description             This module reads a file backwards line by line.
     12description         This module reads a file backwards line by line.
    1213
    13 long_description        It is simple to use, memory efficient and fast. \
    14                         It supports both an object and a tied handle interface. \
    15                                                                                 \
    16                         It is intended for processing log and other similar text \
    17                         files which typically have their newest entries appended \
    18                         to them. By default files are assumed to be plain text and \
    19                         have a line ending appropriate to the OS. But you can set \
    20                         the input record separator string on a per file basis.
     14long_description    It is simple to use, memory efficient and fast. \
     15                    It supports both an object and a tied handle interface. \
     16                                            \
     17                    It is intended for processing log and other similar text \
     18                    files which typically have their newest entries appended \
     19                    to them. By default files are assumed to be plain text and \
     20                    have a line ending appropriate to the OS. But you can set \
     21                    the input record separator string on a per file basis.
    2122
    22 platforms               darwin
     23checksums           rmd160  7583d56b7d475585c1bc02ff3be976e5f6ccb4db \
     24                    sha256  82b261af87507cc3e7e66899c457104ebc8d1c09fb85c53f67c1f90f70f18d6e
    2325
    24 checksums               md5     bda339c8b2e5139649cb28c4b775fb42 \
    25                         sha1    19874cb169f2b105c82222588a163fb17bd77599 \
    26                         rmd160  ab166d1797b0e95ae8990ee583071337bfb54fdf
    27 
    28 supported_archs noarch
     26supported_archs     noarch
Note: See TracChangeset for help on using the changeset viewer.