Skip to content

Commit

Permalink
grc: Add modeline and adjust whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Feb 6, 2017
1 parent d69432f commit bf12fe5
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions textproc/grc/Portfile
@@ -1,31 +1,33 @@
PortSystem 1.0
PortGroup github 1.0
# -*- 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

github.setup garabik grc 1.10 v
categories textproc
platforms darwin
license GPL-2
maintainers nomaintainer
supported_archs noarch
PortSystem 1.0
PortGroup github 1.0

description Generic Colouriser for colourising logfiles and output of commands.
github.setup garabik grc 1.10 v
categories textproc
platforms darwin
license GPL-2
maintainers nomaintainer
supported_archs noarch

long_description \
Generic Colouriser provides colourised output of logfiles \
and commands. It provides the grc and grcat Python scripts \
for filtering text output and colourising it.
description Generic Colouriser for colourising logfiles and output of commands.

homepage http://kassiopeia.juls.savba.sk/~garabik/software/grc.html
long_description Generic Colouriser provides colourised output of logfiles \
and commands. It provides the grc and grcat Python scripts \
for filtering text output and colourising it.

checksums rmd160 8d5395923fa9d406a951580a9d0739da5fdd9bee \
sha256 50a43e884832cda5ef3e2aa4da91d68555a1fb98fd1ac69b16435e04db3993bf
homepage http://kassiopeia.juls.savba.sk/~garabik/software/grc.html

depends_lib port:python27
checksums rmd160 8d5395923fa9d406a951580a9d0739da5fdd9bee \
sha256 50a43e884832cda5ef3e2aa4da91d68555a1fb98fd1ac69b16435e04db3993bf

use_configure no
build {}
depends_lib port:python27

post-destroot {
use_configure no

build {}

post-destroot {
reinplace "s|#! /usr/bin/python|#!${prefix}/bin/python2.7|" \
${worksrcpath}/grc ${worksrcpath}/grcat
reinplace "s|/etc|${prefix}/etc|g" \
Expand Down

0 comments on commit bf12fe5

Please sign in to comment.