mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
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:
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
|
@ -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
|
||||
|
|
16
devel/rubygem-lru_redux/Makefile
Normal file
16
devel/rubygem-lru_redux/Makefile
Normal 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>
|
2
devel/rubygem-lru_redux/distinfo
Normal file
2
devel/rubygem-lru_redux/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/lru_redux-0.8.1.gem) = 1121f77f9b0fcd87cd613e2a129d2bb67123d3514530574765430740767683ee
|
||||
SIZE (rubygem/lru_redux-0.8.1.gem) = 9728
|
3
devel/rubygem-lru_redux/pkg-descr
Normal file
3
devel/rubygem-lru_redux/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
An efficient implementation of an lru cache
|
||||
|
||||
WWW: https://github.com/SamSaffron/lru_redux
|
Loading…
Add table
Reference in a new issue