summaryrefslogtreecommitdiff
path: root/www/mod_cplusplus/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Rene Ladan2015-03-012-21/+0
| | | | | | | | | | | | | | | | 2015-02-28 finance/openerp-server: Broken for more than 6 months 2015-02-28 graphics/p5-Geo-KML 2015-02-28 mail/postfix-tls: TLS is now a default for postfix / postfix-current 2015-02-28 net/spserver: Broken for more than 6 months 2015-02-28 net/xrdesktop: Unmaintained upstream - please use net/xrdesktop2 instead 2015-02-28 www/mediawiki122: Deprecated by upstream, use www/mediawiki12{3,4} instead 2015-02-28 www/mod_cplusplus: written for apache 2.0, no longer maintained upstream 2015-02-28 www/py-django15: not supported by upstream math/isabelle and ports-mgmt/porteasy have pending updates, so preserve them. Notes: svn path=/head/; revision=380168
* - try to fix linker error (/usr/bin/ld: cannot find -lstdc++) [1]Olli Hauer2015-01-031-0/+14
| | | | | | | | | | | | | | - mark broken on FreeBSD > 1001000 - mark DEPRECATED, set EXPIRATION_DATE to 2015-02-28 [2] - bump PORTREVISION to allert potential users [1] setting ac_cv_header_stdc=no or CPPFLAGS+=-DNO_STDCPP in Makefile does not work, so try to fix direct configure.in [2] source written for apache 2.0, last release dates back to 2008-07-08 Notes: svn path=/head/; revision=376120
* - Update to 1.5.4Philip M. Gollucci2009-02-032-57/+0
| | | | Notes: svn path=/head/; revision=227521
* - Fix build with gcc 4.2Martin Wilke2007-06-141-0/+11
| | | | | | | | Submitted by: pointyhat via kris Approved by: maintainer Notes: svn path=/head/; revision=193453
* mod_cplusplus is a proper apache module which allows you to load cpp objectsMartin Wilke2006-12-302-0/+53
as handlers for Apache-2.0. It differs from other modules i've seen in that it manages the loading and calling of separate shared objects containing your handler classes. This allows you to easily and cleanly run an entire site with c++ handlers. WWW: http://modcplusplus.sourceforge.net/ PR: ports/107361 Submitted by: Michael Durian <durian at shadetreesoftware.com> Notes: svn path=/head/; revision=181111