New port, slrn:

SLang-based newsreader
PR:		3146
Submitted by:	Carey Jones <mcj@acquiesce.org>
This commit is contained in:
Masafumi Max NAKANE 1997-05-17 03:41:37 +00:00
parent 23cf1db3d7
commit 57c5cc55d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6462
5 changed files with 37 additions and 0 deletions

30
news/slrn/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: slrn
# Version required: 0.9.3.2
# Date created: 28 March 1997
# Whom: Carey Jones <mcj@acquiesce.org>
#
# $Id$
#
DISTNAME= slrn0.9.3.2
PKGNAME= slrn-0.9.3.2
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= mcj@acquiesce.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/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (slrn0.9.3.2.tar.gz) = 321073666a0ec28db423f370c77e8f20

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 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