Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 14:24:07 +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: r321388 - in head/databases: . pear-DoctrineCommon
Message-ID:  <201306201424.r5KEO7TI048211@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Jun 20 14:24:06 2013
New Revision: 321388
URL: http://svnweb.freebsd.org/changeset/ports/321388

Log:
  The Doctrine Common package contains shared code between the other packages.
  
  WWW: http://www.doctrine-project.org/

Added:
  head/databases/pear-DoctrineCommon/
  head/databases/pear-DoctrineCommon/Makefile   (contents, props changed)
  head/databases/pear-DoctrineCommon/distinfo   (contents, props changed)
  head/databases/pear-DoctrineCommon/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Thu Jun 20 14:05:24 2013	(r321387)
+++ head/databases/Makefile	Thu Jun 20 14:24:06 2013	(r321388)
@@ -507,6 +507,7 @@
     SUBDIR += pear-DB_ldap
     SUBDIR += pear-DB_ldap2
     SUBDIR += pear-Doctrine12
+    SUBDIR += pear-DoctrineCommon
     SUBDIR += pear-Horde_Db
     SUBDIR += pear-Horde_HashTable
     SUBDIR += pear-Horde_Imsp

Added: head/databases/pear-DoctrineCommon/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pear-DoctrineCommon/Makefile	Thu Jun 20 14:24:06 2013	(r321388)
@@ -0,0 +1,22 @@
+# Created by: William Grzybowski <wg@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	DoctrineCommon
+PORTVERSION=	2.3.0
+CATEGORIES=	databases pear
+MASTER_SITES=	http://pear.doctrine-project.org/get/
+
+MAINTAINER=	wg@FreeBSD.org
+COMMENT=	Shared code for Doctrine PHP object relational mapper
+
+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
+
+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-DoctrineCommon/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pear-DoctrineCommon/distinfo	Thu Jun 20 14:24:06 2013	(r321388)
@@ -0,0 +1,2 @@
+SHA256 (PEAR/DoctrineCommon-2.3.0.tgz) = a2960152ded106cb7ac2b05b23c44e24e04ea37a10926fd7cb13ab3fe42a3e0e
+SIZE (PEAR/DoctrineCommon-2.3.0.tgz) = 59473

Added: head/databases/pear-DoctrineCommon/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/pear-DoctrineCommon/pkg-descr	Thu Jun 20 14:24:06 2013	(r321388)
@@ -0,0 +1,3 @@
+The Doctrine Common package contains shared code between the other packages.
+
+WWW: http://www.doctrine-project.org/



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