Bug 170557 - New port: finance/trytond_country
Summary: New port: finance/trytond_country
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-20 02:29 UTC (History)
0 users

See Also:


Attachments
file.shar (5.82 KB, text/plain)
2012-08-12 12:20 UTC, Matthias Petermann
no flags Details
trytond_country.txt (5.71 KB, text/plain)
2012-08-19 16:19 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:02 UTC
This port provides data model and business logic to enable trytond to deal with countries.

Fix: Patch attached with submission follows:
Comment 1 Chris Rees freebsd_committer freebsd_triage 2012-08-12 12:24:07 UTC
Class Changed
From-To: sw-bug->change-request

Fix Synopsis and reclassify
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-08-12 12:25:36 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

Ports PR
Comment 3 Wen Heping freebsd_committer freebsd_triage 2012-08-12 14:55:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

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

-- 
Matthias Petermann <matthias@d2ux.net>
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-08-20 02:04:03 UTC
Author: wen
Date: Mon Aug 20 01:03:48 2012
New Revision: 302772
URL: http://svn.freebsd.org/changeset/ports/302772

Log:
  trytond_country is the country module for tryton.
  
  The country module defines the concepts of country and
  subdivision and comes preloaded with the ISO 3166 list of
  countries and subdivisions thanks to the pycountry module.
  
  WWW: http://www.tryton.org/
  
  PR:		170557
  Submitted by:	Matthias Petermann <matthias@d2ux.net>

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

Modified: head/finance/Makefile
==============================================================================
--- head/finance/Makefile	Mon Aug 20 00:50:29 2012	(r302771)
+++ head/finance/Makefile	Mon Aug 20 01:03:48 2012	(r302772)
@@ -104,6 +104,7 @@
     SUBDIR += tinyerp-server
     SUBDIR += tryton
     SUBDIR += trytond
+    SUBDIR += trytond_country
     SUBDIR += trytond_currency
     SUBDIR += trytond_product
     SUBDIR += venice

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

Added: head/finance/trytond_country/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_country/distinfo	Mon Aug 20 01:03:48 2012	(r302772)
@@ -0,0 +1,2 @@
+SHA256 (trytond_country-2.4.0.tar.gz) = 0f41193a4639b56f7a80ade241351e8c81755669be5b5747d0b6b42c0c4ce81a
+SIZE (trytond_country-2.4.0.tar.gz) = 721689

Added: head/finance/trytond_country/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_country/pkg-descr	Mon Aug 20 01:03:48 2012	(r302772)
@@ -0,0 +1,7 @@
+trytond_country is the country module for tryton.
+
+The country module defines the concepts of country and
+subdivision and comes preloaded with the ISO 3166 list of
+countries and subdivisions thanks to the pycountry module.
+
+WWW: http://www.tryton.org/

Added: head/finance/trytond_country/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_country/pkg-plist	Mon Aug 20 01:03:48 2012	(r302772)
@@ -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/country/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/__tryton__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/__tryton__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/__tryton__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/country.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/country.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/country.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/country.xml
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/locale/bg_BG.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/locale/ca_ES.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/locale/cs_CZ.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/locale/de_DE.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/locale/es_AR.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/locale/es_CO.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/locale/es_ES.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/locale/fr_FR.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/locale/nl_NL.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/locale/ru_RU.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/tests/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/tests/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/tests/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/tests/test_country.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/tests/test_country.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/tests/test_country.pyo
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/tests
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country/locale
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/country
+@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 6 Wen Heping freebsd_committer freebsd_triage 2012-08-20 02:29:04 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!