From owner-cvs-ports@FreeBSD.ORG Mon Oct 13 14:36:01 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67D9F16A4B3; Mon, 13 Oct 2003 14:36:01 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B275743FBF; Mon, 13 Oct 2003 14:36:00 -0700 (PDT) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9DLa0XJ077242; Mon, 13 Oct 2003 14:36:00 -0700 (PDT) (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9DLa0xe077239; Mon, 13 Oct 2003 14:36:00 -0700 (PDT) (envelope-from se) Message-Id: <200310132136.h9DLa0xe077239@repoman.freebsd.org> From: Stefan Esser Date: Mon, 13 Oct 2003 14:36:00 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/misc Makefile ports/misc/linux-opengroupware Makefile distinfo.i386 pkg-descr pkg-install pkg-message OpenGroupware.org.apacheincludeZideStore.plist.tmpl ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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, 13 Oct 2003 21:36:01 -0000 se 2003/10/13 14:36:00 PDT FreeBSD ports repository Modified files: misc Makefile Added files: misc/linux-opengroupware Makefile distinfo.i386 pkg-descr pkg-install pkg-message misc/linux-opengroupware/files INSTALL.fbsd OpenGroupware.org.apacheinclude OpenGroupware.org.sh.tmpl OpenGroupware.plist.tmpl ZideStore.plist.tmpl nhsd.sh.sample ogo.sh.sample patch-aa patch-ab patch-ac xmlrpcd.sh.sample zidestore.sh.sample misc/linux-opengroupware/scripts patch_apache_version.pl Log: New port of OpenGroupware.org featuring a complete groupware package ranging from mail to calendar, project management support and palm synchronization. This port uses pre-compiled Linux binaries, since building from source takes a lot of effort and there is still a lot of work remaining for a native FreeBSD port to become available. This port should work with either Apache-1.3.x or Apache-2 but requires PostgreSQL-7.2.x (postgresql72) because of compiled-in references to a shared library. PR: ports/54860 Submitted by: Frank Reppin Revision Changes Path 1.626 +1 -0 ports/misc/Makefile 1.1 +216 -0 ports/misc/linux-opengroupware/Makefile (new) 1.1 +61 -0 ports/misc/linux-opengroupware/distinfo.i386 (new) 1.1 +141 -0 ports/misc/linux-opengroupware/files/INSTALL.fbsd (new) 1.1 +15 -0 ports/misc/linux-opengroupware/files/OpenGroupware.org.apacheinclude (new) 1.1 +2 -0 ports/misc/linux-opengroupware/files/OpenGroupware.org.sh.tmpl (new) 1.1 +148 -0 ports/misc/linux-opengroupware/files/OpenGroupware.plist.tmpl (new) 1.1 +8 -0 ports/misc/linux-opengroupware/files/ZideStore.plist.tmpl (new) 1.1 +56 -0 ports/misc/linux-opengroupware/files/nhsd.sh.sample (new) 1.1 +56 -0 ports/misc/linux-opengroupware/files/ogo.sh.sample (new) 1.1 +11 -0 ports/misc/linux-opengroupware/files/patch-aa (new) 1.1 +29 -0 ports/misc/linux-opengroupware/files/patch-ab (new) 1.1 +11 -0 ports/misc/linux-opengroupware/files/patch-ac (new) 1.1 +56 -0 ports/misc/linux-opengroupware/files/xmlrpcd.sh.sample (new) 1.1 +56 -0 ports/misc/linux-opengroupware/files/zidestore.sh.sample (new) 1.1 +8 -0 ports/misc/linux-opengroupware/pkg-descr (new) 1.1 +88 -0 ports/misc/linux-opengroupware/pkg-install (new) 1.1 +19 -0 ports/misc/linux-opengroupware/pkg-message (new) 1.1 +28 -0 ports/misc/linux-opengroupware/scripts/patch_apache_version.pl (new)