Import trytond-module-google_maps-2.0.0.
This is the "google_maps" module for the Tryton application platform. Adds link from addresses to Google Maps. from Christian Rueger, adapted to TRYTOND_MODULE by myself. ok jasper@
This commit is contained in:
parent
6b0b037b05
commit
4cd3882f83
8
productivity/tryton/google_maps/Makefile
Normal file
8
productivity/tryton/google_maps/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/06/20 11:40:20 ajacoutot Exp $
|
||||
|
||||
MODPY_EGG_VERSION = 2.0.0
|
||||
TRYTOND_MODULE = google_maps
|
||||
|
||||
RUN_DEPENDS = productivity/tryton/party
|
||||
|
||||
.include <bsd.port.mk>
|
5
productivity/tryton/google_maps/distinfo
Normal file
5
productivity/tryton/google_maps/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (tryton/trytond_google_maps-2.0.0.tar.gz) = g3QZvO2R5UUk6KfmHlRDXQ==
|
||||
RMD160 (tryton/trytond_google_maps-2.0.0.tar.gz) = /qZ4dstQ1O3BSbzkp0hAuKoSHCw=
|
||||
SHA1 (tryton/trytond_google_maps-2.0.0.tar.gz) = Q+ucm3unsRoMOdMxsQLec/apTqE=
|
||||
SHA256 (tryton/trytond_google_maps-2.0.0.tar.gz) = IOVLzEOnZPf72PeA6Ak9rM87CO0yYlxk2NAVEme5/0c=
|
||||
SIZE (tryton/trytond_google_maps-2.0.0.tar.gz) = 17461
|
2
productivity/tryton/google_maps/pkg/DESCR
Normal file
2
productivity/tryton/google_maps/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This is the "google_maps" module for the Tryton application platform.
|
||||
Adds link from addresses to Google Maps.
|
27
productivity/tryton/google_maps/pkg/PLIST
Normal file
27
productivity/tryton/google_maps/pkg/PLIST
Normal file
@ -0,0 +1,27 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/06/20 11:40:20 ajacoutot Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/__tryton__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/__tryton__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/address.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/address.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/address.xml
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/bg_BG.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/de_DE.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/es_CO.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/es_ES.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/fr_FR.csv
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/test_google_maps.py
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond/modules/google_maps/tests/test_google_maps.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/entry_points.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/not-zip-safe
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/trytond_google_maps-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
Loading…
Reference in New Issue
Block a user