Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and using PostgreSQL as database engine. It is the core base of a complete business solution providing modularity, scalability and security. WWW: http://www.tryton.org/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Shouldn't a dependency to PostgreSQL be added?
Hi, Using trytond requires postgresql-server but not postgresql-client, so we can not add line of "USE_PGSQL=yes" here. Since many php+mysql packages does not add the depends of mysql, I did not add the depends line here either, but mentioned it in PKG_MESSAGE . Any way thank your advision. wen
State Changed From-To: open->closed New port added. Thanks!
miwi 2009-07-12 22:12:14 UTC FreeBSD ports repository Modified files: finance Makefile Added files: finance/trytond Makefile distinfo pkg-descr pkg-plist finance/trytond/files pkg-message.in Log: Tryton is a three-tiers high-level general purpose application platform under the license GPL-3 written in Python and using PostgreSQL as database engine. It is the core base of a complete business solution providing modularity, scalability and security. WWW: http://www.tryton.org/ PR: ports/136617 Submitted by: Wen Heping<wenheping at gmail.com> Revision Changes Path 1.73 +1 -0 ports/finance/Makefile 1.1 +56 -0 ports/finance/trytond/Makefile (new) 1.1 +3 -0 ports/finance/trytond/distinfo (new) 1.1 +16 -0 ports/finance/trytond/files/pkg-message.in (new) 1.1 +6 -0 ports/finance/trytond/pkg-descr (new) 1.1 +352 -0 ports/finance/trytond/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"