From owner-cvs-all@FreeBSD.ORG Fri Jun 13 04:16:30 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01A69106567E; Fri, 13 Jun 2008 04:16:30 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DB8A78FC17; Fri, 13 Jun 2008 04:16:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5D4GT4g075637; Fri, 13 Jun 2008 04:16:29 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5D4GTXk075636; Fri, 13 Jun 2008 04:16:29 GMT (envelope-from edwin) Message-Id: <200806130416.m5D4GTXk075636@repoman.freebsd.org> From: Edwin Groothuis Date: Fri, 13 Jun 2008 04:16:29 +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/frontbase Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist ports/databases/frontbase/files LICENSE.txt frontbase.sh.in pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2008 04:16:30 -0000 edwin 2008-06-13 04:16:29 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/frontbase Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist databases/frontbase/files LICENSE.txt frontbase.sh.in pkg-message.in Log: [NEW PORTS] www/webobjects(+) Apple WebObjects ports bundle This is a bundle of several ports covering many typical requirements for building an Apple WebObjects deployment environment. Each port is or has a dependancy with some other port in the bundle, and have therefore been lodged collectively. databases/frontbase: FrontBase is a high performance, scalable, SQL 92 compliant relational database server created in the internet age for universal deployment. WWW: http://www.frontbase.com/ PR: ports/117299 Submitted by: Quinton Dolan Revision Changes Path 1.685 +1 -0 ports/databases/Makefile 1.1 +77 -0 ports/databases/frontbase/Makefile (new) 1.1 +3 -0 ports/databases/frontbase/distinfo (new) 1.1 +37 -0 ports/databases/frontbase/files/LICENSE.txt (new) 1.1 +58 -0 ports/databases/frontbase/files/frontbase.sh.in (new) 1.1 +8 -0 ports/databases/frontbase/files/pkg-message.in (new) 1.1 +15 -0 ports/databases/frontbase/pkg-deinstall (new) 1.1 +4 -0 ports/databases/frontbase/pkg-descr (new) 1.1 +278 -0 ports/databases/frontbase/pkg-install (new) 1.1 +85 -0 ports/databases/frontbase/pkg-plist (new)