1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add memcached 1.1.10,

high-performance, distributed memory object
caching system.
This commit is contained in:
Sergey Skvortsov 2004-01-19 14:38:32 +00:00
parent d940a6aeb1
commit 6a92e16fa9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98563
5 changed files with 47 additions and 0 deletions

View File

@ -342,6 +342,7 @@
SUBDIR += magictun
SUBDIR += mars_nwe
SUBDIR += mbrowse
SUBDIR += memcached
SUBDIR += merlinmon
SUBDIR += micq
SUBDIR += mldonkey

33
net/memcached/Makefile Normal file
View File

@ -0,0 +1,33 @@
# New ports collection makefile for: memcached
# Date created: 11 November 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= memcached
PORTVERSION= 1.1.10
CATEGORIES= net
MASTER_SITES= http://www.danga.com/memcached/dist/
MAINTAINER= skv@FreeBSD.org
COMMENT= High-performance, distributed memory object caching system
BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-libevent=${LOCALBASE} --program-prefix=
MAN1= memcached.1
DOCS_LIST= memory_management.txt protocol.txt
post-install:
${INSTALL_MAN} ${MAN1:S!^!${WRKSRC}/doc/!} ${MAN1PREFIX}/man/man1
.ifndef(NOPORTDOCS)
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${DOCS_LIST:S!^!${WRKSRC}/doc/!} ${DOCSDIR}
.endif
.include <bsd.port.mk>

1
net/memcached/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (memcached-1.1.10.tar.gz) = 44dff278da83225a092a3ff70602bcbc

8
net/memcached/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
memcached is a high-performance, distributed memory object caching
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.
WWW: http://www.danga.com/memcached/
-- Sergey Skvortsov
skv@FreeBSD.org

4
net/memcached/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/memcached
%%PORTDOCS%%%%DOCSDIR%%/memory_management.txt
%%PORTDOCS%%%%DOCSDIR%%/protocol.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%