Commit graph

29 commits

Author SHA1 Message Date
Steve Wills
7f2b17d1be - Update to 1.4.13 2012-02-08 02:02:30 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Steve Wills
b7f41edd35 - Update to 1.4.9
- Remove repcached patch and support
- Fix rc script for startup case [1]

PR:		ports/161802 [1]
Submitted by:	"Oleg A. Mamontov" <oleg@mamontov.net> [1]
2011-10-19 14:21:52 +00:00
Steve Wills
e238d2d239 - Fix issue with RC script [1]
- Fix build with SASL support enabled [2]

PR:		ports/161109
Reported by:	Vedad KAJTAZ <vedad@kajtaz.net> [1]
Reported by:	Ben Tung <benpptung@tacol.biz> [2]
Submitted by:	dougb [1]
2011-10-04 13:43:37 +00:00
Steve Wills
b22b80b1b4 - Fix rc.d script for databases/memcached
PR:		ports/161109
Submitted by:	dougb
2011-09-30 13:52:30 +00:00
Steve Wills
7e917981e2 - rc script cleanups
PR:		ports/158985
Submitted by:	swills (me)
Approved by:	maintainer timeout (mnag)
2011-08-14 00:44:33 +00:00
Steve Wills
6fd13bd1b9 - add profiles support to init script
PR:		ports/155533
Submitted by:	swills
Approved by:	maintainer timeout (mnag)
2011-07-01 22:33:09 +00:00
Marcus Alves Grando
d674ccf6aa - Update repcached
- Minor port changes

PR:		152574
Submitted by:	Maxim Dounin <mdounin___mdounin.ru>
2010-12-05 13:26:51 +00:00
Marcus Alves Grando
e267045171 - Update to 1.4.5
PR:		148934
Submitted by:	Martin Matuska <mm___FreeBSD.org>
2010-08-01 05:27:27 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Xin LI
5b23b0e92d - Update to 1.4.4.
- Add an option to build with SASL support.
 - Unbreak on 8.x. [1]

Bugs are mine.

PR:		ports/141857 [1]
Submitted by:	amdmi3 [1]
Ok'ed by:	mnag
2009-12-22 01:27:45 +00:00
Marcus Alves Grando
990efb86f4 - Forget this one in last commit. 2009-10-11 02:27:05 +00:00
Sergey Skvortsov
b0b4c66baf Fix "patch" target: replace files/patch-configure with inline patch,
because "patch-configure" conflicts with repcached-2.2-1.2.8.patch
2009-07-14 17:23:30 +00:00
Sergey Skvortsov
b98c7a2d22 Update REPCACHED patch: to 1.2.8
PR:		ports/136103
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet xx sunpoet.net>
Approved by:	maintainer timeout
2009-07-14 15:45:51 +00:00
Marcus Alves Grando
55a477d62b - Update to 1.2.8 2009-04-25 18:40:51 +00:00
Marcus Alves Grando
4b61ee2844 - Fix thread support [1]
- Fix repcached on amd64 updating to repcached 2.2 [2]
- Bump PORTREVISION

PR:		129631 [1], 129767 [2]
Submitted by:	Artemiev Igor <ai___kliksys.ru> [1],
		Maxim Dounin <mdounin___mdounin.ru> [2]
2009-01-27 10:23:43 +00:00
Marcus Alves Grando
b70fcd10eb - Update to 1.2.3
PR:		115895
Submitted by:	delphij
2007-09-21 20:20:57 +00:00
Marcus Alves Grando
139b1bbed7 - Update to 1.2.2
Notified by:	Paul Lindner <lindner___inuus.com>
2007-05-25 17:39:36 +00:00
Marcus Alves Grando
83283fa6fe - Update to 1.2.1
- Change rc.d script to allow to run with negative priority. [1]

PR:		108465 [1]
Submitted by:	Anton Yuzhaninov <citrin___rambler-co.ru> [1]
2007-04-06 18:27:29 +00:00
Marcus Alves Grando
5fc2eec8bb - Remove patch-memcached.c to increase performance. Ref: ports/94997
- Bump PORTREVISION
- Take MAINTAINER

PR:	106669
2006-12-13 16:26:54 +00:00
Sergey Skvortsov
86010984da Update to 1.2.0
Changes:	http://code.sixapart.com/svn/memcached/tags/1.2.0/ChangeLog
PR:		ports/103523
Submitted by:	skv
Approved by:	maintainer timeout (68 days)
2006-11-30 13:32:15 +00:00
Sean Chittenden
bafa34008a Apply performance patch to memcached to reduce latency when a response is
being sent over two packets.

http://citrin.ru/stuff/memcached/read.png
http://citrin.ru/stuff/memcached/write.png

Also fix a libevent versioning type-o, I'm not aware of 1.2.1 having been
released.  :)  Bump port version.

PR:		ports/94997
Submitted by:	Anton Yuzhaninov <citrin@rambler-co.ru>
2006-07-03 20:10:58 +00:00
Sean Chittenden
b271422bf1 Clean up memcached startup script: no functional changes.
PR:		ports/93645
Submitted by:	mnag@
2006-02-21 19:37:31 +00:00
Marcus Alves Grando
3f0525c2b7 - Fix REQUIRED in rc script
- Add option to change startup user in rc script
- Reorganize Makefile and rc script
- Remove pkg-plist and add PLIST_FILES and PORTDOCS
- Bump PORTREVISION

PR:             91931
Submitted by:   mnag
Approved by:    seanc (maintainer timeout 15 days)
2006-02-02 14:30:46 +00:00
Marcus Alves Grando
c83d5a0e86 Mark right dependency (LIB_DEPENDS instead BUILD_DEPENDS)
Bump PORTREVISION
Add secondary master site
Use USE_RC_SUBR=memcached.sh
Add SHA256

PR:		89493
Approved by:	seanc (maintainer timeout, 14 days)
2005-12-09 12:48:40 +00:00
Sergey Matveychuk
6e8a5cf1d4 - Update to 1.1.12
- rcNGfy

Submitted by:	glebius
Approved by:	maintainer timeout (1 month)
2005-07-11 09:01:50 +00:00
Kris Kennaway
709007f64c Update to memcached 1.1.10 from the duplicate net/memcached port. 2004-03-28 04:54:31 +00:00
Sean Chittenden
404af3e9bb Upgrade memcached to 1.1.8
Noticed by: fenner's distfile survey
2003-08-21 18:20:44 +00:00
Sean Chittenden
97f08e64a9 Add memcached: 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.
2003-07-22 06:16:06 +00:00