From owner-svn-ports-head@FreeBSD.ORG Thu Jun 20 14:24:07 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E78D0BF9; Thu, 20 Jun 2013 14:24:07 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C01521C66; Thu, 20 Jun 2013 14:24:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5KEO7CP048218; Thu, 20 Jun 2013 14:24:07 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5KEO7TI048211; Thu, 20 Jun 2013 14:24:07 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201306201424.r5KEO7TI048211@svn.freebsd.org> From: William Grzybowski Date: Thu, 20 Jun 2013 14:24:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321388 - in head/databases: . pear-DoctrineCommon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 14:24:08 -0000 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 +# $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 +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include 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/