summaryrefslogtreecommitdiffstats
path: root/lang/ruby-python
Commit message (Collapse)AuthorAgeFilesLines
* Set USE_PYTHON explicitly now that PYTHON_VERSION no longer implies it.kris2003-04-171-0/+1
|
* De-pkg-comment.knu2003-02-182-1/+1
|
* Use RUBY_MOD*.knu2002-10-062-30/+30
|
* cd dir && command -> cd dir; commandknu2002-03-301-1/+1
|
* Bump the PORTREVISION's of the ports which install architectureknu2001-09-171-1/+1
| | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed.
* Build and use libpython without threads support and make this workknu2001-03-292-39/+33
| | | | fine on both 4-STABLE and 5-CURRENT.
* Add %%PORTDOCS%%.knu2001-02-101-25/+25
|
* Some style fixes in the lang category (usual round of spaces -> tabs)olgeni2001-02-051-1/+1
|
* The previous problem was found to be due to mkmf.rb's bug. Now fixed.knu2001-01-181-4/+2
|
* Link against libreadline. I wonder from when and why it came toknu2001-01-051-2/+4
| | | | | | require linking libreadline... ?-( Found by: bento
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-3/+1
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Improve the configure script and add a knob to use another version ofknu2000-09-102-12/+88
| | | | | | Python than 1.5. (Currently this module only works with 1.5 though) Feedback status: submitted to the author
* Update to 0.3.3. This should fix a problem with Ruby 1.6.knu2000-09-102-2/+2
|
* Set PYTHON_VERSION=python1.5 to depend on Python 1.5.knu2000-09-101-2/+1
|
* Fix build with Ruby 1.4. Do not use PKGNAMEPREFIX in DISTNAME.knu2000-09-101-1/+1
|
* Update with bsd.ruby.mk.knu2000-09-072-45/+43
| | | | | Install library files under the standard directory. (${RUBY_SITELIBDIR}, ${RUBY_SITEARCHLIBDIR})
* Make all these Ruby related ports belong also in the newly-addedknu2000-08-161-1/+1
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* This port surely belongs to the virtual category "python".knu2000-08-131-1/+1
|
* Do The Right Thing. (R)knu2000-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. :)
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileknu2000-08-082-1/+2
| | | | namespace pollution.
* Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/*knu2000-08-072-12/+12
|
* Add Ruby related ports.knu2000-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 :>
OpenPOWER on IntegriCloud