pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-with_advisory_lock53



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb 11 07:36:41 UTC 2026

Added Files:
        pkgsrc/databases/ruby-with_advisory_lock53: DESCR Makefile PLIST
            distinfo

Log Message:
databases/ruby-with_advisory_lock53: add version 5.3.0

ruby-with_advisory_lock53 is required by ruby-redmine{51,60} with
mysql.

with_advisory_lock

Adds advisory locking (mutexes) to ActiveRecord 6.0+, with ruby 2.7+,
jruby or truffleruby, when used with MySQL or PostgreSQL.


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

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

Added files:

Index: pkgsrc/databases/ruby-with_advisory_lock53/DESCR
diff -u /dev/null pkgsrc/databases/ruby-with_advisory_lock53/DESCR:1.1
--- /dev/null   Wed Feb 11 07:36:41 2026
+++ pkgsrc/databases/ruby-with_advisory_lock53/DESCR    Wed Feb 11 07:36:40 2026
@@ -0,0 +1,4 @@
+with_advisory_lock
+
+Adds advisory locking (mutexes) to ActiveRecord 6.0+, with ruby 2.7+,
+jruby or truffleruby, when used with MySQL or PostgreSQL.
Index: pkgsrc/databases/ruby-with_advisory_lock53/Makefile
diff -u /dev/null pkgsrc/databases/ruby-with_advisory_lock53/Makefile:1.1
--- /dev/null   Wed Feb 11 07:36:41 2026
+++ pkgsrc/databases/ruby-with_advisory_lock53/Makefile Wed Feb 11 07:36:40 2026
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2026/02/11 07:36:40 taca Exp $
+
+DISTNAME=      with_advisory_lock-5.3.0
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/-/53-/}
+CATEGORIES=    databases
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ClosureTree/with_advisory_lock
+COMMENT=       Advisory locking for ActiveRecord
+LICENSE=       mit
+
+RUBY_VERSIONS_ACCEPTED=        32 33 34
+
+# This pacakge is assumed to used by redmine51, redmine60 and redmine61.
+# To shared by multiple rails, omit dependency here.
+#DEPENDS+=     ${RUBY_ACTIVERECORD_DEPENDS}
+#
+#RUBY_RAILS_ACCEPTED=  61 72
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/databases/ruby-with_advisory_lock53/PLIST
diff -u /dev/null pkgsrc/databases/ruby-with_advisory_lock53/PLIST:1.1
--- /dev/null   Wed Feb 11 07:36:41 2026
+++ pkgsrc/databases/ruby-with_advisory_lock53/PLIST    Wed Feb 11 07:36:40 2026
@@ -0,0 +1,45 @@
+@comment $NetBSD: PLIST,v 1.1 2026/02/11 07:36:40 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/workflows/ci-mysql5.yml
+${GEM_LIBDIR}/.github/workflows/ci-mysql8.yml
+${GEM_LIBDIR}/.github/workflows/ci-postgresql.yml
+${GEM_LIBDIR}/.github/workflows/ci-sqlite3.yml
+${GEM_LIBDIR}/.github/workflows/release.yml
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.release-please-manifest.json
+${GEM_LIBDIR}/.ruby-version
+${GEM_LIBDIR}/.tool-versions
+${GEM_LIBDIR}/Appraisals
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/Makefile
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/docker-compose.yml
+${GEM_LIBDIR}/gemfiles/activerecord_6.1.gemfile
+${GEM_LIBDIR}/gemfiles/activerecord_7.0.gemfile
+${GEM_LIBDIR}/gemfiles/activerecord_7.1.gemfile
+${GEM_LIBDIR}/lib/with_advisory_lock.rb
+${GEM_LIBDIR}/lib/with_advisory_lock/base.rb
+${GEM_LIBDIR}/lib/with_advisory_lock/concern.rb
+${GEM_LIBDIR}/lib/with_advisory_lock/database_adapter_support.rb
+${GEM_LIBDIR}/lib/with_advisory_lock/failed_to_acquire_lock.rb
+${GEM_LIBDIR}/lib/with_advisory_lock/flock.rb
+${GEM_LIBDIR}/lib/with_advisory_lock/mysql.rb
+${GEM_LIBDIR}/lib/with_advisory_lock/postgresql.rb
+${GEM_LIBDIR}/lib/with_advisory_lock/version.rb
+${GEM_LIBDIR}/release-please-config.json
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/test/test_models.rb
+${GEM_LIBDIR}/test/with_advisory_lock/base_test.rb
+${GEM_LIBDIR}/test/with_advisory_lock/concern_test.rb
+${GEM_LIBDIR}/test/with_advisory_lock/lock_test.rb
+${GEM_LIBDIR}/test/with_advisory_lock/nesting_test.rb
+${GEM_LIBDIR}/test/with_advisory_lock/options_test.rb
+${GEM_LIBDIR}/test/with_advisory_lock/parallelism_test.rb
+${GEM_LIBDIR}/test/with_advisory_lock/shared_test.rb
+${GEM_LIBDIR}/test/with_advisory_lock/thread_test.rb
+${GEM_LIBDIR}/test/with_advisory_lock/transaction_test.rb
+${GEM_LIBDIR}/with_advisory_lock.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/databases/ruby-with_advisory_lock53/distinfo
diff -u /dev/null pkgsrc/databases/ruby-with_advisory_lock53/distinfo:1.1
--- /dev/null   Wed Feb 11 07:36:41 2026
+++ pkgsrc/databases/ruby-with_advisory_lock53/distinfo Wed Feb 11 07:36:40 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/02/11 07:36:40 taca Exp $
+
+BLAKE2s (with_advisory_lock-5.3.0.gem) = c8591b9a8a0d21411b2bcfee8abbd8ff21a0e2d146f0947cbfe013e452a02b35
+SHA512 (with_advisory_lock-5.3.0.gem) = 60164810b67b2292c14a423d53465295e81ae4c19f19db0863e54520e0daa006236a67777232596b5177b7f02189e3921a574032968b2882263818f3157a96dd
+Size (with_advisory_lock-5.3.0.gem) = 20992 bytes



Home | Main Index | Thread Index | Old Index