Date: Wed, 19 Sep 2012 12:08:57 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304499 - in head/finance: . trytond_account_be Message-ID: <201209191208.q8JC8v1b088097@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Wed Sep 19 12:08:56 2012 New Revision: 304499 URL: http://svn.freebsd.org/changeset/ports/304499 Log: Add trytond_account_be 2.4.0, the chart of account which is used in Belgium. PR: ports/171172 Submitted by: matthias@petermann.it Added: head/finance/trytond_account_be/ head/finance/trytond_account_be/Makefile (contents, props changed) head/finance/trytond_account_be/distinfo (contents, props changed) head/finance/trytond_account_be/pkg-descr (contents, props changed) head/finance/trytond_account_be/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Wed Sep 19 12:07:25 2012 (r304498) +++ head/finance/Makefile Wed Sep 19 12:08:56 2012 (r304499) @@ -105,6 +105,7 @@ SUBDIR += tryton SUBDIR += trytond SUBDIR += trytond_account + SUBDIR += trytond_account_be SUBDIR += trytond_account_invoice SUBDIR += trytond_account_product SUBDIR += trytond_calendar Added: head/finance/trytond_account_be/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_account_be/Makefile Wed Sep 19 12:08:56 2012 (r304499) @@ -0,0 +1,20 @@ +# Created by: Matthias Petermann<matthias@petermann.it> +# $FreeBSD$ + +PORTNAME= trytond_account_be +PORTVERSION= 2.4.0 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= The chart of account which is used in Belgium + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include <bsd.port.mk> Added: head/finance/trytond_account_be/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_account_be/distinfo Wed Sep 19 12:08:56 2012 (r304499) @@ -0,0 +1,2 @@ +SHA256 (trytond_account_be-2.4.0.tar.gz) = 5e38aeb6d82efa4d3803f4dac7f3e25fab12dc26e733f42cd8f535de4e546b11 +SIZE (trytond_account_be-2.4.0.tar.gz) = 34492 Added: head/finance/trytond_account_be/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_account_be/pkg-descr Wed Sep 19 12:08:56 2012 (r304499) @@ -0,0 +1,3 @@ +This module provides the chart of account which is used in Belgium. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_account_be/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_account_be/pkg-plist Wed Sep 19 12:08:56 2012 (r304499) @@ -0,0 +1,20 @@ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_be/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_be/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_be/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_be/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_be/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_be/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_be/account_be.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_be/tax_be.xml +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_be +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209191208.q8JC8v1b088097>