| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
25 Jan 2013 22:26:13
5.1.1
|
swills  |
- Update to 5.1.1 |
05 Jun 2012 14:55:52
5.0.1
|
swills  |
- Update to 5.0.1 |
20 Dec 2011 00:21:54
4.4.0
|
pgollucci  |
- Point at the homepage consistently as defined by rubygems.org |
27 Nov 2010 02:23:03
4.4.0
|
pgollucci  |
- Update to 4.4.0
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
11 Nov 2010 03:22:25
4.3.0
|
pgollucci  |
- github is redirecting all these to https now |
10 Nov 2010 05:10:48
4.3.0
|
pgollucci  |
- Update to 4.3.0
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
20 Oct 2010 01:35:47
4.2.0_1
|
pgollucci  |
- 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
4.2.0_1
|
pgollucci  |
- Fix dependency versions based on rubygems.org
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
26 Aug 2010 23:52:26
4.2.0
|
pgollucci  |
Move wen@FreeBSD.org -> ruby@FreeBSD.org for rubygem-*
Approved by: wen
With Hat: ruby |
23 Jun 2010 18:42:12
4.2.0
|
pgollucci  |
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
4.2.0
|
pgollucci  |
- 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
4.2.0
|
wen  |
- Update to 4.2.0 |
24 Oct 2009 00:35:27
4.0.0
|
wen  |
- Update to 4.0.0
Approved by: mentors(implicit) |
15 Oct 2009 10:05:45
3.0.3
|
wen  |
- Update to 3.0.3
Approved by: mentors(implicit) |
01 Oct 2009 10:54:59
2.9.2
|
wen  |
- Update to 2.9.2
- Update my mail address to FreeBSD
Approved by: mentors(implicit) |
30 May 2009 18:33:07
2.8.4
|
miwi  |
- Update to 2.8.
Approved by: maintainer implicit |
09 Apr 2009 00:11:47
2.8.3
|
pgollucci  |
- 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
2.8.3
|
miwi  |
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> |