diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-29 21:54:49 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-29 21:54:49 +0000 |
commit | 631b01e12cbb3afaa4ac6e190b4ac1c758870664 (patch) | |
tree | 38268790a374c4c946f3a32bbc70f527f303182a /news/xrn | |
parent | 4afffc3a12173cbdf2ff27ae87a8ef49b4a06e55 (diff) | |
download | pkgsrc-631b01e12cbb3afaa4ac6e190b4ac1c758870664.tar.gz |
Initial addition of xrn-9.01, a Usenet News reader for the X window system.
Diffstat (limited to 'news/xrn')
-rw-r--r-- | news/xrn/Makefile | 24 | ||||
-rw-r--r-- | news/xrn/files/md5 | 3 | ||||
-rw-r--r-- | news/xrn/patches/patch-aa | 31 | ||||
-rw-r--r-- | news/xrn/pkg/COMMENT | 1 | ||||
-rw-r--r-- | news/xrn/pkg/DESCR | 15 | ||||
-rw-r--r-- | news/xrn/pkg/PLIST | 9 |
6 files changed, 83 insertions, 0 deletions
diff --git a/news/xrn/Makefile b/news/xrn/Makefile new file mode 100644 index 00000000000..7f73c0c6066 --- /dev/null +++ b/news/xrn/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 1998/08/29 21:54:49 frueauf Exp $ +# + +DISTNAME= 9.01 +PKGNAME= xrn-9.01 +CATEGORIES= news x11 +MASTER_SITES= ftp://sipb.mit.edu/pub/xrn/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.mit.edu/people/jik/software/xrn.html + +DIST_SUBDIR= xrn + +USE_IMAKE= yes +NO_WRKSUBDIR= yes + +pre-install: + ${MKDIR} ${X11BASE}/share/doc/xrn +.for file in COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog + ${INSTALL_DATA} ${WRKSRC}/${file} ${X11BASE}/share/doc/xrn +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/news/xrn/files/md5 b/news/xrn/files/md5 new file mode 100644 index 00000000000..90b5284c2ac --- /dev/null +++ b/news/xrn/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1 1998/08/29 21:54:50 frueauf Exp $ + +MD5 (xrn/9.01.tgz) = d7ccf217ca440862bbf6af39c906d1a6 diff --git a/news/xrn/patches/patch-aa b/news/xrn/patches/patch-aa new file mode 100644 index 00000000000..d813364833b --- /dev/null +++ b/news/xrn/patches/patch-aa @@ -0,0 +1,31 @@ +$NetBSD: patch-aa,v 1.1 1998/08/29 21:54:50 frueauf Exp $ + +--- config.h-orig Mon Mar 23 04:21:34 1998 ++++ config.h Sat Aug 29 23:02:04 1998 +@@ -34,6 +34,8 @@ + * config.h: configurable defaults + */ + ++#define CONFIG_H_IS_OK ++ + #ifdef OV_CAMBRIDGE + #define CONFIG_H_IS_OK + #endif +@@ -442,7 +444,7 @@ + #endif /* ! PRINTCOMMAND */ + + #ifndef SENDMAIL +-#define SENDMAIL "/usr/lib/sendmail -oi -t" ++#define SENDMAIL "/usr/sbin/sendmail -oi -t" + #endif + /* The command to use to verify that an E-mail address is valid. it + should exit with status 0 if the address is valid. It shouldn't +@@ -451,7 +453,7 @@ + If you don't want XRN to ever attempt to verify sender addresses in + postings and messages, don't define this. */ + #ifndef SENDMAIL_VERIFY +-#define SENDMAIL_VERIFY "/usr/lib/sendmail -bv >/dev/null" ++#define SENDMAIL_VERIFY "/usr/sbin/sendmail -bv >/dev/null" + #endif + + #define SAVEMODE "normal,headers,onedir" diff --git a/news/xrn/pkg/COMMENT b/news/xrn/pkg/COMMENT new file mode 100644 index 00000000000..096831bc0bf --- /dev/null +++ b/news/xrn/pkg/COMMENT @@ -0,0 +1 @@ +a Usenet News reader for the X window system. diff --git a/news/xrn/pkg/DESCR b/news/xrn/pkg/DESCR new file mode 100644 index 00000000000..6890d33d4e0 --- /dev/null +++ b/news/xrn/pkg/DESCR @@ -0,0 +1,15 @@ + XRN is a Usenet News reader for the X window system. It requires an +NNTP server to talk to (i.e., it cannot read news from local disk +files), and the NNTP server must support the XHDR command (most +servers nowadays do; if yours doesn't, XRN will complain when you try +to run it). + + XRN is currently maintained by Jonathan Kamens. Bug reports or +comments about it should be sent to bug-xrn@kamens.brookline.ma.us. +Please do *not* write to that address with basic questions about +compiling the program; if you are unfamiliar with compiling X +applications and the instructions below are not sufficient, you should +seek help at your site. + + Versions of XRN prior to 7.00 were maintained by Ellen Santovich and +Rick Spickelmier. diff --git a/news/xrn/pkg/PLIST b/news/xrn/pkg/PLIST new file mode 100644 index 00000000000..19b96353322 --- /dev/null +++ b/news/xrn/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/29 21:54:50 frueauf Exp $ +bin/xrn +lib/X11/app-defaults/XRn +man/cat1/xrn.0 +share/doc/xrn/COMMON-PROBLMS +share/doc/xrn/COPYRIGHT +share/doc/xrn/CREDITS +share/doc/xrn/ChangeLog +@dirrm share/doc/xrn |