notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
dalmp Database Abstraction Layer for MySQL using PHP
3.1.0 databases on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.1.0Version of this port present on the latest quarterly branch.
Maintainer: nbari@tequila.io search for ports maintained by this maintainer
Port Added: 2011-01-03 20:12:04
Last Update: 2023-04-16 18:09:23
Commit Hash: 0ac3a69
People watching this port, also watch:: nologinmsg, pure-ftpd
License: BSD3CLAUSE
WWW:
https://docs.dalmp.com/
Description:
DALMP - Database Abstraction Layer for MySQL using PHP %0 fat, extremely easy to use. Only connect to database when needed. Details * Dependecy Injector (DI) support, load once, trigger when required. * APC, Disk, Memcache, Redis.io cache support. * Group caching cache by groups and flush by groups or individual keys. * Prepared statements ready, support dynamic building queries, auto detect types (i,d,s,b). * Secure connections with SSL. * SQLite3 Encryption. * Save sessions in database (mysql/sqlite) or a cache like redis/memcache/apc. * Easy to use/install/adapt. * Nested Transactions (SAVEPOINT / ROLLBACK TO SAVEPOINT). * Support connections via unix_sockets. * SQL queues. * Export to CSV. * Trace/measure everything enabling the debugger. * Works out of the box with Cloud databases like Amazon RDS or Google cloud. * Lazy database connection. Connect only when needed. * PSR-0 compliance.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (165 items)
Collapse this list.
  1. /usr/local/share/licenses/dalmp-3.1.0/catalog.mk
  2. /usr/local/share/licenses/dalmp-3.1.0/LICENSE
  3. /usr/local/share/licenses/dalmp-3.1.0/BSD3CLAUSE
  4. share/dalmp/.gitignore
  5. share/dalmp/.travis.yml
  6. share/dalmp/LICENSE.txt
  7. share/dalmp/MPLT.php
  8. share/dalmp/README.md
  9. share/dalmp/bin/.gitignore
  10. share/dalmp/checksums
  11. share/dalmp/composer.json
  12. share/dalmp/composer.lock
  13. share/dalmp/docs/DI.rst
  14. share/dalmp/docs/Download.rst
  15. share/dalmp/docs/Install.rst
  16. share/dalmp/docs/Quickstart.rst
  17. share/dalmp/docs/_templates/page.html
  18. share/dalmp/docs/about.rst
  19. share/dalmp/docs/cache.rst
  20. share/dalmp/docs/cache/APC.rst
  21. share/dalmp/docs/cache/CacheInterface.rst
  22. share/dalmp/docs/cache/disk.rst
  23. share/dalmp/docs/cache/memcache.rst
  24. share/dalmp/docs/cache/redis.rst
  25. share/dalmp/docs/conf.py
  26. share/dalmp/docs/database.rst
  27. share/dalmp/docs/database/AutoExecute.rst
  28. share/dalmp/docs/database/Cache.rst
  29. share/dalmp/docs/database/CacheFlush.rst
  30. share/dalmp/docs/database/Close.rst
  31. share/dalmp/docs/database/CompleteTrans.rst
  32. share/dalmp/docs/database/ErrorMsg.rst
  33. share/dalmp/docs/database/ErrorNum.rst
  34. share/dalmp/docs/database/Execute.rst
  35. share/dalmp/docs/database/FetchMode.rst
  36. share/dalmp/docs/database/Insert_Id.rst
  37. share/dalmp/docs/database/PClose.rst
  38. share/dalmp/docs/database/PExecute.rst
  39. share/dalmp/docs/database/PQuery.rst
  40. share/dalmp/docs/database/Prepare.rst
  41. share/dalmp/docs/database/RollBackTrans.rst
  42. share/dalmp/docs/database/StartTrans.rst
  43. share/dalmp/docs/database/UUID.rst
  44. share/dalmp/docs/database/X.rst
  45. share/dalmp/docs/database/construct.rst
  46. share/dalmp/docs/database/csv.rst
  47. share/dalmp/docs/database/debug.rst
  48. share/dalmp/docs/database/fill.py
  49. share/dalmp/docs/database/forceTruncate.rst
  50. share/dalmp/docs/database/getASSOC.rst
  51. share/dalmp/docs/database/getAll.rst
  52. share/dalmp/docs/database/getClientVersion.rst
  53. share/dalmp/docs/database/getCol.rst
  54. share/dalmp/docs/database/getColumnNames.rst
  55. share/dalmp/docs/database/getNumOfFields.rst
  56. share/dalmp/docs/database/getNumOfRows.rst
  57. share/dalmp/docs/database/getNumOfRowsAffected.rst
  58. share/dalmp/docs/database/getOne.rst
  59. share/dalmp/docs/database/getRow.rst
  60. share/dalmp/docs/database/getServerVersion.rst
  61. share/dalmp/docs/database/isConnected.rst
  62. share/dalmp/docs/database/map.rst
  63. share/dalmp/docs/database/multipleInsert.rst
  64. share/dalmp/docs/database/qstr.rst
  65. share/dalmp/docs/database/query.rst
  66. share/dalmp/docs/database/renumber.rst
  67. share/dalmp/docs/database/useCache.rst
  68. share/dalmp/docs/examples.rst
  69. share/dalmp/docs/examples/basic.rst
  70. share/dalmp/docs/index.rst
  71. share/dalmp/docs/issues.rst
  72. share/dalmp/docs/navicat.jpg
  73. share/dalmp/docs/navicat.rst
  74. share/dalmp/docs/prepared_statements.rst
  75. share/dalmp/docs/queue.rst
  76. share/dalmp/docs/queue/QueueInterface.rst
  77. share/dalmp/docs/queue/SQLite.rst
  78. share/dalmp/docs/sessions.rst
  79. share/dalmp/docs/sessions/Example.rst
  80. share/dalmp/docs/sessions/Files.rst
  81. share/dalmp/docs/sessions/Memcache.rst
  82. share/dalmp/docs/sessions/MySQL.rst
  83. share/dalmp/docs/sessions/Redis.rst
  84. share/dalmp/docs/sessions/SQLite.rst
  85. share/dalmp/docs/sessions/construct.rst
  86. share/dalmp/docs/sessions/delSessionRef.rst
  87. share/dalmp/docs/sessions/getSessionRef.rst
  88. share/dalmp/docs/sessions/getSessionsRefs.rst
  89. share/dalmp/docs/sessions/regenerate_id.rst
  90. share/dalmp/docs/tests.rst
  91. share/dalmp/examples/README.markdown
  92. share/dalmp/examples/all_together/database-cache-sessions.php
  93. share/dalmp/examples/all_together/di.php
  94. share/dalmp/examples/cache/cache-group-DSN.php
  95. share/dalmp/examples/cache/cache-group.php
  96. share/dalmp/examples/cache/cache.php
  97. share/dalmp/examples/cache/cache_disk.php
  98. share/dalmp/examples/cache/cache_memcache.php
  99. share/dalmp/examples/cache/cache_redis.php
  100. share/dalmp/examples/cache/cache_redis2.php
  101. share/dalmp/examples/database/2databases.php
  102. share/dalmp/examples/database/X.php
  103. share/dalmp/examples/database/cleanDB.php
  104. share/dalmp/examples/database/cluster.php
  105. share/dalmp/examples/database/csv.php
  106. share/dalmp/examples/database/iterator.php
  107. share/dalmp/examples/database/locale.php
  108. share/dalmp/examples/database/map.php
  109. share/dalmp/examples/database/multipleinsert.php
  110. share/dalmp/examples/database/preparedStatements.php
  111. share/dalmp/examples/database/query_Execute.php
  112. share/dalmp/examples/database/queue.php
  113. share/dalmp/examples/database/redis.php
  114. share/dalmp/examples/database/select_db.php
  115. share/dalmp/examples/database/start.php
  116. share/dalmp/examples/database/transaction_concurrent_process.php
  117. share/dalmp/examples/database/transactions.php
  118. share/dalmp/examples/queue/queue.php
  119. share/dalmp/examples/sessions/REF.php
  120. share/dalmp/examples/sessions/curl.php
  121. share/dalmp/examples/sessions/sessions-redis.php
  122. share/dalmp/examples/sessions/sessions.php
  123. share/dalmp/examples/sessions/sessions_1.php
  124. share/dalmp/examples/sessions/sqlite-encryption.php
  125. share/dalmp/examples/sessions/sqliteSessions.php
  126. share/dalmp/examples/world.sql.gz
  127. share/dalmp/phpunit.xml.dist
  128. share/dalmp/src/DALMP/Cache.php
  129. share/dalmp/src/DALMP/Cache/APC.php
  130. share/dalmp/src/DALMP/Cache/CacheInterface.php
  131. share/dalmp/src/DALMP/Cache/Disk.php
  132. share/dalmp/src/DALMP/Cache/Memcache.php
  133. share/dalmp/src/DALMP/Cache/Redis.php
  134. share/dalmp/src/DALMP/DI.php
  135. share/dalmp/src/DALMP/Database.php
  136. share/dalmp/src/DALMP/Loader.php
  137. share/dalmp/src/DALMP/Logger.php
  138. share/dalmp/src/DALMP/Queue.php
  139. share/dalmp/src/DALMP/Queue/Gearman.php
  140. share/dalmp/src/DALMP/Queue/QueueInterface.php
  141. share/dalmp/src/DALMP/Queue/SQLite.php
  142. share/dalmp/src/DALMP/Sessions.php
  143. share/dalmp/src/DALMP/Sessions/Files.php
  144. share/dalmp/src/DALMP/Sessions/Memcache.php
  145. share/dalmp/src/DALMP/Sessions/MySQL.php
  146. share/dalmp/src/DALMP/Sessions/Redis.php
  147. share/dalmp/src/DALMP/Sessions/SQLite.php
  148. share/dalmp/src/DALMP/abstractDI.php
  149. share/dalmp/src/dalmp.php
  150. share/dalmp/tests/test_cache_base.php
  151. share/dalmp/tests/test_cache_disk.php
  152. share/dalmp/tests/test_cache_memcache.php
  153. share/dalmp/tests/test_cache_redis.php
  154. share/dalmp/tests/test_dalmp.php
  155. share/dalmp/tests/test_dalmp_cache_base.php
  156. share/dalmp/tests/test_dalmp_cache_disk.php
  157. share/dalmp/tests/test_dalmp_cache_memcache.php
  158. share/dalmp/tests/test_dalmp_cache_redis.php
  159. share/dalmp/tests/test_sessions_base.php
  160. share/dalmp/tests/test_sessions_memcache.php
  161. share/dalmp/tests/test_sessions_mysql.php
  162. share/dalmp/tests/test_sessions_redis.php
  163. @owner
  164. @group
  165. @mode
Collapse this list.
Dependency lines:
  • dalmp>0:databases/dalmp
To install the port:
cd /usr/ports/databases/dalmp/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/dalmp
  • pkg install dalmp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dalmp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1582020196 SHA256 (nbari-DALMP-3.1.0_GH0.tar.gz) = 5dabcd9abb2744cd56e76f688f7a464ee037740d318e08f3c0ff43fef96392cf SIZE (nbari-DALMP-3.1.0_GH0.tar.gz) = 175738

Packages (timestamps in pop-ups are UTC):
dalmp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.1.03.1.03.1.03.1.03.1.0-3.1.0-
FreeBSD:13:quarterly3.1.03.1.03.1.03.1.03.1.03.1.03.1.03.1.0
FreeBSD:14:latest3.1.03.1.03.1.03.1.03.1.03.1.0-3.1.0
FreeBSD:14:quarterly3.1.03.1.0-3.1.03.1.03.1.03.1.03.1.0
FreeBSD:15:latest3.1.03.1.0n/a3.1.0n/a3.1.03.1.03.1.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. php.h : lang/php81
  2. mysqli.so : databases/php81-mysqli
  3. session.so : www/php81-session
  4. memcache.so : databases/pecl-memcache@php81
  5. sqlite3.so : databases/php81-sqlite3
  6. curl.so : ftp/php81-curl
  7. redis.so : databases/pecl-redis@php81
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_dalmp
USES:
php
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/nbari/DALMP/tar.gz/3.1.0?dummy=/
Collapse this list.

Number of commits found: 38

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.0
16 Apr 2023 18:09:23
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3eacommit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
(Only the first 15 lines of the commit message are shown above View all of this commit message)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.1.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.0
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.1.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
3.1.0
25 Feb 2020 02:17:59
Revision:527058Original commit files touched by this commit
rigoletto search for other commits by this committer
databases/dalmp: Update to 3.1.0

PR:		244211
Submitted by:	Nicolas de Bari Embriz <nbari@tequila.io> (maintainer)
Approved by:	tcberner (mentor, implicit)
3.0.3_2
30 Dec 2019 06:40:39
Revision:521467Original commit files touched by this commit
sunpoet search for other commits by this committer
Bump PORTREVISION for dependency change of USE_PHP=memcache in r521466
3.0.3_1
09 Sep 2017 21:29:51
Revision:449512Original commit files touched by this commit
dbaio search for other commits by this committer
Update maintainer email address

databases/dalmp
devel/gitflow

Submitted by:	maintainer, by email
3.0.3_1
01 Dec 2016 10:38:25
Revision:427487Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Pet portlint
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Add NO_ARCH

Approved by:	portmgr blanket
3.0.3_1
08 Mar 2016 13:09:12
Revision:410613Original commit files touched by this commit
mat search for other commits by this committer
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.

Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
3.0.3_1
19 Feb 2016 08:48:06
Revision:409160Original commit files touched by this commit
miwi search for other commits by this committer
- Use mysqli only
3.0.3
07 May 2015 09:55:04
Revision:385606Original commit files touched by this commit
antoine search for other commits by this committer
Update to 3.0.3

PR:		199575
Submitted by:	maintainer
3.0.2
06 May 2015 15:16:54
Revision:385521Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
3.0.2
12 Apr 2015 11:04:23
Revision:383859Original commit files touched by this commit
antoine search for other commits by this committer
Mark a few ports BROKEN: unfetchable
3.0.2
20 Oct 2014 10:41:13
Revision:371255Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
3.0.2
04 Jul 2014 15:23:05
Revision:360633Original commit files touched by this commit
danilo search for other commits by this committer
- Update from 2.1 to 3.0.2
- Use github
- Update pkg-descr

PR:		ports/191551
Submitted by:	nbari@dalmp.com
2.1
04 Apr 2014 07:50:27
Revision:350062Original commit files touched by this commit
ehaupt search for other commits by this committer
- Support staging
- Correct LICENSE definition
- Specify LICENSE_FILE
- Convert USE_BZIP2=yes to USES=tar:bzip2
- Use DEFAULT_VERSIONS instead of DEFAULT_PHP_VER
- Use COPYTREE_SHARE istead of CP
2.1
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
2.1
13 May 2013 15:47:47
Revision:318115Original commit files touched by this commit
miwi search for other commits by this committer
- Remove php4 reference
2.1
22 Jan 2013 14:24:15
Revision:310830Original commit files touched by this commit
culot search for other commits by this committer
- Update to 2.1 [1]
- Trim Makefile's header

PR:		ports/175507 [1]
Submitted by:	Nicolas de Bari Embriz Garcia Rojas <nbari@dalmp.com> (maintainer)
2.0
06 Nov 2011 18:02:15
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 2.0

PR:             162317
Submitted by:   Nicolas de Bari <nbari@dalmp.com> (maintainer)
1.324
10 Oct 2011 17:37:20
Original commit files touched by this commit
eadler search for other commits by this committer
- update to 1.324
- update pkg-descr

PR:             ports/161313
Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
Approved by:    sahil (mentor)
1.321
01 Oct 2011 15:30:43
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.321

Changes:        http://code.google.com/p/dalmp/source/detail?r=321
- Fixed table locks with sqlite3

PR:             ports/161207
Submitted by:   Nicolas de Bari <nbari@dalmp.com> (maintainer)
1.320
24 Sep 2011 00:53:23
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 1.320

PR:             160961
Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
0.9.319
10 Sep 2011 19:44:31
Original commit files touched by this commit
zi search for other commits by this committer
- Update to 0.9.319

PR:             ports/160622
Submitted by:   nbari@dalmp.com (maintainer)
Approved by:    wxs, tabthorpe (mentors, implicit)
0.9.315
09 Sep 2011 12:41:20
Original commit files touched by this commit
olgeni search for other commits by this committer
Fix a typo.
0.9.315
17 Aug 2011 05:00:55
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.9.315

Changes:

0.9.315:
- Cleaned queueURL methods and added an example queueURL

0.9.314:
- Extended the queue and readQueue methods

PR:             ports/159743
Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
0.9.313
02 Aug 2011 12:42:19
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 0.9.313 [1]
- Pet portlint(1) by moving LICENSE section earlier

PR:             ports/159368 [1]
Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
0.9.308
03 Jun 2011 12:55:19
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 0.9.308

PR:             ports/157561
Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
0.9.302
16 Mar 2011 01:48:51
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.9.302

Submitted by:   maintainer via irc
0.9.297
14 Mar 2011 16:09:18
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.9.302

PR:             155088
Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com> (maintainer)
0.9.287
02 Feb 2011 15:16:06
Original commit files touched by this commit
arved search for other commits by this committer
Update to 0.9.287

PR:             154440
Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com>
Feature safe:   yes
0.9.252
19 Jan 2011 15:57:39
Original commit files touched by this commit
steve search for other commits by this committer
Update to version 0.9.252.

PR:             154045
Submitted by:   maintainer
Feature safe:   yes
0.9.249
08 Jan 2011 12:44:46
Original commit files touched by this commit
ohauer search for other commits by this committer
 - update to version 0.9.249
 - The debugger has been enhanced using json_encode.
 - TTL fix for redis cache code.

PR:             ports/153783
Submitted by:   Nicolas de Bari Embriz <nbari _at_ dalmp.com> (maintainer)
0.9.240
03 Jan 2011 23:41:22
Original commit files touched by this commit
steve search for other commits by this committer
- checksum changed to get the tarball to extract into the proper WRKSRC
  directory
0.9.240
03 Jan 2011 23:20:24
Original commit files touched by this commit
steve search for other commits by this committer
- use a versioned distfile
0.9.240
03 Jan 2011 22:59:09
Original commit files touched by this commit
steve search for other commits by this committer
Update to version 0.9.240.

Submitted by:   nbari@dalmp.com
0.9.230
03 Jan 2011 20:10:53
Original commit files touched by this commit
steve search for other commits by this committer
[NEW PORT] dalmp

Data Abstraction Layer for MySQL using PHP

PR:             ports/151988
Submitted by:   Nicolas de Bari Embriz <nbari@dalmp.com>

Number of commits found: 38