Received: by mail.netbsd.org (Postfix, from userid 605) id 5885384D60; Sun, 19 Jan 2020 15:04:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D754884D4D for ; Sun, 19 Jan 2020 15:04:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Cri9IHK_4jfE for ; Sun, 19 Jan 2020 15:04:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 455F284CE3 for ; Sun, 19 Jan 2020 15:04:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F3A1FBF4; Sun, 19 Jan 2020 15:04:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579446286168650" MIME-Version: 1.0 Date: Sun, 19 Jan 2020 15:04:46 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-zeitwerk To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200119150446.3F3A1FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1579446286168650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 19 15:04:46 UTC 2020 Added Files: pkgsrc/devel/ruby-zeitwerk: DESCR Makefile PLIST distinfo Log Message: devel/ruby-zeitwerk: add version 2.2.2 package Add ruby-zeitwerk version 2.2.2 package. Zeitwerk is an efficient and thread-safe code loader for Ruby. Given a conventional file structure, Zeitwerk is able to load your project's classes and modules on demand (autoloading), or upfront (eager loading). You don't need to write `require` calls for your own files, rather, you can streamline your programming knowing that your classes and modules are available everywhere. This feature is efficient, thread-safe, and matches Ruby's semantics for constants. Zeitwerk is also able to reload code, which may be handy while developing web applications. Coordination is needed to reload in a thread-safe manner. The documentation below explains how to do this. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-zeitwerk/DESCR \ pkgsrc/devel/ruby-zeitwerk/Makefile pkgsrc/devel/ruby-zeitwerk/PLIST \ pkgsrc/devel/ruby-zeitwerk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579446286168650 Content-Disposition: inline Content-Length: 2966 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/ruby-zeitwerk/DESCR diff -u /dev/null pkgsrc/devel/ruby-zeitwerk/DESCR:1.1 --- /dev/null Sun Jan 19 15:04:46 2020 +++ pkgsrc/devel/ruby-zeitwerk/DESCR Sun Jan 19 15:04:46 2020 @@ -0,0 +1,12 @@ +Zeitwerk is an efficient and thread-safe code loader for Ruby. + +Given a conventional file structure, Zeitwerk is able to load your project's +classes and modules on demand (autoloading), or upfront (eager loading). You +don't need to write `require` calls for your own files, rather, you can +streamline your programming knowing that your classes and modules are +available everywhere. This feature is efficient, thread-safe, and matches +Ruby's semantics for constants. + +Zeitwerk is also able to reload code, which may be handy while developing web +applications. Coordination is needed to reload in a thread-safe manner. The +documentation below explains how to do this. Index: pkgsrc/devel/ruby-zeitwerk/Makefile diff -u /dev/null pkgsrc/devel/ruby-zeitwerk/Makefile:1.1 --- /dev/null Sun Jan 19 15:04:46 2020 +++ pkgsrc/devel/ruby-zeitwerk/Makefile Sun Jan 19 15:04:46 2020 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2020/01/19 15:04:46 taca Exp $ + +DISTNAME= zeitwerk-2.2.2 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/fxn/zeitwerk +COMMENT= Efficient and thread-safe constant autoloader +LICENSE= mit + +USE_LANGUAGES= # none + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-zeitwerk/PLIST diff -u /dev/null pkgsrc/devel/ruby-zeitwerk/PLIST:1.1 --- /dev/null Sun Jan 19 15:04:46 2020 +++ pkgsrc/devel/ruby-zeitwerk/PLIST Sun Jan 19 15:04:46 2020 @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1 2020/01/19 15:04:46 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/MIT-LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/lib/zeitwerk.rb +${GEM_LIBDIR}/lib/zeitwerk/error.rb +${GEM_LIBDIR}/lib/zeitwerk/explicit_namespace.rb +${GEM_LIBDIR}/lib/zeitwerk/gem_inflector.rb +${GEM_LIBDIR}/lib/zeitwerk/inflector.rb +${GEM_LIBDIR}/lib/zeitwerk/kernel.rb +${GEM_LIBDIR}/lib/zeitwerk/loader.rb +${GEM_LIBDIR}/lib/zeitwerk/loader/callbacks.rb +${GEM_LIBDIR}/lib/zeitwerk/real_mod_name.rb +${GEM_LIBDIR}/lib/zeitwerk/registry.rb +${GEM_LIBDIR}/lib/zeitwerk/version.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/devel/ruby-zeitwerk/distinfo diff -u /dev/null pkgsrc/devel/ruby-zeitwerk/distinfo:1.1 --- /dev/null Sun Jan 19 15:04:46 2020 +++ pkgsrc/devel/ruby-zeitwerk/distinfo Sun Jan 19 15:04:46 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/01/19 15:04:46 taca Exp $ + +SHA1 (zeitwerk-2.2.2.gem) = 0c671da0e494281d575ce84c4a6c293462e938c8 +RMD160 (zeitwerk-2.2.2.gem) = 7ce982f94d53dbd65c82929629e93ab6cde93c45 +SHA512 (zeitwerk-2.2.2.gem) = 888928b47a1b07d89fbdba4d3d862182f01efe192b9a16f984cc2dea1a9d7c1ee84d4b00017299a2b9b6c96c15fb04f7f7493fb184d5a258202b469181486809 +Size (zeitwerk-2.2.2.gem) = 23552 bytes --_----------=_1579446286168650--