Bug 144799 - New port: devel/rubygem-getopt - command line parsing with Ruby
Summary: New port: devel/rubygem-getopt - command line parsing with Ruby
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 16:50 UTC by Alexey Degtyarev
Modified: 2010-03-20 19:36 UTC (History)
0 users

See Also:


Attachments
rubygem-getopt.shar (1.70 KB, text/plain)
2010-03-16 16:50 UTC, Alexey Degtyarev
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Degtyarev 2010-03-16 16:50:01 UTC
Implements a simple Getopt::Std class for command line parsing, as well as a
Getopt::Long class for more advanced command line parsing.

http://rubyforge.org/docman/view.php/735/281/README.html
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-03-16 17:15:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-03-20 19:25:34 UTC
miwi        2010-03-20 19:25:22 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-getopt Makefile distinfo pkg-descr 
  Log:
  Implements a simple Getopt::Std class for command line parsing, as well as a
  Getopt::Long class for more advanced command line parsing.
  
  WWW: http://www.rubyforge.org/projects/shards
  
  PR:             ports/144799
  Submitted by:   Alexey V. Degtyarev <alexey at renatasystems.org>
  
  Revision  Changes    Path
  1.3840    +1 -0      ports/devel/Makefile
  1.1       +20 -0     ports/devel/rubygem-getopt/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-getopt/distinfo (new)
  1.1       +4 -0      ports/devel/rubygem-getopt/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 Martin Wilke freebsd_committer freebsd_triage 2010-03-20 19:36:27 UTC
State Changed
From-To: open->closed

New port added. Thanks!