This commit is contained in:
joey 1997-12-20 02:46:05 +00:00
parent 4df4260819
commit 91fa01f914
6 changed files with 48 additions and 0 deletions

30
news/slrn/Makefile Normal file
View File

@ -0,0 +1,30 @@
# OpenBSD makefile for: slrn
# Version required: 0.9.4.2
# Date created: 19 Dec 1997
# Whom: joey
#
# $OpenBSD: Makefile,v 1.1.1.1 1997/12/20 02:46:05 joey Exp $
#
DISTNAME= slrn0.9.4.3
PKGNAME= slrn-0.9.4.3
CATEGORIES= news
MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ \
ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/ \
ftp://ftp.prz.tu-berlin.de/pub/unix/news/reader/slrn/
MAINTAINER= joey@OpenBSD.ORG
LIB_DEPENDS= slang\\.0\\.99[0-9][0-9]:${PORTSDIR}/devel/libslang
WRKSRC= ${WRKDIR}/slrn
GNU_CONFIGURE= yes
MAN1= slrn.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/objs/slrn ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/examples/slrn
${INSTALL_DATA} ${WRKSRC}/doc/slrn.rc ${PREFIX}/share/examples/slrn
${INSTALL_MAN} ${WRKSRC}/doc/slrn.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

1
news/slrn/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (slrn0.9.4.3.tar.gz) = 41d30e1d7f2cead2aaa0ce87ca873f11

View File

@ -0,0 +1,11 @@
--- src/slrnfeat.h.orig Fri Jun 20 15:02:47 1997
+++ src/slrnfeat.h Sun Jun 29 04:25:16 1997
@@ -193,7 +193,7 @@
# define SLRN_ARTICLE_FILENAME ".article"
# define SLRN_FOLLOWUP_FILENAME ".followup"
# define SLRN_SIGNATURE_FILE ".signature"
-# define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb"
+# define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb"
# ifndef SLRN_LIB_DIR
# define SLRN_LIB_DIR "/usr/local/lib/slrn"
# endif

1
news/slrn/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
SLang-based newsreader

2
news/slrn/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
slrn (not to be confused with slnr) is a SLang-based NNTP newsreader with a
nice interface.

3
news/slrn/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
bin/slrn
share/examples/slrn/slrn.rc
man/man1/slrn.1.gz