Package: libcxxtools-dev Architecture: i386 Version: 1.4.3.6-1.1 Priority: optional Section: libdevel Source: cxxtools Maintainer: Kari Pahula Installed-Size: 828 Depends: libstdc++-dev, libcxxtools4 Filename: pool-etch/binary/backports/libcxxtools-dev_1.4.3.6-1.1_i386.deb Size: 173756 MD5sum: e33f33c6f05adde825331f8efc49228c SHA1: 5f975b78b237bfe20ded130dbe475b0edf387fec SHA256: 5997a058a56a671cfadcccc50395bacb5346745e5de8767575cb29f1a4efb450 SHA512: a0ae43f1c71ec19e11b31603410a7b802c08c651fa879095b4260b1a856cd80bc45b1ab45736d89c651f0f617ab12ef520962b3bd3d013b30b40fa92e2e38957 Description: library of unrelated but useful C++ classes cxxtools contains an argument-parser, a base-64 encoder/decoder, a C++ interface to iconv, md5-stream for easy MD5 calculation, threading classes, socket classes, a dynamic exception-safe buffer, a wrapper for dlopen/dlsym, a pool template (e.g., for a connection pool in a multi-threaded application), query_params, and a class for easy parsing of CGI parameters (GET and POST) in a CGI program. . This package has the development headers and the static libraries. . Homepage: http://www.tntnet.org/cxxtools.hms Package: libcxxtools4 Architecture: i386 Version: 1.4.3.6-1.1 Priority: optional Section: libs Source: cxxtools Maintainer: Kari Pahula Installed-Size: 300 Depends: libc6 (>= 2.3.6-6), libgcc1 (>= 1:4.1.1-12), libltdl3 (>= 1.5.2-2), libstdc++6 (>= 4.1.1-12) Filename: pool-etch/binary/backports/libcxxtools4_1.4.3.6-1.1_i386.deb Size: 100620 MD5sum: 0333ad38f011d445e3ce654a1ec547eb SHA1: 675dae4253d1918c90fd5de4aba955387d1a0b04 SHA256: c4699f14a2f212cd2b7024956d16e03be1a7ac5e0550999fdc76311c355801fa SHA512: 607612c9e410f2742bad9017af841fad2a0909aebfdd87749e825d4e2eedab9395ac03b16bc22b3579b52de50147286828cd70f7d978d6ba0fdbd566507c1ba5 Description: library of unrelated but useful C++ classes cxxtools contains an argument-parser, a base-64 encoder/decoder, a C++ interface to iconv, md5-stream for easy MD5 calculation, threading classes, socket classes, a dynamic exception-safe buffer, a wrapper for dlopen/dlsym, a pool template (e.g., for a connection pool in a multi-threaded application), query_params, and a class for easy parsing of CGI parameters (GET and POST) in a CGI program. . Homepage: http://www.tntnet.org/cxxtools.hms Package: libtntnet-dev Architecture: i386 Version: 1.6.0.1-1.1 Priority: extra Section: libdevel Source: tntnet Maintainer: Kari Pahula Installed-Size: 480 Depends: libc6 (>= 2.3.6-6), libcxxtools4, libgcc1 (>= 1:4.1.1-12), libstdc++6 (>= 4.1.1-12), libtntnet6, zlib1g (>= 1:1.2.1), libcxxtools-dev Conflicts: tntnet (<< 1.5.1+1.5.2pre3-3) Filename: pool-etch/binary/backports/libtntnet-dev_1.6.0.1-1.1_i386.deb Size: 109828 MD5sum: c3161673554ed3c3922dd526d1b0649b SHA1: 51c02203105795bf261ca65e0b55d2d927a7c978 SHA256: d77b0f992d7755fea763bedc72cab41e0e360131f0f0a8e3db140b06c214fb08 SHA512: c7a4952261434ba4b00eec2959d27ad5466a17a0aeb2dda6ec868d6a5d7e49674d2e7816a9357b3f45e7a9b8eadca3331a3f2b70c433683a9953e1209e5ea292 Description: Tntnet library development headers 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. The web server Tntnet needs only the compiled component library. . Because the web applications are compiled into native code, they are very fast and compact. . Components can call other components. So you can create building blocks of HTML parts and call them in other pages like subprocesses. . Requests are parsed by tntnet and the request information is easily accessible to the components. It supports GET and POST parameters and MIME multipart requests for file upload. . The template language has also support for internationalized applications. You can easily create web applications for different languages. . Other features are: cookies, HTTP upload, automatic request parameter parsing and conversion, automatic session management, scoped variables (application, request and session), internationalisation and keep-alive. . Logging is done through cxxtools, which provides a unique API for log4cpp, log4cxx or simple logging to files or console. . Tntnet is fully multithreaded and much work has been gone into making it scalable. It uses a dynamic pool of worker threads, which answer requests from HTTP clients. Package: libtntnet6 Architecture: i386 Version: 1.6.0.1-1.1 Priority: extra Section: libs Source: tntnet Maintainer: Kari Pahula Installed-Size: 660 Depends: libc6 (>= 2.3.6-6), libcxxtools4, libgcc1 (>= 1:4.1.1-12), libstdc++6 (>= 4.1.1-12), zlib1g (>= 1:1.2.1) Filename: pool-etch/binary/backports/libtntnet6_1.6.0.1-1.1_i386.deb Size: 240362 MD5sum: d404195514e9759eb3c0155fec3ed147 SHA1: 6d8ab17c910d53972cfd8d31e8e45c25a0ba6709 SHA256: 8e80369f82f6572f3950327d5f3d1b989d4017935359387d0b15bdab3ab98e85 SHA512: 8d31e3e101b4ed7d6b6d36eae76e32b05f3ab8b5e21afdcab53e386e7ba21c0df5bb870f03f7b49c26c264dcd442eda51e742503cdf833454ceb538efbda3249 Description: Tntnet libraries 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. The web server Tntnet needs only the compiled component library. . Because the web applications are compiled into native code, they are very fast and compact. . Components can call other components. So you can create building blocks of HTML parts and call them in other pages like subprocesses. . Requests are parsed by tntnet and the request information is easily accessible to the components. It supports GET and POST parameters and MIME multipart requests for file upload. . The template language has also support for internationalized applications. You can easily create web applications for different languages. . Other features are: cookies, HTTP upload, automatic request parameter parsing and conversion, automatic session management, scoped variables (application, request and session), internationalisation and keep-alive. . Logging is done through cxxtools, which provides a unique API for log4cpp, log4cxx or simple logging to files or console. . Tntnet is fully multithreaded and much work has been gone into making it scalable. It uses a dynamic pool of worker threads, which answer requests from HTTP clients. Package: tntnet-demos Architecture: i386 Version: 1.6.0.1-1.1 Priority: extra Section: doc Source: tntnet Maintainer: Kari Pahula Installed-Size: 628 Depends: libc6 (>= 2.3.6-6), libgcc1 (>= 1:4.1.1-12), libstdc++6 (>= 4.1.1-12), libtntnet6 Filename: pool-etch/binary/backports/tntnet-demos_1.6.0.1-1.1_i386.deb Size: 188826 MD5sum: 617bbeb42106bcbc725b0f2a627107fa SHA1: 678457678f42107ffe1f67f4424e544f8ea5b7d2 SHA256: c4b3a5d3c9be650f52ec43b6005e39eb821334ce8e4a1e0427cd5aff56f689f4 SHA512: df7cd09e07a2eeaba4f51ac41d60401f5a8fe199935ccb1895b2766eb41ed545be6dec5c63b40cd6a3a7211de391de4bea435015945cea7f73ce6610de6a5de9 Description: demo web applications for Tntnet 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. The web server Tntnet needs only the compiled component library. . Because the web applications are compiled into native code, they are very fast and compact. . Components can call other components. So you can create building blocks of HTML parts and call them in other pages like subprocesses. . Requests are parsed by tntnet and the request information is easily accessible to the components. It supports GET and POST parameters and MIME multipart requests for file upload. . The template language has also support for internationalized applications. You can easily create web applications for different languages. . Other features are: cookies, HTTP upload, automatic request parameter parsing and conversion, automatic session management, scoped variables (application, request and session), internationalisation and keep-alive. . Logging is done through cxxtools, which provides a unique API for log4cpp, log4cxx or simple logging to files or console. . Tntnet is fully multithreaded and much work has been gone into making it scalable. It uses a dynamic pool of worker threads, which answer requests from HTTP clients. Package: tntnet-doc Architecture: all Version: 1.6.0.1-1.1 Priority: extra Section: doc Source: tntnet Maintainer: Kari Pahula Installed-Size: 1816 Filename: pool-etch/binary/backports/tntnet-doc_1.6.0.1-1.1_all.deb Size: 1398520 MD5sum: ac368f5ff57a006f8fad51e7e00ff86a SHA1: fab3f3d32cce21c2bbb8cd8ccf40398fc264349b SHA256: 8109518089a298a7e5f2eb5a6bba2f10563e4f1ab2d19f6e3c45a6500bdae6da SHA512: bec08507328b0a1f1431e609a1a90618e60f4b43dfaefde8753e31d27605b096f8d38b6113188ff49239506c163eb288c25b3122710d7b82a8a632c7f2547541 Description: documentation for Tntnet 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. The web server Tntnet needs only the compiled component library. . Because the web applications are compiled into native code, they are very fast and compact. . Components can call other components. So you can create building blocks of HTML parts and call them in other pages like subprocesses. . Requests are parsed by tntnet and the request information is easily accessible to the components. It supports GET and POST parameters and MIME multipart requests for file upload. . The template language has also support for internationalized applications. You can easily create web applications for different languages. . Other features are: cookies, HTTP upload, automatic request parameter parsing and conversion, automatic session management, scoped variables (application, request and session), internationalisation and keep-alive. . Logging is done through cxxtools, which provides a unique API for log4cpp, log4cxx or simple logging to files or console. . Tntnet is fully multithreaded and much work has been gone into making it scalable. It uses a dynamic pool of worker threads, which answer requests from HTTP clients. Package: tntnet Architecture: i386 Version: 1.6.0.1-1.1 Priority: extra Section: web Maintainer: Kari Pahula Installed-Size: 448 Provides: httpd, httpd-cgi Depends: libc6 (>= 2.3.6-6), libcxxtools4, libgcc1 (>= 1:4.1.1-12), libgcrypt11 (>= 1.2.2), libgnutls13 (>= 1.4.0-0), libstdc++6 (>= 4.1.1-12), libtntnet6, net-tools Filename: pool-etch/binary/backports/tntnet_1.6.0.1-1.1_i386.deb Size: 146846 MD5sum: f592bb4a401348c37aa9323eb6f5291b SHA1: 18e3ce41c43f93b103aea4c94baeebee7e81d953 SHA256: ed58798b86c91ebf24b200138b475eee93cd8cae4f25cbb1c2c424ac795531e6 SHA512: 418e2885d04fd88ed9e095a1ac4717110d5a5968ea4ddc70d73edbe6a00f5409b121110e17cbf6007b18aff220128ac5a7341bba4766685f06e95bd2eecedbbf Description: modular, multithreaded web application server for C++ 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. The web server Tntnet needs only the compiled component library. . Because the web applications are compiled into native code, they are very fast and compact. . Components can call other components. So you can create building blocks of HTML parts and call them in other pages like subprocesses. . Requests are parsed by tntnet and the request information is easily accessible to the components. It supports GET and POST parameters and MIME multipart requests for file upload. . The template language has also support for internationalized applications. You can easily create web applications for different languages. . Other features are: cookies, HTTP upload, automatic request parameter parsing and conversion, automatic session management, scoped variables (application, request and session), internationalisation and keep-alive. . Logging is done through cxxtools, which provides a unique API for log4cpp, log4cxx or simple logging to files or console. . Tntnet is fully multithreaded and much work has been gone into making it scalable. It uses a dynamic pool of worker threads, which answer requests from HTTP clients.