summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authoris <is>2007-10-12 12:30:47 +0000
committeris <is>2007-10-12 12:30:47 +0000
commite335d494a3609e01837b1c2a83af987ebd9aaa0c (patch)
treeb6402e54aa2f17938b52e85806aa18ce7b48a33c /news
parent445ad0dca04a3abe96520690f09a0ee0b2d813cd (diff)
downloadpkgsrc-e335d494a3609e01837b1c2a83af987ebd9aaa0c.tar.gz
cleanscore is a PERL script to clean the "score file" of the Usenet news
reader "srln" from expired entries.
Diffstat (limited to 'news')
-rw-r--r--news/cleanscore/DESCR4
-rw-r--r--news/cleanscore/Makefile22
-rw-r--r--news/cleanscore/PLIST3
-rw-r--r--news/cleanscore/distinfo5
4 files changed, 34 insertions, 0 deletions
diff --git a/news/cleanscore/DESCR b/news/cleanscore/DESCR
new file mode 100644
index 00000000000..1ed297e64fc
--- /dev/null
+++ b/news/cleanscore/DESCR
@@ -0,0 +1,4 @@
+Cleanscore is a perl-script to remove expired score entries from the
+newsreader slrn's scorefile (usually $HOME/News/Score).
+
+Author: Felix Schueller <fschueller&netcologne.de>
diff --git a/news/cleanscore/Makefile b/news/cleanscore/Makefile
new file mode 100644
index 00000000000..73e98d8427c
--- /dev/null
+++ b/news/cleanscore/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/12 12:30:47 is Exp $
+#
+
+DISTNAME= cleanscore-0.9.8.1
+CATEGORIES= news
+MASTER_SITES= http://slrn.sourceforge.net/cleanscore/
+
+MAINTAINER= is@NetBSD.org
+HOMEPAGE= http://slrn.sourceforge.net/cleanscore/
+COMMENT= Clean SLRN's score file
+
+USE_TOOLS= perl
+REPLACE_PERL= cleanscore
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/cleanscore ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cleanscore
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cleanscore
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/news/cleanscore/PLIST b/news/cleanscore/PLIST
new file mode 100644
index 00000000000..969b771a121
--- /dev/null
+++ b/news/cleanscore/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/12 12:30:47 is Exp $
+bin/cleanscore
+share/doc/cleanscore/README
diff --git a/news/cleanscore/distinfo b/news/cleanscore/distinfo
new file mode 100644
index 00000000000..522e17c74f9
--- /dev/null
+++ b/news/cleanscore/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/10/12 12:30:47 is Exp $
+
+SHA1 (cleanscore-0.9.8.1.tar.gz) = ae132707ee5e7e5805ee6a7051d34f605b8340cb
+RMD160 (cleanscore-0.9.8.1.tar.gz) = 575e1ac974ad23aa557ca2c67a28bbd07546f9ec
+Size (cleanscore-0.9.8.1.tar.gz) = 13439 bytes