New FreeBSD port: openerp-web
Today my first FreeBSD port went into the ports tree:
http://www.freebsd.org/cgi/query-pr.cgi?pr=143036
I've ported the OpenERP web client so, if you update your ports tree now (using portsnap or csup) you can search for openerp:
cd /usr/ports && make search name=openerp
You will get two results, the openerp-server port and my openerp-web port:
Port: py26-openerp-web-5.0.6 Path: /usr/ports/finance/openerp-web Info: OpenERP Web Client Maint: HERE_GOES_MY_EMAIL! B-deps: gettext-0.17_1 libiconv-1.13.1 py26-Babel-0.9.4 py26-beaker-1.5.1 py26-cheetah-2.4.1_1 py26-cherrypy-3.1.2 py26-formencode-1.2.2 py26-mako-0.2.5 py26-markdown-2.0.3 py26-parsing-1.5.2_1 py26-pytz-2009u py26-setuptools-0.6c11 py26-simplejson-2.0.9 py26-xlwt-0.7.2 python26-2.6.4 R-deps: gettext-0.17_1 libiconv-1.13.1 py26-Babel-0.9.4 py26-beaker-1.5.1 py26-cheetah-2.4.1_1 py26-cherrypy-3.1.2 py26-formencode-1.2.2 py26-mako-0.2.5 py26-markdown-2.0.3 py26-parsing-1.5.2_1 py26-pytz-2009u py26-setuptools-0.6c11 py26-simplejson-2.0.9 py26-xlwt-0.7.2 python26-2.6.4 WWW: https://launchpad.net/openobject-client-web
I needed that, as I've been working a lot on setting up OpenERP solutions under FreeBSD so having the ports to take care of the dependencies is very useful.
Lately I've been working on a howto style doc too. In that doc I cover how to install and configure both the openerp server and the web client. I'll post about it once it is finished.