Here is a new port, the ocsigen web framework (and server). I've done something not very nice in the Makefile; if NOPORTDOCS is set, it will install the documentation files to /var/null. I'll ask the upstream developer to include a switch in the configuration file to not install documentation in the next version. Fix: shar archive is included: Patch attached with submission follows: How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2007-04-23 10:06:57 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/ocsigen Makefile distinfo pkg-descr pkg-plist www/ocsigen/files patch-Makefile patch-configure patch-modules_Makefile patch-server_Makefile patch-xmlp4_oldocaml_Makefile Log: Ocsigen is a web programming framework for OCaml. It can be used as a web server, serving static pages, but it is also possible to implement entire web sites as OCaml modules. WWW: http://www.ocsigen.org PR: ports/111759 Submitted by: Jaap Boender <jaapb at kerguelen.org> Revision Changes Path 1.1796 +1 -0 ports/www/Makefile 1.1 +65 -0 ports/www/ocsigen/Makefile (new) 1.1 +3 -0 ports/www/ocsigen/distinfo (new) 1.1 +80 -0 ports/www/ocsigen/files/patch-Makefile (new) 1.1 +121 -0 ports/www/ocsigen/files/patch-configure (new) 1.1 +11 -0 ports/www/ocsigen/files/patch-modules_Makefile (new) 1.1 +11 -0 ports/www/ocsigen/files/patch-server_Makefile (new) 1.1 +11 -0 ports/www/ocsigen/files/patch-xmlp4_oldocaml_Makefile (new) 1.1 +5 -0 ports/www/ocsigen/pkg-descr (new) 1.1 +142 -0 ports/www/ocsigen/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"
State Changed From-To: open->closed New port added. Thanks!