- update to 1.324

- update pkg-descr

PR:		ports/161313
Submitted by:	Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
Approved by:	sahil (mentor)
This commit is contained in:
Eitan Adler 2011-10-10 17:37:20 +00:00
parent 6d6e6a59bc
commit c577ba5fa9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283341
4 changed files with 6 additions and 4 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= dalmp PORTNAME= dalmp
PORTVERSION= 1.321 PORTVERSION= 1.324
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE MASTER_SITES= GOOGLE_CODE

View file

@ -1,2 +1,2 @@
SHA256 (dalmp-1.321.tar.bz2) = 91f8bb72bce53db306d8094a70ff2e469e8748774725b50070677ece4b4995cf SHA256 (dalmp-1.324.tar.bz2) = 2afad118f8b664de5db80f2b5e7f04ec6c0066f45d0b0f56342b9a40cf03fa49
SIZE (dalmp-1.321.tar.bz2) = 18547 SIZE (dalmp-1.324.tar.bz2) = 19550

View file

@ -14,6 +14,7 @@ Details:
Store sessions on database(mysql/sqlite) 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. Easy to use/install/adapt DALMP is just a single file.
Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT). Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
sql queue. SQL queues.
support connections via unix sockets.
WWW: http://code.google.com/p/dalmp WWW: http://code.google.com/p/dalmp

View file

@ -11,6 +11,7 @@
%%DATADIR%%/examples/queueURL.php %%DATADIR%%/examples/queueURL.php
%%DATADIR%%/examples/sessions.php %%DATADIR%%/examples/sessions.php
%%DATADIR%%/examples/sqliteSessions.php %%DATADIR%%/examples/sqliteSessions.php
%%DATADIR%%/examples/start.php
%%DATADIR%%/examples/transactions.php %%DATADIR%%/examples/transactions.php
%%DATADIR%%/mplt.php %%DATADIR%%/mplt.php
@dirrm %%DATADIR%%/examples @dirrm %%DATADIR%%/examples