From owner-cvs-ports@FreeBSD.ORG Mon Jul 5 04:26:49 2004 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 80FCB16A4CE; Mon, 5 Jul 2004 04:26:49 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62EA043D5C; Mon, 5 Jul 2004 04:26:49 +0000 (GMT) (envelope-from adamw@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i654Qnbe071952; Mon, 5 Jul 2004 04:26:49 GMT (envelope-from adamw@repoman.freebsd.org) Received: (from adamw@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i654QnAO071951; Mon, 5 Jul 2004 04:26:49 GMT (envelope-from adamw) Message-Id: <200407050426.i654QnAO071951@repoman.freebsd.org> From: Adam Weinberger Date: Mon, 5 Jul 2004 04:26:49 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/finance Makefile ports/finance/mybudget Makefile distinfo pkg-descr pkg-plist 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, 05 Jul 2004 04:26:49 -0000 adamw 2004-07-05 04:26:49 UTC FreeBSD ports repository Modified files: finance Makefile Added files: finance/mybudget Makefile distinfo pkg-descr pkg-plist Log: Add myBudget, a nifty Gtk+-2 personal finance thinger. The aim of the program is to make it as easy as possible for people to do their own personal budgets and keep track of their finances. Using this program you can: * Create a budget and organize budget items into categories. * Nominate budget items to be paid from either a cash account or via a "Direct Debit" account which allows you to save for big ticket items and ensure timely payment of scheduled bills. * Automatically calculates how much money you must put aside each fortnight to meet all your "Direct Debit" obligations. * Automatically tells you how much money you must have in Direct Debit account to meet your obligatory payments on any particular date. * Record and save expenses against each of your budget categories. * Track how your expenses relate to your budget so you can determine if you are over or under-spending in any of your categories. * Sort your records into categories or by date. * Comes with realistic example to show how things work. * Allows you to export any of your reports, records, budget and Direct Debit status to the Gnumeric Spreadsheet program where they can be either printed or used for more detailed analysis. * Allows you to export any of your reports, records, budget and Direct Debit status to the AbiWord WordProcessor program where they can be printed or incorporated into a report. WWW: http://www.abisource.com/~msevior/index.html Revision Changes Path 1.24 +1 -0 ports/finance/Makefile 1.1 +23 -0 ports/finance/mybudget/Makefile (new) 1.1 +2 -0 ports/finance/mybudget/distinfo (new) 1.1 +27 -0 ports/finance/mybudget/pkg-descr (new) 1.1 +52 -0 ports/finance/mybudget/pkg-plist (new)