summaryrefslogtreecommitdiffstats
path: root/news/cleanscore
diff options
context:
space:
mode:
Diffstat (limited to 'news/cleanscore')
-rwxr-xr-xnews/cleanscore/BUILD1
-rwxr-xr-xnews/cleanscore/DEPENDS2
-rwxr-xr-xnews/cleanscore/DETAILS24
-rw-r--r--news/cleanscore/HISTORY39
-rwxr-xr-xnews/cleanscore/INSTALL11
5 files changed, 77 insertions, 0 deletions
diff --git a/news/cleanscore/BUILD b/news/cleanscore/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/news/cleanscore/BUILD
@@ -0,0 +1 @@
+true
diff --git a/news/cleanscore/DEPENDS b/news/cleanscore/DEPENDS
new file mode 100755
index 0000000000..2817f9c671
--- /dev/null
+++ b/news/cleanscore/DEPENDS
@@ -0,0 +1,2 @@
+depends slrn
+depends perl
diff --git a/news/cleanscore/DETAILS b/news/cleanscore/DETAILS
new file mode 100755
index 0000000000..e598952b8a
--- /dev/null
+++ b/news/cleanscore/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=cleanscore
+ VERSION=0.9.8.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://slrn.sourceforge.net/cleanscore/$SOURCE
+ MD5[0]=6e5f3cd0cb942f0642c5e5baddff9090
+ SOURCE_URL[1]=ftp://download.sourcemage.org/pub/linux/distributions/sourcemage/mirror/$SOURCE
+ MD5[1]=${MD5[0]}
+ WEB_SITE=http://slrn.sourceforge.net/cleanscore/index.html
+ BUILD_API=2
+ ENTERED=20020602
+ UPDATED=20020602
+ MAINTAINER=bluebird@optushome.com.au
+ SHORT="A perl script to clean slrn score files"
+ LICENSE=GPL
+cat << EOF
+
+If you heavily use slrn's scoring capabilities, your scorefile will soon become
+large and confusing, so you will want to remove expired entries on a regular
+basis. This perl script can be used to purge expired entries automatically,
+e.g. by calling it from cron.daily.
+
+
+EOF
diff --git a/news/cleanscore/HISTORY b/news/cleanscore/HISTORY
new file mode 100644
index 0000000000..dabb75a451
--- /dev/null
+++ b/news/cleanscore/HISTORY
@@ -0,0 +1,39 @@
+2004-02-12 George Sherwood <george@beernabeer.com>
+ * DETAILS: Updated for BUILD_API=2
+ * BUILD: Updated for BUILD_API=2
+ * INSTALL: Added for BUILD_API=2
+
+2002-11-05 M.L. <mlubrano@sourcemage.org>
+ * Added MENU_* entries to DETAILS file.
+
+2002-08-21 M.L. <m.l@compaqnet.fr>
+ * MD5[0] field updated, built from the ".tar" archive.
+
+2002-08-15 M.L. <m.l@compaqnet.fr>
+ * MD5[x] field format conforming to grimoire-gurus handbook.
+ Added source url of last ressort (sourcemage mirror).
+
+2002-08-13 M.L. <m.l@compaqnet.fr>
+ * /LICENCE/LICENSE/ in DETAILS file...
+
+2002-06-11 M.L. <m.l@compaqnet.fr>
+ * Added MD5.
+
+2002-06-10 M.L. <m.l@compaqnet.fr>
+ * Added LICENSE.
+
+2002-06-04 M.L. <m.l@compaqnet.fr>
+ * Realised that cleanscore is not root only software.
+ Patched BUILD file to install in /usr/bin instead.
+ Thanks to bluebird@optushome.com.au.
+
+2002-06-04 M.L. <m.l@compaqnet.fr>
+ * Gcc3 compile and trial run: ok. Removed USEGCC2.
+
+2002-06-02 M.L. <m.l@compaqnet.fr>
+ * Added depends slrn, added spell to devel grimoire.
+ Installs cleanscore to /usr/sbin.
+
+2002-06-02 Joel Mayes <bluebird@optushome.com.au>
+ * Spell created.
+
diff --git a/news/cleanscore/INSTALL b/news/cleanscore/INSTALL
new file mode 100755
index 0000000000..7aceed6023
--- /dev/null
+++ b/news/cleanscore/INSTALL
@@ -0,0 +1,11 @@
+ mkdir -p /usr/doc/$SPELL &&
+
+ cp cleanscore /usr/bin/ &&
+
+ chmod 555 /usr/bin/cleanscore &&
+
+ cp COPYING /usr/doc/$SPELL &&
+ cp COPYRIGHT /usr/doc/$SPELL &&
+ cp INDEX.TXT /usr/doc/$SPELL &&
+ cp NEWS.cleanscore /usr/doc/$SPELL &&
+ cp README /usr/doc/$SPELL