summaryrefslogtreecommitdiff
path: root/www/mod_cplusplus/files (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-01Remove expired ports:Rene Ladan2-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
2015-01-03- try to fix linker error (/usr/bin/ld: cannot find -lstdc++) [1]Olli Hauer1-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
2009-02-03- Update to 1.5.4Philip M. Gollucci2-57/+0
Notes: svn path=/head/; revision=227521
2007-06-14- Fix build with gcc 4.2Martin Wilke1-0/+11
Submitted by: pointyhat via kris Approved by: maintainer Notes: svn path=/head/; revision=193453
2006-12-30mod_cplusplus is a proper apache module which allows you to load cpp objectsMartin Wilke2-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