Ticket #334: Portfile

File Portfile, 1.5 KB (added by ports@…, 21 years ago)

Updated tin's portfile

Line 
1PortSystem 1.0
2name            tin
3version         1.4.6
4platforms       darwin
5categories      news
6maintainers     matt@opendarwin.org
7homepage        http://www.tin.org
8description     A threaded NNTP and spool based UseNet newsreader
9long_description        tin is a full-screen easy to use Usenet reader. It can read news \
10                        locally or remotely via a NTTP (Network News Transport Protocol) \
11                        server. It will automatically utilize NOV (News OVerview) style \
12                        index files if available locally or via the NNTP XOVER command.
13master_sites    ftp://ftp.tin.org/tin/v1.4/
14checksums       md5 6c72c92c715fbd875b953e9dbfec7744
15build.cmd       make build
16configure.args  --enable-break-long-lines \
17                --with-coffee \
18                --disable-locale               
19
20contents \
21         bin/rtin \
22         bin/tin \
23         man/man1/tin.1
24
25variant ipv6 {
26        configure.args-append --enable-ipv6
27}
28
29variant unstable {
30        version         1.5.16
31        checksums       md5 98f720fbd857b1e3dfcc301519e1993e
32        master_sites    ftp://ftp.tin.org/tin/v1.5/
33        configure.args  --with-coffee \
34                        --enable-break-long-lines
35        contents \
36                bin/tin \
37                bin/rtin \
38                bin/url_handler.sh \
39                bin/metamutt \
40                bin/w2r.pl \
41                bin/opt-case.pl \
42                man/man1/tin.1 \
43                man/man1/rtin.1 \
44                man/man1/w2r.pl.1 \
45                man/man1/opt-case.pl.1 \
46                man/man5/mbox.5 \
47                man/man5/mmdf.5 \
48                man/man5/tin.5 \
49                share/locale/de/LC_MESSAGES/tin.mo \
50                share/locale/en_GB/LC_MESSAGES/tin.mo \
51                share/locale/et/LC_MESSAGES/tin.mo \
52                share/locale/de/LC_MESSAGES \
53                share/locale/en_GB/LC_MESSAGES \
54                share/locale/et/LC_MESSAGES \
55                share/locale/de \
56                share/locale/en_GB \
57                share/locale/et
58}