Ticket #20670: Portfile

File Portfile, 949 bytes (added by 0xced (Cédric Luthi), 15 years ago)

cksfv 1.3.14 Portfile

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                cksfv
6version             1.3.14
7categories          sysutils
8maintainers         gmail.com:cedric.luthi
9description         simple file verification utility
10long_description    cksfv (Check SFV) creates simple file verification (.sfv) \
11                    listings and tests existing sfv files. It uses the crc32 \
12                    checksum.
13
14homepage            http://zakalwe.fi/~shd/foss/cksfv/
15platforms           darwin
16master_sites        ${homepage}files/
17use_bzip2           yes
18checksums           md5 138bff42ab23fbba8cca0ae14b2d9e52 \
19                    sha1 f6da3a559b2862691a2be6d2be0aac66cd624885 \
20                    rmd160 dd80ea658f2589dc37fd9edf593bc59af426f533
21
22patchfiles          patch-Makefile.in
23
24test.run            yes
25test.target         check
26
27livecheck.url       http://freshmeat.net/projects/${name}/releases.atom
28livecheck.regex     <title>cksfv (.*)</title>