change package name to libmemcached-awesome
authorMichael Wallner <mike@php.net>
Tue, 8 Jun 2021 08:33:39 +0000 (10:33 +0200)
committerMichael Wallner <mike@php.net>
Tue, 8 Jun 2021 08:33:39 +0000 (10:33 +0200)
CMakeLists.txt
CPack.txt
README.md
docs/conf.py.in
docs/source/copyright.rst
docs/source/index.rst

index 35565ef1c6b21a7a060a8aa34cb7f613bf3efab6..601f3802ea4d400b4a3e3a196cad039da00cc633 100644 (file)
@@ -6,9 +6,9 @@ endif()
 
 include(CMakeVersions.txt)
 
-project(libmemcached
+project(libmemcached-awesome
         VERSION "${LIBMEMCACHED_VERSION}"
-        DESCRIPTION "libmemcached, a C/C++ memcached client library"
+        DESCRIPTION "libmemcached-awesome, a C/C++ memcached client library"
         )
 set(PROJECT_HOMEPAGE_URL "https://github.com/awesomized/libmemcached")
 set(PROJECT_CONTACT "Michael Wallner <mike@php.net>")
index c33a7dac2391bd6275ceb7abda1c1a418202bcd9..cfbe1fc83a3f1adc7239fc1f64d692056ba39991 100644 (file)
--- a/CPack.txt
+++ b/CPack.txt
@@ -34,10 +34,10 @@ set(CPACK_PACKAGE_LICENSE "BSD-3-Clause")
 set(CPACK_PACKAGE_CONTACT "${PROJECT_CONTACT}")
 set(CPACK_PACKAGE_VENDOR "${PROJECT_CONTACT}")
 set(CPACK_PACKAGE_DESCRIPTION
-       "libmemcached is an open source C/C++ client library and tools for the
-memcached server (http://memcached.org/). It has been designed to be
-light on memory usage, thread safe, and provide full access to server
-side methods.")
+       "libmemcached-awesome is an open source C/C++ client library and tools
+for the memcached server (http://memcached.org/). It has been designed
+to be light on memory usage, thread safe, and provide full access to
+server side methods.")
 if(CMAKE_VERSION VERSION_LESS 3.12)
     string(REPLACE ";" "-" CPACK_PACKAGE_DIRECTORY "${PROJECT_CONFIG}")
 else()
index 7f2e4dad61ff1443b719cd34c78e35d6dac101c4..1fb2c0cacf2b4e8338bc90db93a7bb437090e085 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-# libmemcached
+# libmemcached-awesome
 
 [![License Badge]](https://opensource.org/licenses/BSD-3-Clause)
 
 [License Badge]:    https://img.shields.io/badge/License-BSD%203--Clause-blue.svg "BSD 3-Clause"
 
-libmemcached is an open source C/C++ client library and tools for the
-memcached server (http://memcached.org/). It has been designed to be
-light on memory usage, thread safe, and provide full access to server
-side methods.
+libmemcached-awesome is an open source C/C++ client library and tools
+for the memcached server (http://memcached.org/). It has been designed
+to be light on memory usage, thread safe, and provide full access to
+server side methods.
 
 > **NOTE:**  
 > This is a resurrection of the original work from Brian Aker at
@@ -32,7 +32,7 @@ which automate pushing updated documentation to github pages.
 
 ## Installing
 
-libmemcached uses `CMake`.
+libmemcached-awesome uses `CMake`.
 Please see/edit [`CMakeConfig.txt`](./CMakeConfig.txt) or use `ccmake(1)` or
 `cmake-gui(1)` to set any preferred options.
 
@@ -66,12 +66,6 @@ https://artifacts.m6w6.name/libmemcached/ and rsync://m6w6.name::artifacts/libme
 
 ## Testing
 
-[![Codecov Badge]](https://codecov.io/gh/awesomized/libmemcached)
-
-[Codecov Badge]:
-    https://codecov.io/gh/awesomized/libmemcached/branch/v1.x/graph/badge.svg
-    "Code coverage"
-
 Enable the `BUILD_TESTING` setting for a build and run `make test`.
 
     cmake -DBUILD_TESTING=ON ../libmemcached
@@ -100,7 +94,8 @@ CI/Testing is performed on the following system matrix:
 | Windows          | MSVC 16, MinGW               | amd64                   | no sasl, no tests          |
 | Solaris          | SunPro 12.5                  | amd64                   | no sasl, no tests, manually|
 
-libmemcached has been tested against [memcached](https://github.com/memcached/memcached) v1.5 and v1.6.
+libmemcached-awesome has been tested against [memcached](https://github.
+com/memcached/memcached) v1.5 and v1.6.
 
 ## ChangeLog
 
@@ -109,7 +104,8 @@ or the bundled [ChangeLog](./ChangeLog-1.1.md) for a comprehensive list of chang
 
 ## License
 
-libmemcached is licensed under the 3-Clause-BSD license, which can be
+libmemcached-awesome is licensed under the 3-Clause-BSD license, which 
+can be
 found in the accompanying [LICENSE](./LICENSE) file.
 
 ## Contributing
index 5c331ac0f27341994bbaba76affdb307aaf54f4b..2c3c61307b35f8cdc2f554bc0ba3fc0513ed681e 100644 (file)
@@ -20,7 +20,7 @@ pygments_style = 'sphinx'
 primary_domain = 'cpp'
 default_role = 'any'
 
-project = u'libmemcached'
+project = u'libmemcached-awesome'
 version = '@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@'
 release = '@PROJECT_VERSION@'
 
index 9f8f76edef444415231718be331729ca6dbdbf9e..0945bbee90eaf4dc7303a3f4dc2db8c94fc24e26 100644 (file)
@@ -3,8 +3,8 @@ Copyright
 
  * | 2006-2014 Brian Aker, DataDifferential
    | https://datadifferential.com/
- * | 2020 Michael Wallner, SmugMug Inc
-   | https://smugmug.com/
+ * | 2020-2021 Michael Wallner, Awesome Inc
+   | https://awesome.co/
 
 All rights reserved.
 
index e82ffb8f15a15d5e6acaec11c8f67e807d61e174..bc7b5b0d826ae241596db0d1686d5ba19d1967f5 100644 (file)
@@ -1,7 +1,7 @@
-libmemcached Manual
-===================
+libmemcached-awesome Manual
+===========================
 
-`libmemcached` is an open source C/C++ client library and tools for the
+`libmemcached-awesome` is an open source C/C++ client library and tools for the
 memcached server (http://memcached.org/). It has been designed to be light on
 memory usage, thread safe, and provide full access to server side methods.