View | Details | Raw Unified | Return to bug 161313
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=	1.321
9
PORTVERSION=	1.324
10
CATEGORIES=	databases
10
CATEGORIES=	databases
11
MASTER_SITES=	GOOGLE_CODE
11
MASTER_SITES=	GOOGLE_CODE
12
12
(-)dalmp/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dalmp-1.321.tar.bz2) = 91f8bb72bce53db306d8094a70ff2e469e8748774725b50070677ece4b4995cf
1
SHA256 (dalmp-1.324.tar.bz2) = 2afad118f8b664de5db80f2b5e7f04ec6c0066f45d0b0f56342b9a40cf03fa49
2
SIZE (dalmp-1.321.tar.bz2) = 18547
2
SIZE (dalmp-1.324.tar.bz2) = 19550
(-)dalmp/pkg-descr (-1 / +2 lines)
Lines 14-19 Link Here
14
 Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc.
14
 Store sessions on database(mysql/sqlite) or a cache like redis/memcache/apc.
15
 Easy to use/install/adapt DALMP is just a single file.
15
 Easy to use/install/adapt DALMP is just a single file.
16
 Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
16
 Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
17
 sql queue.
17
 SQL queues.
18
 support connections via unix sockets.
18
19
19
WWW: http://code.google.com/p/dalmp
20
WWW: http://code.google.com/p/dalmp
(-)dalmp/pkg-plist (+1 lines)
Lines 11-16 Link Here
11
%%DATADIR%%/examples/queueURL.php
11
%%DATADIR%%/examples/queueURL.php
12
%%DATADIR%%/examples/sessions.php
12
%%DATADIR%%/examples/sessions.php
13
%%DATADIR%%/examples/sqliteSessions.php
13
%%DATADIR%%/examples/sqliteSessions.php
14
%%DATADIR%%/examples/start.php
14
%%DATADIR%%/examples/transactions.php
15
%%DATADIR%%/examples/transactions.php
15
%%DATADIR%%/mplt.php
16
%%DATADIR%%/mplt.php
16
@dirrm %%DATADIR%%/examples
17
@dirrm %%DATADIR%%/examples

Return to bug 161313