Ticket #45568: Portfile

File Portfile, 1.3 KB (added by Schamschula (Marius Schamschula), 9 years ago)
Line 
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
2# $Id: $
3
4PortSystem          1.0
5
6name                retail
7version             1.0.1
8categories          textproc
9maintainers         gmail.com:mschamschula openmaintainer
10platforms           darwin
11license             GPL-2+
12
13description         Re-Tail is a command line program which is intended as an \
14                    intelligent incremental logfile reader.
15
16long_description    Re-Tail is a command line program which is intended as an \
17                    intelligent incremental logfile reader. It will read a file or \
18                    group of files given on the command line, and output any changes \
19                    since last time it read the file(s) in question. It will attempt \
20                    to compensate if the filesize changes unexpectedly, and will also \
21                    attempt to compensate if the file contents changes as well. It is \
22                    not a very complex program.
23
24homepage            http://xjack.org/retail/
25master_sites        ${homepage}download/
26
27checksums           rmd160  271f532a965d7173ad5090e69c60861888eb657b \
28                    sha256  056d9f3852a05399d478f4852e4a82b1165aa433341f39228decdd82ed58fcce
29
30build.target        default