diff options
author | is <is> | 2007-10-12 12:30:47 +0000 |
---|---|---|
committer | is <is> | 2007-10-12 12:30:47 +0000 |
commit | 5b709b34bcb67ca7c73671b79925e51e7f9a9fcd (patch) | |
tree | b6402e54aa2f17938b52e85806aa18ce7b48a33c /news | |
parent | 5ce37b140a69c59f5a5a4ffd979038fb8ab3c27a (diff) | |
download | pkgsrc-5b709b34bcb67ca7c73671b79925e51e7f9a9fcd.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/DESCR | 4 | ||||
-rw-r--r-- | news/cleanscore/Makefile | 22 | ||||
-rw-r--r-- | news/cleanscore/PLIST | 3 | ||||
-rw-r--r-- | news/cleanscore/distinfo | 5 |
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 |