Commit graph

30 commits

Author SHA1 Message Date
Akinori MUSHA
32f227e67f Update to 2.7. 2005-12-25 17:50:35 +00:00
Pav Lucistnik
aa1836b7e9 - Add SHA256 2005-11-24 01:23:57 +00:00
Mark Linimon
34da9bdf57 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.
2005-11-11 01:18:01 +00:00
Pav Lucistnik
60b9fc026d - Update to 2.6
- Fix broken autodetection of mysql library

PR:		ports/81399, ports/81950
Submitted by:	Jonathan Weiss <jw@innerewut.de>,
		Phil Pennock <pdp@nl.demon.net>
Approved by:	maintainer timeout (13 days 10 hours)
2005-06-06 21:36:27 +00:00
Akinori MUSHA
deeb312b3b Update to 2.5.1. 2004-12-25 22:15:41 +00:00
Akinori MUSHA
2956c3762c Add SIZE data.
Submitted by:	trevor
2004-03-22 15:05:32 +00:00
Akinori MUSHA
edadc4b688 Update to 2.4.5. Depend on MySQL 4.0 by default. 2003-08-09 22:10:21 +00:00
Akinori MUSHA
9a0878e34e De-pkg-comment. 2003-02-18 04:37:40 +00:00
Akinori MUSHA
2f692e4645 Update to 2.4.4 and add a patch to make it build with ruby 1.8. 2003-01-29 10:08:06 +00:00
Akinori MUSHA
77e4b3aca7 Update to 2.4.3b. 2003-01-01 16:23:23 +00:00
Akinori MUSHA
8dc9b4eb8b Use RUBY_MOD*. 2002-10-06 21:08:30 +00:00
Akinori MUSHA
fe392fdf28 Update to 2.4.2a. 2002-03-30 21:05:51 +00:00
Akinori MUSHA
40d8f55ded Update WWW. 2002-03-02 09:27:40 +00:00
Akinori MUSHA
edd48c5e49 Due to mkmf.rb's bug, this port was not LOCALBASE clean against our will. ;)
Work around the problem by specifying --with-mysql-dir="${LOCALBASE}"
and let the extconf.rb's trick work. (A fix against mkmf.rb will
follow later)

PR:		ports/34389
Submitted by:	Thomas Hurst <freaky@aagh.net>
2002-01-30 02:38:18 +00:00
Akinori MUSHA
cc795e5b91 Update to 2.4.2. FYI, support for MySQL 4.0 has been added. 2002-01-07 03:39:21 +00:00
Akinori MUSHA
2c26b28e56 Update to 2.4.1. 2001-12-02 19:36:33 +00:00
Akinori MUSHA
9d6ead4e8c Make this LOCALBASE safe.
Reported by:	Thomas Hurst <tom.hurst@clara.net>
2001-10-22 11:38:34 +00:00
Akinori MUSHA
423dc0dd78 A pkg-comment should be up to 70 bytes in length. 2001-10-20 17:16:44 +00:00
Akinori MUSHA
7145b42c17 Update to 2.4. 2001-10-13 07:35:08 +00:00
Akinori MUSHA
37f0f0aa36 Bump the PORTREVISION's of the ports which install architecture
dependent ruby modules, due to the RUBY_ARCH change I've just
committed.
2001-09-17 17:54:27 +00:00
Akinori MUSHA
1c64e71d5b Update to 2.3.2a. 2001-04-23 13:14:59 +00:00
Akinori MUSHA
8b18ca2b49 Add %%PORTDOCS%%. 2001-02-10 12:39:31 +00:00
Dirk Froemberg
88d74bc517 Switch from mysql322-{client,server} to mysql323-{client,server}.
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).

mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
2001-01-21 15:40:47 +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
e243587439 Update to 2.3.1. 2000-09-07 16:16:57 +00:00
Akinori MUSHA
6be3392602 Update with bsd.ruby.mk. :> 2000-09-07 14:39:47 +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
1fd451d376 Add another couple of Ruby modules.
databases/ruby-mysql:
	Ruby module for accessing MySQL databases, which has
	the same functions as C API

ports/devel/ruby-optparse:
	Yet another command line option parser for Ruby
2000-08-07 11:23:12 +00:00