diff options
-rw-r--r-- | databases/dalmp/Makefile | 2 | ||||
-rw-r--r-- | databases/dalmp/distinfo | 4 | ||||
-rw-r--r-- | databases/dalmp/pkg-descr | 3 | ||||
-rw-r--r-- | databases/dalmp/pkg-plist | 2 |
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 |