mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
[NEW PORT] dalmp
Data Abstraction Layer for MySQL using PHP PR: ports/151988 Submitted by: Nicolas de Bari Embriz <nbari@dalmp.com>
This commit is contained in:
parent
68dd236cc9
commit
8f1a424a89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267336
@ -29,6 +29,7 @@
|
||||
SUBDIR += courier-authlib-userdb
|
||||
SUBDIR += courier-authlib-usergdbm
|
||||
SUBDIR += cyrus-imspd
|
||||
SUBDIR += dalmp
|
||||
SUBDIR += db
|
||||
SUBDIR += db2
|
||||
SUBDIR += db3
|
||||
|
30
databases/dalmp/Makefile
Normal file
30
databases/dalmp/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: dalmp
|
||||
# Date created: 06 Nov 2010
|
||||
# Whom: Nicolas de Bari Embriz <nbari@dalmp.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dalmp
|
||||
PORTVERSION= 0.9.230
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
DISTNAME= dalmp
|
||||
|
||||
MAINTAINER= nbari@dalmp.com
|
||||
COMMENT= Database Abstraction Layer for MySQL using PHP
|
||||
|
||||
USE_BZIP2= YES
|
||||
LICENSE= BSD
|
||||
|
||||
DEFAULT_PHP_VER=5
|
||||
IGNORE_WITH_PHP=4
|
||||
|
||||
NO_BUILD= YES
|
||||
USE_PHP= pcre mysql mysqli session memcache sqlite curl
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
@${CP} -R ${WRKSRC}/ ${DATADIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/dalmp/distinfo
Normal file
2
databases/dalmp/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (dalmp.tar.bz2) = f432360181830f3d3b166e975dfb2904033676af2d7f3ac7b27a71d9027e2050
|
||||
SIZE (dalmp.tar.bz2) = 15666
|
17
databases/dalmp/pkg-descr
Normal file
17
databases/dalmp/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
DALMP - Database Abstraction Layer for MySQL using PHP
|
||||
|
||||
%0 fat, extremely easy to use, define some constants and you are ready to go.
|
||||
|
||||
Details:
|
||||
redis support.
|
||||
memcache support.
|
||||
apc support.
|
||||
Disck cache support.
|
||||
Prepared statements ready.
|
||||
Ability to use different cache types at the same time.
|
||||
Simple store of session on database or a cache like redis/memcache/apc.
|
||||
Easy to use/install/adapt DALMP is just a single file.
|
||||
Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT).
|
||||
sql queue.
|
||||
|
||||
WWW: http://code.google.com/p/dalmp
|
12
databases/dalmp/pkg-plist
Normal file
12
databases/dalmp/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
%%DATADIR%%/LICENSE.txt
|
||||
%%DATADIR%%/dalmp.php
|
||||
%%DATADIR%%/examples/2databases.php
|
||||
%%DATADIR%%/examples/REF.php
|
||||
%%DATADIR%%/examples/cache.php
|
||||
%%DATADIR%%/examples/query_Execute.php
|
||||
%%DATADIR%%/examples/queue.php
|
||||
%%DATADIR%%/examples/sessions.php
|
||||
%%DATADIR%%/examples/transactions.php
|
||||
%%DATADIR%%/mplt.php
|
||||
@dirrm %%DATADIR%%/examples
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user