Ticket #39503: 0001-moreutils-Cleanup-formatting-of-port-description.patch

File 0001-moreutils-Cleanup-formatting-of-port-description.patch, 2.4 KB (added by david@…, 11 years ago)
  • ports/sysutils/moreutils/Portfile

    From 53848d03302f3f8697d58c161ac13363fe4e016d Mon Sep 17 00:00:00 2001
    From: David Rothlisberger <david@rothlis.net>
    Date: Sat, 22 Jun 2013 16:41:27 +0100
    Subject: [PATCH] moreutils: Cleanup formatting of port description
    
    Previously the bullet points would run together onto the same line,
    making it very hard to read the output of "port info moreutils".
    ---
     ports/sysutils/moreutils/Portfile | 29 ++++++++++++++---------------
     1 file changed, 14 insertions(+), 15 deletions(-)
    
    diff --git a/ports/sysutils/moreutils/Portfile b/ports/sysutils/moreutils/Portfile
    index ea33cf8..ebce926 100644
    a b maintainers nomaintainer 
    1010license     GPL-2+
    1111platforms   darwin
    1212description a collection of the unix tools that nobody thought to write thirty years ago.
    13 long_description    \
    14     moreutils includes the following utilities: \
    15  - chronic: runs a command quietly unless it fails, \
    16  - combine: combine the lines in two files using boolean operations, \
    17  - ifne: run a program if the standard input is not empty, \
    18  - isutf8: check if a file or standard input is utf-8, \
    19  - lckdo: run a program with a lock held. \
    20  - mispipe: pipe two commands, returning the exit status of the first, \
    21  - parallel: run multiple jobs at once, \
    22  - pee: tee standard input to pipes, \
    23  - sponge: soak up standard input and write to a file, \
    24  - ts: timestamp standard input, \
    25  - vidir: edit a directory in your text editor, \
    26  - vipe: insert a text editor into a pipe, \
    27  - zrun: automatically uncompress arguments to command.
     13long_description {moreutils includes the following utilities:
     14- chronic: runs a command quietly unless it fails,
     15- combine: combine the lines in two files using boolean operations,
     16- ifne: run a program if the standard input is not empty,
     17- isutf8: check if a file or standard input is utf-8,
     18- lckdo: run a program with a lock held.
     19- mispipe: pipe two commands, returning the exit status of the first,
     20- parallel: run multiple jobs at once,
     21- pee: tee standard input to pipes,
     22- sponge: soak up standard input and write to a file,
     23- ts: timestamp standard input,
     24- vidir: edit a directory in your text editor,
     25- vipe: insert a text editor into a pipe,
     26- zrun: automatically uncompress arguments to command.}
    2827
    2928homepage    http://packages.debian.org/unstable/utils/moreutils
    3029master_sites    http://ftp.debian.org/debian/pool/main/m/moreutils/