OpenERP Web Client Maintained by:borja@pexego.es Port Added: 24 Jan 2010 00:47:08 Also Listed In:python License: not specified in port
The Web client of OpenObject offers a high quality and ergonomy client
for OpenObject and OpenERP. It is known to work with all major web
browsers available today, including Firefox, IE6, IE7, Safari3 and
Opera9.
WWW: https://launchpad.net/openobject-client-web
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
The Web client of OpenObject offers a high quality and ergonomy client
for OpenObject and OpenERP. It is known to work with all major web
browsers available today, including Firefox, IE6, IE7, Safari3 and
Opera9.
WWW: https://launchpad.net/openobject-client-web
PR: ports/143036
Submitted by: Francisco de Borja Lapez Rao <borja@pexego.es>