[53835] trunk/dports/sysutils
snc at macports.org
snc at macports.org
Wed Jul 15 03:58:52 PDT 2009
Revision: 53835
http://trac.macports.org/changeset/53835
Author: snc at macports.org
Date: 2009-07-15 03:58:50 -0700 (Wed, 15 Jul 2009)
Log Message:
-----------
created memtester, #20306
Added Paths:
-----------
trunk/dports/sysutils/memtester/
trunk/dports/sysutils/memtester/Portfile
Added: trunk/dports/sysutils/memtester/Portfile
===================================================================
--- trunk/dports/sysutils/memtester/Portfile (rev 0)
+++ trunk/dports/sysutils/memtester/Portfile 2009-07-15 10:58:50 UTC (rev 53835)
@@ -0,0 +1,30 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name memtester
+version 4.0.8
+categories sysutils
+maintainers hostwizard.com:scott
+platforms darwin
+description A userspace utility for testing the memory subsystem for \
+ faults.
+long_description ${description}
+
+homepage http://pyropus.ca/software/memtester/
+master_sites ${homepage}/old-versions
+
+checksums md5 a4971ed1ccaf5b2e2148fd66b0eb7363 \
+ sha1 1330edaa60e0d797b83df51a56bba377db9223fc \
+ rmd160 b804eb9563f98ffbd51ce17c091b71a466ba4eae
+
+livecheck.url ${homepage}/old-versions/
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+
+use_configure no
+
+pre-patch {
+ reinplace "s|/usr/local|${destroot}${prefix}|" ${worksrcpath}/Makefile
+ reinplace "s|man/man|share/man/man|" ${worksrcpath}/Makefile
+}
Property changes on: trunk/dports/sysutils/memtester/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090715/74691b46/attachment.html>
More information about the macports-changes
mailing list