aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-gdbm
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2015-09-071-1/+3
| | | | | | | - Remove contiguous blank lines Notes: svn path=/head/; revision=396295
* Support stageBaptiste Daroussin2014-04-071-9/+5
| | | | | | | Allow packaging as a user Notes: svn path=/head/; revision=350471
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | LIB_DEPENDS in databases Notes: svn path=/head/; revision=336187
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Switch to FETCH_DEPENDS to fix fetch during buildSteve Wills2012-06-041-1/+1
| | | | Notes: svn path=/head/; revision=298327
* Send ports@ ruby ports over ruby@Philip M. Gollucci2011-11-011-1/+1
| | | | | | | most of these were from stas@ Notes: svn path=/head/; revision=284883
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* - Bump PORTREVISION for databases/gdbm updateGabor Kovesdan2011-09-121-1/+1
| | | | | | | Discussed with: stas Notes: svn path=/head/; revision=281709
* - Track dependencies after databases/gdbm updateGabor Kovesdan2011-09-121-1/+1
| | | | Notes: svn path=/head/; revision=281668
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-2/+0
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* - Use a static PORTEPOCH for a while. We have a problem with the variableStanislav Sedov2007-04-051-1/+1
| | | | | | | | | | initialization order. Reported by: many Thanks to: pav Notes: svn path=/head/; revision=189263
* - Update ruby to 1.8.6Stanislav Sedov2007-04-031-2/+3
| | | | | | | | - Synchronise portversions and portepochs in all ruby subports - Take maintainerships of all ruby subports. Notes: svn path=/head/; revision=189129
* - Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mkSergey Matveychuk2005-11-151-0/+1
| | | | | | | Reported by: chkversion script Notes: svn path=/head/; revision=148313
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75772
* Unbreak packaging for ruby 1.8.Akinori MUSHA2003-01-231-1/+7
| | | | Notes: svn path=/head/; revision=73874
* chase gdbm lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72367
* cd dir && command -> cd dir; commandAkinori MUSHA2002-03-301-1/+1
| | | | Notes: svn path=/head/; revision=56946
* Update ruby to the 1.6.5 release.Akinori MUSHA2001-09-191-1/+0
| | | | Notes: svn path=/head/; revision=47989
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-0/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Alter the build process for the standard libraries of Ruby.Akinori MUSHA2001-03-191-6/+7
| | | | Notes: svn path=/head/; revision=40043
* Use RUBY_PORTVERSION, RUBY_DISTNAME and RUBY_WRKSRC.Akinori MUSHA2000-10-201-3/+3
| | | | Notes: svn path=/head/; revision=34040
* Fix MD5_FILE (files/md5 -> distinfo).Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33579
* Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)Akinori MUSHA2000-09-281-0/+2
| | | | | | | | | | | | | | | | Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>, with his approval. I can never thank him too much for his previous work which led me in the right direction! :) lang/ruby: - Add a patch for find.rb, which fixes the bug found after 1.6.1 was released. databases/ruby-gdbm, */ruby-{tcltklib,tk}: - Remove files/md5 and refer to lang/ruby's one. Notes: svn path=/head/; revision=33227
* 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
* Update to Ruby 1.6.0 official release.Akinori MUSHA2000-09-191-4/+4
| | | | | | | | | | | | lang/ruby: - Do not force lib/ruby/site_ruby and lib/ruby removals, because a user may have his/her stuff installed there. x11-toolkits/ruby-tk: - Fix duplicated PKGNAMEPREFIX. Notes: svn path=/head/; revision=32851
* Do not set MASTER_SITE_SUBDIR to an empty value, but just undefine.Akinori MUSHA2000-09-061-1/+1
| | | | | | | | | | I didn't know an empty MASTER_SITE_SUBDIR brings an empty MASTER_SITES.. Found by: green Notes: svn path=/head/; revision=32358
* Update to 1.6.0-preview3.Akinori MUSHA2000-09-062-22/+11
| | | | | | | Utilize bsd.ruby.mk. Notes: svn path=/head/; revision=32355
* Use MASTER_SITE_RUBY.Akinori MUSHA2000-09-051-8/+2
| | | | Notes: svn path=/head/; revision=32305
* Add ruby-gdbm, a Ruby extension to GDBM library.Akinori MUSHA2000-08-235-0/+60
Notes: svn path=/head/; revision=31909