FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 12:45 AM BST
Port details
rubygem-main 4.4.0 devel on this many watch lists=0 search for ports that depend on this port
A Class Factory and Dsl for Generating Command Line Programs
Maintained by: ruby@FreeBSD.org search for ports maintained by this maintainer
Port Added: 09 Nov 2008 23:05:21
Also Listed In: rubygems
License: not specified in port


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: https://github.com/ahoward/main
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/ruby-gems, lang/ruby18
Required To Run: devel/rubygem-fattr, devel/rubygem-arrayfields, devel/ruby-gems, lang/ruby18
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/rubygem-main/ && make install clean
To add the package: pkg_add -r rubygem-main


Configuration Options
     No options to configure

Master Sites:
http://production.s3.rubygems.org/gems/
http://production.cf.rubygems.org/gems/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/rubygem/

Number of commits found: 16

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Dec 2011 00:21:54
Original commit files touched by this commit  4.4.0
pgollucci search for other commits by this committer
- Point at the homepage consistently as defined by rubygems.org
27 Nov 2010 02:23:03
Original commit files touched by this commit  4.4.0
pgollucci search for other commits by this committer
- Update to 4.4.0

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
11 Nov 2010 03:22:25
Original commit files touched by this commit  4.3.0
pgollucci search for other commits by this committer
- github is redirecting all these to https now
10 Nov 2010 05:10:48
Original commit files touched by this commit  4.3.0
pgollucci search for other commits by this committer
- Update to 4.3.0

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
20 Oct 2010 01:35:47
Original commit files touched by this commit  4.2.0_1
pgollucci search for other commits by this committer
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info

Prompted by:    distilator
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
22 Sep 2010 00:14:51
Original commit files touched by this commit  4.2.0_1
pgollucci search for other commits by this committer
- Fix dependency versions based on rubygems.org

With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
26 Aug 2010 23:52:26
Original commit files touched by this commit  4.2.0
pgollucci search for other commits by this committer
Move wen@FreeBSD.org -> ruby@FreeBSD.org for rubygem-*

Approved by:    wen
With Hat:       ruby
23 Jun 2010 18:42:12
Original commit files touched by this commit  4.2.0
pgollucci search for other commits by this committer
RF -> RG Conversion (Part II)

PR:             ports/147844
Submitted by:   pgollucci (myself)
Reviewed by:    portmgr (flz)
Discussed with: portmgr (pav)
Tested by:      make checksum

Feature safe:   yes
06 Jun 2010 19:25:10
Original commit files touched by this commit  4.2.0
pgollucci search for other commits by this committer
- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest

PR:             ports/147551
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
With Hat:       ruby
04 Nov 2009 02:17:01
Original commit files touched by this commit  4.2.0
wen search for other commits by this committer
- Update to 4.2.0
24 Oct 2009 00:35:27
Original commit files touched by this commit  4.0.0
wen search for other commits by this committer
- Update to 4.0.0

Approved by:    mentors(implicit)
15 Oct 2009 10:05:45
Original commit files touched by this commit  3.0.3
wen search for other commits by this committer
- Update to 3.0.3

Approved by:    mentors(implicit)
01 Oct 2009 10:54:59
Original commit files touched by this commit  2.9.2
wen search for other commits by this committer
- Update to 2.9.2
- Update my mail address to FreeBSD

Approved by:    mentors(implicit)
30 May 2009 18:33:07
Original commit files touched by this commit  2.8.4
miwi search for other commits by this committer
- Update to 2.8.

Approved by:    maintainer implicit
09 Apr 2009 00:11:47
Original commit files touched by this commit  2.8.3
pgollucci search for other commits by this committer
- convert to RUBYGEM_AUTOPLIST
  remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
  (this c/should be handled better in bsd.*.mk)

other deltas specific to individual ports:
  audio/rubygem-mp3info     - unbreak, fix packaging, bump PORTREVISION
  devel/rubygem-rapt        - adopt
  devel/rubygem-rspec       - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
  devel/rubygem-ruby2ruby   - add #' for vim highlight
  graphics/rubygem-extifr   - drop PORTREVISION=0
  graphics/rubygem-gd2      - add #' for vim highlight
  www/rubygem-rubyfulsoup   - swap GEM_NAME / DISTNAME for constistency

Sponsored by:   RideCharge Inc.
Tested on:      RideCharge's Tinderbox
Reviewed by:    stas
09 Nov 2008 23:05:04
Original commit files touched by this commit  2.8.3
miwi search for other commits by this committer
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>

Number of commits found: 16

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 2
new 48 hours17
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.151 seconds.