This module provides the chart of account like it is used in France. Fix: Patch attached with submission follows:
Class Changed From-To: maintainer-update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it.
Responsible Changed From-To: wen->bsam I'll help Wen to adopt those ports.
Author: bsam Date: Wed Sep 19 12:07:25 2012 New Revision: 304498 URL: http://svn.freebsd.org/changeset/ports/304498 Log: Add trytond_account_fr 2.4.0, the chart of account which is used in France. PR: ports/171171 Submitted by: matthias@petermann.it Added: head/french/trytond_account_fr/ head/french/trytond_account_fr/Makefile (contents, props changed) head/french/trytond_account_fr/distinfo (contents, props changed) head/french/trytond_account_fr/pkg-descr (contents, props changed) head/french/trytond_account_fr/pkg-plist (contents, props changed) Modified: head/french/Makefile Modified: head/french/Makefile ============================================================================== --- head/french/Makefile Wed Sep 19 12:04:10 2012 (r304497) +++ head/french/Makefile Wed Sep 19 12:07:25 2012 (r304498) @@ -32,6 +32,7 @@ SUBDIR += med SUBDIR += mythes SUBDIR += php_doc + SUBDIR += trytond_account_fr SUBDIR += tvdownloader SUBDIR += verbiste Added: head/french/trytond_account_fr/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/french/trytond_account_fr/Makefile Wed Sep 19 12:07:25 2012 (r304498) @@ -0,0 +1,20 @@ +# Created by: Matthias Petermann<matthias@petermann.it> +# $FreeBSD$ + +PORTNAME= trytond_account_fr +PORTVERSION= 2.4.0 +CATEGORIES= french finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= The chart of account which is used in France + +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/french/trytond_account_fr/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/french/trytond_account_fr/distinfo Wed Sep 19 12:07:25 2012 (r304498) @@ -0,0 +1,2 @@ +SHA256 (trytond_account_fr-2.4.0.tar.gz) = 006d4d239141c93952fd48cb76cd32bcda0d14f5a046be61cbc82ca8a36b540a +SIZE (trytond_account_fr-2.4.0.tar.gz) = 46601 Added: head/french/trytond_account_fr/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/french/trytond_account_fr/pkg-descr Wed Sep 19 12:07:25 2012 (r304498) @@ -0,0 +1,3 @@ +This module provides the chart of account which is used in France. + +WWW: http://www.tryton.org/ Added: head/french/trytond_account_fr/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/french/trytond_account_fr/pkg-plist Wed Sep 19 12:07:25 2012 (r304498) @@ -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_fr/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_fr/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_fr/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_fr/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_fr/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_fr/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_fr/account_fr.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_fr/tax_fr.xml +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_fr +@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%% _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks.