svn commit: r321391 - in head/databases: . pear-DoctrineORM
William Grzybowski
wg at FreeBSD.org
Thu Jun 20 14:47:52 UTC 2013
Author: wg
Date: Thu Jun 20 14:47:51 2013
New Revision: 321391
URL: http://svnweb.freebsd.org/changeset/ports/321391
Log:
The Doctrine ORM package is the primary package containing the
object relational mapper.
WWW: http://www.doctrine-project.org/
Added:
head/databases/pear-DoctrineORM/
head/databases/pear-DoctrineORM/Makefile (contents, props changed)
head/databases/pear-DoctrineORM/distinfo (contents, props changed)
head/databases/pear-DoctrineORM/pkg-descr (contents, props changed)
Modified:
head/databases/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Thu Jun 20 14:42:53 2013 (r321390)
+++ head/databases/Makefile Thu Jun 20 14:47:51 2013 (r321391)
@@ -509,6 +509,7 @@
SUBDIR += pear-Doctrine12
SUBDIR += pear-DoctrineCommon
SUBDIR += pear-DoctrineDBAL
+ SUBDIR += pear-DoctrineORM
SUBDIR += pear-Horde_Db
SUBDIR += pear-Horde_HashTable
SUBDIR += pear-Horde_Imsp
Added: head/databases/pear-DoctrineORM/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/pear-DoctrineORM/Makefile Thu Jun 20 14:47:51 2013 (r321391)
@@ -0,0 +1,26 @@
+# Created by: William Grzybowski <wg at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= DoctrineORM
+PORTVERSION= 2.3.0
+CATEGORIES= databases pear
+MASTER_SITES= http://pear.doctrine-project.org/get/
+
+MAINTAINER= wg at FreeBSD.org
+COMMENT= Primary package containing the Doctrine ORM
+
+LICENSE= LGPL21
+
+BUILD_DEPENDS= ${PEARDIR}/.channels/pear.doctrine-project.org.reg:${PORTSDIR}/devel/pear-channel-doctrine
+RUN_DEPENDS= ${PEARDIR}/.channels/pear.doctrine-project.org.reg:${PORTSDIR}/devel/pear-channel-doctrine \
+ ${PEARDIR}/Doctrine/Common/Version.php:${PORTSDIR}/databases/pear-DoctrineCommon \
+ ${PEARDIR}/Doctrine/DBAL/Version.php:${PORTSDIR}/databases/pear-DoctrineDBAL \
+ ${PEARDIR}/Symfony/Component/Console/Application.php:${PORTSDIR}/devel/pear-Symfony_Component_Console \
+ ${PEARDIR}/Symfony/Component/Yaml/Yaml.php:${PORTSDIR}/textproc/pear-Symfony_Component_Yaml
+
+PEAR_CHANNEL= doctrine
+PEAR_AUTOINSTALL= yes
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
Added: head/databases/pear-DoctrineORM/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/pear-DoctrineORM/distinfo Thu Jun 20 14:47:51 2013 (r321391)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/DoctrineORM-2.3.0.tgz) = e8588b3e714dcba740ff41293bb52bdb5ca501f22014a8e1f2458ea46446edfe
+SIZE (PEAR/DoctrineORM-2.3.0.tgz) = 260644
Added: head/databases/pear-DoctrineORM/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/pear-DoctrineORM/pkg-descr Thu Jun 20 14:47:51 2013 (r321391)
@@ -0,0 +1,4 @@
+The Doctrine ORM package is the primary package containing the
+object relational mapper.
+
+WWW: http://www.doctrine-project.org/
More information about the svn-ports-head
mailing list