[58113] trunk/dports/ruby

afb at macports.org afb at macports.org
Tue Sep 22 03:30:18 PDT 2009


Revision: 58113
          http://trac.macports.org/changeset/58113
Author:   afb at macports.org
Date:     2009-09-22 03:30:17 -0700 (Tue, 22 Sep 2009)
Log Message:
-----------
new port: bee 0.5.1

Added Paths:
-----------
    trunk/dports/ruby/rb-bee/
    trunk/dports/ruby/rb-bee/Portfile

Added: trunk/dports/ruby/rb-bee/Portfile
===================================================================
--- trunk/dports/ruby/rb-bee/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-bee/Portfile	2009-09-22 10:30:17 UTC (rev 58113)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ruby 1.0
+
+ruby.setup		bee 0.5.1 gem {} rubyforge_gem
+categories-append	devel
+license			Apache
+platforms		darwin freebsd
+maintainers		afb
+description		Bee is a build tool running YAML files
+long_description	Bee is a build tool running YAML files. \
+			These build files have a clean syntax à la Ant \
+			and run as fast as make. They are made of shell \
+			commands, Ruby code or Bee tasks for platform \
+			independent builds.
+homepage		http://bee.rubyforge.org/
+checksums		md5     502d8091613409c3c8de1667ac501c7e \
+			sha1    f6b13b22a01512649a8b6b8c625dde5a1433057d \
+			rmd160  fa044db0632b3711e0b715e2d83364ea1ef3d772
+depends_run		port:rb-archive-tar-minitar port:rb-zip
+
+
+universal_variant no
+
+post-destroot {
+    reinplace "s/s\.add.*_dependency.*archive-tar-minitar.*/#$&/; s/s\.add.*_dependency.*rubyzip.*/#$&/" \
+              ${destroot}${prefix}/lib/ruby/gems/${ruby.version}/specifications/${ruby.module}-${version}.gemspec
+}


Property changes on: trunk/dports/ruby/rb-bee/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/20090922/9fe61cc5/attachment.html>


More information about the macports-changes mailing list