Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 259686 - Wt, the C++ WebToolkit
Summary: Wt, the C++ WebToolkit
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.webtoolkit.eu
Whiteboard:
Keywords:
: 143731 336048 (view as bug list)
Depends on: 259596
Blocks:
  Show dependency tree
 
Reported: 2009-02-20 09:44 UTC by Christoph Gysin
Modified: 2010-10-15 14:05 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-cpp/wt/wt-2.2.3.ebuild (wt-2.2.3.ebuild,2.33 KB, text/plain)
2009-02-20 09:47 UTC, Christoph Gysin
Details
dev-cpp/wt/wt-2.2.3.ebuild (wt-2.2.3.ebuild,2.51 KB, text/plain)
2009-02-20 10:44 UTC, Christoph Gysin
Details

Note You need to log in before you can comment on or make changes to this bug.
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.