summaryrefslogtreecommitdiffstats
path: root/news/cleanscore
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-11 06:42:44 +0000
committerijliao <ijliao@FreeBSD.org>2002-07-11 06:42:44 +0000
commit7ae8ac598366d405482793e2caebf666f54d3837 (patch)
tree5ab4f2fa3e7a217806dc3279226dba9aacea19d8 /news/cleanscore
parent1edc25ac82da3f3ab802fbcc311dc31172abd4ea (diff)
downloadFreeBSD-ports-7ae8ac598366d405482793e2caebf666f54d3837.zip
FreeBSD-ports-7ae8ac598366d405482793e2caebf666f54d3837.tar.gz
add cleanscore 0.9.8.1
A perl script to clean up your slrn score file PR: 36971 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'news/cleanscore')
-rw-r--r--news/cleanscore/Makefile29
-rw-r--r--news/cleanscore/distinfo1
-rw-r--r--news/cleanscore/pkg-comment1
-rw-r--r--news/cleanscore/pkg-descr8
-rw-r--r--news/cleanscore/pkg-plist3
5 files changed, 42 insertions, 0 deletions
diff --git a/news/cleanscore/Makefile b/news/cleanscore/Makefile
new file mode 100644
index 0000000..136a14e
--- /dev/null
+++ b/news/cleanscore/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: cleanscore
+# Date created: 10 April 2002
+# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= cleanscore
+PORTVERSION= 0.9.8.1
+CATEGORIES= news
+MASTER_SITES= http://slrn.sourceforge.net/cleanscore/
+
+MAINTAINER= obraun@informatik.unibw-muenchen.de
+
+USE_PERL5= yes
+NO_BUILD= yes
+
+post-patch:
+ @${PERL} -pi -e 's|^use warnings|#use warnings|g ; \
+ s|^our |my |g' ${WRKSRC}/cleanscore
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/cleanscore ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/news/cleanscore/distinfo b/news/cleanscore/distinfo
new file mode 100644
index 0000000..28a7206
--- /dev/null
+++ b/news/cleanscore/distinfo
@@ -0,0 +1 @@
+MD5 (cleanscore-0.9.8.1.tar.gz) = c1e3c6c0223255cc4c08df09795add07
diff --git a/news/cleanscore/pkg-comment b/news/cleanscore/pkg-comment
new file mode 100644
index 0000000..4f21c76
--- /dev/null
+++ b/news/cleanscore/pkg-comment
@@ -0,0 +1 @@
+A perl script to clean up your slrn score file
diff --git a/news/cleanscore/pkg-descr b/news/cleanscore/pkg-descr
new file mode 100644
index 0000000..009c2d6
--- /dev/null
+++ b/news/cleanscore/pkg-descr
@@ -0,0 +1,8 @@
+cleanscore is a perl script to clean up your slrn score file.
+It can be used to purge expired entries automatically, e.g. by
+calling it from cron.
+
+WWW: http://slrn.sourceforge.net/cleanscore/
+
+- Oliver Braun
+obraun@informatik.unibw-muenchen.de
diff --git a/news/cleanscore/pkg-plist b/news/cleanscore/pkg-plist
new file mode 100644
index 0000000..490d9e7
--- /dev/null
+++ b/news/cleanscore/pkg-plist
@@ -0,0 +1,3 @@
+bin/cleanscore
+%%PORTDOCS%%share/doc/cleanscore/README
+%%PORTDOCS%%@dirrm share/doc/cleanscore
OpenPOWER on IntegriCloud