ports/162316: update port databases/dalmp

nbari at dalmp.com nbari at dalmp.com
Sat Nov 5 19:00:27 UTC 2011


>Number:         162316
>Category:       ports
>Synopsis:       update port databases/dalmp
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 05 19:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas de Bari Embriz <nbari at dalmp.com>
>Release:        FreeBSD 9.0-BETA3 amd64
>Organization:
>Environment:


	
>Description:
  update to  version 2
  general perfomance improvements
  removed the singleton pattern 
  DALMP Objects (Sessions/Cache) can be used in a standalone way 
  fixed / cleaned general code

>How-To-Repeat:
	
>Fix:

	

--- dalmp.diff begins here ---
diff -urN dalmp-old/Makefile dalmp/Makefile
--- dalmp-old/Makefile	2011-11-05 18:01:39.975620901 +0000
+++ dalmp/Makefile	2011-11-05 18:02:05.625570048 +0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dalmp
-PORTVERSION=	1.324
+PORTVERSION=	2.0
 CATEGORIES=	databases
 MASTER_SITES=	GOOGLE_CODE
 
diff -urN dalmp-old/distinfo dalmp/distinfo
--- dalmp-old/distinfo	2011-11-05 18:01:39.975620901 +0000
+++ dalmp/distinfo	2011-11-05 18:10:26.185551789 +0000
@@ -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
diff -urN dalmp-old/pkg-descr dalmp/pkg-descr
--- dalmp-old/pkg-descr	2011-11-05 18:01:39.975620901 +0000
+++ dalmp/pkg-descr	2011-11-05 18:04:35.888194327 +0000
@@ -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 @@
  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
diff -urN dalmp-old/pkg-plist dalmp/pkg-plist
--- dalmp-old/pkg-plist	2011-11-05 18:01:39.975620901 +0000
+++ dalmp/pkg-plist	2011-11-05 18:12:12.892651957 +0000
@@ -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
+ at dirrm %%DATADIR%%/classes/DALMP
+ at dirrm %%DATADIR%%/classes
 @dirrm %%DATADIR%%/examples
 @dirrm %%DATADIR%%
--- dalmp.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list