Bug 170560 - New port: finance/trytond_product
Summary: New port: finance/trytond_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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-12 12:20 UTC by Matthias Petermann
Modified: 2012-08-12 15:00 UTC (History)
0 users

See Also:


Attachments
file.shar (6.71 KB, text/plain)
2012-08-12 12:20 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:03 UTC
This port provides data model and business logic to enable trytond to deal with products.

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

Fix Synopsis and reclassify
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-12 14:52:50 UTC
Author: wen
Date: Sun Aug 12 13:52:35 2012
New Revision: 302437
URL: http://svn.freebsd.org/changeset/ports/302437

Log:
  trytond_product is the product module for tryton, it define products,
  categories of product, units of measure, categories of units of measure.
  
  WWW: http://www.tryton.org/
  
  PR:		170560
  Submitted by:	Matthias Petermann <matthias@d2ux.net>

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

Modified: head/finance/Makefile
==============================================================================
--- head/finance/Makefile	Sun Aug 12 13:29:20 2012	(r302436)
+++ head/finance/Makefile	Sun Aug 12 13:52:35 2012	(r302437)
@@ -103,6 +103,7 @@
     SUBDIR += sql-ledger
     SUBDIR += tinyerp-server
     SUBDIR += trytond
+    SUBDIR += trytond_product
     SUBDIR += venice
     SUBDIR += weberp
     SUBDIR += wmstock

Added: head/finance/trytond_product/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_product/Makefile	Sun Aug 12 13:52:35 2012	(r302437)
@@ -0,0 +1,22 @@
+# New ports collection makefile for:	trytond_product
+# Date created:		12 August, 2012
+# Whom:			Matthias Petermann<matthias@petermann.it>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	trytond_product
+PORTVERSION=	2.4.0
+CATEGORIES=	finance python
+MASTER_SITES=	http://downloads2.tryton.org/2.4/
+
+MAINTAINER=	matthias@petermann.it
+COMMENT=	The Product Module for Tryton
+
+RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond
+#RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=easy_install
+
+.include <bsd.port.mk>

Added: head/finance/trytond_product/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_product/distinfo	Sun Aug 12 13:52:35 2012	(r302437)
@@ -0,0 +1,2 @@
+SHA256 (trytond_product-2.4.0.tar.gz) = 2b0051c5b8576154d61f8f8f8d0817d522932f213197dbec418872695667d6e9 
+SIZE (trytond_product-2.4.0.tar.gz) = 43139

Added: head/finance/trytond_product/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_product/pkg-descr	Sun Aug 12 13:52:35 2012	(r302437)
@@ -0,0 +1,4 @@
+trytond_product is the product module for tryton, it define products,
+categories of product, units of measure, categories of units of measure.
+
+WWW: http://www.tryton.org/

Added: head/finance/trytond_product/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_product/pkg-plist	Sun Aug 12 13:52:35 2012	(r302437)
@@ -0,0 +1,50 @@
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/EGG-INFO/PKG-INFO
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/EGG-INFO/SOURCES.txt
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/EGG-INFO/dependency_links.txt
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/EGG-INFO/entry_points.txt
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/EGG-INFO/not-zip-safe
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/EGG-INFO/requires.txt
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/EGG-INFO/top_level.txt
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/__init__.py
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/__init__.pyc
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/__init__.pyo
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/__tryton__.py
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/__tryton__.pyc
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/__tryton__.pyo
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/category.py
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/category.pyc
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/category.pyo
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/category.xml
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/icons/tryton-product.svg
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/locale/bg_BG.po
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/locale/ca_ES.po
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/locale/cs_CZ.po
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/locale/de_DE.po
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/locale/es_AR.po
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/locale/es_CO.po
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/locale/es_ES.po
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/locale/fr_FR.po
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/locale/nl_NL.po
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/locale/ru_RU.po
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/product.py
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/product.pyc
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/product.pyo
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/product.xml
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/tests/__init__.py
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/tests/__init__.pyc
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/tests/__init__.pyo
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/tests/test_product.py
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/tests/test_product.pyc
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/tests/test_product.pyo
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/uom.py
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/uom.pyc
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/uom.pyo
+lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/uom.xml
+@dirrm lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/tests
+@dirrm lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/locale
+@dirrm lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product/icons
+@dirrm lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules/product
+@dirrm lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond/modules
+@dirrm lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/trytond
+@dirrm lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.egg/EGG-INFO
+@dirrm lib/python2.7/site-packages/trytond_product-2.4.0-py2.7.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 3 Wen Heping freebsd_committer freebsd_triage 2012-08-12 14:53:47 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!