1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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.
This commit is contained in:
John Marino 2014-08-08 15:33:03 +00:00
parent 618fe421a6
commit 68d029b065
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364367
5 changed files with 50 additions and 0 deletions

View File

@ -117,6 +117,7 @@
SUBDIR += dansguardian
SUBDIR += dansguardian-devel
SUBDIR += davical
SUBDIR += dddbl
SUBDIR += decss
SUBDIR += deforaos-surfer
SUBDIR += demoroniser

26
www/dddbl/Makefile Normal file
View File

@ -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>

2
www/dddbl/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (dddbl-2.0.1.tar.bz2) = fb6d4e9a3e66d872f07a359b19caa0af610dd41d86c3758fe5568389b245649e
SIZE (dddbl-2.0.1.tar.bz2) = 8236

5
www/dddbl/pkg-descr Normal file
View File

@ -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/

16
www/dddbl/pkg-plist Normal file
View File

@ -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