aboutsummaryrefslogtreecommitdiff
path: root/converters/ruby-iconv/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION to reflect the (lib)iconv upgrade.Akinori MUSHA2002-03-181-0/+1
| | | | Notes: svn path=/head/; revision=56291
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needMaxim Sobolev2002-03-181-1/+1
| | | | | | | libiconv. Notes: svn path=/head/; revision=56287
* Update to 0.4.5.Akinori MUSHA2001-11-161-12/+2
| | | | Notes: svn path=/head/; revision=50112
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-0/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Update to 0.4.4.Akinori MUSHA2001-02-071-1/+1
| | | | Notes: svn path=/head/; revision=38053
* Update iconv to 2.0 and reflect shared library version bump.Maxim Sobolev2000-11-291-1/+1
| | | | | | | | PR: 23163, 23164, 23165 Submitted by: maintainer Notes: svn path=/head/; revision=35507
* Update to 0.4.3.Akinori MUSHA2000-10-121-1/+1
| | | | Notes: svn path=/head/; revision=33729
* Update to 0.4.2.Akinori MUSHA2000-09-261-3/+1
| | | | Notes: svn path=/head/; revision=33128
* Thanks to converter/iconv's update to 1.1, now ruby-iconv can use itAkinori MUSHA2000-09-241-4/+3
| | | | | | | instead of converters/libiconv (giconv). :) Notes: svn path=/head/; revision=33076
* Update with bsd.ruby.mk. :>Akinori MUSHA2000-09-071-19/+10
| | | | Notes: svn path=/head/; revision=32391
* Portlint. ;)Akinori MUSHA2000-08-221-1/+1
| | | | Notes: svn path=/head/; revision=31865
* Use command line arguments rather than patching the configure script.Akinori MUSHA2000-08-181-1/+2
| | | | Notes: svn path=/head/; revision=31727
* Make all these Ruby related ports belong also in the newly-addedAkinori MUSHA2000-08-161-1/+1
| | | | | | | | | "ruby" virtual category. Make textproc/eruby belong also in www. Notes: svn path=/head/; revision=31685
* Update to 0.4.2-pre3.Akinori MUSHA2000-08-151-1/+2
| | | | Notes: svn path=/head/; revision=31644
* Do The Right Thing. (R)Akinori MUSHA2000-08-121-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. :) Notes: svn path=/head/; revision=31584
* Oops, forgot to set DIST_SUBDIR for this one.Akinori MUSHA2000-08-081-0/+1
| | | | Notes: svn path=/head/; revision=31429
* Add ruby-iconv, an iconv wrapper class for Ruby.Akinori MUSHA2000-08-081-0/+53
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 Notes: svn path=/head/; revision=31428