Christian Wiese
14 years ago
3 changed files with 82 additions and 0 deletions
@ -0,0 +1,30 @@
|
||||
|
||||
[TIMESTAMP] 1300820065 Tue Mar 22 19:54:25 2011 |
||||
[BUILDTIME] 65 (5) |
||||
[SIZE] 1.51 MB, 188 files |
||||
|
||||
[DEP] autoconf |
||||
[DEP] automake |
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] cyrus-sasl2 |
||||
[DEP] diffutils |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] libevent |
||||
[DEP] linux-header |
||||
[DEP] m4 |
||||
[DEP] make |
||||
[DEP] mktemp |
||||
[DEP] perl |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux-ng |
||||
[DEP] xz |
@ -0,0 +1,19 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../libmemcached/libmemcached.conf |
||||
# Copyright (C) 2011 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
# 'for' loop initial declarations are only allowed in C99 mode |
||||
var_insert CC_WRAPPER_APPEND " " "-std=c99" |
||||
|
||||
# don't bail-out on any warning |
||||
var_append CC_WRAPPER_REMOVE " " "-Werror" |
@ -0,0 +1,33 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../libmemcached/libmemcached.desc |
||||
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] An open source C/C++ client library and tools for the memcached server |
||||
|
||||
[T] libMemcached is an open source C/C++ client library and tools for the |
||||
[T] memcached server. It has been designed to be light on memory usage, thread |
||||
[T] safe, and provide full access to server side methods. |
||||
|
||||
[U] http://libmemcached.org/ |
||||
|
||||
[A] Brian Aker |
||||
[M] The OpenSDE Community <list@opensde.org> |
||||
|
||||
[C] extra/development |
||||
|
||||
[L] BSD |
||||
[S] Stable |
||||
[V] 0.48 |
||||
[P] X -----5---9 145.000 |
||||
|
||||
[D] 780948897 libmemcached-0.48.tar.gz http://launchpad.net/libmemcached/1.0/0.48/+download/ |
Loading…
Reference in new issue