Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2012 09:01:20 +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: r304438 - in head/finance: . trytond_ldap_authentication
Message-ID:  <201209180901.q8I91K1e060275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Tue Sep 18 09:01:19 2012
New Revision: 304438
URL: http://svn.freebsd.org/changeset/ports/304438

Log:
  This port adds the LDAP Authentication Module to the Tryton Application
  Platform.
  
  WWW: http://www.tryton.org/
  
  PR:		171505
  Submitted by:	Matthias Petermann <matthias@d2ux.net>

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

Modified: head/finance/Makefile
==============================================================================
--- head/finance/Makefile	Tue Sep 18 08:53:06 2012	(r304437)
+++ head/finance/Makefile	Tue Sep 18 09:01:19 2012	(r304438)
@@ -114,6 +114,7 @@
     SUBDIR += trytond_country
     SUBDIR += trytond_currency
     SUBDIR += trytond_dashboard
+    SUBDIR += trytond_ldap_authentication
     SUBDIR += trytond_ldap_connection
     SUBDIR += trytond_party
     SUBDIR += trytond_product

Added: head/finance/trytond_ldap_authentication/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_ldap_authentication/Makefile	Tue Sep 18 09:01:19 2012	(r304438)
@@ -0,0 +1,24 @@
+# New ports collection makefile for:	trytond_ldap_authentication
+# Date created:		09 September, 2012
+# Whom:			Matthias Petermann<matthias@petermann.it>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	trytond_ldap_authentication
+PORTVERSION=	2.4.0
+CATEGORIES=	finance python
+MASTER_SITES=	http://downloads2.tryton.org/${PORTVERSION:R}/
+
+MAINTAINER=	matthias@petermann.it
+COMMENT=	Tryton Application Platform (LDAP Authentication Module)
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
+		trytond_ldap_connection>=2.4.0:${PORTSDIR}/finance/trytond_ldap_connection
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=easy_install
+
+.include <bsd.port.mk>

Added: head/finance/trytond_ldap_authentication/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_ldap_authentication/distinfo	Tue Sep 18 09:01:19 2012	(r304438)
@@ -0,0 +1,2 @@
+SHA256 (trytond_ldap_authentication-2.4.0.tar.gz) = cc72a6a39ec0b2a24fbcd6ba3d43e4d334f81d018bf1c235f498472b1b57c1b0
+SIZE (trytond_ldap_authentication-2.4.0.tar.gz) = 20594

Added: head/finance/trytond_ldap_authentication/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_ldap_authentication/pkg-descr	Tue Sep 18 09:01:19 2012	(r304438)
@@ -0,0 +1,4 @@
+This port adds the LDAP Authentication Module to the Tryton Application
+Platform.
+
+WWW: http://www.tryton.org/

Added: head/finance/trytond_ldap_authentication/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/finance/trytond_ldap_authentication/pkg-plist	Tue Sep 18 09:01:19 2012	(r304438)
@@ -0,0 +1,43 @@
+%%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/ldap_authentication/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/__tryton__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/__tryton__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/__tryton__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/connection.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/connection.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/connection.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/connection.xml
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/locale/bg_BG.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/locale/ca_ES.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/locale/cs_CZ.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/locale/de_DE.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/locale/es_AR.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/locale/es_CO.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/locale/es_ES.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/locale/fr_FR.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/locale/nl_NL.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/locale/ru_RU.po
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/res.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/res.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/res.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/tests/__init__.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/tests/__init__.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/tests/__init__.pyo
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/tests/test_ldap_authentication.py
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/tests/test_ldap_authentication.pyc
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/tests/test_ldap_authentication.pyo
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/tests
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication/locale
+@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/ldap_authentication
+@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?201209180901.q8I91K1e060275>