aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-cache
Commit message (Collapse)AuthorAgeFilesLines
* Back out the previous commmit and fix installation.Akinori MUSHA2004-12-251-4/+2
| | | | | | | Please do not break my port just to satisfy portlint.. Notes: svn path=/head/; revision=125169
* Make portlint happier.Edwin Groothuis2004-12-141-2/+4
| | | | | | | | | | | They are not the patches from the submitter, but one which overcome knu@s objections about the original ones and discussed in ports/69037. PR: ports/69027 ports/69028 ports/69029 ports/69030 ports/69031 ports/69032 ports/69033 ports/69034 ports/69035 ports/69036 ports/69037 Submitted by: Wesley Shields <wxs@csh.rit.edu> Notes: svn path=/head/; revision=123987
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Chase up new MASTER_SITE_SAVANNAH.Edwin Groothuis2003-10-031-1/+2
| | | | | | | | PR: ports/56970 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=90089
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75776
* Update to 0.3.Akinori MUSHA2003-01-012-2/+2
| | | | Notes: svn path=/head/; revision=72035
* Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. ThisAkinori MUSHA2002-12-061-2/+2
| | | | | | | | | | | replaces the non-working NOPORTDOCS workaround and fixes build on the alpha, where rd2 coredumps. Tested on: the axp cluster Approved by: kris Notes: svn path=/head/; revision=71402
* Add ruby-cache, a Ruby library for caching objects based on the LRUAkinori MUSHA2002-11-225-0/+52
algorithm. Notes: svn path=/head/; revision=70752