Bug 158743 - New port: devel/rubygem-clio : Make easier commandline parsing and console output
Summary: New port: devel/rubygem-clio : Make easier commandline parsing and console ou...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-08 21:30 UTC by loic-freebsd
Modified: 2011-07-31 15:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.64 KB, text/plain)
2011-07-08 21:30 UTC, loic-freebsd
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic-freebsd 2011-07-08 21:30:10 UTC
Clio is a great way to build commandline tools. 
It provides an advanced options parser with a variety of notations 
suited to almost any perfered style, and provides a very rich and easy to use
library for generating console output.
 
WWW: http://clio.rubyforge.org

# portlint -A
looks fine.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-08 21:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2011-07-31 15:05:26 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-07-31 15:06:24 UTC
swills      2011-07-31 14:06:15 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-clio   Makefile distinfo pkg-descr 
  Log:
  Clio is a great way to build commandline tools.
  It provides an advanced options parser with a variety of notations
  suited to almost any perfered style, and provides a very rich and easy to use
  library for generating console output.
  
  WWW: http://clio.rubyforge.org
  
  PR:             ports/158743
  Submitted by:   Loic Pefferkorn <loic-freebsd at loicp.eu>
  
  Revision  Changes    Path
  1.4464    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/rubygem-clio/Makefile (new)
  1.1       +2 -0      ports/devel/rubygem-clio/distinfo (new)
  1.1       +6 -0      ports/devel/rubygem-clio/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 4 Steve Wills freebsd_committer freebsd_triage 2011-07-31 15:06:32 UTC
State Changed
From-To: open->closed

New port added. Thanks!