pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-semverse



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 10 16:10:14 UTC 2021

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

Log Message:
devel/ruby-semverse: add package version 3.0.0

Add ruby-semverse package version 3.0.0.  It is required by
ruby-inspec-core package (not yet added).

Semverse

An elegant library for representing and comparing SemVer versions and
constraints.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-semverse/DESCR \
    pkgsrc/devel/ruby-semverse/Makefile pkgsrc/devel/ruby-semverse/PLIST \
    pkgsrc/devel/ruby-semverse/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-semverse/DESCR
diff -u /dev/null pkgsrc/devel/ruby-semverse/DESCR:1.1
--- /dev/null   Sun Jan 10 16:10:14 2021
+++ pkgsrc/devel/ruby-semverse/DESCR    Sun Jan 10 16:10:14 2021
@@ -0,0 +1,4 @@
+Semverse
+
+An elegant library for representing and comparing SemVer versions and
+constraints.
Index: pkgsrc/devel/ruby-semverse/Makefile
diff -u /dev/null pkgsrc/devel/ruby-semverse/Makefile:1.1
--- /dev/null   Sun Jan 10 16:10:14 2021
+++ pkgsrc/devel/ruby-semverse/Makefile Sun Jan 10 16:10:14 2021
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/01/10 16:10:14 taca Exp $
+
+DISTNAME=      semverse-3.0.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/berkshelf/semverse/
+COMMENT=       Representing and comparing SemVer versions and constraints
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= # empty
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-semverse/PLIST
diff -u /dev/null pkgsrc/devel/ruby-semverse/PLIST:1.1
--- /dev/null   Sun Jan 10 16:10:14 2021
+++ pkgsrc/devel/ruby-semverse/PLIST    Sun Jan 10 16:10:14 2021
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2021/01/10 16:10:14 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/lib/semverse.rb
+${GEM_LIBDIR}/lib/semverse/constraint.rb
+${GEM_LIBDIR}/lib/semverse/errors.rb
+${GEM_LIBDIR}/lib/semverse/gem_version.rb
+${GEM_LIBDIR}/lib/semverse/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-semverse/distinfo
diff -u /dev/null pkgsrc/devel/ruby-semverse/distinfo:1.1
--- /dev/null   Sun Jan 10 16:10:14 2021
+++ pkgsrc/devel/ruby-semverse/distinfo Sun Jan 10 16:10:14 2021
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/01/10 16:10:14 taca Exp $
+
+SHA1 (semverse-3.0.0.gem) = 5bce48da4d4004dedb3373a4e6965c67511267e1
+RMD160 (semverse-3.0.0.gem) = 2e774c1d8f6892a1930d29c23e5a3ab2e0f0363f
+SHA512 (semverse-3.0.0.gem) = b06a430f9c49ddf3703cea808cd3c178fdb09fb875cf42622c647ca5d759717638595cc23fd08d7209a394a49584f14e8987e444cbc7a3bda35e06fdd16fafd9
+Size (semverse-3.0.0.gem) = 11776 bytes



Home | Main Index | Thread Index | Old Index