ports/154439: update port databases/dalmp

nbari at dalmp.com nbari at dalmp.com
Tue Feb 1 15:20:05 UTC 2011


>Number:         154439
>Category:       ports
>Synopsis:       update port databases/dalmp
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 01 15:20:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas de Bari Embriz <nbari at dalmp.com>
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:


	
>Description:
-cleaned code trying to remove some overhead with memcache/redis, also fixed issues with debugger

-fixed CacheFlush  so it can work with cache groups

-fixed Cache method for accepting both key or group, so that a user can cache by group and also delete just a item of a group usin
g the key
-users can chose to store session in group or not when caching, arguments: bool,
cache type, 'group:name', connection name, example: SessionStart(1, memcache,
'group:sessions',db1);

-improvement to methods set/get/delete so user can chose the cache type, example

set('redis',foo,bar,300)
get('redis',foo)
delete('redis',foo)

>How-To-Repeat:
	
>Fix:

	

--- dalmp.diff begins here ---
diff -urN dalmp-old/Makefile dalmp/Makefile
--- dalmp-old/Makefile	2011-02-01 15:12:10.000000000 +0100
+++ dalmp/Makefile	2011-02-01 15:12:30.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dalmp
-PORTVERSION=	0.9.252
+PORTVERSION=	0.9.287
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
diff -urN dalmp-old/distinfo dalmp/distinfo
--- dalmp-old/distinfo	2011-02-01 15:12:10.000000000 +0100
+++ dalmp/distinfo	2011-02-01 16:04:48.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (dalmp-0.9.252.tar.bz2) = 73e59bd7937b0152e4669905598582c4027262ca330d9427b399306a96f97246
-SIZE (dalmp-0.9.252.tar.bz2) = 15400
+SHA256 (dalmp-0.9.287.tar.bz2) = 6b81c122683b5d0bc3a3a7817f396f84f74173888306d60a8138bbdde2eb1e84
+SIZE (dalmp-0.9.287.tar.bz2) = 16651
diff -urN dalmp-old/pkg-plist dalmp/pkg-plist
--- dalmp-old/pkg-plist	2011-02-01 15:12:10.000000000 +0100
+++ dalmp/pkg-plist	2011-02-01 15:13:19.000000000 +0100
@@ -3,6 +3,7 @@
 %%DATADIR%%/examples/2databases.php
 %%DATADIR%%/examples/REF.php
 %%DATADIR%%/examples/cache.php
+%%DATADIR%%/examples/cache-group.php
 %%DATADIR%%/examples/query_Execute.php
 %%DATADIR%%/examples/queue.php
 %%DATADIR%%/examples/sessions.php
--- dalmp.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list