1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

New port: devel/rubygem-ddmemoize: Support for memoizing functions

DDMemoize adds support for memoizing Ruby functions.

WWW: https://github.com/ddfreyne/ddmemoize

PR:		252133
Submitted by:	Stéphane D'Alu <sdalu@sdalu.com>
This commit is contained in:
Kurt Jaeger 2021-01-01 22:42:46 +00:00
parent c230da313b
commit 9de080e401
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559884
4 changed files with 29 additions and 0 deletions

View File

@ -5966,6 +5966,7 @@
SUBDIR += rubygem-daemon_controller
SUBDIR += rubygem-daemons
SUBDIR += rubygem-date
SUBDIR += rubygem-ddmemoize
SUBDIR += rubygem-ddmetrics
SUBDIR += rubygem-ddplugin
SUBDIR += rubygem-ddtrace

View File

@ -0,0 +1,22 @@
# Created by: Stéphane D'Alu <sdalu@sdalu.com>
# $FreeBSD$
PORTNAME= ddmemoize
PORTVERSION= 1.0.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Support for memoizing functions
LICENSE= MIT
RUN_DEPENDS= rubygem-ref>=2.0:devel/rubygem-ref \
rubygem-ddmetrics>=1.0:devel/rubygem-ddmetrics
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1608251362
SHA256 (rubygem/ddmemoize-1.0.0.gem) = d42cc6aa4800c6e3282918d423accb50470d603280b1cf41a6bf8c061d84d497
SIZE (rubygem/ddmemoize-1.0.0.gem) = 11776

View File

@ -0,0 +1,3 @@
DDMemoize adds support for memoizing Ruby functions.
WWW: https://github.com/ddfreyne/ddmemoize