Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2008 23:05:04 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/rubygem-main Makefile distinfo pkg-descr
Message-ID:  <200811092305.mA9N54KY095461@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2008-11-09 23:05:04 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-main   Makefile distinfo pkg-descr 
  Log:
  main.rb features the following:
      - unification of option, argument, keyword, and environment
        parameter parsing
      - auto generation of usage and help messages
      - support for mode/sub-commands
      - io redirection support
      - logging hooks using ruby's built-in logging mechanism
      - intelligent error handling and exit codes
      - use as dsl or library for building Main objects
      - parsing user defined ARGV and ENV
      - zero requirements for understanding the obtuse apis of any
        command line option parsers
      - leather pants
  
    In short main.rb aims to drastically lower the barrier to writing
    uniform command line applications.
  
  WWW:    http://codeforpeople.com/lib/ruby/main/
  
  PR:             ports/128664
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.3241    +1 -0      ports/devel/Makefile
  1.1       +32 -0     ports/devel/rubygem-main/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-main/distinfo (new)
  1.1       +18 -0     ports/devel/rubygem-main/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811092305.mA9N54KY095461>