summaryrefslogtreecommitdiff
path: root/devel/ruby-optparse (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove a nonsense '${f}'.Akinori MUSHA2002-02-211-1/+1
| | | | | PR: ports/35184 Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Update to 0.8.6.Akinori MUSHA2001-12-133-4/+2
|
* Update to 0.8.5.Akinori MUSHA2001-12-082-2/+2
|
* Fix plist.Akinori MUSHA2001-08-162-2/+6
|
* Add missing documentation file: optparse.en.htmlJimmy Olgeni2001-08-121-0/+1
|
* Update to 0.8.4.Akinori MUSHA2001-08-122-2/+2
|
* Update to 0.8.3.Akinori MUSHA2001-07-093-5/+5
|
* Update to 0.8.2.Akinori MUSHA2001-06-082-2/+2
|
* Update to 0.8.Akinori MUSHA2001-04-142-3/+2
|
* Chase the repack. Sigh.Akinori MUSHA2001-04-142-1/+2
|
* Update ruby-optparse to 0.7.10.Akinori MUSHA2001-04-103-15/+31
| | | | Get rid of a chicken-egg hack from the ruby-rdtool port.
* Add %%PORTDOCS%%.Akinori MUSHA2001-02-101-15/+15
|
* Update to 0.7.9.Akinori MUSHA2001-01-263-3/+4
|
* Chase the checksum of the repacked distfile. The update was only theAkinori MUSHA2001-01-181-1/+1
| | | | | | | installer and its document fixes. PR: ports/24403 Submitted by: Andreas Schulz <ats@first.gmd.de>
* Update to 0.7.8.Akinori MUSHA2001-01-083-5/+9
|
* Update to 0.7.6.Akinori MUSHA2000-12-262-2/+2
|
* 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 fundamental ruby ports first with bsd.ruby.mk.Akinori MUSHA2000-09-072-33/+28
|
* 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-12/+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.
* Follow our hier(7) policy: share/doc/ruby/*/examples -> share/examples/ruby/*Akinori MUSHA2000-08-072-10/+10
|
* Add another couple of Ruby modules.Akinori MUSHA2000-08-075-0/+74
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