[21413] trunk/dports/news

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 23 15:22:13 PST 2007


Revision: 21413
          http://trac.macosforge.org/projects/macports/changeset/21413
Author:   ryandesign at macports.org
Date:     2007-01-23 15:22:13 -0800 (Tue, 23 Jan 2007)

Log Message:
-----------
Adding new port cleanscore for maintainer.

Added Paths:
-----------
    trunk/dports/news/cleanscore/
    trunk/dports/news/cleanscore/Portfile

Added: trunk/dports/news/cleanscore/Portfile
===================================================================
--- trunk/dports/news/cleanscore/Portfile	                        (rev 0)
+++ trunk/dports/news/cleanscore/Portfile	2007-01-23 23:22:13 UTC (rev 21413)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem		1.0
+name			cleanscore
+version			0.9.8.1
+categories		news net
+platforms		darwin
+maintainers		olaf at 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}
+}
+
+
+


Property changes on: trunk/dports/news/cleanscore/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070123/864c01aa/attachment.html


More information about the macports-changes mailing list