| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
13 Oct 2012 13:39:59
0.5.2
|
dinoex  |
- cleanup comments
Feature safe: yes |
29 Jun 2012 03:57:41
0.5.2
|
dinoex  |
- set MAINTAINER ro ruby@ |
18 Mar 2011 17:59:51
0.5.2
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
09 Sep 2010 19:12:56
0.5.2
|
pgollucci  |
RF -> RG Conversion (Part III)
With Hat: ruby@
Tested by: make checksum |
05 Jun 2010 08:00:15
0.5.2
|
dinoex  |
- unify license description |
09 Apr 2009 00:11:47
0.5.2
|
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 |
14 Feb 2009 01:19:33
0.5.2
|
stas  |
- Fix plist after ruby update by generating it dynamically. |
16 Jan 2009 15:58:01
0.5.2
|
dinoex  |
- add LICENSE: |
06 Apr 2008 08:58:21
0.5.2
|
stas  |
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@ |
29 Mar 2008 10:37:40
0.5.2
|
dinoex  |
Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
provides the ability to deal with POSIX tar(1) archive files. The
implementation is based heavily on Mauricio Fernández's implementation
in rpa-base, but has been reorganised to promote reuse in other projects.
The library can only handle files and directories at this point.
The command line utility, minitar, can only create archives, extract from
archives, and list archive contents.
WWW: http://rubyforge.org/projects/ruwiki/ |