svn commit: r304499 - in head/finance: . trytond_account_be
Boris Samorodov
bsam at FreeBSD.org
Wed Sep 19 12:08:57 UTC 2012
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 at 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 at petermann.it>
+# $FreeBSD$
+
+PORTNAME= trytond_account_be
+PORTVERSION= 2.4.0
+CATEGORIES= finance python
+MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/
+
+MAINTAINER= matthias at 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
+ at dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_be
+ at dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules
+ at dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond
+ at dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO
+ at dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
More information about the svn-ports-all
mailing list