devel/rubygem-lru_redux: create port

An efficient implementation of an lru cache

WWW: https://github.com/SamSaffron/lru_redux
This commit is contained in:
Steve Wills 2014-10-06 03:16:41 +00:00
parent 3bfab81c4c
commit 2bca30920d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370139
4 changed files with 22 additions and 0 deletions

View file

@ -4404,6 +4404,7 @@
SUBDIR += rubygem-logging
SUBDIR += rubygem-logster
SUBDIR += rubygem-loquacious
SUBDIR += rubygem-lru_redux
SUBDIR += rubygem-lumberjack
SUBDIR += rubygem-main
SUBDIR += rubygem-map

View file

@ -0,0 +1,16 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= lru_redux
PORTVERSION= 0.8.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Efficient implementation of an lru cache
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/lru_redux-0.8.1.gem) = 1121f77f9b0fcd87cd613e2a129d2bb67123d3514530574765430740767683ee
SIZE (rubygem/lru_redux-0.8.1.gem) = 9728

View file

@ -0,0 +1,3 @@
An efficient implementation of an lru cache
WWW: https://github.com/SamSaffron/lru_redux