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>
This commit is contained in:
Ying-Chieh Liao 2002-07-11 06:42:44 +00:00
parent cd197ef172
commit 491c474236
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62795
6 changed files with 43 additions and 0 deletions

View file

@ -8,6 +8,7 @@
SUBDIR += bgrab
SUBDIR += c-nocem
SUBDIR += cleanfeed
SUBDIR += cleanscore
SUBDIR += cnews
SUBDIR += dejasearch
SUBDIR += diablo

29
news/cleanscore/Makefile Normal file
View file

@ -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>

1
news/cleanscore/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (cleanscore-0.9.8.1.tar.gz) = c1e3c6c0223255cc4c08df09795add07

View file

@ -0,0 +1 @@
A perl script to clean up your slrn score file

View file

@ -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

View file

@ -0,0 +1,3 @@
bin/cleanscore
%%PORTDOCS%%share/doc/cleanscore/README
%%PORTDOCS%%@dirrm share/doc/cleanscore