diff options
author | is <is@pkgsrc.org> | 2007-10-12 12:30:47 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2007-10-12 12:30:47 +0000 |
commit | ffccfc5e6dc2bb5b5af64078f6ae0c9e85af7085 (patch) | |
tree | b6402e54aa2f17938b52e85806aa18ce7b48a33c | |
parent | 11b2f0d0767719b741b1cd0a7676a2d4c18e86bf (diff) | |
download | pkgsrc-ffccfc5e6dc2bb5b5af64078f6ae0c9e85af7085.tar.gz |
cleanscore is a PERL script to clean the "score file" of the Usenet news
reader "srln" from expired entries.
-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 |