The FreeBSD Ports Archive
FreeBSD converters : ruby-iconv4>
An iconv wrapper class for Ruby
ruby-iconv history
v. 1.29
date: 2007/04/05 09:07:21; author: stas; state: Exp; lines: +1 -1
- Use a static PORTEPOCH for a while. We have a problem with the variable
initialization order.
Reported by: many
Thanks to: pav
v. 1.28
date: 2007/04/03 21:57:48; author: stas; state: Exp; lines: +2 -2
- Update ruby to 1.8.6
- Synchronise portversions and portepochs in all ruby subports
- Take maintainerships of all ruby subports.
v. 1.27
date: 2007/02/18 22:48:12; author: stas; state: Exp; lines: +1 -0
- Bump portrevison for the last fix.
Noticed by: kris
v. 1.26
date: 2007/02/13 16:51:26; author: stas; state: Exp; lines: +13 -28
- Remove ruby 1.6 stuff.
v. 1.25
date: 2006/01/22 09:36:17; author: edwin; state: Exp; lines: +2 -0
mark as broken when RUBY < 1.7
v. 1.24
date: 2005/11/15 04:33:30; author: sem; state: Exp; lines: +1 -0
- Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mk
Reported by: chkversion script
v. 1.23
date: 2005/11/11 01:17:20; author: linimon; state: Exp; lines: +1 -1
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime.
v. 1.22
date: 2004/03/21 09:35:10; author: knu; state: Exp; lines: +1 -1
USE_ICONV.
v. 1.21
date: 2004/03/18 09:24:13; author: knu; state: Exp; lines: +24 -4
Build and install the bundled iconv module when built with Ruby 1.8.
v. 1.20
date: 2003/02/18 04:24:39; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.19
date: 2002/10/06 21:00:22; author: knu; state: Exp; lines: +2 -2
Use RUBY_MOD*.
v. 1.18
date: 2002/05/11 21:53:22; author: knu; state: Exp; lines: +1 -2
Update to 0.5.
v. 1.17
date: 2002/03/18 10:27:46; author: knu; state: Exp; lines: +1 -0
Bump PORTREVISION to reflect the (lib)iconv upgrade.
v. 1.16
date: 2002/03/18 09:46:44; author: sobomax; state: Exp; lines: +1 -1
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
v. 1.15
date: 2001/11/16 05:00:34; author: knu; state: Exp; lines: +3 -13
Update to 0.4.5.
v. 1.14
date: 2001/09/17 17:54:08; author: knu; state: Exp; lines: +2 -1
Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
v. 1.13
date: 2001/02/07 06:50:35; author: knu; state: Exp; lines: +2 -2
Update to 0.4.4.
v. 1.12
date: 2000/11/29 11:46:39; author: sobomax; state: Exp; lines: +2 -2
Update iconv to 2.0 and reflect shared library version bump.
PR: 23163, 23164, 23165
Submitted by: maintainer
v. 1.11
date: 2000/10/12 13:52:18; author: knu; state: Exp; lines: +2 -2
Update to 0.4.3.
v. 1.10
date: 2000/09/26 07:14:52; author: knu; state: Exp; lines: +2 -4
Update to 0.4.2.
v. 1.9
date: 2000/09/24 21:56:45; author: knu; state: Exp; lines: +4 -5
Thanks to converter/iconv's update to 1.1, now ruby-iconv can use it
instead of converters/libiconv (giconv). :)
v. 1.8
date: 2000/09/07 14:39:29; author: knu; state: Exp; lines: +11 -20
Update with bsd.ruby.mk. :>
v. 1.7
date: 2000/08/22 15:08:44; author: knu; state: Exp; lines: +2 -2
Portlint. ;)
v. 1.6
date: 2000/08/18 02:21:11; author: knu; state: Exp; lines: +3 -2
Use command line arguments rather than patching the configure script.
v. 1.5
date: 2000/08/16 12:21:11; author: knu; state: Exp; lines: +2 -2
Make all these Ruby related ports belong also in the newly-added
"ruby" virtual category.
Make textproc/eruby belong also in www.
v. 1.4
date: 2000/08/15 02:26:12; author: knu; state: Exp; lines: +3 -2
Update to 0.4.2-pre3.
v. 1.3
date: 2000/08/12 20:09:28; author: knu; state: Exp; lines: +7 -10
Do The Right Thing. (R)
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. :)
v. 1.2
date: 2000/08/08 19:34:41; author: knu; state: Exp; lines: +2 -1
Oops, forgot to set DIST_SUBDIR for this one.
v. 1.1
date: 2000/08/08 19:16:33; author: knu; state: Exp;
Add ruby-iconv, an iconv wrapper class for Ruby.
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
=============================================================================
|
| |

|