Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 14:47:51 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321391 - in head/databases: . pear-DoctrineORM
Message-ID:  <201306201447.r5KElpjj055148@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	DoctrineORM
+PORTVERSION=	2.3.0
+CATEGORIES=	databases pear
+MASTER_SITES=	http://pear.doctrine-project.org/get/
+
+MAINTAINER=	wg@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306201447.r5KElpjj055148>