From owner-svn-ports-all@FreeBSD.ORG Tue Feb 26 06:56:37 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5029CDF8; Tue, 26 Feb 2013 06:56:37 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 27D9E10F; Tue, 26 Feb 2013 06:56:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1Q6ubEJ003509; Tue, 26 Feb 2013 06:56:37 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1Q6uaiJ003504; Tue, 26 Feb 2013 06:56:36 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201302260656.r1Q6uaiJ003504@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 26 Feb 2013 06:56:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312959 - in head/finance: . moneymanagerex X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 06:56:37 -0000 Author: danfe Date: Tue Feb 26 06:56:35 2013 New Revision: 312959 URL: http://svnweb.freebsd.org/changeset/ports/312959 Log: Money Manager Ex is free, open-source, easy-to-use personal finance software. WWW: http://www.codelathe.com/mmex/ Added: head/finance/moneymanagerex/ head/finance/moneymanagerex/Makefile (contents, props changed) head/finance/moneymanagerex/distinfo (contents, props changed) head/finance/moneymanagerex/pkg-descr (contents, props changed) head/finance/moneymanagerex/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Tue Feb 26 04:01:30 2013 (r312958) +++ head/finance/Makefile Tue Feb 26 06:56:35 2013 (r312959) @@ -44,6 +44,7 @@ SUBDIR += libalkimia SUBDIR += libofx SUBDIR += libstocks + SUBDIR += moneymanagerex SUBDIR += mybudget SUBDIR += myphpmoney SUBDIR += openerp-server Added: head/finance/moneymanagerex/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/moneymanagerex/Makefile Tue Feb 26 06:56:35 2013 (r312959) @@ -0,0 +1,34 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= mmex +PORTVERSION= 0.9.9.0 +CATEGORIES= finance +MASTER_SITES= http://www.codelathe.com/${PORTNAME}/installer/linux/ \ + SF/moneymanagerex/moneymanagerex/Version%20${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION}_src + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Free, open-source, easy-to-use personal finance software + +LICENSE= GPLv2 + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs + +USE_BZIP2= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} +USE_WX= 2.8+ +WX_UNICODE= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +CPPFLAGS+= -I${LOCALBASE}/include # helps to find boost + +MAN1= ${PORTNAME}.1 +MANCOMPRESSED= yes + +post-patch: + @${REINPLACE_CMD} -e '/man1/s,$$(datadir),${MANPREFIX},' \ + ${WRKSRC}/Makefile.in + +.include Added: head/finance/moneymanagerex/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/moneymanagerex/distinfo Tue Feb 26 06:56:35 2013 (r312959) @@ -0,0 +1,2 @@ +SHA256 (mmex_0.9.9.0_src.tar.bz2) = 9973c7010f8989ab9582576549ea3a7516a65f32e9f21d1c50b680886512a2ac +SIZE (mmex_0.9.9.0_src.tar.bz2) = 9667919 Added: head/finance/moneymanagerex/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/moneymanagerex/pkg-descr Tue Feb 26 06:56:35 2013 (r312959) @@ -0,0 +1,11 @@ +Money Manager Ex is free, open-source, cross-platform, easy-to-use personal +finance software. It primarily helps to organize one's finances and keeps +track of where, when, and how the money goes. It is also a great tool to +get a bird's eye view of your financial worth. + +Money Manager includes all the basic features that 90% of users would want +to see in a personal finance application. The design goals are to +concentrate on simplicity and user-friendliness -- something one can use +everyday. + +WWW: http://www.codelathe.com/mmex/ Added: head/finance/moneymanagerex/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/moneymanagerex/pkg-plist Tue Feb 26 06:56:35 2013 (r312959) @@ -0,0 +1,104 @@ +bin/mmex +share/applications/mmex.desktop +share/doc/mmex/contrib.txt +share/doc/mmex/help/budget.html +share/doc/mmex/help/budget_editor.png +share/doc/mmex/help/budget_entry_details.png +share/doc/mmex/help/budget_grid.png +share/doc/mmex/help/custom_sql_reports.html +share/doc/mmex/help/french/account.jpg +share/doc/mmex/help/french/add_acc_wizard1.jpg +share/doc/mmex/help/french/add_acc_wizard2.jpg +share/doc/mmex/help/french/add_acc_wizard3.jpg +share/doc/mmex/help/french/index.html +share/doc/mmex/help/french/investment.html +share/doc/mmex/help/french/main_screen.jpg +share/doc/mmex/help/french/mmex_concept.png +share/doc/mmex/help/german/read.me +share/doc/mmex/help/index.html +share/doc/mmex/help/investment.html +share/doc/mmex/help/italian/custom_sql_reports.html +share/doc/mmex/help/italian/index.html +share/doc/mmex/help/italian/investment.html +share/doc/mmex/help/italian/mmex_concept.png +share/doc/mmex/help/italian/stock_dialog.jpg +share/doc/mmex/help/italian/stock_options.jpg +share/doc/mmex/help/italian/stock_view.jpg +share/doc/mmex/help/mmex_concept.png +share/doc/mmex/help/mmex_db_structure.png +share/doc/mmex/help/polish/budget.html +share/doc/mmex/help/polish/budget_editor.png +share/doc/mmex/help/polish/budget_entry_details.png +share/doc/mmex/help/polish/budget_grid.png +share/doc/mmex/help/polish/custom_sql_reports.html +share/doc/mmex/help/polish/index.html +share/doc/mmex/help/polish/investment.html +share/doc/mmex/help/polish/mmex_concept.png +share/doc/mmex/help/polish/mmex_structure.jpg +share/doc/mmex/help/polish/stock_dialog.jpg +share/doc/mmex/help/polish/stock_options.jpg +share/doc/mmex/help/polish/stock_view.jpg +share/doc/mmex/help/russian/custom_sql_reports.html +share/doc/mmex/help/russian/index.html +share/doc/mmex/help/russian/investment.html +share/doc/mmex/help/russian/mmex_concept.png +share/doc/mmex/help/russian/stock_dialog.png +share/doc/mmex/help/spanish/budget.html +share/doc/mmex/help/spanish/custom_sql_reports.html +share/doc/mmex/help/spanish/index.html +share/doc/mmex/help/spanish/investment.html +share/doc/mmex/help/stock_dialog.png +share/doc/mmex/help/stock_options.png +share/doc/mmex/help/stock_view.png +share/doc/mmex/license.txt +share/doc/mmex/version.txt +share/icons/hicolor/scalable/apps/mmex.svg +share/mmex/po/arabic.mo +share/mmex/po/bulgarian.mo +share/mmex/po/chinese_chs.mo +share/mmex/po/chinese_zh.mo +share/mmex/po/croatian.mo +share/mmex/po/czech.mo +share/mmex/po/dutch.mo +share/mmex/po/dutch_be.mo +share/mmex/po/english-uk.mo +share/mmex/po/english.mo +share/mmex/po/french.mo +share/mmex/po/german.mo +share/mmex/po/greek.mo +share/mmex/po/hebrew.mo +share/mmex/po/hungarian.mo +share/mmex/po/indonesian.mo +share/mmex/po/italian.mo +share/mmex/po/latvian.mo +share/mmex/po/norwegian.mo +share/mmex/po/polish.mo +share/mmex/po/portuguese.mo +share/mmex/po/portuguese_portugal.mo +share/mmex/po/romanian.mo +share/mmex/po/russian.mo +share/mmex/po/serbian.mo +share/mmex/po/serbo-croatian.mo +share/mmex/po/slovak.mo +share/mmex/po/slovenian.mo +share/mmex/po/spanish.mo +share/mmex/po/swedish.mo +share/mmex/po/tamil.mo +share/mmex/po/turkish.mo +share/mmex/po/ukrainian.mo +share/mmex/po/vietnamese.mo +share/mmex/res/currency_seed.db3 +share/mmex/res/kaching.wav +share/mmex/res/mmex.ico +@dirrm share/mmex/res +@dirrm share/mmex/po +@dirrm share/mmex +@dirrm share/doc/mmex/help/spanish +@dirrm share/doc/mmex/help/russian +@dirrm share/doc/mmex/help/polish +@dirrm share/doc/mmex/help/italian +@dirrm share/doc/mmex/help/german +@dirrm share/doc/mmex/help/french +@dirrm share/doc/mmex/help +@dirrm share/doc/mmex +@dirrmtry share/applications