Port details |
- pear-Doctrine12 Doctrine is a PHP object relational mapper
- 1.2.4 databases
=0 1.2.4Version of this port present on the latest quarterly branch.
- DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
This port expired on: 2014-08-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2009-12-16 15:41:10
- Last Update: 2014-09-01 12:53:55
- SVN Revision: 366869
- Also Listed In: pear
- License: LGPL21
- WWW:
- http://www.doctrine-project.org/
- Description:
- Doctrine is an object relational mapper (ORM) for PHP 5.2.3+ that
sits on top of a powerful database abstraction layer (DBAL).
One of its key features is the option to write database queries in a
proprietary object oriented SQL dialect called Doctrine Query
Language (DQL), inspired by Hibernate's HQL. This provides developers
with a powerful alternative to SQL that maintains flexibility without
requiring unnecessary code duplication.
WWW: http://www.doctrine-project.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- pear-Doctrine>0:databases/pear-Doctrine12
- No installation instructions:
- This port has been deleted.
- PKGNAME: pear-Doctrine
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php5
- pear : devel/pear
- pdo.so : databases/php5-pdo
- pdo_mysql.so : databases/php5-pdo_mysql
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pear-Doctrine-1.2.4:
DBLIB=off: Install PHP DBO driver for DBLIB
MYSQL=on: Install PHP DBO driver for MySQL
ODBC=off: Install PHP DBO driver for ODBC
PGSQL=off: Install PHP DBO driver for PostgreSQL
SQLITE=off: Install PHP DBO driver for SQLite
===> Use 'make config' to modify these settings
- Options name:
- N/A
- 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 |
1.2.4 01 Sep 2014 12:53:55 |
bapt |
Remove non staged ports without pending PR from databases |
1.2.4 16 Dec 2013 18:24:49 |
glarkin |
[Errno 11] Resource Temporarily Unavailable
Reassigning my ports back to the pool with the hope of freeing up
to do more FreeBSD work in the future.
Submitted by: glarkin |
1.2.4 20 Sep 2013 16:13:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
1.2.4 13 May 2013 15:47:47 |
miwi |
- Remove php4 reference |
1.2.4 04 Oct 2012 21:43:28 |
glarkin |
- Corrected the LICENSE declaration
- Finished the OptionsNG conversion |
1.2.4 04 Oct 2012 21:07:01 |
glarkin |
- Converted to OptionsNG
- Fixed portlint warnings |
1.2.4 21 Oct 2011 18:32:28 |
glarkin |
- Upgraded to 1.2.4
- Switched back to using devel/pear pear-deinstall script, since local one
is overwritten during install phase anyway
- Changed location of pear script in pear-install to LOCALBASE, so it can
be located during installation to non-standard PREFIX |
1.2.3 16 Dec 2010 18:52:47 |
glarkin |
- Updated to 1.2.3
- Added GPLv2 license
- Lots of plist changes due to removal of tests from upstream distfile
http://www.doctrine-project.org/blog/doctrine-orm-version-1-2-3-released
Reported by: portscout via miwi |
1.2.2 11 Apr 2010 07:53:19 |
ale |
PHP dropped support for Oracle8 client library. |
1.2.2 31 Mar 2010 22:05:13 |
glarkin |
- Updated to 1.2.2 |
1.2.1 07 Jan 2010 20:06:49 |
glarkin |
- Added LATEST_LINK to avoid package name conflict in Latest with the
pear-Doctrine (1.x) port
Reported by: portmgr (erwin) |
1.2.1 30 Dec 2009 22:31:28 |
glarkin |
- Added PORTSCOUT variables to stop erroneous warnings |
1.2.1 16 Dec 2009 18:47:04 |
glarkin |
- Updated to 1.2.1 |
1.1.6 16 Dec 2009 15:40:32 |
glarkin |
- Force commit after repocopy
PR: ports/141309 |