Update domain name to kpe.io
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Aug 2015 06:16:13 +0000 (00:16 -0600)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sat, 29 Aug 2015 06:16:13 +0000 (00:16 -0600)
README.md
debian/control
debian/copyright
debian/upload.sh [changed mode: 0755->0644]
debian/watch
doc/memcache.html
doc/memstore.html
memcache/README.md

index b0cfe3fd43a3022c66359e5a2a43593934858e2d..9df746a474a764dd271a7d073111ad4282395e3f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@ Written by Kevin M. Rosenberg <kevin@rosenberg.net>
 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/).
index 34fb937746184c573dafdd1fdd755a41fd43740a..b9bbd07b0f965a31fb02cb574db258d7ce640504 100644 (file)
@@ -5,9 +5,9 @@ Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 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
index d4e8e28cc5632f78332975fb5cec75ad23b78288..3f132734eae9eafb42d02c9fdae1b7b711f5fb6a 100644 (file)
@@ -1,7 +1,7 @@
 This package was debianized by Kevin M. Rosenberg <kmr@debian.org> 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 <kevin@rosenberg.net>
 
old mode 100755 (executable)
new mode 100644 (file)
index 09f07e2..5f2b1dc
@@ -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 $*
 
 
 
index 001f3716568616d3a970791c2128e3e63109d708..9e3cb3541e935e91ce221114aa96882c4136be29 100644 (file)
@@ -1,2 +1,2 @@
 version=3
-http://files.b9.com/memstore/memstore-([\d\.]*)\.tar\.gz
+http://files.kpe.io/memstore/memstore-([\d\.]*)\.tar\.gz
index 2352e11c3d24695d480f8a1475c2ecc5e65551b0..065b26aee8d4223ee867bbfb953df94ce3a61f00 100644 (file)
@@ -12,7 +12,7 @@ Chaitanya Gupta .</p>
 
 <p>This package is based on the <code>cl-memcached</code> library.  It is
 substantially modified for use with the
-<a href="http://memstore.b9.com">memstore</a> library. The primary areas of
+<a href="http://memstore.kpe.io">memstore</a> library. The primary areas of
 additional functionality are:</p>
 
 <ul>
@@ -42,7 +42,7 @@ any statistics field by name.</p></li>
 <li><p>More robust <code>print-object</code> functions to avoid errors if fields
 in statistics are not present.</p></li>
 <li><p>Removed compatibility functions in <code>compat.lisp</code> by using the
-<a href="http://gitpub.b9.com/kmrcl.git"><code>kmrcl</code></a> library to provide those
+<a href="http://gitpub.kpe.io/kmrcl.git"><code>kmrcl</code></a> library to provide those
 functions as well as utilitizing other <code>kmrcl</code> functions to simplify
 code.</p></li>
 <li><p>Added functions to support all memcached API commands,
index 62fbbb245563a8f3dc1b4e90a06d53cf900337c7..4c246c76afca9cf567606dce233e922e34b6c12f 100644 (file)
@@ -7,9 +7,9 @@
 <h2>Downloads</h2>
 
 <ul>
-<li>The web site for memstore is <a href="http://memstore.b9.com/">http://memstore.b9.com/</a></li>
-<li>A git repository is available at <a href="http://gitpub.b9.com/memstore.git">http://gitpub.b9.com/memstore.git</a></li>
-<li>Releases are available for download at <a href="http://files.b9.com/memstore/">http://files.b9.com/memstore/</a></li>
+<li>The web site for memstore is <a href="http://memstore.kpe.io/">http://memstore.kpe.io/</a></li>
+<li>A git repository is available at <a href="http://gitpub.kpe.io/memstore.git">http://gitpub.kpe.io/memstore.git</a></li>
+<li>Releases are available for download at <a href="http://files.kpe.io/memstore/">http://files.kpe.io/memstore/</a></li>
 </ul>
 
 <h2>Prerequisites</h2>
@@ -23,7 +23,7 @@ been heavily refactored. For more information on the changes in
 memcache, see <a href="memcache.html">memcache</a>.</p>
 
 <p>This library also requires Common Lisp libraries of 
-<a href="http://gitpub.b9.com/kmrcl.git">kmrcl</a>,
+<a href="http://gitpub.kpe.io/kmrcl.git">kmrcl</a>,
 <a href="http://common-lisp.net/project/cl-store/">cl-store</a>,
 <a href="http://weitz.de/flexi-streams/">flexi-streams</a>,
 and <a href="http://common-lisp.net/project/zlib/">zlib</a>.</p>
index a6845d976045660ae677b738e67df90e194b3b7f..c38888bd39b5354744ee3f6b43e01fbcf7ba1d49 100644 (file)
@@ -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.