mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Add a port for libmemcache, a C API for memcached.
This commit is contained in:
parent
10ca01281e
commit
379fb0d74d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122799
5 changed files with 35 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
SUBDIR += libgdamm
|
||||
SUBDIR += libgnomedb
|
||||
SUBDIR += libiodbc
|
||||
SUBDIR += libmemcache
|
||||
SUBDIR += libodbc++
|
||||
SUBDIR += libsdb
|
||||
SUBDIR += libudbc
|
||||
|
|
23
databases/libmemcache/Makefile
Normal file
23
databases/libmemcache/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: libmemcache
|
||||
# Date created: November 29, 2004
|
||||
# Whom: Sean Chittenden <seanc@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libmemcache
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://people.FreeBSD.org/~seanc/ports/libmemcache/
|
||||
|
||||
MAINTAINER= seanc@FreeBSD.org
|
||||
COMMENT= The C library for accessing a memcache cluster
|
||||
|
||||
BUILD_DEPENDS+= pmk:${PORTSDIR}/devel/pmk
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC}; ${LOCALBASE}/bin/pmk
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/libmemcache/distinfo
Normal file
2
databases/libmemcache/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (libmemcache-1.0.tar.bz2) = 9a7ba50d3d1f55f52cb427076713d282
|
||||
SIZE (libmemcache-1.0.tar.bz2) = 17184
|
6
databases/libmemcache/pkg-descr
Normal file
6
databases/libmemcache/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
libmemcache is a high-performance C interface for databases/memcached.
|
||||
memcached is a distributed memory object caching system, generic in
|
||||
nature, but intended for use in speeding up dynamic web applications
|
||||
by alleviating database load.
|
||||
|
||||
WWW: http://people.FreeBSD.org/~seanc/libmemcache/
|
3
databases/libmemcache/pkg-plist
Normal file
3
databases/libmemcache/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
@unexec rm %D/lib/libmemcache.so.1.0 2>/dev/null
|
||||
lib/libmemcache.so
|
||||
lib/libmemcache.a
|
Loading…
Add table
Reference in a new issue