gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5899: update redis to 4.0.11


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5899: update redis to 4.0.11
Date: Thu, 6 Sep 2018 16:57:32 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5899
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Thu 2018-09-06 13:57:28 -0700
message:
  update redis to 4.0.11
added:
  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 directory 'pkg/other/redis'
=== added file 'pkg/other/redis/Makefile'
--- a/pkg/other/redis/Makefile  1970-01-01 00:00:00 +0000
+++ b/pkg/other/redis/Makefile  2018-09-06 20:57:28 +0000
@@ -0,0 +1,65 @@
+# Copyright ©2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# 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 address@hidden
+
+NAME =    redis
+GARNAME = redis
+GARVERSION = 4.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-4.0.11.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 =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+post-test:
+       $(MAKE) -C $(WORKSRC) test
+       $(MAKECOOKIE)
+
+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
+

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

=== added file 'pkg/other/redis/sha256sums'
--- a/pkg/other/redis/sha256sums        1970-01-01 00:00:00 +0000
+++ b/pkg/other/redis/sha256sums        2018-09-06 20:57:28 +0000
@@ -0,0 +1,1 @@
+fc53e73ae7586bcdacb4b63875d1ff04f68c5474c1ddeda78f00e5ae2eed1bbb  
download/redis-4.0.11.tar.gz


reply via email to

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