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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name retail |
---|
7 | version 1.0.1 |
---|
8 | categories textproc |
---|
9 | maintainers gmail.com:mschamschula openmaintainer |
---|
10 | platforms darwin |
---|
11 | license GPL-2+ |
---|
12 | |
---|
13 | description Re-Tail is a command line program which is intended as an \ |
---|
14 | intelligent incremental logfile reader. |
---|
15 | |
---|
16 | long_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 | |
---|
24 | homepage http://xjack.org/retail/ |
---|
25 | master_sites ${homepage}download/ |
---|
26 | |
---|
27 | checksums rmd160 271f532a965d7173ad5090e69c60861888eb657b \ |
---|
28 | sha256 056d9f3852a05399d478f4852e4a82b1165aa433341f39228decdd82ed58fcce |
---|
29 | |
---|
30 | build.target default |
---|