Bug 152218

Summary: New port: devel/rubygem-ncurses (ruby interface to ncurses)
Product: Ports & Packages Reporter: Eric Freeman <freebsdports>
Component: Individual Port(s)Assignee: freebsd-ruby (Nobody) <ruby>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Eric Freeman 2010-11-13 22:30:08 UTC
This is the RubyGem version of the existing /devel/ruby-ncurses.

The Gem provides access to the functions, macros, global variables and constants of the ncurses library.

These are mapped to a Ruby Module named "Ncurses".

http://ncurses-ruby.berlios.de/

How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-13 22:30:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-11-15 08:43:41 UTC
wen         2010-11-15 08:43:36 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-ncurses Makefile distinfo pkg-descr 
  Log:
  This Gem provides access to the functions, macros,
  global variables and constants of the ncurses library.
  These are mapped to a Ruby Module named "Ncurses".
  Functions and external variables are implemented as
  singleton functions of the Module Ncurses.
  
  WWW: http://ncurses-ruby.berlios.de/
  
  PR:             ports/152218
  Submitted by:   Eric Freeman <freebsdports@chillibear.com>
  
  Revision  Changes    Path
  1.4115    +1 -0      ports/devel/Makefile
  1.1       +20 -0     ports/devel/rubygem-ncurses/Makefile (new)
  1.1       +2 -0      ports/devel/rubygem-ncurses/distinfo (new)
  1.1       +7 -0      ports/devel/rubygem-ncurses/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-11-15 08:44:50 UTC
State Changed
From-To: open->closed

New port added. Thanks!