[50824] trunk/dports/devel

ram at macports.org ram at macports.org
Sun May 10 10:12:06 PDT 2009


Revision: 50824
          http://trac.macports.org/changeset/50824
Author:   ram at macports.org
Date:     2009-05-10 10:12:06 -0700 (Sun, 10 May 2009)
Log Message:
-----------
devel/flashbake: new port

Added Paths:
-----------
    trunk/dports/devel/flashbake/
    trunk/dports/devel/flashbake/Portfile

Added: trunk/dports/devel/flashbake/Portfile
===================================================================
--- trunk/dports/devel/flashbake/Portfile	                        (rev 0)
+++ trunk/dports/devel/flashbake/Portfile	2009-05-10 17:12:06 UTC (rev 50824)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem    1.0
+PortGroup     python26 1.0
+
+name          flashbake
+version       0.24
+categories    devel
+platforms     darwin
+maintainers   ram openmaintainer
+
+description   A seamless source control tool for ordinary people
+long_description  Scripts to gather information for including in \
+  version history comments and to make using source control a bit \
+  simpler for non-technical projects.
+
+homepage      http://wiki.github.com/commandline/${name}
+master_sites  http://cloud.github.com/downloads/commandline/${name}
+
+checksums     md5 908b1c2ed768859d011a97804ba606a7 \
+              sha1 45109c7e549c2ffd58f51b0bd9bc1743f8a30f17 \
+              rmd160 742c230a008aed80b82a4ffda182d4ba4e838498
+
+depends_lib-append  port:py26-setuptools \
+                    port:py26-enum \
+                    port:git-core
+
+post-destroot {
+  ln -s ${python.prefix}/bin/flashbake ${destroot}${prefix}/bin
+  ln -s ${python.prefix}/bin/flashbakeall ${destroot}${prefix}/bin
+}
+
+universal_variant no
+
+livecheck.check     regex
+livecheck.url       ${homepage}
+livecheck.regex     {current version is (\d+(?:\.\d+)*) and can be}


Property changes on: trunk/dports/devel/flashbake/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/20090510/35def97f/attachment.html>


More information about the macports-changes mailing list