Date: Tue, 18 Sep 2012 07:23:57 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304432 - in head/finance: . trytond_product_price_list Message-ID: <201209180723.q8I7Nv5M049343@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Tue Sep 18 07:23:56 2012 New Revision: 304432 URL: http://svn.freebsd.org/changeset/ports/304432 Log: This port adds the Product Price List Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171412 Submitted by: Matthias Petermann <matthias@d2ux.net> Added: head/finance/trytond_product_price_list/ head/finance/trytond_product_price_list/Makefile (contents, props changed) head/finance/trytond_product_price_list/distinfo (contents, props changed) head/finance/trytond_product_price_list/pkg-descr (contents, props changed) head/finance/trytond_product_price_list/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Tue Sep 18 07:21:25 2012 (r304431) +++ head/finance/Makefile Tue Sep 18 07:23:56 2012 (r304432) @@ -116,6 +116,7 @@ SUBDIR += trytond_dashboard SUBDIR += trytond_party SUBDIR += trytond_product + SUBDIR += trytond_product_price_list SUBDIR += trytond_project SUBDIR += trytond_project_plan SUBDIR += trytond_project_revenue Added: head/finance/trytond_product_price_list/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_product_price_list/Makefile Tue Sep 18 07:23:56 2012 (r304432) @@ -0,0 +1,26 @@ +# New ports collection makefile for: trytond_product_price_list +# Date created: 07 September, 2012 +# Whom: Matthias Petermann<matthias@petermann.it> +# +# $FreeBSD$ +# + +PORTNAME= trytond_product_price_list +PORTVERSION= 2.4.0 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Product Price List Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ + trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ + trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include <bsd.port.mk> Added: head/finance/trytond_product_price_list/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_product_price_list/distinfo Tue Sep 18 07:23:56 2012 (r304432) @@ -0,0 +1,2 @@ +SHA256 (trytond_product_price_list-2.4.0.tar.gz) = cbe6cc30f2565a9c215ba93057f642912623d542d4f896196e3faa64d0bb9158 +SIZE (trytond_product_price_list-2.4.0.tar.gz) = 22366 Added: head/finance/trytond_product_price_list/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_product_price_list/pkg-descr Tue Sep 18 07:23:56 2012 (r304432) @@ -0,0 +1,3 @@ +This port adds the Product Price List Module to the Tryton Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_product_price_list/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_product_price_list/pkg-plist Tue Sep 18 07:23:56 2012 (r304432) @@ -0,0 +1,34 @@ +%%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/product_price_list/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/party.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/price_list.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/price_list.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/price_list.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/price_list.xml +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/product_price_list +@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?201209180723.q8I7Nv5M049343>