pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-mize



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  1 07:25:49 UTC 2026

Added Files:
        pkgsrc/devel/ruby-mize: DESCR Makefile PLIST distinfo

Log Message:
devel/ruby-mize: add package version 0.6.1

This package is required by newer devel/ruby-tins package.

Mize

The mize library provides a simple and flexible way to memoize methods and
functions in Ruby, making it easier for developers to write high-performance
code without the need for manual caching implementations.  In this
README.md, we'll explore how mize can help you optimize your Ruby projects
using memoization techniques.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-mize/DESCR \
    pkgsrc/devel/ruby-mize/Makefile pkgsrc/devel/ruby-mize/PLIST \
    pkgsrc/devel/ruby-mize/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ruby-mize/DESCR
diff -u /dev/null pkgsrc/devel/ruby-mize/DESCR:1.1
--- /dev/null   Sun Mar  1 07:25:49 2026
+++ pkgsrc/devel/ruby-mize/DESCR        Sun Mar  1 07:25:49 2026
@@ -0,0 +1,7 @@
+Mize
+
+The mize library provides a simple and flexible way to memoize methods and
+functions in Ruby, making it easier for developers to write high-performance
+code without the need for manual caching implementations.  In this
+README.md, we'll explore how mize can help you optimize your Ruby projects
+using memoization techniques.
Index: pkgsrc/devel/ruby-mize/Makefile
diff -u /dev/null pkgsrc/devel/ruby-mize/Makefile:1.1
--- /dev/null   Sun Mar  1 07:25:49 2026
+++ pkgsrc/devel/ruby-mize/Makefile     Sun Mar  1 07:25:49 2026
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2026/03/01 07:25:49 taca Exp $
+
+DISTNAME=      mize-0.6.1
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/flori/mize
+COMMENT=       Library that provides memoziation for methods and functions
+LICENSE=       mit
+
+USE_LANGUAGES= # empty
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-mize/PLIST
diff -u /dev/null pkgsrc/devel/ruby-mize/PLIST:1.1
--- /dev/null   Sun Mar  1 07:25:49 2026
+++ pkgsrc/devel/ruby-mize/PLIST        Sun Mar  1 07:25:49 2026
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2026/03/01 07:25:49 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.all_images.yml
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/.utilsrc
+${GEM_LIBDIR}/CHANGES.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/config/broken_config.yml
+${GEM_LIBDIR}/config/config.yml
+${GEM_LIBDIR}/lib/mize.rb
+${GEM_LIBDIR}/lib/mize/cache_methods.rb
+${GEM_LIBDIR}/lib/mize/cache_protocol.rb
+${GEM_LIBDIR}/lib/mize/configure.rb
+${GEM_LIBDIR}/lib/mize/default_cache.rb
+${GEM_LIBDIR}/lib/mize/global_clear.rb
+${GEM_LIBDIR}/lib/mize/memoize.rb
+${GEM_LIBDIR}/lib/mize/railtie.rb
+${GEM_LIBDIR}/lib/mize/reload.rb
+${GEM_LIBDIR}/lib/mize/version.rb
+${GEM_LIBDIR}/mize.gemspec
+${GEM_LIBDIR}/spec/mize/global_clear_spec.rb
+${GEM_LIBDIR}/spec/mize/memoize_method_spec.rb
+${GEM_LIBDIR}/spec/mize/memoize_reload_spec.rb
+${GEM_LIBDIR}/spec/mize/version_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-mize/distinfo
diff -u /dev/null pkgsrc/devel/ruby-mize/distinfo:1.1
--- /dev/null   Sun Mar  1 07:25:49 2026
+++ pkgsrc/devel/ruby-mize/distinfo     Sun Mar  1 07:25:49 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/03/01 07:25:49 taca Exp $
+
+BLAKE2s (mize-0.6.1.gem) = 2d041379cf0ce0ca5185d5c387612b8ae943007264a0ae0f638ebaa31150a02f
+SHA512 (mize-0.6.1.gem) = 8e6bad0ecd851dabb23eaa3bfdb6076c3c1b76428f2c131a6e1081d0784798b52df40457bd551ea239beafafd58c0eafa0d46c5b8c46f580b0cfc20d7cffd4c8
+Size (mize-0.6.1.gem) = 13312 bytes



Home | Main Index | Thread Index | Old Index