aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ruby-date2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.4.2.Akinori MUSHA2001-04-012-2/+2
|
* Update to 2.4.1.Akinori MUSHA2001-03-312-2/+2
|
* Update to 2.4.Akinori MUSHA2001-02-152-2/+2
|
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-16/+16
|
* Update to 2.3.Akinori MUSHA2001-01-262-2/+2
|
* Update to 2.2.Akinori MUSHA2000-12-313-4/+8
|
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYAkinori MUSHA2000-09-261-3/+1
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Update to 2.1.Akinori MUSHA2000-09-263-4/+3
|
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-072-39/+35
| | | | | Install library files under the standard directory. (${RUBY_SITELIBDIR}, ${RUBY_SITEARCHLIBDIR})
* 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.
* Do The Right Thing. (R)Akinori MUSHA2000-08-123-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | 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. :)
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileAkinori MUSHA2000-08-082-1/+2
| | | | namespace pollution.
* Add three more Ruby modules.Akinori MUSHA2000-08-075-0/+89
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