aboutsummaryrefslogtreecommitdiff
path: root/www/tntnet
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Actually fix cxxtools build with clang, the previous update onlyJuergen Lock2011-06-251-1/+1
| | | | | | | | | silenced the warning with clang 2.9 but still generated broken code. - Bump PORTREVISION for devel/cxxtools and also for www/tntnet that depends on cxxtools. Notes: svn path=/head/; revision=276376
* Fix build with clang.Juergen Lock2011-06-222-0/+28
| | | | Notes: svn path=/head/; revision=276086
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-0/+1
| | | | Notes: svn path=/head/; revision=275104
* Update to 2.0 .Juergen Lock2011-04-015-60/+39
| | | | Notes: svn path=/head/; revision=272099
* Tntnet is a modular, multithreaded, high performance webapplicationserverJuergen Lock2011-03-266-0/+353
for C++. To create webapplications Tntnet has a template-language called ecpp similar to php, jsp or mason, where you can embed c++-code inside a html-page to generate active content. The ecpp-files are precompiled to c++-classes called components and compiled and linked into a shared library. This process is done at compiletime. WWW: http://www.tntnet.org/index.html Notes: svn path=/head/; revision=271796