Port details |
- tntnet Webapplicationserver for C++
- 2.2.1_6 www =2 2.2.1_6Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2011-03-26 19:12:40
- Last Update: 2024-02-26 14:31:42
- Commit Hash: 6cacdab
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: not specified in port
- WWW:
- https://www.tntnet.org/index.html
- Description:
- Tntnet is a modular, multithreaded, high performance webapplicationserver
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/tntnet/ && make install clean
- To add the package, run one of these commands:
- pkg install www/tntnet
- pkg install tntnet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tntnet
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tntnet-2.2.1.tar.gz) = c83170d08ef04c5868051e1c28c74b9562fe71e9e8263828e755ad5bd3547521
SIZE (tntnet-2.2.1.tar.gz) = 1127500
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- zip : archivers/zip
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcxxtools.so : devel/cxxtools
- This port is required by:
- for Libraries
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_tntnet
- USES:
- cpe iconv libtool localbase:ldflags pathfix pkgconfig shebangfix ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.1_6 26 Feb 2024 14:31:42 |
Muhammad Moinur Rahman (bofh) |
www/tntnet: Moved man to share/man
Approved by: portmgr (blanket) |
2.2.1_5 02 Aug 2023 18:53:43 |
Muhammad Moinur Rahman (bofh) |
www/tntnet: Fix build with llvm16
- Utilize USES=localbase
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.2.1_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.2.1_5 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.2.1_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2.1_5 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.2.1_5 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.2.1_5 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.2.1_4 14 Dec 2015 02:52:14 |
eadler |
Reset maintainer |
2.2.1_4 14 Aug 2015 14:08:45 |
amdmi3 |
- Fix shebangs
- Drop @dirrm* from plist
Approved by: portmgr blanket
MFH: 2015Q3 (blanket) |
2.2.1_3 20 May 2015 01:21:46 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
2.2.1_3 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
2.2.1_2 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.2.1_1 02 Jul 2014 13:46:04 |
tijl |
- Add USES=libtool
- Remove -pthread and -lgnutls from LDFLAGS
- New LIB_DEPENDS syntax
- Replace some += with =
- Use @sample |
2.2.1 27 Jan 2014 21:50:45 |
nox |
- Update devel/cxxtools and www/tntnet to 2.2.1 and stagify them.
- Update www/vdr-plugin-live to 0.3.0 with patches merged from the
git 0.3.0 branch. (stagifying the vdr ports left for later.)
- Use new LIB_DEPENDS syntax.
- Rewrite NOPORTDOCS. |
2.1_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.1_1 19 Sep 2013 21:42:52 |
nox |
(Attempt to) fix build on recent head. (clang+libc++)
Submitted by: beefy2 via pkg-fallout |
2.1_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.1_1 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
2.1_1 07 Feb 2013 12:37:48 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)
Approved by: portmgr |
2.1_1 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
2.1 27 Apr 2012 17:46:04 |
nox |
- Update devel/cxxtools and www/tntnet to 2.1 .
- Bump PORTREVISION for www/vdr-plugin-live that depends on tntnet. |
2.0_2 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
2.0_2 25 Jun 2011 18:34:33 |
nox |
- Actually fix cxxtools build with clang, the previous update only
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. |
2.0_1 22 Jun 2011 22:57:16 |
nox |
Fix build with clang. |
2.0_1 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
2.0 01 Apr 2011 19:10:59 |
nox |
Update to 2.0 . |
1.6.3 26 Mar 2011 19:12:11 |
nox |
Tntnet is a modular, multithreaded, high performance webapplicationserver
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 |