From 051c7944c87d156efbd7d054a212625ad7601d0c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 8 Jun 2021 10:33:39 +0200 Subject: [PATCH] change package name to libmemcached-awesome --- CMakeLists.txt | 4 ++-- CPack.txt | 8 ++++---- README.md | 24 ++++++++++-------------- docs/conf.py.in | 2 +- docs/source/copyright.rst | 4 ++-- docs/source/index.rst | 6 +++--- 6 files changed, 22 insertions(+), 26 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35565ef1..601f3802 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ") diff --git a/CPack.txt b/CPack.txt index c33a7dac..cfbe1fc8 100644 --- 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() diff --git a/README.md b/README.md index 7f2e4dad..1fb2c0ca 100644 --- 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 diff --git a/docs/conf.py.in b/docs/conf.py.in index 5c331ac0..2c3c6130 100644 --- a/docs/conf.py.in +++ b/docs/conf.py.in @@ -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@' diff --git a/docs/source/copyright.rst b/docs/source/copyright.rst index 9f8f76ed..0945bbee 100644 --- a/docs/source/copyright.rst +++ b/docs/source/copyright.rst @@ -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. diff --git a/docs/source/index.rst b/docs/source/index.rst index e82ffb8f..bc7b5b0d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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. -- 2.30.2