Skip to content

Commit 051c794

Browse files
committed
change package name to libmemcached-awesome
1 parent dccaca9 commit 051c794

File tree

6 files changed

+22
-26
lines changed

6 files changed

+22
-26
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ endif()
66

77
include(CMakeVersions.txt)
88

9-
project(libmemcached
9+
project(libmemcached-awesome
1010
VERSION "${LIBMEMCACHED_VERSION}"
11-
DESCRIPTION "libmemcached, a C/C++ memcached client library"
11+
DESCRIPTION "libmemcached-awesome, a C/C++ memcached client library"
1212
)
1313
set(PROJECT_HOMEPAGE_URL "https://github.com/awesomized/libmemcached")
1414
set(PROJECT_CONTACT "Michael Wallner <[email protected]>")

CPack.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ set(CPACK_PACKAGE_LICENSE "BSD-3-Clause")
3434
set(CPACK_PACKAGE_CONTACT "${PROJECT_CONTACT}")
3535
set(CPACK_PACKAGE_VENDOR "${PROJECT_CONTACT}")
3636
set(CPACK_PACKAGE_DESCRIPTION
37-
"libmemcached is an open source C/C++ client library and tools for the
38-
memcached server (http://memcached.org/). It has been designed to be
39-
light on memory usage, thread safe, and provide full access to server
40-
side methods.")
37+
"libmemcached-awesome is an open source C/C++ client library and tools
38+
for the memcached server (http://memcached.org/). It has been designed
39+
to be light on memory usage, thread safe, and provide full access to
40+
server side methods.")
4141
if(CMAKE_VERSION VERSION_LESS 3.12)
4242
string(REPLACE ";" "-" CPACK_PACKAGE_DIRECTORY "${PROJECT_CONFIG}")
4343
else()

README.md

+10-14
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# libmemcached
1+
# libmemcached-awesome
22

33
[![License Badge]](https://opensource.org/licenses/BSD-3-Clause)
44

55
[License Badge]: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg "BSD 3-Clause"
66

7-
libmemcached is an open source C/C++ client library and tools for the
8-
memcached server (http://memcached.org/). It has been designed to be
9-
light on memory usage, thread safe, and provide full access to server
10-
side methods.
7+
libmemcached-awesome is an open source C/C++ client library and tools
8+
for the memcached server (http://memcached.org/). It has been designed
9+
to be light on memory usage, thread safe, and provide full access to
10+
server side methods.
1111

1212
> **NOTE:**
1313
> This is a resurrection of the original work from Brian Aker at
@@ -32,7 +32,7 @@ which automate pushing updated documentation to github pages.
3232

3333
## Installing
3434

35-
libmemcached uses `CMake`.
35+
libmemcached-awesome uses `CMake`.
3636
Please see/edit [`CMakeConfig.txt`](./CMakeConfig.txt) or use `ccmake(1)` or
3737
`cmake-gui(1)` to set any preferred options.
3838

@@ -66,12 +66,6 @@ https://artifacts.m6w6.name/libmemcached/ and rsync://m6w6.name::artifacts/libme
6666

6767
## Testing
6868

69-
[![Codecov Badge]](https://codecov.io/gh/awesomized/libmemcached)
70-
71-
[Codecov Badge]:
72-
https://codecov.io/gh/awesomized/libmemcached/branch/v1.x/graph/badge.svg
73-
"Code coverage"
74-
7569
Enable the `BUILD_TESTING` setting for a build and run `make test`.
7670

7771
cmake -DBUILD_TESTING=ON ../libmemcached
@@ -100,7 +94,8 @@ CI/Testing is performed on the following system matrix:
10094
| Windows | MSVC 16, MinGW | amd64 | no sasl, no tests |
10195
| Solaris | SunPro 12.5 | amd64 | no sasl, no tests, manually|
10296

103-
libmemcached has been tested against [memcached](https://github.com/memcached/memcached) v1.5 and v1.6.
97+
libmemcached-awesome has been tested against [memcached](https://github.
98+
com/memcached/memcached) v1.5 and v1.6.
10499

105100
## ChangeLog
106101

@@ -109,7 +104,8 @@ or the bundled [ChangeLog](./ChangeLog-1.1.md) for a comprehensive list of chang
109104

110105
## License
111106

112-
libmemcached is licensed under the 3-Clause-BSD license, which can be
107+
libmemcached-awesome is licensed under the 3-Clause-BSD license, which
108+
can be
113109
found in the accompanying [LICENSE](./LICENSE) file.
114110

115111
## Contributing

docs/conf.py.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pygments_style = 'sphinx'
2020
primary_domain = 'cpp'
2121
default_role = 'any'
2222

23-
project = u'libmemcached'
23+
project = u'libmemcached-awesome'
2424
version = '@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@'
2525
release = '@PROJECT_VERSION@'
2626

docs/source/copyright.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Copyright
33

44
* | 2006-2014 Brian Aker, DataDifferential
55
| https://datadifferential.com/
6-
* | 2020 Michael Wallner, SmugMug Inc
7-
| https://smugmug.com/
6+
* | 2020-2021 Michael Wallner, Awesome Inc
7+
| https://awesome.co/
88
99
All rights reserved.
1010

docs/source/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
libmemcached Manual
2-
===================
1+
libmemcached-awesome Manual
2+
===========================
33

4-
`libmemcached` is an open source C/C++ client library and tools for the
4+
`libmemcached-awesome` is an open source C/C++ client library and tools for the
55
memcached server (http://memcached.org/). It has been designed to be light on
66
memory usage, thread safe, and provide full access to server side methods.
77

0 commit comments

Comments
 (0)