View | Details | Raw Unified | Return to bug 155088
Collapse All | Expand All

(-)dalmp/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	dalmp
8
PORTNAME=	dalmp
9
PORTVERSION=	0.9.287
9
PORTVERSION=	0.9.302
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
12
(-)dalmp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dalmp-0.9.287.tar.bz2) = 6b81c122683b5d0bc3a3a7817f396f84f74173888306d60a8138bbdde2eb1e84
1
SHA256 (dalmp-0.9.302.tar.bz2) = a9b4d98103d570f490588037b5e350c54ff1cb24c1356a085f94037b2f393cdd
2
SIZE (dalmp-0.9.287.tar.bz2) = 16651
2
SIZE (dalmp-0.9.302.tar.bz2) = 17433
(-)dalmp/pkg-descr (-1 / +2 lines)
Lines 6-15 Link Here
6
 redis support.
6
 redis support.
7
 memcache support.
7
 memcache support.
8
 apc support.
8
 apc support.
9
 Group caching, cache by groups and flush by groups or individual keys.
9
 Disck cache support.
10
 Disck cache support.
10
 Prepared statements ready.
11
 Prepared statements ready.
11
 Ability to use different cache types at the same time.
12
 Ability to use different cache types at the same time.
12
 Simple store of session on database or a cache like redis/memcache/apc.
13
 Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc.
13
 Easy to use/install/adapt DALMP is just a single file.
14
 Easy to use/install/adapt DALMP is just a single file.
14
 Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
15
 Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
15
 sql queue.
16
 sql queue.
(-)dalmp/pkg-plist (+2 lines)
Lines 4-12 Link Here
4
%%DATADIR%%/examples/REF.php
4
%%DATADIR%%/examples/REF.php
5
%%DATADIR%%/examples/cache.php
5
%%DATADIR%%/examples/cache.php
6
%%DATADIR%%/examples/cache-group.php
6
%%DATADIR%%/examples/cache-group.php
7
%%DATADIR%%/examples/curl.php
7
%%DATADIR%%/examples/query_Execute.php
8
%%DATADIR%%/examples/query_Execute.php
8
%%DATADIR%%/examples/queue.php
9
%%DATADIR%%/examples/queue.php
9
%%DATADIR%%/examples/sessions.php
10
%%DATADIR%%/examples/sessions.php
11
%%DATADIR%%/examples/sqliteSessions.php
10
%%DATADIR%%/examples/transactions.php
12
%%DATADIR%%/examples/transactions.php
11
%%DATADIR%%/mplt.php
13
%%DATADIR%%/mplt.php
12
@dirrm %%DATADIR%%/examples
14
@dirrm %%DATADIR%%/examples

Return to bug 155088