summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--news/Makefile1
-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
6 files changed, 43 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile
index 506c3e2..add1bdc 100644
--- a/news/Makefile
+++ b/news/Makefile
@@ -8,6 +8,7 @@
SUBDIR += bgrab
SUBDIR += c-nocem
SUBDIR += cleanfeed
+ SUBDIR += cleanscore
SUBDIR += cnews
SUBDIR += dejasearch
SUBDIR += diablo
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