aboutsummaryrefslogtreecommitdiff
path: root/databases/dalmp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-03-14 16:09:18 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-03-14 16:09:18 +0000
commit2feaea483b4c4f88529ed4ecca4eb56c6fdddfe0 (patch)
tree5f9be07c27a34849f6fc5600448a4797cefe97bb /databases/dalmp
parentcd1187a79555f10084f46df7e7ff7a851e583571 (diff)
downloadports-2feaea483b4c4f88529ed4ecca4eb56c6fdddfe0.tar.gz
ports-2feaea483b4c4f88529ed4ecca4eb56c6fdddfe0.zip
- Update to 0.9.302
PR: 155088 Submitted by: Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
Notes
Notes: svn path=/head/; revision=270888
Diffstat (limited to 'databases/dalmp')
-rw-r--r--databases/dalmp/Makefile2
-rw-r--r--databases/dalmp/distinfo4
-rw-r--r--databases/dalmp/pkg-descr3
-rw-r--r--databases/dalmp/pkg-plist2
4 files changed, 7 insertions, 4 deletions
diff --git a/databases/dalmp/Makefile b/databases/dalmp/Makefile
index 7857154e9ded..da07aeb139ef 100644
--- a/databases/dalmp/Makefile
+++ b/databases/dalmp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dalmp
-PORTVERSION= 0.9.287
+PORTVERSION= 0.9.297
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
diff --git a/databases/dalmp/distinfo b/databases/dalmp/distinfo
index fa0aed6ccbc9..77f43eb463b2 100644
--- a/databases/dalmp/distinfo
+++ b/databases/dalmp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dalmp-0.9.287.tar.bz2) = 6b81c122683b5d0bc3a3a7817f396f84f74173888306d60a8138bbdde2eb1e84
-SIZE (dalmp-0.9.287.tar.bz2) = 16651
+SHA256 (dalmp-0.9.297.tar.bz2) = 9b07db4cdd601792329b3728df14b175d2f743fb8d4ddc3c65fc8e9ce25a1baf
+SIZE (dalmp-0.9.297.tar.bz2) = 17411
diff --git a/databases/dalmp/pkg-descr b/databases/dalmp/pkg-descr
index 73f0de2e4da5..51e7a37efad4 100644
--- a/databases/dalmp/pkg-descr
+++ b/databases/dalmp/pkg-descr
@@ -6,10 +6,11 @@ Details:
redis support.
memcache support.
apc support.
+ Group caching, cache by groups and flush by groups or individual keys.
Disck cache support.
Prepared statements ready.
Ability to use different cache types at the same time.
- Simple store of session on database or a cache like redis/memcache/apc.
+ Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc.
Easy to use/install/adapt DALMP is just a single file.
Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
sql queue.
diff --git a/databases/dalmp/pkg-plist b/databases/dalmp/pkg-plist
index ae54bd186265..e28b213384a0 100644
--- a/databases/dalmp/pkg-plist
+++ b/databases/dalmp/pkg-plist
@@ -4,9 +4,11 @@
%%DATADIR%%/examples/REF.php
%%DATADIR%%/examples/cache.php
%%DATADIR%%/examples/cache-group.php
+%%DATADIR%%/examples/curl.php
%%DATADIR%%/examples/query_Execute.php
%%DATADIR%%/examples/queue.php
%%DATADIR%%/examples/sessions.php
+%%DATADIR%%/examples/sqliteSessions.php
%%DATADIR%%/examples/transactions.php
%%DATADIR%%/mplt.php
@dirrm %%DATADIR%%/examples