diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-11 06:42:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-11 06:42:44 +0000 |
commit | 491c474236a9b3648a0cf4679cace77bf7b11342 (patch) | |
tree | 8914110e4d631f614b0628fdea66b8f7b7754aba /news | |
parent | findlib -> ocaml-findlib (diff) |
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>
Notes
Notes:
svn path=/head/; revision=62795
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 1 | ||||
-rw-r--r-- | news/cleanscore/Makefile | 29 | ||||
-rw-r--r-- | news/cleanscore/distinfo | 1 | ||||
-rw-r--r-- | news/cleanscore/pkg-comment | 1 | ||||
-rw-r--r-- | news/cleanscore/pkg-descr | 8 | ||||
-rw-r--r-- | news/cleanscore/pkg-plist | 3 |
6 files changed, 43 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile index 506c3e29a1f2..add1bdc2e27d 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 000000000000..136a14e15e12 --- /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 000000000000..28a7206dc24c --- /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 000000000000..4f21c76122e1 --- /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 000000000000..009c2d6f5a8b --- /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 000000000000..490d9e728b73 --- /dev/null +++ b/news/cleanscore/pkg-plist @@ -0,0 +1,3 @@ +bin/cleanscore +%%PORTDOCS%%share/doc/cleanscore/README +%%PORTDOCS%%@dirrm share/doc/cleanscore |