Skip site navigation (1)Skip section navigation (2)
Date:      1 Feb 2011 14:53:57 -0000
From:      nbari@dalmp.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/154440: update port databases/dalmp
Message-ID:  <20110201145357.4869.qmail@strategos.stabulum.net>
Resent-Message-ID: <201102011530.p11FU9OC052226@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154440
>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:30:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas de Bari Embriz <nbari@dalmp.com>
>Release:        FreeBSD 8.1-RELEASE-p2 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 using 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)

-added renumber method for helping to renumber tables that the autoincrement field lost continuity, usare renumber('table'), renumber('table','uid') where uid is the autoincrement name of the table
>How-To-Repeat:
	
>Fix:

	

--- dalmp.diff begins here ---
diff -urN dalmp-old/Makefile dalmp/Makefile
--- dalmp-old/Makefile	2011-02-01 09:24:23.508234434 -0500
+++ dalmp/Makefile	2011-02-01 09:24:32.564073777 -0500
@@ -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 09:24:23.508234434 -0500
+++ dalmp/distinfo	2011-02-01 09:25:00.246815185 -0500
@@ -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 09:24:23.508234434 -0500
+++ dalmp/pkg-plist	2011-02-01 09:24:56.835252331 -0500
@@ -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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110201145357.4869.qmail>