[49838] trunk/dports/net

blb at macports.org blb at macports.org
Sat Apr 18 17:28:47 PDT 2009


Revision: 49838
          http://trac.macports.org/changeset/49838
Author:   blb at macports.org
Date:     2009-04-18 17:28:47 -0700 (Sat, 18 Apr 2009)
Log Message:
-----------
New port - net/openload, Load testing of web applications (ticket #19363)

Added Paths:
-----------
    trunk/dports/net/openload/
    trunk/dports/net/openload/Portfile

Added: trunk/dports/net/openload/Portfile
===================================================================
--- trunk/dports/net/openload/Portfile	                        (rev 0)
+++ trunk/dports/net/openload/Portfile	2009-04-19 00:28:47 UTC (rev 49838)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem          1.0
+
+name                openload
+version             0.1.2
+categories          net
+maintainers         gmail.com:smibrahim
+description         Load testing of web applications.
+long_description    OpenWebLoad is a tool for load testing web applications. It aims to be easy to use and providing near \
+		    real-time performance measurements of the application under test. This is particulary useful when you\
+		    are doing optimization as you can see the impact of your changes almost immediately. 
+
+homepage            http://openwebload.sourceforge.net/
+platforms           darwin
+master_sites        http://www.sfr-fresh.com/unix/privat/
+
+checksums           md5 f6e1cea4ad8c87c1aa9abac92583be77 \
+                    sha1 2a425a362fc94a7e81dd96036600236f60bd79ec \
+                    rmd160 830a8214795e8e3f7ad9ecc3480eee64f4aeda17
+
+post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+   xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \
+      ${destroot}${prefix}/share/doc/${name}
+}
+


Property changes on: trunk/dports/net/openload/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/20090418/66ed9143/attachment.html>


More information about the macports-changes mailing list