diff options
author | tron <tron> | 1998-07-16 17:40:09 +0000 |
---|---|---|
committer | tron <tron> | 1998-07-16 17:40:09 +0000 |
commit | e1e69d663ad990148cb97de9b0d26f936df5343d (patch) | |
tree | d7e5f37e87d7962d49efb6e1b7e2d1e79c79c6ba /news/tin | |
parent | ba5c1633cd011253e4a2f70a92e874320759dd81 (diff) | |
download | pkgsrc-e1e69d663ad990148cb97de9b0d26f936df5343d.tar.gz |
New "tin" package supplied by Udo Steinegger in PR pkg/5755:
TIN newsreader (termcap based)
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 38 | ||||
-rw-r--r-- | news/tin/files/md5 | 1 | ||||
-rw-r--r-- | news/tin/pkg/COMMENT | 1 | ||||
-rw-r--r-- | news/tin/pkg/DESCR | 1 | ||||
-rw-r--r-- | news/tin/pkg/PLIST | 4 |
5 files changed, 45 insertions, 0 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile new file mode 100644 index 00000000000..b13133292d9 --- /dev/null +++ b/news/tin/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1 1998/07/16 17:40:09 tron Exp $ +# $FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp + +DISTNAME= tinpre-1.4-980618 +PKGNAME= tin-1.4p980618 +CATEGORIES= news +MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/current/ \ + ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/pre-v1.4/ +EXTRACT_SUFX= .tgz + +MAINTAINER= udo@netvision.org + +WRKSRC= ${WRKDIR}/${DISTNAME:S/pre-1.4//} +GNU_CONFIGURE= yes + +# Curses support too buggy to activate +# --enable-curses \ +# --with-ncurses \ +# +CONFIGURE_ARGS= --with-nntp-default-server=news \ + --with-mime-default-charset=ISO-8859-1 \ + --enable-forgery \ + --enable-break-long-lines \ + --with-metamail=${PREFIX}/bin/metamail \ + --enable-nntp-only +MAKEFILE= makefile +ALL_TARGET= build + +post-patch: + @${MV} ${WRKSRC}/doc/tin.1 ${WRKSRC}/doc/tin.1.dist + @${SED} -e 's:/etc/nntpserver:${PREFIX}/etc/nntpserver:' \ + <${WRKSRC}/doc/tin.1.dist >${WRKSRC}/doc/tin.1 + +post-configure: + ${ECHO} '#define NNTP_SERVER_FILE "${PREFIX}/etc/nntpserver"' >>${WRKSRC}/include/autoconf.h + ${ECHO} '#define SMTP_SERVER_FILE "${PREFIX}/etc/smtpserver"' >>${WRKSRC}/include/autoconf.h + +.include <../../mk/bsd.pkg.mk> diff --git a/news/tin/files/md5 b/news/tin/files/md5 new file mode 100644 index 00000000000..6ddd8884206 --- /dev/null +++ b/news/tin/files/md5 @@ -0,0 +1 @@ +MD5 (tinpre-1.4-980618.tgz) = 128729cc3b1f2a05730837c4c429d3f3 diff --git a/news/tin/pkg/COMMENT b/news/tin/pkg/COMMENT new file mode 100644 index 00000000000..9e0bf4580f2 --- /dev/null +++ b/news/tin/pkg/COMMENT @@ -0,0 +1 @@ +TIN newsreader (termcap based) diff --git a/news/tin/pkg/DESCR b/news/tin/pkg/DESCR new file mode 100644 index 00000000000..a99b0fa1231 --- /dev/null +++ b/news/tin/pkg/DESCR @@ -0,0 +1 @@ +TIN: Easy to use threaded newsreader with NOV/NNTP support. diff --git a/news/tin/pkg/PLIST b/news/tin/pkg/PLIST new file mode 100644 index 00000000000..c6adc2c7419 --- /dev/null +++ b/news/tin/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 1998/07/16 17:40:10 tron Exp $ +bin/rtin +bin/tin +man/man1/tin.1 |