From 9f9fa95815dfa348ce8b0744fb79cfbe86bc73d4 Mon Sep 17 00:00:00 2001 From: hwr Date: Sat, 31 Oct 1998 21:09:13 +0000 Subject: Slrn - a text terminal based newsreader. Version 0.9.5.3. --- news/slrn/Makefile | 26 ++++++++++++++++++++++++++ news/slrn/files/md5 | 3 +++ news/slrn/patches/patch-aa | 19 +++++++++++++++++++ news/slrn/patches/patch-ab | 41 +++++++++++++++++++++++++++++++++++++++++ news/slrn/patches/patch-ac | 26 ++++++++++++++++++++++++++ news/slrn/pkg/COMMENT | 1 + news/slrn/pkg/DESCR | 4 ++++ news/slrn/pkg/PLIST | 34 ++++++++++++++++++++++++++++++++++ 8 files changed, 154 insertions(+) create mode 100644 news/slrn/Makefile create mode 100644 news/slrn/files/md5 create mode 100644 news/slrn/patches/patch-aa create mode 100644 news/slrn/patches/patch-ab create mode 100644 news/slrn/patches/patch-ac create mode 100644 news/slrn/pkg/COMMENT create mode 100644 news/slrn/pkg/DESCR create mode 100644 news/slrn/pkg/PLIST (limited to 'news') diff --git a/news/slrn/Makefile b/news/slrn/Makefile new file mode 100644 index 00000000000..e3334f218c3 --- /dev/null +++ b/news/slrn/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/10/31 21:09:13 hwr Exp $ + +DISTNAME= slrn0.9.5.3 +CATEGORIES= news +MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \ + ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/slrn/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://space.mit.edu/%7Edavis/slrn.html + +BUILD_DEPENDS+= libslang-1.2.2:../../devel/libslang +DEPENDS+= libslang-1.2.2:../../devel/libslang + + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-X --prefix=${PREFIX} + +# the next is a workaround, as 1.3.2 install doesn't like -c and -d +# together +CONFIGURE_ENV+= INSTALL=/usr/bin/install + +WRKSRC= ${WRKDIR}/slrn + +.include "../../mk/bsd.pkg.mk" + + diff --git a/news/slrn/files/md5 b/news/slrn/files/md5 new file mode 100644 index 00000000000..a492c2884e4 --- /dev/null +++ b/news/slrn/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/10/31 21:09:13 hwr Exp $ + +MD5 (slrn0.9.5.3.tar.gz) = 1db6236e6e53efcbd71310420f72d302 diff --git a/news/slrn/patches/patch-aa b/news/slrn/patches/patch-aa new file mode 100644 index 00000000000..2677c9b4dd7 --- /dev/null +++ b/news/slrn/patches/patch-aa @@ -0,0 +1,19 @@ +--- configure.orig Tue Sep 8 14:59:16 1998 ++++ configure Sat Oct 31 21:26:18 1998 +@@ -2401,6 +2401,8 @@ + + fi + ++slrn_cv_domain=no ++ + echo "$ac_t""$slrn_cv_domain" 1>&6 + + if test "$slrn_cv_domain" != no; then +@@ -2486,6 +2488,7 @@ + # version. + + JD_Search_Dirs="$JD_Search_Dirs \ ++ $prefix/include,$prefix/lib \ + /usr/local/include,/usr/local/lib \ + /usr/include,/usr/lib \ + /usr/include/slang,/usr/lib \ diff --git a/news/slrn/patches/patch-ab b/news/slrn/patches/patch-ab new file mode 100644 index 00000000000..8d1d4f3c3a7 --- /dev/null +++ b/news/slrn/patches/patch-ab @@ -0,0 +1,41 @@ +--- src/Makefile.in.orig Tue Sep 8 14:59:21 1998 ++++ src/Makefile.in Sat Oct 31 21:27:37 1998 +@@ -62,7 +62,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + BINDIR = @bindir@ +-DOCDIR = $(prefix)/doc/slrn ++DOCDIR = $(prefix)/share/slrn + MANDIR = @mandir@ + MACRODIR = @datadir@/slrn + #---------------------------------------------------------------------------- +@@ -118,19 +118,16 @@ + distclean: clean + /bin/rm -rf $(OBJDIR) Makefile sysconf.h + install: all $(BINDIR) +- $(INSTALL) -m 755 -o root -g root $(OBJDIR)/slrn $(BINDIR) +- -$(INSTALL) -m 755 -o root -g root $(OBJDIR)/slrnpull $(BINDIR) +- $(INSTALL) -d $(DOCDIR) -m 755 -o root -g root +- $(INSTALL) -m 644 -o root -g root ../doc/* $(DOCDIR) +- $(INSTALL) -m 644 -o root -g root ../COPYRIGHT $(DOCDIR) +- $(INSTALL) -m 644 -o root -g root ../COPYING $(DOCDIR) +- $(INSTALL) -m 644 -o root -g root ../README $(DOCDIR) +- $(INSTALL) -m 644 -o root -g root ../changes.txt $(DOCDIR) +- $(INSTALL) -m 644 -o root -g root ../doc/slrn.1 $(MANDIR)/man1 +- $(INSTALL) -d $(DOCDIR)/slrnpull -m 755 -o root -g root +- $(INSTALL) -m 644 -o root -g root ../slrnpull/* $(DOCDIR)/slrnpull +- $(INSTALL) -d $(MACRODIR) -m 755 -o root -g root +- $(INSTALL) -m 644 -o root -g root ../macros/*.sl $(MACRODIR) ++ $(INSTALL) -c -m 755 $(OBJDIR)/slrn $(BINDIR) ++ $(INSTALL) -d $(DOCDIR) -m 755 ++ $(INSTALL) -c -m 644 ../doc/* $(DOCDIR) ++ $(INSTALL) -c -m 644 ../COPYRIGHT $(DOCDIR) ++ $(INSTALL) -c -m 644 ../COPYING $(DOCDIR) ++ $(INSTALL) -c -m 644 ../README $(DOCDIR) ++ $(INSTALL) -c -m 644 ../changes.txt $(DOCDIR) ++ $(INSTALL) -c -m 644 ../doc/slrn.1 $(MANDIR)/man1 ++ $(INSTALL) -d $(MACRODIR) -m 755 ++ $(INSTALL) -c -m 644 ../macros/*.sl $(MACRODIR) + $(BINDIR): + - ../mkinsdir.sh $(BINDIR) + # The symlinks target is for my own private use. It simply creates the object diff --git a/news/slrn/patches/patch-ac b/news/slrn/patches/patch-ac new file mode 100644 index 00000000000..1b92807fa48 --- /dev/null +++ b/news/slrn/patches/patch-ac @@ -0,0 +1,26 @@ +$NetBSD: patch-ac,v 1.1.1.1 1998/10/31 21:09:13 hwr Exp $ +--- src/slrnfeat.h.orig Tue Sep 8 14:59:21 1998 ++++ src/slrnfeat.h Sat Oct 31 17:39:02 1998 +@@ -7,10 +7,10 @@ + * NOTE: if you intend to use slrnpull, make sure you enable SPOOL_SUPPORT + * in addition to PULL_SUPPORT. + */ +-#define SLRN_HAS_PULL_SUPPORT 1 ++#define SLRN_HAS_PULL_SUPPORT 0 + #define SLRN_HAS_NNTP_SUPPORT 1 +-#define SLRN_HAS_SPOOL_SUPPORT 1 +-#define SLRN_HAS_INEWS_SUPPORT 1 ++#define SLRN_HAS_SPOOL_SUPPORT 0 ++#define SLRN_HAS_INEWS_SUPPORT 0 + /* Set this to 1 to force the user to use INEWS for posting. This also means + * that slrn will use the hardcoded inews program pathname. + */ +@@ -48,7 +48,7 @@ + #define SLRN_HAS_SLANG 1 + + /* Set this to 0 if you do not want slrn to generate message-id header. */ +-#define SLRN_HAS_GEN_MSGID 1 ++#define SLRN_HAS_GEN_MSGID 0 + + /* If you want mapping ISO Latin <--> native character set, set this to 1. + * Supported character sets: isolatin, ibm850, and next diff --git a/news/slrn/pkg/COMMENT b/news/slrn/pkg/COMMENT new file mode 100644 index 00000000000..9773bca843c --- /dev/null +++ b/news/slrn/pkg/COMMENT @@ -0,0 +1 @@ +A powerful threaded newsreader, that is highly customizable. diff --git a/news/slrn/pkg/DESCR b/news/slrn/pkg/DESCR new file mode 100644 index 00000000000..be32cad40d4 --- /dev/null +++ b/news/slrn/pkg/DESCR @@ -0,0 +1,4 @@ +Slrn is a terminal based newsreader by John E. Davis . +It supports threads and is highly customizable through S-Lang functions. + +In this package, there is only support for NNTP, not for local spool. diff --git a/news/slrn/pkg/PLIST b/news/slrn/pkg/PLIST new file mode 100644 index 00000000000..d2a28f44dd2 --- /dev/null +++ b/news/slrn/pkg/PLIST @@ -0,0 +1,34 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/31 21:09:13 hwr Exp $ +bin/slrn +man/man1/slrn.1 +@exec mkdir -p %D/share/slrn +share/slrn/FAQ +share/slrn/INSTALL +share/slrn/README.GroupLens +share/slrn/README.macros +share/slrn/README.os2 +share/slrn/README.vms +share/slrn/README.w95 +share/slrn/SCORE_FAQ +share/slrn/VMS-SLRN.HLP +share/slrn/help.txt +share/slrn/pc-keys.txt +share/slrn/score.sl +share/slrn/score.txt +share/slrn/slrn.1 +share/slrn/slrn.rc +share/slrn/slrn.sl +share/slrn/COPYRIGHT +share/slrn/COPYING +share/slrn/README +share/slrn/changes.txt +share/slrn/color.sl +share/slrn/ispell.sl +share/slrn/nn.sl +share/slrn/posthook.sl +share/slrn/tin-art.sl +share/slrn/tin-group.sl +share/slrn/ttyprint.sl +share/slrn/util.sl +share/slrn/xcomment.sl +@dirrm share/slrn -- cgit v1.2.3