Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 259686

Summary: Wt, the C++ WebToolkit
Product: Gentoo Linux Reporter: Christoph Gysin <christoph.gysin>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: 0xd34df00d, andreis.vinogradovs, dev-zero, nikoli, pva, yo
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.webtoolkit.eu
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 259596    
Bug Blocks:    
Attachments: dev-cpp/wt/wt-2.2.3.ebuild
dev-cpp/wt/wt-2.2.3.ebuild

Description Christoph Gysin 2009-02-20 09:44:34 UTC
Wt (pronounced 'witty') is a C++ library and application server for developing and deploying web applications. It is not a 'framework', which enforces a way of programming, but a library.
Comment 1 Christoph Gysin 2009-02-20 09:47:12 UTC
Created attachment 182632 [details]
dev-cpp/wt/wt-2.2.3.ebuild

The ebuild depends on features in cmake-utils.eclass from http://bugs.gentoo.org/show_bug.cgi?id=259596
Comment 2 Christoph Gysin 2009-02-20 10:44:46 UTC
Created attachment 182640 [details]
dev-cpp/wt/wt-2.2.3.ebuild

- added ~amd64 keyword
- added missing fcgi dependency
- fix linking of wtwithqt example
- use mycmakeargs instead of ECONF_EXTRA
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2009-04-21 07:56:53 UTC
*** Bug 143731 has been marked as a duplicate of this bug. ***
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2010-10-14 17:01:49 UTC
*** Bug 336048 has been marked as a duplicate of this bug. ***
Comment 5 Peter Volkov (RETIRED) gentoo-dev 2010-10-14 17:04:24 UTC
Ha, and completely independently Nikoly wrote his version that was commited to the tree some hours ago...  Christoph, please, check if there are any features missed compare to your ebuild and report in new bug then. This bug is fixed: wt is in the tree.
Comment 6 Christoph Gysin 2010-10-14 17:51:20 UTC
Looks good, although it disables building the examples. My version gave you a useflag "examples" to include these.
Comment 7 Peter Volkov (RETIRED) gentoo-dev 2010-10-15 12:05:51 UTC
Nikoly what do you think about examples? :)

https://bugs.gentoo.org/show_bug.cgi?id=259686#c6
Comment 8 Nikoli 2010-10-15 14:05:43 UTC
'examples' need patching (automagic), size of patch will be not small. Appropriateness of such patch is low: only developers of wt-based products need examples, they already know how to build them.