[53439] trunk/dports/ruby

blb at macports.org blb at macports.org
Sun Jul 5 22:59:13 PDT 2009


Revision: 53439
          http://trac.macports.org/changeset/53439
Author:   blb at macports.org
Date:     2009-07-05 22:59:13 -0700 (Sun, 05 Jul 2009)
Log Message:
-----------
New port - ruby/rb-ncurses-ruby, Ruby access to ncurses functionality

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

Added: trunk/dports/ruby/rb-ncurses-ruby/Portfile
===================================================================
--- trunk/dports/ruby/rb-ncurses-ruby/Portfile	                        (rev 0)
+++ trunk/dports/ruby/rb-ncurses-ruby/Portfile	2009-07-06 05:59:13 UTC (rev 53439)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ruby 1.0
+set myname          ncurses-ruby
+ruby.setup          ${myname} 1.2.3 extconf.rb {COPYING Changes README TODO}
+categories-append   devel
+maintainers         nomaintainer
+description         Ruby access to ncurses functionality
+long_description \
+   ncurses-ruby is an extension module that makes the functions and \
+   constants of the FSF's ncurses library accessible from the ruby \
+   programming language
+
+platforms           darwin
+
+homepage            http://developer.berlios.de/projects/ncurses-ruby
+master_sites        http://download.berlios.de/${myname}/ \
+                    http://download2.berlios.de/${myname}/
+distname            ${myname}-${version}
+use_bzip2           yes
+
+checksums           md5     e00bc593fc0dbc6e311e3b6836bb5801 \
+                    sha1    156e6e663fc3ecae9b48da8e1227427e583c489a \
+                    rmd160  daad8a5044238755c1e79fc2c327e7dfe219733e
+
+depends_lib-append  port:ncurses
+


Property changes on: trunk/dports/ruby/rb-ncurses-ruby/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/20090705/a84771c3/attachment.html>


More information about the macports-changes mailing list