From owner-cvs-ports@FreeBSD.ORG Mon Sep 28 20:12:44 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1EC41065676; Mon, 28 Sep 2009 20:12:44 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C06CD8FC17; Mon, 28 Sep 2009 20:12:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8SKCifC035412; Mon, 28 Sep 2009 20:12:44 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8SKCiie035411; Mon, 28 Sep 2009 20:12:44 GMT (envelope-from glarkin) Message-Id: <200909282012.n8SKCiie035411@repoman.freebsd.org> From: Greg Larkin Date: Mon, 28 Sep 2009 20:12:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/pear-Doctrine Makefile distinfo pkg-descr ports/databases/pear-Doctrine/files pear-deinstall.in pear-install.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2009 20:12:44 -0000 glarkin 2009-09-28 20:12:44 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/pear-Doctrine Makefile distinfo pkg-descr databases/pear-Doctrine/files pear-deinstall.in pear-install.in Log: 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/ Feature safe: yes Revision Changes Path 1.800 +1 -0 ports/databases/Makefile 1.1 +1080 -0 ports/databases/pear-Doctrine/Makefile (new) 1.1 +3 -0 ports/databases/pear-Doctrine/distinfo (new) 1.1 +27 -0 ports/databases/pear-Doctrine/files/pear-deinstall.in (new) 1.1 +19 -0 ports/databases/pear-Doctrine/files/pear-install.in (new) 1.1 +10 -0 ports/databases/pear-Doctrine/pkg-descr (new)