FreeBSD Bugzilla – Attachment 112057 Details for
Bug 153422
[NEW PORT] databases/memcacheq-0.2.0: Simple queue service over memcache
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.12 KB, created by
Mikhail T.
on 2010-12-24 10:40:09 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Mikhail T.
Created:
2010-12-24 10:40:09 UTC
Size:
3.12 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># . ># ./pkg-descr ># ./files ># ./files/memcacheq.in ># ./Makefile ># ./distinfo ># >echo c - . >mkdir -p . > /dev/null 2>&1 >echo x - ./pkg-descr >sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' >XMemcacheQ is a Simple Queue Service over Memcache. >X >XFeatures: >X >X * damn simple >X * very fast >X * multiple queue >X * concurrent well >X * memcache protocol compatible >X >XWWW: http://memcachedb.org/memcacheq/ >0e313719ff012ceaf97a028d51caa8f5 >echo c - ./files >mkdir -p ./files > /dev/null 2>&1 >echo x - ./files/memcacheq.in >sed 's/^X//' >./files/memcacheq.in << '56de4895d09fbece95ea43fc64dc608f' >X#!/bin/sh >X# >X# PROVIDE: memcacheq >X# REQUIRE: DAEMON >X# >X# Add the following lines to /etc/rc.conf to run memcacheq: >X# >X# memcacheq_enable (bool): Set it to "YES" to enable memcacheq. >X# Default is "NO". >X# memcacheq_flags (flags): Set extra flags here. >X# Default is empty "". >X# memcacheq_user (user): Set user to run memcacheq. >X# Default is "nobody". >X# >X >X. /etc/rc.subr >X >Xname="memcacheq" >Xrcvar=${name}_enable >X >Xload_rc_config ${name} >X >X: ${memcacheq_enable="NO"} >X: ${memcacheq_user="nobody"} >X: ${memcacheq_pidfile="/var/db/memcacheq/memcacheq.pid"} >X >Xpidfile=${memcacheq_pidfile} >Xcommand=%%PREFIX%%/bin/memcacheq >Xcommand_args="-d -N -H /var/db/memcacheq -R -L 1024 -B 1024 -u ${memcacheq_user} -P ${pidfile}" >X >Xunset memcacheq_user >X >Xrun_rc_command "$1" >56de4895d09fbece95ea43fc64dc608f >echo x - ./Makefile >sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' >X# New ports collection makefile for: databases/memcacheq >X# Date created: 2010-12-23 >X# Whom: Mikhail T. <michael@fun-box.ru> >X >XPORTNAME= memcacheq >XPORTVERSION= 0.2.0 >XCATEGORIES= databases >XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ >X ${MASTER_SITE_GENTOO} >XMASTER_SITE_SUBDIR= distfiles >X >XMAINTAINER= michael@fun-box.ru >XCOMMENT= Simple queue service over Memcache >X >XLIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent >X >XCFLAGS= -I"${BDB_INCLUDE_DIR}" >XLDFLAGS= -l"${BDB_LIB_NAME}" -L"${LOCALBASE}/lib" >XCONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" >X >XUSE_RC_SUBR= memcacheq >XUSE_BDB= 47+ >XGNU_CONFIGURE= YES >XCONFIGURE_ARGS= --with-libevent=${LOCALBASE} --with-bdb=${LOCALBASE} --enable-threads >X >XPLIST_FILES= bin/memcacheq >X >XMCQDIR?= /var/db/memcacheq >X >X.include <bsd.port.pre.mk> >X >Xpost-install: >X.if !defined(NOPORTDOCS) >X @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" >X @${MKDIR} ${DOCSDIR} >X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >X.endif >X ${MKDIR} ${MCQDIR} || ${TRUE} >X ${CHOWN} nobody:nobody ${MCQDIR} >X >X.include <bsd.port.post.mk> >464ef7c6571951809b23e262cbe26e19 >echo x - ./distinfo >sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' >XSHA256 (memcacheq-0.2.0.tar.gz) = b314c46e1fb80d33d185742afe3b9a4fadee5575155cb1a63292ac2f28393046 >XSIZE (memcacheq-0.2.0.tar.gz) = 131519 >aec8793adfd5b7c3f00e62ae41a09ac2 >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 153422
: 112057 |
112058
|
112059
|
112060
|
112061