CVS log for ports/math/ruby-bigfloat/Attic/Makefile
Up to [FreeBSD] / ports / math / ruby-bigfloat
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.18
Sat Apr 19 16:01:35 2003 UTC (8 years, 9 months ago) by knu
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.17: +1 -1 lines
math/ruby-bigfloat has been integrated into ruby16-shim-ruby18.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Feb 18 05:29:42 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
De-pkg-comment.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jan 1 16:28:43 2003 UTC (9 years, 1 month ago) by knu
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Update to 1.2.1.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Oct 6 21:32:47 2002 UTC (9 years, 4 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Use RUBY_MOD*.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun May 12 19:54:13 2002 UTC (9 years, 9 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Update to 1.2.0. Note: the library name has been downcased. (BigFloat -> bigfloat)
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Oct 23 15:17:30 2001 UTC (10 years, 3 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -3 lines
Update to 1.1.8.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Sep 17 17:54:20 2001 UTC (10 years, 4 months ago) by knu
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Bump the PORTREVISION's of the ports which install architecture dependent ruby modules, due to the RUBY_ARCH change I've just committed.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Aug 30 06:56:49 2001 UTC (10 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -2 lines
Update to 1.1.7.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Mar 28 17:03:41 2001 UTC (10 years, 10 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +20 -7 lines
Update to 1.1.6.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Feb 17 20:47:28 2001 UTC (10 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Update to 1.1.5.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Oct 2 14:57:26 2000 UTC (11 years, 4 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Update to 1.1.4.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Sep 26 08:01:51 2000 UTC (11 years, 4 months ago) by knu
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -4 lines
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Sep 7 14:39:21 2000 UTC (11 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +12 -19 lines
Update with bsd.ruby.mk. :>
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 16 12:21:07 2000 UTC (11 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Make all these Ruby related ports belong also in the newly-added "ruby" virtual category. Make textproc/eruby belong also in www.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Aug 12 20:09:25 2000 UTC (11 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +11 -9 lines
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. :)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 8 16:08:25 2000 UTC (11 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfile namespace pollution.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Aug 7 10:08:40 2000 UTC (11 years, 6 months ago) by knu
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Non-standard modules sould go under `site_ruby' directory.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Aug 7 06:09:18 2000 UTC (11 years, 6 months ago) by knu
Branches: MAIN
Add Ruby related ports. devel/ruby-property: Simple properties scheme for Ruby lang/ruby-python: Ruby extension library for embedding Python in Ruby math/ruby-bigfloat: Variable precision floating library for Ruby Whipped on by: ade :>
