aboutsummaryrefslogtreecommitdiff
path: root/lang/ruby-python
Commit message (Collapse)AuthorAgeFilesLines
* cd dir && command -> cd dir; commandAkinori MUSHA2002-03-301-1/+1
| | | | Notes: svn path=/head/; revision=56946
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-1/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Build and use libpython without threads support and make this workAkinori MUSHA2001-03-292-39/+33
| | | | | | | fine on both 4-STABLE and 5-CURRENT. Notes: svn path=/head/; revision=40519
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-25/+25
| | | | Notes: svn path=/head/; revision=38173
* Some style fixes in the lang category (usual round of spaces -> tabs)Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37980
* The previous problem was found to be due to mkmf.rb's bug. Now fixed.Akinori MUSHA2001-01-181-4/+2
| | | | Notes: svn path=/head/; revision=37308
* Link against libreadline. I wonder from when and why it came toAkinori MUSHA2001-01-051-2/+4
| | | | | | | | | require linking libreadline... ?-( Found by: bento Notes: svn path=/head/; revision=36835
* 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. Notes: svn path=/head/; revision=33130
* Improve the configure script and add a knob to use another version ofAkinori MUSHA2000-09-102-12/+88
| | | | | | | | | Python than 1.5. (Currently this module only works with 1.5 though) Feedback status: submitted to the author Notes: svn path=/head/; revision=32497
* Update to 0.3.3. This should fix a problem with Ruby 1.6.Akinori MUSHA2000-09-102-2/+2
| | | | Notes: svn path=/head/; revision=32496
* Set PYTHON_VERSION=python1.5 to depend on Python 1.5.Akinori MUSHA2000-09-101-2/+1
| | | | Notes: svn path=/head/; revision=32490
* Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.Akinori MUSHA2000-09-101-1/+1
| | | | Notes: svn path=/head/; revision=32481
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-072-45/+43
| | | | | | | | Install library files under the standard directory. (${RUBY_SITELIBDIR}, ${RUBY_SITEARCHLIBDIR}) Notes: svn path=/head/; revision=32372
* 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
* This port surely belongs to the virtual category "python".Akinori MUSHA2000-08-131-1/+1
| | | | Notes: svn path=/head/; revision=31611
* Do The Right Thing. (R)Akinori MUSHA2000-08-122-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileAkinori MUSHA2000-08-082-1/+2
| | | | | | | namespace pollution. Notes: svn path=/head/; revision=31421
* Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/*Akinori MUSHA2000-08-072-12/+12
| | | | Notes: svn path=/head/; revision=31374
* Add Ruby related ports.Akinori MUSHA2000-08-076-0/+97
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 :> Notes: svn path=/head/; revision=31356