Skip to content

Commit

Permalink
Add slrn, a powerful console newsreader based on slang.
Browse files Browse the repository at this point in the history
Submitted by:	Olaf Foellinger <olaf@foellinger.de>

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@1044 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Jordan K. Hubbard committed Oct 12, 2002
1 parent 4b9c97f commit 707220c
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 0 deletions.
16 changes: 16 additions & 0 deletions news/slrn/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PortSystem 1.0
name slrn
version 0.9.7.4
revision 1
description A powerful console-based newsreader
categories news net
maintainers olaf@foellinger.de
master_sites ftp://ftp.fu-berlin.de/pub/unix/news/slrn/ \
ftp://ftp.ntua.gr/pub/lang/slang/slrn/ \
ftp://ftp.plig.org/pub/slrn/
checksums md5 da944c58f301cf07a41f996d91de8431
patchfiles patch-Makefile.in
use_bzip2 yes
configure.args --with-libiconv-prefix=${prefix}
depends_lib lib:libslang.a:slang lib:libiconv:libiconv
include contents
57 changes: 57 additions & 0 deletions news/slrn/contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
contents {
bin/slrn
man/man1/slrn.1
share/doc/slrn
share/doc/slrn/changes.txt
share/doc/slrn/COPYING
share/doc/slrn/COPYRIGHT
share/doc/slrn/FAQ
share/doc/slrn/FIRST_STEPS
share/doc/slrn/help.txt
share/doc/slrn/manual.txt
share/doc/slrn/README
share/doc/slrn/README.GroupLens
share/doc/slrn/README.macros
share/doc/slrn/README.multiuser
share/doc/slrn/README.SSL
share/doc/slrn/score.sl
share/doc/slrn/score.txt
share/doc/slrn/SCORE_FAQ
share/doc/slrn/slrn-doc.html
share/doc/slrn/slrn.rc
share/doc/slrn/slrnfuns.txt
share/doc/slrn/THANKS
share/locale/da/LC_MESSAGES
share/locale/da/LC_MESSAGES/slrn.mo
share/locale/de/LC_MESSAGES
share/locale/de/LC_MESSAGES/slrn.mo
share/locale/es/LC_MESSAGES
share/locale/es/LC_MESSAGES/slrn.mo
share/locale/fr/LC_MESSAGES
share/locale/fr/LC_MESSAGES/slrn.mo
share/locale/it/LC_MESSAGES
share/locale/it/LC_MESSAGES/slrn.mo
share/locale/ko/LC_MESSAGES
share/locale/ko/LC_MESSAGES/slrn.mo
share/locale/locale.alias
share/locale/nl/LC_MESSAGES
share/locale/nl/LC_MESSAGES/slrn.mo
share/locale/pl/LC_MESSAGES
share/locale/pl/LC_MESSAGES/slrn.mo
share/locale/ru/LC_MESSAGES
share/locale/ru/LC_MESSAGES/slrn.mo
share/slrn/macros/color.sl
share/slrn/macros/gsort.sl
share/slrn/macros/ispell.sl
share/slrn/macros/latin2.sl
share/slrn/macros/multipart.sl
share/slrn/macros/nn.sl
share/slrn/macros/posthook.sl
share/slrn/macros/search.sl
share/slrn/macros/tin-art.sl
share/slrn/macros/tin-group.sl
share/slrn/macros/ttyprint.sl
share/slrn/macros/util.sl
share/slrn/macros/varset.sl
share/slrn/macros/xcomment.sl
}
13 changes: 13 additions & 0 deletions news/slrn/files/patch-Makefile.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- Makefile.in.orig Sat Oct 12 11:50:04 2002
+++ Makefile.in Sat Oct 12 11:50:18 2002
@@ -454,8 +454,8 @@

all-local:
@echo ""
- @echo "Compilation of slrn complete."
- @echo "To copy it into your system, type \"make install\"."
+ @echo "Build of slrn complete."
+ @echo "To copy it into your system, type \"port install\"."
@echo ""

install-data-local:

0 comments on commit 707220c

Please sign in to comment.