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:
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
|
@ -8,6 +8,7 @@
|
||||||
SUBDIR += bgrab
|
SUBDIR += bgrab
|
||||||
SUBDIR += c-nocem
|
SUBDIR += c-nocem
|
||||||
SUBDIR += cleanfeed
|
SUBDIR += cleanfeed
|
||||||
|
SUBDIR += cleanscore
|
||||||
SUBDIR += cnews
|
SUBDIR += cnews
|
||||||
SUBDIR += dejasearch
|
SUBDIR += dejasearch
|
||||||
SUBDIR += diablo
|
SUBDIR += diablo
|
||||||
|
|
29
news/cleanscore/Makefile
Normal file
29
news/cleanscore/Makefile
Normal 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
1
news/cleanscore/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (cleanscore-0.9.8.1.tar.gz) = c1e3c6c0223255cc4c08df09795add07
|
1
news/cleanscore/pkg-comment
Normal file
1
news/cleanscore/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A perl script to clean up your slrn score file
|
8
news/cleanscore/pkg-descr
Normal file
8
news/cleanscore/pkg-descr
Normal 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
|
3
news/cleanscore/pkg-plist
Normal file
3
news/cleanscore/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
bin/cleanscore
|
||||||
|
%%PORTDOCS%%share/doc/cleanscore/README
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/cleanscore
|
Loading…
Reference in a new issue