pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-version_gem devel/ruby-version_gem: add pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/affea12e37a4
branches:  trunk
changeset: 385119:affea12e37a4
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 11 05:31:41 2022 +0000

description:
devel/ruby-version_gem: add package version 1.1.0

Required by ruby-auth package version 1.0 and later.

VersionGem

Alternatives

This gem has a very niche purpose, which is:

1. providing introspection of a Version module based on a Version::VERSION
   constant string,
2. while not interfering with gemspec parsing where the VERSION string is
   traditionally used.

If this isn't precisely your use case you may be better off looking at
Versionaire, a wonderful, performant, well-maintained, gem from the
Alchemists.

For more discussion about this see issue #2

diffstat:

 devel/ruby-version_gem/DESCR    |  16 ++++++++++++++++
 devel/ruby-version_gem/Makefile |  14 ++++++++++++++
 devel/ruby-version_gem/PLIST    |  16 ++++++++++++++++
 devel/ruby-version_gem/distinfo |   5 +++++
 4 files changed, 51 insertions(+), 0 deletions(-)

diffs (67 lines):

diff -r 362028dae305 -r affea12e37a4 devel/ruby-version_gem/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-version_gem/DESCR      Sun Sep 11 05:31:41 2022 +0000
@@ -0,0 +1,16 @@
+VersionGem
+
+Alternatives
+
+This gem has a very niche purpose, which is:
+
+1. providing introspection of a Version module based on a Version::VERSION
+   constant string,
+2. while not interfering with gemspec parsing where the VERSION string is
+   traditionally used.
+
+If this isn't precisely your use case you may be better off looking at
+Versionaire, a wonderful, performant, well-maintained, gem from the
+Alchemists.
+
+For more discussion about this see issue #2
diff -r 362028dae305 -r affea12e37a4 devel/ruby-version_gem/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-version_gem/Makefile   Sun Sep 11 05:31:41 2022 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2022/09/11 05:31:41 taca Exp $
+
+DISTNAME=      version_gem-1.1.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/pboling/version_gem
+COMMENT=       Sugar for Version modules
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 362028dae305 -r affea12e37a4 devel/ruby-version_gem/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-version_gem/PLIST      Sun Sep 11 05:31:41 2022 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2022/09/11 05:31:41 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/CODE_OF_CONDUCT.md
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/SECURITY.md
+${GEM_LIBDIR}/lib/version_gem.rb
+${GEM_LIBDIR}/lib/version_gem/api.rb
+${GEM_LIBDIR}/lib/version_gem/basic.rb
+${GEM_LIBDIR}/lib/version_gem/error.rb
+${GEM_LIBDIR}/lib/version_gem/rspec.rb
+${GEM_LIBDIR}/lib/version_gem/version.rb
+${GEM_LIBDIR}/sig/version_gem.rbs
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 362028dae305 -r affea12e37a4 devel/ruby-version_gem/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-version_gem/distinfo   Sun Sep 11 05:31:41 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/09/11 05:31:41 taca Exp $
+
+BLAKE2s (version_gem-1.1.0.gem) = 736c9bd30d4056eb05656d17b6481c17ab00c0dd79a8fd0a7eab15504c94b538
+SHA512 (version_gem-1.1.0.gem) = f4a82a1f24d49d603973ebd1ef3e623e27e72aab78802e6c88e18c632c96be69031b7496e424d69b0ba98ebf0ef50df96dfe08b5b7528a98fb2379aac74e9fe8
+Size (version_gem-1.1.0.gem) = 13824 bytes



Home | Main Index | Thread Index | Old Index