summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-05-17 03:41:37 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-05-17 03:41:37 +0000
commit57c5cc55d7b5d884699c4a75543c58df4f9067cb (patch)
treecaff8f0b625a78c8d1ef22a7e9a596d1cbf11e9a /news
parentSome files were missing from the packing list. (diff)
New port, slrn:
SLang-based newsreader PR: 3146 Submitted by: Carey Jones <mcj@acquiesce.org>
Notes
Notes: svn path=/head/; revision=6462
Diffstat (limited to 'news')
-rw-r--r--news/slrn/Makefile30
-rw-r--r--news/slrn/distinfo1
-rw-r--r--news/slrn/pkg-comment1
-rw-r--r--news/slrn/pkg-descr2
-rw-r--r--news/slrn/pkg-plist3
5 files changed, 37 insertions, 0 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
new file mode 100644
index 000000000000..68e25d3db3d5
--- /dev/null
+++ b/news/slrn/Makefile
@@ -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>
diff --git a/news/slrn/distinfo b/news/slrn/distinfo
new file mode 100644
index 000000000000..900487fa2880
--- /dev/null
+++ b/news/slrn/distinfo
@@ -0,0 +1 @@
+MD5 (slrn0.9.3.2.tar.gz) = 321073666a0ec28db423f370c77e8f20
diff --git a/news/slrn/pkg-comment b/news/slrn/pkg-comment
new file mode 100644
index 000000000000..dcb026108539
--- /dev/null
+++ b/news/slrn/pkg-comment
@@ -0,0 +1 @@
+SLang-based newsreader
diff --git a/news/slrn/pkg-descr b/news/slrn/pkg-descr
new file mode 100644
index 000000000000..ba0c15783f77
--- /dev/null
+++ b/news/slrn/pkg-descr
@@ -0,0 +1,2 @@
+slrn (not to be confused with slnr) is a SLang-based newsreader with a
+nice interface.
diff --git a/news/slrn/pkg-plist b/news/slrn/pkg-plist
new file mode 100644
index 000000000000..8f51ccc1aeef
--- /dev/null
+++ b/news/slrn/pkg-plist
@@ -0,0 +1,3 @@
+bin/slrn
+share/examples/slrn/slrn.rc
+man/man1/slrn.1.gz