From 84ef300d07331fca7c7e54a57d1cfddec2eeb295 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 29 Aug 2015 00:16:13 -0600 Subject: [PATCH] Update domain name to kpe.io --- README.md | 8 ++++---- debian/control | 6 +++--- debian/copyright | 2 +- debian/upload.sh | 2 +- debian/watch | 2 +- doc/memcache.html | 4 ++-- doc/memstore.html | 8 ++++---- memcache/README.md | 4 ++-- 8 files changed, 18 insertions(+), 18 deletions(-) mode change 100755 => 100644 debian/upload.sh diff --git a/README.md b/README.md index b0cfe3f..9df746a 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Written by Kevin M. Rosenberg Downloads --------- -* The web site for memstore is [http://memstore.b9.com/](http://memstore.b9.com/) -* A git repository is available at [http://gitpub.b9.com/memstore.git](http://gitpub.b9.com/memstore.git) -* Releases are available for download at [http://files.b9.com/memstore/](http://files.b9.com/memstore/) +* The web site for memstore is [http://memstore.kpe.io/](http://memstore.kpe.io/) +* A git repository is available at [http://gitpub.kpe.io/memstore.git](http://gitpub.kpe.io/memstore.git) +* Releases are available for download at [http://files.kpe.io/memstore/](http://files.kpe.io/memstore/) Prerequisites ------------- @@ -24,7 +24,7 @@ been heavily refactored. For more information on the changes in memcache, see [memcache](memcache.html). This library also requires Common Lisp libraries of -[kmrcl](http://gitpub.b9.com/kmrcl.git), +[kmrcl](http://gitpub.kpe.io/kmrcl.git), [cl-store](http://common-lisp.net/project/cl-store/), [flexi-streams](http://weitz.de/flexi-streams/), and [zlib](http://common-lisp.net/project/zlib/). diff --git a/debian/control b/debian/control index 34fb937..b9bbd07 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,9 @@ Maintainer: Kevin M. Rosenberg Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 7.0.0) Standards-Version: 3.9.2.0 -Homepage: http://files.b9.com/memstore/ -Vcs-Git: git://git.b9.com/memstore.git -Vcs-Browser: http://git.b9.com/?p=memstore.git +Homepage: http://files.kpe.io/memstore/ +Vcs-Git: git://git.kpe.io/memstore.git +Vcs-Browser: http://git.kpe.io/?p=memstore.git Package: cl-memstore Architecture: all diff --git a/debian/copyright b/debian/copyright index d4e8e28..3f13273 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Kevin M. Rosenberg on Fri, 01 Jul 2011 23:07:47 -0600 -It was downloaded from http://files.b9.com/memstore +It was downloaded from http://files.kpe.io/memstore Upstream Author: Kevin M. Rosenberg diff --git a/debian/upload.sh b/debian/upload.sh old mode 100755 new mode 100644 index 09f07e2..5f2b1dc --- a/debian/upload.sh +++ b/debian/upload.sh @@ -1,6 +1,6 @@ #!/bin/bash -e -dup memstore -Ufiles.b9.com -D/home/ftp/memstore -C"(umask 022; cd /srv/www/html/memstore; make install)" -su $* +dup memstore -Ufiles.kpe.io -D/home/ftp/memstore -C"(umask 022; cd /srv/www/html/memstore; make install)" -su $* diff --git a/debian/watch b/debian/watch index 001f371..9e3cb35 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://files.b9.com/memstore/memstore-([\d\.]*)\.tar\.gz +http://files.kpe.io/memstore/memstore-([\d\.]*)\.tar\.gz diff --git a/doc/memcache.html b/doc/memcache.html index 2352e11..065b26a 100644 --- a/doc/memcache.html +++ b/doc/memcache.html @@ -12,7 +12,7 @@ Chaitanya Gupta .

This package is based on the cl-memcached library. It is substantially modified for use with the -memstore library. The primary areas of +memstore library. The primary areas of additional functionality are:

    @@ -42,7 +42,7 @@ any statistics field by name.

  • More robust print-object functions to avoid errors if fields in statistics are not present.

  • Removed compatibility functions in compat.lisp by using the -kmrcl library to provide those +kmrcl library to provide those functions as well as utilitizing other kmrcl functions to simplify code.

  • Added functions to support all memcached API commands, diff --git a/doc/memstore.html b/doc/memstore.html index 62fbbb2..4c246c7 100644 --- a/doc/memstore.html +++ b/doc/memstore.html @@ -7,9 +7,9 @@

    Downloads

    Prerequisites

    @@ -23,7 +23,7 @@ been heavily refactored. For more information on the changes in memcache, see memcache.

    This library also requires Common Lisp libraries of -kmrcl, +kmrcl, cl-store, flexi-streams, and zlib.

    diff --git a/memcache/README.md b/memcache/README.md index a6845d9..c38888b 100644 --- a/memcache/README.md +++ b/memcache/README.md @@ -14,7 +14,7 @@ Overview This package is based on the `cl-memcached` library. It is substantially modified for use with the -[memstore](http://memstore.b9.com) library. The primary areas of +[memstore](http://memstore.kpe.io) library. The primary areas of additional functionality are: * Support for flags field with get and set functions. @@ -49,7 +49,7 @@ additional functionality are: in statistics are not present. * Removed compatibility functions in `compat.lisp` by using the - [`kmrcl`](http://gitpub.b9.com/kmrcl.git) library to provide those + [`kmrcl`](http://gitpub.kpe.io/kmrcl.git) library to provide those functions as well as utilitizing other `kmrcl` functions to simplify code. -- 2.34.1