Commit Graph

16 Commits

Author SHA1 Message Date
Akinori MUSHA
159523948f The repacked version of the distfile seems to have a bug in the
installer.  Put the old version in my web space and make MASTER_SITES
point to it.
2001-02-20 06:58:01 +00:00
Akinori MUSHA
8b18ca2b49 Add %%PORTDOCS%%. 2001-02-10 12:39:31 +00:00
Akinori MUSHA
86af099ddf Update to 0.6.1. 2001-01-27 09:41:20 +00:00
Akinori MUSHA
f263e83699 Update to 0.6.0. 2000-12-15 15:07:17 +00:00
Akinori MUSHA
22ddd61c6a Update to 0.5.9. 2000-11-18 21:04:39 +00:00
Akinori MUSHA
c68548820c Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Akinori MUSHA
3b69e38f35 Update md5 after a repack without changing the distfile name.
(The change was minor update)

Hereby welcome the distfile to MASTER_SITE_LOCAL, the Hall of Shame.

;)
2000-09-19 15:42:01 +00:00
Akinori MUSHA
2dfb4473fa Update md5.
No changes were made except documents, the setup script, and bundled
amstd library which is provided as a separate port as ruby-amstd.

Found by:	bento
2000-09-10 07:34:06 +00:00
Akinori MUSHA
ef19b346c1 Update fundamental ruby ports first with bsd.ruby.mk. 2000-09-07 07:23:43 +00:00
Akinori MUSHA
6d895c2e62 Add missing BUILD_DEPENDS: devel/ruby-amstd. 2000-09-03 06:47:58 +00:00
Akinori MUSHA
d0718f7153 Oops, scanner.rb was not an example, but a part of the library.. ;) 2000-08-22 07:22:57 +00:00
Akinori MUSHA
d518b411bf Do not install examples if NOPORTDOCS. 2000-08-22 07:05:11 +00:00
Akinori MUSHA
b08fe99025 Make all these Ruby related ports belong also in the newly-added
"ruby" virtual category.

Make textproc/eruby belong also in www.
2000-08-16 12:21:24 +00:00
Akinori MUSHA
596ebf8a49 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. :)
2000-08-12 20:09:41 +00:00
Akinori MUSHA
817f3c2a2e Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfile
namespace pollution.
2000-08-08 16:08:31 +00:00
Akinori MUSHA
cd1d50eb08 Add three more Ruby modules.
devel/ruby-amstd:
	A collection of miscellaneous Ruby modules

devel/ruby-date2:
	An alternative date class for Ruby

devel/ruby-strscan:
	Fast string scanner class for Ruby
2000-08-07 17:15:06 +00:00