gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10084: remove redis, add valkey


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10084: remove redis, add valkey
Date: Thu, 28 Mar 2024 19:46:07 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10084
revision-id: carlhansen@gnu.org-20240328234602-6k8puag3cydjej8l
parent: carlhansen@gnu.org-20240328183152-ja77iic1hx8e1kja
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Thu 2024-03-28 23:46:02 +0000
message:
   remove redis, add valkey 
removed:
  pkg/other/redis/               redis-20180906205328-zlveh14wki1krtj4-1
  pkg/other/redis/Makefile       makefile-20180906205328-zlveh14wki1krtj4-3
  pkg/other/redis/config.mk      config.mk-20180906205328-zlveh14wki1krtj4-2
  pkg/other/redis/sha256sums     sha256sums-20180906205328-zlveh14wki1krtj4-4
added:
  pkg/other/valkey/              valkey-20240328234533-tl0d095tnbo9fc47-1
  pkg/other/valkey/Makefile      makefile-20240328234533-tl0d095tnbo9fc47-3
  pkg/other/valkey/config.mk     config.mk-20240328234533-tl0d095tnbo9fc47-2
  pkg/other/valkey/sha256sums    sha256sums-20240328234533-tl0d095tnbo9fc47-4
=== removed directory 'pkg/other/redis'
=== removed file 'pkg/other/redis/Makefile'
--- a/pkg/other/redis/Makefile  2023-06-11 07:56:44 +0000
+++ b/pkg/other/redis/Makefile  1970-01-01 00:00:00 +0000
@@ -1,81 +0,0 @@
-# Copyright ©2018-2021,2023 Carl Hansen <carlhansen@gnu.org>
-#
-# This file is part of GSRC, the GNU Source Release Collection.
-# http://www.gnu.org/software/gsrc
-#
-# GSRC is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# GSRC is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
-# License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
-#
-#
-# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
-
-NAME =    redis
-GARNAME = redis
-GARVERSION = 7.0.11
-HOME_URL = http://www.redis.io
- # http://www.redis.io/download/
-DESCRIPTION = in-memory data structure store
-define BLURB
-Redis is an open source (BSD licensed), in-memory data structure store,
-used as a database, cache and message broker. It supports data structures
-such as strings, hashes, lists, sets, sorted sets with range queries,
-bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis
-has built-in replication, Lua scripting, LRU eviction, transactions and
-different levels of on-disk persistence, and provides high availability
-endef
-
-######################################################################
-#  http://download.redis.io/releases/redis-xxxxxx.tar.gz
-MASTER_SITES = http://download.redis.io/
-MASTER_SUBDIR = releases/
-DISTFILES = $(DISTNAME).tar.gz 
-SIGFILES =
-LICENSE =  BSD
-
-CONFIGURE_SCRIPTS =
-INSTALL_SCRIPTS  = redisinstall
-
-BUILDDEPS =
-LIBDEPS =
-WORKOBJ = $(WORKSRC)
-LICENSE = BSD licensed
-######################################################################
-
-include ../../../gar/gar.lib/autotools.mk
-include config.mk
-
-
-
-# FIXME, installation isn't right yet, on GSRC
-
-install-redisinstall:
-       echo  HERE IT GOES $(prefix)/packages/$(DISTNAME) 
-       mkdir -p $(prefix)/packages/$(DISTNAME) 
-       echo  PREFIX=$(packageprefix)/ 
-       $(MAKE) -C $(WORKSRC)  PREFIX=$(packageprefix)/ install
-       $(MAKECOOKIE)
-       
-#sysinstall:  install-redisinstall
-
-
-# use standard naem FIXME
-#custom-install:  
-#      @echo  Installing in   $(prefix)/packages/$(DISTNAME) 
-#      mkdir -p $(prefix)/packages/$(DISTNAME)
-#      mkdir -p $(prefix)/packages/$(DISTNAME)-DEST
-#      $(MAKE) V=1 -C $(WORKSRC)/src  -f Makefile 
PREFIX=$(prefix)/packages/$(DISTNAME)-DEST   install 
-#      $(MAKECOOKIE)
-
-check: 
-       cd $(WORKOBJ) && $(MAKE) test
-

=== removed file 'pkg/other/redis/config.mk'
--- a/pkg/other/redis/config.mk 2018-09-06 20:57:28 +0000
+++ b/pkg/other/redis/config.mk 1970-01-01 00:00:00 +0000
@@ -1,5 +0,0 @@
-## Configuration options ##
-## adjust as needed
-
-CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=

=== removed file 'pkg/other/redis/sha256sums'
--- a/pkg/other/redis/sha256sums        2023-06-11 07:56:44 +0000
+++ b/pkg/other/redis/sha256sums        1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-ce250d1fba042c613de38a15d40889b78f7cb6d5461a27e35017ba39b07221e3  
download/redis-7.0.11.tar.gz

=== added directory 'pkg/other/valkey'
=== added file 'pkg/other/valkey/Makefile'
--- a/pkg/other/valkey/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/valkey/Makefile 2024-03-28 23:46:02 +0000
@@ -0,0 +1,80 @@
+# Copyright ©2024 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME =    valkey
+GARNAME = valkey
+GARVERSION = 7.2.4
+HOME_URL = http://github.com/valkey-io
+DESCRIPTION = in-memory data structure store
+define BLURB
+Valkey is an open source (BSD licensed), in-memory data structure store,
+used as a database, cache and message broker. It supports data structures
+such as strings, hashes, lists, sets, sorted sets with range queries,
+bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis
+has built-in replication, Lua scripting, LRU eviction, transactions and
+different levels of on-disk persistence, and provides high availability.
+A fork of redis.
+endef
+
+######################################################################
+#https://github.com/valkey-io/valkey/archive/refs/tags/7.2.4.tar.gz
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = valkey-io/valkey/archive/refs/tags/
+DISTFILES = $(GARVERSION).tar.gz 
+SIGFILES =
+LICENSE =  BSD
+
+CONFIGURE_SCRIPTS =
+INSTALL_SCRIPTS  = valkeyinstall
+
+BUILDDEPS =
+LIBDEPS =
+WORKOBJ = $(WORKSRC)
+LICENSE = BSD licensed
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+
+
+# FIXME, installation isn't right yet, on GSRC
+
+install-valkeyinstall:
+       @echo  HERE IT GOES $(prefix)/packages/$(DISTNAME) 
+       @echo  PREFIX=$(packageprefix)/ 
+       mkdir -p $(prefix)/packages/$(DISTNAME) 
+       $(MAKE) -C $(WORKSRC)  PREFIX=$(packageprefix)/ install
+       $(MAKECOOKIE)
+       
+#sysinstall:  install-valkeyinstall
+
+
+# use standard name FIXME
+#custom-install:  
+#      @echo  Installing in   $(prefix)/packages/$(DISTNAME) 
+#      mkdir -p $(prefix)/packages/$(DISTNAME)
+#      mkdir -p $(prefix)/packages/$(DISTNAME)-DEST
+#      $(MAKE) V=1 -C $(WORKSRC)/src  -f Makefile 
PREFIX=$(prefix)/packages/$(DISTNAME)-DEST   install 
+#      $(MAKECOOKIE)
+
+#check test:   
+#      cd $(WORKOBJ) && $(MAKE) test
+

=== added file 'pkg/other/valkey/config.mk'
--- a/pkg/other/valkey/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/other/valkey/config.mk        2024-03-28 23:46:02 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/valkey/sha256sums'
--- a/pkg/other/valkey/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/other/valkey/sha256sums       2024-03-28 23:46:02 +0000
@@ -0,0 +1,1 @@
+f53e4edc560dcb4ef2ec9c63ad7ef2e55ec76b3a8079c98e967efd50dd223170  
download/7.2.4.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]