[68056] trunk/dports/games

jmr at macports.org jmr at macports.org
Tue May 25 17:01:31 PDT 2010


Revision: 68056
          http://trac.macports.org/changeset/68056
Author:   jmr at macports.org
Date:     2010-05-25 17:01:26 -0700 (Tue, 25 May 2010)
Log Message:
-----------
New port: pyfa, Python fitting assistant for EVE-Online (#23086)

Added Paths:
-----------
    trunk/dports/games/pyfa/
    trunk/dports/games/pyfa/Portfile

Added: trunk/dports/games/pyfa/Portfile
===================================================================
--- trunk/dports/games/pyfa/Portfile	                        (rev 0)
+++ trunk/dports/games/pyfa/Portfile	2010-05-26 00:01:26 UTC (rev 68056)
@@ -0,0 +1,42 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup  python26 1.0
+
+name                pyfa
+version             0.7
+categories          games python
+platforms           darwin
+maintainers         gmail.com:yacoob
+description         Python fitting assistant for EVE-Online
+long_description    pyfa is the Python Fitting Assistant, a standalone \
+                    application to create ship fittings for the \
+                    EVE-Online SciFi MMORPG.
+homepage            http://pyfa.sourceforge.net/
+platforms           darwin
+depends_run         port:py26-gtk
+
+master_sites        sourceforge
+distname            ${name}-${version}-src
+checksums           md5 bed794605fa9f3bc1619cf06ff703148 \
+                    sha1 a2b67bbe0dfab9bd31a20bf13c78c4c321c6516a
+
+worksrcdir          ${name}
+dist_subdir         ${name}
+
+build { }
+
+set python_path         ${python.pkgd}/${name}
+set python_target_path  ${destroot}${python_path}
+
+python.link_binaries no
+destroot {
+    xinstall -d -m 755 ${python_target_path}
+    eval copy [glob ${worksrcpath}/*] ${python_target_path}
+    ln -s ${python_path}/launch.py ${destroot}${prefix}/bin/pyfa
+    ln -s ${python_path}/downloadData.py ${destroot}${prefix}/bin/pyfa-download-data
+}
+
+livecheck.url       http://sourceforge.net/api/file/index/project-id/270992/rss
+livecheck.regex     ${name}-(\[a-z0-9\.\]+)-src.tar.gz


Property changes on: trunk/dports/games/pyfa/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/20100525/5e1285e2/attachment.html>


More information about the macports-changes mailing list