mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
twemproxy, aka nutcracker is a fast and lightweight proxy for memcached and
redis protocol. It was primarily built to reduce the connection count on the backend caching serve WWW: https://github.com/twitter/twemproxy
This commit is contained in:
parent
732b8be525
commit
d2391216d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353882
@ -897,6 +897,7 @@
|
||||
SUBDIR += tokyotyrant
|
||||
SUBDIR += tora
|
||||
SUBDIR += tuning-primer
|
||||
SUBDIR += twemproxy
|
||||
SUBDIR += unixODBC
|
||||
SUBDIR += useracc
|
||||
SUBDIR += usogres
|
||||
|
26
databases/twemproxy/Makefile
Normal file
26
databases/twemproxy/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= twemproxy
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
DISTNAME= nutcracker-${PORTVERSION}
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= Fast, light-weight proxy for memcached and redis
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
PLIST_FILES= sbin/nutcracker \
|
||||
man/man8/nutcracker.8.gz \
|
||||
etc/nutcracker.yml.sample
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/nutcracker ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/man/nutcracker.8 ${STAGEDIR}${MANPREFIX}/man/man8/
|
||||
${INSTALL_DATA} ${WRKSRC}/conf/nutcracker.yml ${STAGEDIR}${PREFIX}/etc/nutcracker.yml.sample
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/twemproxy/distinfo
Normal file
2
databases/twemproxy/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (nutcracker-0.3.0.tar.gz) = e9993d6827b2e93ee2b865e827acbf9efadbbfc81ccd9103a85948ee2580942a
|
||||
SIZE (nutcracker-0.3.0.tar.gz) = 1825106
|
5
databases/twemproxy/pkg-descr
Normal file
5
databases/twemproxy/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
twemproxy, aka nutcracker is a fast and lightweight proxy for memcached and
|
||||
redis protocol. It was primarily built to reduce the connection count on the
|
||||
backend caching serve
|
||||
|
||||
WWW: https://github.com/twitter/twemproxy
|
Loading…
Reference in New Issue
Block a user