pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/cleanscore cleanscore is a PERL script to clean t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd53a12b2f16
branches:  trunk
changeset: 534134:fd53a12b2f16
user:      is <is%pkgsrc.org@localhost>
date:      Fri Oct 12 12:30:47 2007 +0000

description:
cleanscore is a PERL script to clean the "score file" of the Usenet news
reader "srln" from expired entries.

diffstat:

 news/cleanscore/DESCR    |   4 ++++
 news/cleanscore/Makefile |  22 ++++++++++++++++++++++
 news/cleanscore/PLIST    |   3 +++
 news/cleanscore/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 300e397e3ee8 -r fd53a12b2f16 news/cleanscore/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/cleanscore/DESCR     Fri Oct 12 12:30:47 2007 +0000
@@ -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 -r 300e397e3ee8 -r fd53a12b2f16 news/cleanscore/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/cleanscore/Makefile  Fri Oct 12 12:30:47 2007 +0000
@@ -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@localhost
+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 -r 300e397e3ee8 -r fd53a12b2f16 news/cleanscore/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/cleanscore/PLIST     Fri Oct 12 12:30:47 2007 +0000
@@ -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 -r 300e397e3ee8 -r fd53a12b2f16 news/cleanscore/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/cleanscore/distinfo  Fri Oct 12 12:30:47 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index