Add memcached 1.1.10,
high-performance, distributed memory object caching system.
This commit is contained in:
parent
d940a6aeb1
commit
6a92e16fa9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98563
@ -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
33
net/memcached/Makefile
Normal 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
1
net/memcached/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (memcached-1.1.10.tar.gz) = 44dff278da83225a092a3ff70602bcbc
|
8
net/memcached/pkg-descr
Normal file
8
net/memcached/pkg-descr
Normal 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
4
net/memcached/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/memcached
|
||||
%%PORTDOCS%%%%DOCSDIR%%/memory_management.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/protocol.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user