pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-version_gem



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 11 05:31:41 UTC 2022

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-version_gem/DESCR \
    pkgsrc/devel/ruby-version_gem/Makefile \
    pkgsrc/devel/ruby-version_gem/PLIST \
    pkgsrc/devel/ruby-version_gem/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-version_gem/DESCR
diff -u /dev/null pkgsrc/devel/ruby-version_gem/DESCR:1.1
--- /dev/null   Sun Sep 11 05:31:41 2022
+++ pkgsrc/devel/ruby-version_gem/DESCR Sun Sep 11 05:31:41 2022
@@ -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
Index: pkgsrc/devel/ruby-version_gem/Makefile
diff -u /dev/null pkgsrc/devel/ruby-version_gem/Makefile:1.1
--- /dev/null   Sun Sep 11 05:31:41 2022
+++ pkgsrc/devel/ruby-version_gem/Makefile      Sun Sep 11 05:31:41 2022
@@ -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"
Index: pkgsrc/devel/ruby-version_gem/PLIST
diff -u /dev/null pkgsrc/devel/ruby-version_gem/PLIST:1.1
--- /dev/null   Sun Sep 11 05:31:41 2022
+++ pkgsrc/devel/ruby-version_gem/PLIST Sun Sep 11 05:31:41 2022
@@ -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
Index: pkgsrc/devel/ruby-version_gem/distinfo
diff -u /dev/null pkgsrc/devel/ruby-version_gem/distinfo:1.1
--- /dev/null   Sun Sep 11 05:31:41 2022
+++ pkgsrc/devel/ruby-version_gem/distinfo      Sun Sep 11 05:31:41 2022
@@ -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