Port details |
- adodb5 Database library for PHP
- 5.22.7 databases =5 5.22.7Version of this port present on the latest quarterly branch.
- Maintainer: fluffy@FreeBSD.org
- Port Added: 2007-12-25 09:42:26
- Last Update: 2023-12-26 15:08:50
- Commit Hash: 9f70063
- People watching this port, also watch:: libXdamage, libevent, php81-pear, p5-MIME-Tools, xorg-fonts-truetype
- Also Listed In: www
- License: BSD3CLAUSE LGPL21+
- WWW:
- http://adodb.org/
- Description:
- ADOdb stands for Active Data Objects Data Base.
ADOdb is a database abstraction library for PHP.
The PHP version currently supports an amazing number of databases,
thanks to the wonderful ADOdb community:
MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL, Foxpro,
Access, ADO, Sybase, FrontBase, DB2, SAP DB, SQLite, Netezza, LDAP, and generic
ODBC, ODBTP.
The Sybase, Informix, FrontBase and PostgreSQL, Netezza, LDAP, ODBTP drivers
are community contributions.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- adodb5${PHP_PKGNAMESUFFIX}>0:databases/adodb5
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/databases/adodb5/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/adodb5
- pkg install adodb5-php82
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: adodb5-php82
- Package flavors (<flavor>: <package>)
- php82: adodb5-php82
- php80: adodb5-php80
- php81: adodb5-php81
- php83: adodb5-php83
- distinfo:
- TIMESTAMP = 1703602874
SHA256 (adodb-ADOdb-v5.22.7_GH0.tar.gz) = 7555e4ee9cdae65949e82dd4e6199dad1a9128728646e6ff71b2111b53e3364c
SIZE (adodb-ADOdb-v5.22.7_GH0.tar.gz) = 447580
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php82
- This port is required by:
- for Run
-
- devel/flyspray
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for adodb5-php82-5.22.7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_adodb5
- USES:
- cpe php:flavors
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.22.7 26 Dec 2023 15:08:50 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.22.7 release (+)
AdoDB 5.22.7 is a maintenance release focusing on PHP 8.x compatibility.
Fixes:
* Respect @ operator in all error handlers on PHP 8 #981
* db2: Declaration of ADODB_db2::_query incompatible with parent #987
* mysqli: bulkBind reset after one call #1000
* oci8: deprecation warning in selectLimit() on PHP 8.1 #992
* oci8: Fix Automatic conversion of false to array #998
* oci8: Prevent str_replace NULL error in qstr() methods on PHP 8.1 #999
Changelog: https://github.com/ADOdb/ADOdb/blob/v5.22.7/docs/changelog.md |
5.22.6 24 Jun 2023 13:39:29 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.22.6 release (+)
Maintenance release focusing mainly on PHP 8 compatibility.
The Date/Time library was deprecated and will be removed in 5.23.0.
Changelog: https://github.com/ADOdb/ADOdb/blob/v5.22.6/docs/changelog.md |
5.22.5 27 Apr 2023 18:25:57 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.25.5 release (+)
Release Notes: https://github.com/ADOdb/ADOdb/releases/tag/v5.22.5
Changelog: https://github.com/ADOdb/ADOdb/blob/v5.22.5/docs/changelog.md |
5.22.4 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: 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 ) |
5.22.4 31 Oct 2022 20:47:14 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.22.4 release (+)
Changelog: https://github.com/ADOdb/ADOdb/blob/v5.22.4/docs/changelog.md |
5.22.3 09 Sep 2022 14:15:01 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.22.3 release (+)
Changelog: https://github.com/ADOdb/ADOdb/blob/v5.22.3/docs/changelog.md |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
5.22.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
5.22.2 20 Jul 2022 14:21:07 |
Tobias C. Berner (tcberner) |
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 ) |
5.22.2 29 Jun 2022 15:57:40 |
Stefan Eßer (se) |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit) |
5.22.2 12 May 2022 22:13:06 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.22.2 maintenance release
Cahngelog: https://github.com/ADOdb/ADOdb/blob/v5.22.2/docs/changelog.md |
5.22.1 31 Mar 2022 20:36:04 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.22.1 release
Changelog: https://github.com/ADOdb/ADOdb/blob/v5.22.1/docs/changelog.md |
5.22.0 17 Feb 2022 21:44:18 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.22.0 release
Changelog: https://github.com/ADOdb/ADOdb/blob/v5.22.0/docs/changelog.md
Sponsored by: Netzkommune GmbH |
5.21.4 26 Jan 2022 20:14:35 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.21.4 maintenance release |
5.21.3 08 Nov 2021 19:28:29 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.21.3 release (+)
Changelog:
* core: Ensure temp $ADODB_COUNTRECS changes really are temporary #761
* mysqli: force error reporting mode to OFF (PHP 8.1 compatibility) #755
* pdo: fix metaIndexes declaration to match parent #717 |
5.21.2 14 Oct 2021 21:29:58 |
Stefan Eßer (se) |
databases/adodb5: Add CPE information
Approved by: portmgr (blanket) |
5.21.2 23 Aug 2021 08:10:31 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.21.2 hotfix release
Changelog:
* Fix syntax error in toexport.inc.php #749
* pgsql: fix fetchField() parameter naming #752 |
5.21.1 16 Aug 2021 09:52:32 |
Dima Panov (fluffy) |
databases/adodb5: update to 5.21.1 release
This is a Hotfix release, fixing over 15 issues and improving PHP 8
compatibility.
Changelog: https://github.com/ADOdb/ADOdb/blob/v5.21.1/docs/changelog.md |
5.21.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.21.0 02 Mar 2021 12:45:19 |
fluffy |
databases/adodb5: update to 5.21.0 release |
5.20.20 03 Feb 2021 02:48:24 |
fluffy |
databases/adodb5: update to 5.20.20 release and adopt
Reported by: portscout |
5.20.18 17 Jan 2021 19:14:19 |
swills |
databases/adodb5: update to 5.20.18
PR: 251115
Submitted by: Zoltan ALEXANDERSON BESSE <zab@zltech.eu> |
5.20.17 28 Apr 2020 09:18:12 |
fluffy |
databases/adodb5: update to 5.20.17 stable release
Relnotes: https://github.com/ADOdb/ADOdb/blob/v5.20.17/docs/changelog.md |
5.20.9 27 Oct 2019 05:42:54 |
yuri |
databases/adodb5 databases/ocaml-sqlite3: Reset maintainer due to extended
timeouts on bug #240101, #240100, #240089, as per policy. |
5.20.9 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
5.20.9 24 Jul 2017 00:43:39 |
dbaio |
databases/adodb5 : Update to 5.20.9
While here, update LICENSE
Changes: https://github.com/ADOdb/ADOdb/blob/v5.20.9/docs/changelog.md
PR: 216768
Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer) |
5.20.7 14 Nov 2016 15:10:06 |
robak |
databases/adodb5: update 5.20.6 -> 5.20.7
PR: 213678
Submitted by: Demetris Procopiou <dem.procopiou@gmail.com> (maintainer) |
5.20.6 05 Sep 2016 19:45:57 |
amdmi3 |
- Update to 5.20.6
- While here, some minor cosmetic fixes
PR: 212342
Submitted by: dem.procopiou@gmail.com (maintainer) |
5.20.5 12 Aug 2016 04:23:28 |
wen |
- Update to 5.20.5
- Pass maintainership to submitter
PR: 211759
Submitted by: dem.procopiou@gmail.com |
5.20.4 05 Jul 2016 05:25:39 |
pi |
databases/adodb5: 5.18 -> 5.20.4
- changed WWW in pkg-descr |
5.20.4 05 Jul 2016 05:25:06 |
pi |
databases/adodb5: 5.18 -> 5.20.4
https://github.com/ADOdb/ADOdb/blob/v5.20.4/docs/changelog.md
https://github.com/ADOdb/ADOdb/blob/v5.20.3/docs/changelog.md
https://github.com/ADOdb/ADOdb/blob/v5.20.2/docs/changelog.md
https://github.com/ADOdb/ADOdb/blob/v5.20.1/docs/changelog.md
Requested by: Peter Beckman <beckman@angryox.com> |
5.18 19 May 2016 11:09:14 |
amdmi3 |
- Fix trailing whitespace in pkg-messages
Approved by: portmgr blanket |
5.18 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
5.18 10 Sep 2015 17:39:08 |
amdmi3 |
- Switch to USES=tar
- Fix LICENSE
- Fix staging with TESTS
- Fix install commands for docs
- Add NO_ARCH
- Switch to options helpers
- Fix WWW: |
5.18 30 Aug 2015 20:13:30 |
jbeich |
Reset maintainership per mail on freebsd-ports@ list
Requested by: Joe Horn <joehorn@gmail.com> (maintainer) |
5.18 16 Jan 2015 11:00:54 |
ale |
Remove obsolete knob (php 5 is already the default). |
5.18 05 Dec 2014 00:30:20 |
feld |
Update "BSD" licenses in databases category |
5.18 20 Oct 2014 10:41:13 |
bapt |
Cleanup plist |
5.18 15 Jul 2014 23:11:13 |
adamw |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
07 Mar 2014 16:49:10
|
bapt |
Convert d* to USES=zip |
5.18 06 Feb 2014 02:41:32 |
miwi |
- Stage support |
5.18 14 Oct 2013 06:52:32 |
bapt |
Fix package name collision |
5.18 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
5.18 13 May 2013 15:47:47 |
miwi |
- Remove php4 reference |
5.18 05 Dec 2012 02:54:54 |
jgh |
- cleanup header, and option desc
PR: 174122
Spotted by: danfe/eadler
Approved by: maintainer, joehorn@gmail.com (implicit)
Feature safe: yes |
5.18 05 Dec 2012 01:17:01 |
jgh |
- Update to 5.18
- while here trim header and adopt optionsNG
PR: 174122
Submitted by: maintainer, joehorn@gmail.com
Feature safe: yes |
5.15 05 Feb 2012 11:47:03 |
lwhsu |
- Update to 5.15
PR: ports/164770
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) |
5.14 05 Jan 2012 08:08:58 |
culot |
- Update to 5.14
PR: ports/163817
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer) |
5.11 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
5.11 15 Sep 2010 01:15:29 |
wen |
- Use DATADIR instead of customized ADODB_DIR
- Add LICENSE
- Pass maintainership to submitter
PR: ports/150534
Submitted by: Joe Horn <joehorn@gmail.com> |
5.11 13 Sep 2010 02:28:01 |
pgollucci |
- Move some PHP_ flags before bsd.port.pre.mk
PR: ports/135674
Submitted by: yzlin (timeout ; 360 days)
www/vtiger: maintainer timeout (as@bsdgroup.de ; 360 days)
sysutils/loganalyze: "Cristiano Rolim" <cristianorolim@hotmail.com>
(maintainer)
databases/adodb5: unmaintained |
5.11 05 Sep 2010 08:35:10 |
mm |
- Pass maintainership back to ports@ |
5.11 02 Sep 2010 13:01:07 |
pav |
- Update to 5.11
PR: ports/147972
Submitted by: Joe Horn <joehorn@gmail.com>
Approved by: maintainer timeout (mm; 2 months) |
5.10 12 Dec 2009 20:08:34 |
mm |
- Update to 5.10
- Fix MASTER_SITES
PR: ports/141405
Submitted by: Joe Horn <joehorn@gmail.com> |
5.09.a 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
5.09.a 29 Jun 2009 14:12:56 |
mm |
- Update to 5.09a
PR: ports/136080
Submitted by: Joe Horn <joehorn@gmail.com> |
5.07 31 May 2009 20:31:08 |
pav |
- Resolve LATEST_LINK conflict |
5.07 24 May 2009 18:44:27 |
mm |
- Update to 5.07
PR: ports/132654
Submitted by: Joe Horn <joehorn@gmail.com> |
5.06.a 13 Nov 2008 12:50:37 |
mm |
- Update to 5.06.a |
5.05 26 Aug 2008 08:03:12 |
mm |
- Update to 5.05 |
5.04.a 16 May 2008 08:44:08 |
mm |
- Update to 5.04a |
5.02a 25 Dec 2007 09:42:13 |
mm |
This is the new version of ADOdb with PHP ver 5+ support only.
For more information see databases/adodb
WWW: http://adodb.sourceforge.net/ |