Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2006 23:24:37 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200612302324.kBUNObTX074641@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612302324.kBUNObTX074641>