pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-gdbm



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Sep  9 14:29:16 UTC 2023

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

Log Message:
databases/ruby-gdbm: add package version 2.1.0

Add ruby-gdbm-gem package as ruby-gdm.


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

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-gdbm/DESCR
diff -u /dev/null pkgsrc/databases/ruby-gdbm/DESCR:1.3
--- /dev/null   Sat Sep  9 14:29:16 2023
+++ pkgsrc/databases/ruby-gdbm/DESCR    Sat Sep  9 14:29:16 2023
@@ -0,0 +1,15 @@
+GDBM
+
+GNU dbm is a library for simple databases.  A database is a file that stores
+key-value pairs.  Gdbm allows the user to store, retrieve, and delete data
+by key.  It furthermore allows a non-sorted traversal of all key-value
+pairs.  A gdbm database thus provides the same functionality as a hash.  As
+with objects of the Hash class, elements can be accessed with [].
+Furthermore, GDBM mixes in the Enumerable module, thus providing convenient
+methods such as #find, #collect, #map, etc.
+
+A process is allowed to open several different databases at the same time.
+A process can open a database as a "reader" or a "writer".  Whereas a reader
+has only read-access to the database, a writer has read- and write-access.
+A database can be accessed either by any number of readers or by exactly one
+writer at the same time.
Index: pkgsrc/databases/ruby-gdbm/distinfo
diff -u /dev/null pkgsrc/databases/ruby-gdbm/distinfo:1.3
--- /dev/null   Sat Sep  9 14:29:16 2023
+++ pkgsrc/databases/ruby-gdbm/distinfo Sat Sep  9 14:29:16 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.3 2023/09/09 14:29:16 taca Exp $
+
+BLAKE2s (gdbm-2.1.0.gem) = b286c87493b52a73900d8cd9dbcd7a29cea3ef71a15812326377520e1879b85a
+SHA512 (gdbm-2.1.0.gem) = 155dabd9ed795e481dd7df0dad0ad7ac8b2cc5b14b37f5c5b17a8e601a8d366cab0f79f919a6a6df615d879b230306bd4b416f5b8be1c966256e1d8be38bcba9
+Size (gdbm-2.1.0.gem) = 11264 bytes

Index: pkgsrc/databases/ruby-gdbm/Makefile
diff -u /dev/null pkgsrc/databases/ruby-gdbm/Makefile:1.48
--- /dev/null   Sat Sep  9 14:29:16 2023
+++ pkgsrc/databases/ruby-gdbm/Makefile Sat Sep  9 14:29:16 2023
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.48 2023/09/09 14:29:16 taca Exp $
+
+DISTNAME=      gdbm-2.1.0
+CATEGORIES=    databases
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ruby/gdbm
+COMMENT=       Ruby extension for GNU dbm
+LICENSE=       2-clause-bsd
+
+.include "../../databases/gdbm/buildlink3.mk"
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/databases/ruby-gdbm/PLIST
diff -u /dev/null pkgsrc/databases/ruby-gdbm/PLIST:1.6
--- /dev/null   Sat Sep  9 14:29:16 2023
+++ pkgsrc/databases/ruby-gdbm/PLIST    Sat Sep  9 14:29:16 2023
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.6 2023/09/09 14:29:16 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gdbm.${RUBY_DLEXT}
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_LIBDIR}/ext/gdbm/extconf.rb
+${GEM_LIBDIR}/ext/gdbm/gdbm.c
+${GEM_LIBDIR}/lib/gdbm.${RUBY_DLEXT}
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index