View | Details | Raw Unified | Return to bug 160622
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.315
9
PORTVERSION=	0.9.319
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.315.tar.bz2) = 9fb1258464a05d010898e73fd4fd453d7b74a7724939056e874595a683b2f198
1
SHA256 (dalmp-0.9.319.tar.bz2) = a801a7f42b0fae24f1f8d5a63274121e8d909cb22704d3a80b5e5ee784e85503
2
SIZE (dalmp-0.9.315.tar.bz2) = 17965
2
SIZE (dalmp-0.9.319.tar.bz2) = 18634
(-)dalmp/pkg-descr (-1 / +1 lines)
Lines 8-14 Link Here
8
 apc support.
8
 apc support.
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
 Disk cache support.
10
 Disk cache support.
11
 Prepared statements ready.
11
 Prepared statements ready, support dynamic building queries.
12
 Secure connections with SSL.
12
 Secure connections with SSL.
13
 Ability to use different cache types at the same time.
13
 Ability to use different cache types at the same time.
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.
(-)dalmp/pkg-plist (+1 lines)
Lines 5-10 Link Here
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/curl.php
8
%%DATADIR%%/examples/preparedStatements.php
8
%%DATADIR%%/examples/query_Execute.php
9
%%DATADIR%%/examples/query_Execute.php
9
%%DATADIR%%/examples/queue.php
10
%%DATADIR%%/examples/queue.php
10
%%DATADIR%%/examples/queueURL.php
11
%%DATADIR%%/examples/queueURL.php

Return to bug 160622