Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SIZE data. | Akinori MUSHA | 2004-03-22 | 1 | -0/+1 |
| | | | | Submitted by: trevor | ||||
* | USE_ICONV. | Akinori MUSHA | 2004-03-21 | 1 | -1/+1 |
| | |||||
* | Build and install the bundled iconv module when built with Ruby 1.8. | Akinori MUSHA | 2004-03-18 | 2 | -11/+32 |
| | |||||
* | De-pkg-comment. | Akinori MUSHA | 2003-02-18 | 2 | -1/+1 |
| | |||||
* | Catch up with the Ruby Application Archive's URL scheme change. | Akinori MUSHA | 2002-12-08 | 1 | -1/+1 |
| | |||||
* | Use RUBY_MOD*. | Akinori MUSHA | 2002-10-07 | 2 | -8/+8 |
| | |||||
* | Update to 0.5. | Akinori MUSHA | 2002-05-12 | 2 | -3/+2 |
| | |||||
* | Bump PORTREVISION to reflect the (lib)iconv upgrade. | Akinori MUSHA | 2002-03-18 | 1 | -0/+1 |
| | |||||
* | Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need | Maxim Sobolev | 2002-03-18 | 1 | -1/+1 |
| | | | | libiconv. | ||||
* | Update to 0.4.5. | Akinori MUSHA | 2001-11-16 | 3 | -13/+6 |
| | |||||
* | Bump the PORTREVISION's of the ports which install architecture | Akinori MUSHA | 2001-09-18 | 1 | -0/+1 |
| | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. | ||||
* | Add %%PORTDOCS%%. | Akinori MUSHA | 2001-02-10 | 1 | -3/+3 |
| | |||||
* | Update to 0.4.4. | Akinori MUSHA | 2001-02-07 | 2 | -2/+2 |
| | |||||
* | Update iconv to 2.0 and reflect shared library version bump. | Maxim Sobolev | 2000-11-29 | 1 | -1/+1 |
| | | | | | PR: 23163, 23164, 23165 Submitted by: maintainer | ||||
* | Update to 0.4.3. | Akinori MUSHA | 2000-10-12 | 2 | -2/+2 |
| | |||||
* | Update to 0.4.2. | Akinori MUSHA | 2000-09-26 | 2 | -4/+2 |
| | |||||
* | Thanks to converter/iconv's update to 1.1, now ruby-iconv can use it | Akinori MUSHA | 2000-09-25 | 1 | -4/+3 |
| | | | | instead of converters/libiconv (giconv). :) | ||||
* | Update with bsd.ruby.mk. :> | Akinori MUSHA | 2000-09-07 | 2 | -23/+14 |
| | |||||
* | Portlint. ;) | Akinori MUSHA | 2000-08-22 | 2 | -2/+2 |
| | |||||
* | Use command line arguments rather than patching the configure script. | Akinori MUSHA | 2000-08-18 | 1 | -1/+2 |
| | |||||
* | Make all these Ruby related ports belong also in the newly-added | Akinori MUSHA | 2000-08-16 | 1 | -1/+1 |
| | | | | | | "ruby" virtual category. Make textproc/eruby belong also in www. | ||||
* | Update to 0.4.2-pre3. | Akinori MUSHA | 2000-08-15 | 2 | -2/+3 |
| | |||||
* | Do The Right Thing. (R) | Akinori MUSHA | 2000-08-13 | 2 | -9/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Overall changes: Use tabs instead of sequential spaces. Note Author as well as WWW in DESCR. Do not install examples when NOPORTDOCS. Make RUBY, RUBY_VER and RUBY_ARCH variables overridable. ruby-date2: share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb textproc/ruby-html-parser: databases/ruby-mysql: devel/ruby-optparse: devel/ruby-property: Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/ textproc/ruby-rdtool: Install documents in .rd format too. Format optparse's rd file. (Since ruby-rdtool depends on optparse, it cannot be done during optparse's build process. So ruby-rdtool should take care of that when it is installed. :) | ||||
* | Oops, forgot to set DIST_SUBDIR for this one. | Akinori MUSHA | 2000-08-09 | 2 | -1/+2 |
| | |||||
* | Add ruby-iconv, an iconv wrapper class for Ruby. | Akinori MUSHA | 2000-08-09 | 5 | -0/+65 |
As I couldn't get it working with converters/iconv, I made it use converters/libiconv (giconv) instead, for the present. In any case, this module is LGPL'd anyway. :p |