a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21413 2007-01-23 23:22:13Z ryandesign@macports.org $
PortSystem 1.0
name cleanscore
version 0.9.8.1
categories news net
platforms darwin
maintainers olaf@foellinger.de
homepage http://www.slrn.org/cleanscore/
description removes obsolete entries from slrn's score file
long_description If you heavily use slrn's scoring capabilities, \
your scorefile will soon become large and confusing, \
so you will want to remove expired entries on a \
regular basis. This perl script can be used to \
purge expired entries automatically, e.g. by calling \
it from cron.daily.
master_sites http://www.slrn.org/cleanscore/
checksums md5 c1e3c6c0223255cc4c08df09795add07 \
sha1 ae132707ee5e7e5805ee6a7051d34f605b8340cb \
rmd160 575e1ac974ad23aa557ca2c67a28bbd07546f9ec
use_configure no
build.cmd ls
build.target
destroot {
xinstall -m 0755 -d ${destroot}${prefix}/bin
xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
system "chmod 755 ${worksrcpath}/cleanscore"
file copy ${worksrcpath}/cleanscore ${destroot}${prefix}/bin
file copy ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/COPYRIGHT ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/INDEX.TXT ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/NEWS.cleanscore ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/README ${destroot}${prefix}/share/doc/${name}
}