Add a port for libmemcache, a C API for memcached.

This commit is contained in:
Sean Chittenden 2004-11-30 09:09:27 +00:00
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

View file

@ -70,6 +70,7 @@
SUBDIR += libgdamm
SUBDIR += libgnomedb
SUBDIR += libiodbc
SUBDIR += libmemcache
SUBDIR += libodbc++
SUBDIR += libsdb
SUBDIR += libudbc

View 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>

View file

@ -0,0 +1,2 @@
MD5 (libmemcache-1.0.tar.bz2) = 9a7ba50d3d1f55f52cb427076713d282
SIZE (libmemcache-1.0.tar.bz2) = 17184

View 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/

View file

@ -0,0 +1,3 @@
@unexec rm %D/lib/libmemcache.so.1.0 2>/dev/null
lib/libmemcache.so
lib/libmemcache.a