cvs commit: ports/www Makefile ports/www/mod_cplusplus Makefile distinfo pkg-descr pkg-plist ports/www/mod_cplusplus/files patch-configure.in pkg-message.in

Martin Wilke miwi at FreeBSD.org
Sat Dec 30 15:24:38 PST 2006


miwi        2006-12-30 23:24:37 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/mod_cplusplus    Makefile distinfo pkg-descr pkg-plist 
    www/mod_cplusplus/files patch-configure.in pkg-message.in 
  Log:
  mod_cplusplus is a proper apache module which allows you to load cpp objects
  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>
  
  Revision  Changes    Path
  1.1657    +1 -0      ports/www/Makefile
  1.1       +47 -0     ports/www/mod_cplusplus/Makefile (new)
  1.1       +3 -0      ports/www/mod_cplusplus/distinfo (new)
  1.1       +46 -0     ports/www/mod_cplusplus/files/patch-configure.in (new)
  1.1       +7 -0      ports/www/mod_cplusplus/files/pkg-message.in (new)
  1.1       +7 -0      ports/www/mod_cplusplus/pkg-descr (new)
  1.1       +11 -0     ports/www/mod_cplusplus/pkg-plist (new)


More information about the cvs-ports mailing list