View | Details | Raw Unified | Return to bug 159743
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.313
9
PORTVERSION=	0.9.315
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.313.tar.bz2) = 25d06baa54c3386bd70161a7751ce230e8fe76abf0fa2cb15115dbaadaad9c56
1
SHA256 (dalmp-0.9.315.tar.bz2) = 9fb1258464a05d010898e73fd4fd453d7b74a7724939056e874595a683b2f198
2
SIZE (dalmp-0.9.313.tar.bz2) = 17622
2
SIZE (dalmp-0.9.315.tar.bz2) = 17965
(-)dalmp/pkg-descr (+1 lines)
Lines 9-14 Link Here
9
 Group caching, cache by groups and flush by groups or individual keys.
9
 Group caching, cache by groups and flush by groups or individual keys.
10
 Disck cache support.
10
 Disck cache support.
11
 Prepared statements ready.
11
 Prepared statements ready.
12
 Secure connections with SSL.
12
 Ability to use different cache types at the same time.
13
 Ability to use different cache types at the same time.
13
 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.
14
 Easy to use/install/adapt DALMP is just a single file.
15
 Easy to use/install/adapt DALMP is just a single file.
(-)dalmp/pkg-plist (+1 lines)
Lines 7-12 Link Here
7
%%DATADIR%%/examples/curl.php
7
%%DATADIR%%/examples/curl.php
8
%%DATADIR%%/examples/query_Execute.php
8
%%DATADIR%%/examples/query_Execute.php
9
%%DATADIR%%/examples/queue.php
9
%%DATADIR%%/examples/queue.php
10
%%DATADIR%%/examples/queueURL.php
10
%%DATADIR%%/examples/sessions.php
11
%%DATADIR%%/examples/sessions.php
11
%%DATADIR%%/examples/sqliteSessions.php
12
%%DATADIR%%/examples/sqliteSessions.php
12
%%DATADIR%%/examples/transactions.php
13
%%DATADIR%%/examples/transactions.php

Return to bug 159743