Bug 107361 - new port for mod_cplusplus (Apache module)
Summary: new port for mod_cplusplus (Apache module)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-30 19:50 UTC by Mike Durian
Modified: 2006-12-30 23:30 UTC (History)
0 users

See Also:


Attachments
file.shar (5.33 KB, text/plain)
2006-12-30 19:50 UTC, Mike Durian
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Durian 2006-12-30 19:50:26 UTC
	Here's a new port of mod_cplusplus
	(http://modcplusplus.sourceforge.net/)

	sipX will require it if it ever becomes a port.

How-To-Repeat: 	N/A
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-12-30 20:57:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-12-30 23:24:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-12-30 23:24:44 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"