Bug 136617 - [NEW PORT]finance/trytond:A three-tiers high-level general purpose application platform
Summary: [NEW PORT]finance/trytond:A three-tiers high-level general purpose applicatio...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-09 15:20 UTC by wenheping
Modified: 2009-07-12 23:20 UTC (History)
0 users

See Also:


Attachments
file.shar (28.14 KB, text/plain)
2009-07-09 15:20 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-07-09 15:20:01 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-09 15:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dereckson 2009-07-09 15:47:01 UTC
Shouldn't a dependency to PostgreSQL be added?
Comment 3 wenheping 2009-07-11 04:26:56 UTC
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
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-07-12 23:12:04 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-07-12 23:12:35 UTC
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"