# $Id: Portfile,v 1.34 2004/06/20 11:48:38 matt Exp $ PortSystem 1.0 name tin version 1.6.2 revision 5 categories news platforms darwin maintainers matt@opendarwin.org homepage http://www.tin.org/ description A threaded NNTP and spool based UseNet newsreader long_description tin is a full-screen easy to use Usenet reader. It can read news \ locally or remotely via a NNTP (Network News Transport Protocol) \ server. It will automatically utilize NOV (News OVerview) style \ index files if available locally or via the NNTP XOVER command. master_sites ftp://ftp.tin.org/${name}/v1.6/ use_bzip2 yes checksums md5 3ab61ba7c7d3b7a3596ba199c570c4e4 configure.args --enable-break-long-lines \ --enable-nntp \ --enable-mh-mail-handling \ --enable-included-msgs \ --with-coffee \ --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info \ --datadir=${prefix}/share \ --sysconfdir=${prefix}/etc \ --with-defaults-dir=${prefix}/etc/${name} \ --disable-pgp-gpg build.dir ${worksrcpath}/src pre-destroot { file mkdir ${destroot}${prefix}/share/doc/${name} file mkdir ${destroot}${prefix}/etc/${name} xinstall -m 644 -v -W ${worksrcpath}/doc \ auth.txt CHANGES config-anomalies \ filtering good-netkeeping-seal iso2asc.txt \ keymap.sample mailcap.sample pgp.txt \ reading-mail.txt TODO umlaute.txt umlauts.txt \ WHATSNEW \ ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/doc/tin.defaults \ ${destroot}${prefix}/etc/${name} } post-destroot { xinstall -m 755 -v -W ${worksrcpath}/tools \ expiretover tinews.pl tinlock \ ${destroot}${prefix}/bin } variant ipv6 { configure.args-append --enable-ipv6 } variant unstable { version 1.7.5 master_sites ftp://ftp.tin.org/${name}/v1.7/ checksums md5 47e0f598ef8d14dab25942be26861b63 build.dir ${worksrcpath}/src } variant gpg { depends_run bin:gpg:gnupg configure.args-delete --disable-pgp-gpg configure.args-append --with-gpg=${prefix}/bin/gpg \ --without-pgp \ --without-pgpk } variant pgp5 { depends_run bin:pgpk:pgp configure.args-delete --disable-pgp-gpg configure.args-append --with-pgpk=${prefix}/bin/pgpk \ --without-gpg \ --without-pgp }