mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Update to 2.0
PR: 162317 Submitted by: Nicolas de Bari <nbari@dalmp.com> (maintainer)
This commit is contained in:
parent
e0da916aa3
commit
7d0da3c0f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285181
4 changed files with 18 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= dalmp
|
||||
PORTVERSION= 1.324
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dalmp-1.324.tar.bz2) = 2afad118f8b664de5db80f2b5e7f04ec6c0066f45d0b0f56342b9a40cf03fa49
|
||||
SIZE (dalmp-1.324.tar.bz2) = 19550
|
||||
SHA256 (dalmp-2.0.tar.bz2) = 0fa6ffe5086ed18b42d2512abbd2b6500472f13efebf733d4b20c3b727e9e36d
|
||||
SIZE (dalmp-2.0.tar.bz2) = 115520
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
DALMP - Database Abstraction Layer for MySQL using PHP
|
||||
|
||||
%0 fat, extremely easy to use, define some constants and you are ready to go.
|
||||
%0 fat, extremely easy to use, only connect to database when needed.
|
||||
|
||||
Details:
|
||||
redis support.
|
||||
|
@ -15,6 +15,7 @@ Details:
|
|||
Easy to use/install/adapt DALMP is just a single file.
|
||||
Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
|
||||
SQL queues.
|
||||
support connections via unix sockets.
|
||||
Export to CVS.
|
||||
Support connections via unix sockets.
|
||||
|
||||
WWW: http://code.google.com/p/dalmp
|
||||
WWW: https://github.com/nbari/DALMP
|
||||
|
|
|
@ -1,18 +1,27 @@
|
|||
%%DATADIR%%/LICENSE.txt
|
||||
%%DATADIR%%/dalmp.php
|
||||
%%DATADIR%%/classes/DALMP.php
|
||||
%%DATADIR%%/classes/DALMP/Cache.php
|
||||
%%DATADIR%%/classes/DALMP/Loader.php
|
||||
%%DATADIR%%/classes/DALMP/Logger.php
|
||||
%%DATADIR%%/classes/DALMP/Sessions.php
|
||||
%%DATADIR%%/examples/2databases.php
|
||||
%%DATADIR%%/examples/REF.php
|
||||
%%DATADIR%%/examples/cache.php
|
||||
%%DATADIR%%/examples/cache-group.php
|
||||
%%DATADIR%%/examples/cache.php
|
||||
%%DATADIR%%/examples/csv.php
|
||||
%%DATADIR%%/examples/curl.php
|
||||
%%DATADIR%%/examples/preparedStatements.php
|
||||
%%DATADIR%%/examples/query_Execute.php
|
||||
%%DATADIR%%/examples/queue.php
|
||||
%%DATADIR%%/examples/queueURL.php
|
||||
%%DATADIR%%/examples/sessions.php
|
||||
%%DATADIR%%/examples/sqlite-encryption.php
|
||||
%%DATADIR%%/examples/sqliteSessions.php
|
||||
%%DATADIR%%/examples/start.php
|
||||
%%DATADIR%%/examples/transactions.php
|
||||
%%DATADIR%%/examples/world.sql.gz
|
||||
%%DATADIR%%/mplt.php
|
||||
@dirrm %%DATADIR%%/classes/DALMP
|
||||
@dirrm %%DATADIR%%/classes
|
||||
@dirrm %%DATADIR%%/examples
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue