From owner-cvs-all@FreeBSD.ORG Fri Nov 14 15:23:37 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 BE70A1065680; Fri, 14 Nov 2008 15:23:37 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A9F858FC1D; Fri, 14 Nov 2008 15:23:37 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mAEFNbhZ055456; Fri, 14 Nov 2008 15:23:37 GMT (envelope-from tabthorpe@repoman.freebsd.org) Received: (from tabthorpe@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mAEFNbrm055455; Fri, 14 Nov 2008 15:23:37 GMT (envelope-from tabthorpe) Message-Id: <200811141523.mAEFNbrm055455@repoman.freebsd.org> From: Thomas Abthorpe Date: Fri, 14 Nov 2008 15:23:37 +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/finance Makefile ports/finance/beanie Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2008 15:23:37 -0000 tabthorpe 2008-11-14 15:23:37 UTC FreeBSD ports repository Modified files: finance Makefile Added files: finance/beanie Makefile distinfo pkg-descr pkg-plist Log: Beanie is a flexible, distributed accounting system for medium-sized companies. It includes back-end batch processing as well as a (skeleton) GTK GUI and provides automated purchases, sales, and nominal ledgers as well as automated invoicing (via email). It also supports VAT and payroll. The latest version has considerable updates over the earlier releases and isn't particularly backwards-compatible. The installation and compilation is streamlined and the multi-database schema has been reduced to a single database per company. The gnome GUI is still lacking, but the command-line interface now has support for automated bank reconciliation (from online banking QIF files), payroll, automated billing and reminders, invoice PDF generation, statement PDF generation, and a general journal. WWW: http://beanie.sf.net/ - Dermot Tynan dtynan@kalopa.com PR: ports/128125 Submitted by: Dermot Tynan Revision Changes Path 1.67 +1 -0 ports/finance/Makefile 1.1 +23 -0 ports/finance/beanie/Makefile (new) 1.1 +3 -0 ports/finance/beanie/distinfo (new) 1.1 +19 -0 ports/finance/beanie/pkg-descr (new) 1.1 +64 -0 ports/finance/beanie/pkg-plist (new)