Bug 170555 - New port: finance/trytond_account_product
Summary: New port: finance/trytond_account_product
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-12 12:20 UTC by Matthias Petermann
Modified: 2012-08-28 14:06 UTC (History)
0 users

See Also:


Attachments
file.shar (6.59 KB, text/plain)
2012-08-12 12:20 UTC, Matthias Petermann
no flags Details
trytond_account_product.txt (6.48 KB, text/plain)
2012-08-19 16:18 UTC, Matthias Petermann
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Petermann 2012-08-12 12:20:01 UTC

Fix: This port provides data model and business logic to enhance trytond module accounting by product.

Patch attached with submission follows:
Comment 1 Chris Rees freebsd_committer freebsd_triage 2012-08-12 12:20:37 UTC
Class Changed
From-To: maintainer-update->change-request

Fix Synopsis and reclassify
Comment 2 Wen Heping freebsd_committer freebsd_triage 2012-08-12 14:55:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 3 Matthias Petermann 2012-08-19 16:18:40 UTC
Cleaned up Makefile, added License.

-- 
Matthias Petermann <matthias@d2ux.net>
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-08-28 13:50:33 UTC
Author: wen
Date: Tue Aug 28 12:50:23 2012
New Revision: 303285
URL: http://svn.freebsd.org/changeset/ports/303285

Log:
  The trytond_account_product is a module for tryton. It defines the
  link between product and account.
  
  WWW: http://www.tryton.org/
  
  PR:		170555
  Submitted by:	Matthias Petermann <matthias@d2ux.net>

Added:
  head/finance/trytond_account_product/
  head/finance/trytond_account_product/Makefile   (contents, props changed)
  head/finance/trytond_account_product/distinfo   (contents, props changed)
  head/finance/trytond_account_product/pkg-descr   (contents, props changed)
  head/finance/trytond_account_product/pkg-plist   (contents, props changed)
Modified:
  head/finance/Makefile

Modified: head/finance/Makefile
==============================================================================
--- head/finance/Makefile	Tue Aug 28 12:43:09 2012	(r303284)
+++ head/finance/Makefile	Tue Aug 28 12:50:23 2012	(r303285)
@@ -106,6 +106,7 @@
     SUBDIR += trytond
     SUBDIR += trytond_account
     SUBDIR += trytond_account_invoice
+    SUBDIR += trytond_account_product
     SUBDIR += trytond_company
     SUBDIR += trytond_country
     SUBDIR += trytond_currency

Added: head/finance/trytond_account_product/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_account_product/Makefile	Tue Aug 28 12:50:23 2012	(r303285)
@@ -0,0 +1,25 @@
+# New ports collection makefile for:	trytond_account_product
+# Date created:		12 August, 2012
+# Whom:			Matthias Petermann<matthias@petermann.it>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	trytond_account_product
+PORTVERSION=	2.4.1
+CATEGORIES=	finance python
+MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+
+MAINTAINER=	matthias@petermann.it
+COMMENT=	The Account Product Module for Tryton
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
+		trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account \
+		trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=easy_install
+
+.include <bsd.port.mk>

Added: head/finance/trytond_account_product/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_account_product/distinfo	Tue Aug 28 12:50:23 2012	(r303285)
@@ -0,0 +1,2 @@
+SHA256 (trytond_account_product-2.4.1.tar.gz) = aa4bb4b6b08602ee28209e895412499953a25b2a0ebd17b23cc613dc0294aa15
+SIZE (trytond_account_product-2.4.1.tar.gz) = 25024

Added: head/finance/trytond_account_product/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_account_product/pkg-descr	Tue Aug 28 12:50:23 2012	(r303285)
@@ -0,0 +1,4 @@
+The trytond_account_product is a module for tryton. It defines the
+link between product and account.
+
+WWW: http://www.tryton.org/

Added: head/finance/trytond_account_product/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_account_product/pkg-plist	Tue Aug 28 12:50:23 2012	(r303285)
@@ -0,0 +1,40 @@
+%%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_product/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/__tryton__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/__tryton__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/__tryton__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/locale/bg_BG.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/locale/ca_ES.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/locale/cs_CZ.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/locale/de_DE.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/locale/es_AR.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/locale/es_CO.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/locale/es_ES.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/locale/fr_FR.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/locale/nl_NL.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/locale/ru_RU.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/product.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/product.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/product.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/product.xml
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/tests/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/tests/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/tests/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/tests/test_account_product.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/tests/test_account_product.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/tests/test_account_product.pyo
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/tests
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product/locale
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/account_product
+@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"
Comment 5 Wen Heping freebsd_committer freebsd_triage 2012-08-28 14:06:17 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!