Bug 111759 - New port: www/ocsigen (web programming framework for OCaml)
Summary: New port: www/ocsigen (web programming framework for OCaml)
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: 2007-04-17 11:30 UTC by jaapb
Modified: 2007-04-23 11:10 UTC (History)
0 users

See Also:


Attachments
file.shar (17.71 KB, text/plain)
2007-04-17 11:30 UTC, jaapb
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaapb 2007-04-17 11:30:02 UTC
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
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-04-17 11:39:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-23 11:07:04 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-04-23 11:07:11 UTC
State Changed
From-To: open->closed

New port added. Thanks!