Date: Fri, 8 Aug 2014 15:33:04 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364367 - in head/www: . dddbl Message-ID: <53e4edb1.2776.412dd9c3@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Fri Aug 8 15:33:03 2014 New Revision: 364367 URL: http://svnweb.freebsd.org/changeset/ports/364367 QAT: https://qat.redports.org/buildarchive/r364367/ Log: Add new port www/dddbl PR: 190575 Submitted by: Torsten Zuehlsdorff ================================================================ DDDBL is a Definition Driven DataBase Layer written in PHP. It uses PDO to support the work on all supported database systems and eases the handling of the query-results. Added: head/www/dddbl/ head/www/dddbl/Makefile (contents, props changed) head/www/dddbl/distinfo (contents, props changed) head/www/dddbl/pkg-descr (contents, props changed) head/www/dddbl/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Fri Aug 8 15:16:04 2014 (r364366) +++ head/www/Makefile Fri Aug 8 15:33:03 2014 (r364367) @@ -117,6 +117,7 @@ SUBDIR += dansguardian SUBDIR += dansguardian-devel SUBDIR += davical + SUBDIR += dddbl SUBDIR += decss SUBDIR += deforaos-surfer SUBDIR += demoroniser Added: head/www/dddbl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/dddbl/Makefile Fri Aug 8 15:33:03 2014 (r364367) @@ -0,0 +1,26 @@ +# Created by: Torsten Zühlsdorff <ports@toco-domains.de> +# $FreeBSD$ + +PORTNAME= dddbl +PORTVERSION= 2.0.1 +CATEGORIES= www +MASTER_SITES= http://www.dddbl.de/dddbl-versions/ + +MAINTAINER= ports@toco-domains.de +COMMENT= Definition Driven Database Layer for PHP + +USES= tar:bzip2 + +.include <bsd.port.options.mk> + +NO_BUILD= yes + +USE_PHP= yes + +WRKSRC= ${WRKDIR}/dddbl2 + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) + +.include <bsd.port.mk> Added: head/www/dddbl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/dddbl/distinfo Fri Aug 8 15:33:03 2014 (r364367) @@ -0,0 +1,2 @@ +SHA256 (dddbl-2.0.1.tar.bz2) = fb6d4e9a3e66d872f07a359b19caa0af610dd41d86c3758fe5568389b245649e +SIZE (dddbl-2.0.1.tar.bz2) = 8236 Added: head/www/dddbl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/dddbl/pkg-descr Fri Aug 8 15:33:03 2014 (r364367) @@ -0,0 +1,5 @@ +DDDBL is a Definition Driven DataBase Layer written in PHP. It uses PDO to +support the work on all supported database systems and eases the handling +of the query-results. + +WWW: http://www.dddbl.de/ Added: head/www/dddbl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/dddbl/pkg-plist Fri Aug 8 15:33:03 2014 (r364367) @@ -0,0 +1,16 @@ +%%DATADIR%%/config.inc.php +%%DATADIR%%/dddbl.php +%%DATADIR%%/handler/register_queue_handler.inc.php +%%DATADIR%%/handler/register_result_handler.inc.php +%%DATADIR%%/inc/DataObject.class.php +%%DATADIR%%/inc/DataObjectPool.class.php +%%DATADIR%%/inc/Queue.class.php +%%DATADIR%%/inc/Singleton.class.php +%%DATADIR%%/inc/database.func.php +%%DATADIR%%/inc/exceptions/QueryException.class.php +%%DATADIR%%/inc/exceptions/UnexpectedParameterTypeException.class.php +@dirrm %%DATADIR%% +@dirrm %%DATADIR%%/handler +@dirrm %%DATADIR%%/inc/ +@dirrm %%DATADIR%%/inc/exceptions +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e4edb1.2776.412dd9c3>