aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-cache
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Assign all unmaintained ruby ports to ruby@,Stanislav Sedov2009-06-161-1/+1
| | | | | | | so people will know where to send questions to. Notes: svn path=/head/; revision=236032
* - Fix post-install.Marcus Alves Grando2006-05-031-6/+5
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=161305
* - Update MASTER_SITES and fix fetchMarcus Alves Grando2006-04-081-7/+7
| | | | | | | | | | - Litte reorganize in Makefile PR: 95432 Submitted by: Lars Engels <lars.engels__0x20.net> Notes: svn path=/head/; revision=159086
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* 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
* 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