head	1.2;
access;
symbols
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.01.30.04.56.00;	author beech;	state dead;
branches;
next	1.1;

1.1
date	2007.04.23.10.06.57;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.1.0

- Changelog at http://www.ocsigen.org/install/ocsigen

PR:		ports/130508
Submitted by:	Jaap Boender <jaapb@@kerguelen.org> (maintainer)
@
text
@--- server/Makefile.orig	Thu Mar 15 12:27:55 2007
+++ server/Makefile	Mon Apr 23 10:19:29 2007
@@@@ -41,7 +41,7 @@@@
 CAMLDEP = $(OCAMLFIND) ocamldep
 LIB = -thread -package netstring,$(NETSYS)ssl -I ../lib -I +camlp4
 PP = 
-PP2 = -pp "camlp4o ../lib/xhtmlsyntax.cma -- -loc loc"
+PP2 = -pp "$(CAMLP4O) ../lib/xhtmlsyntax.cma -- -loc loc"
 
 CMAO = nums.cma dynlink.cma unix.cma \
        ssl.cma pcre.cma $(NETSYSCMA) netstring.cma \
@


1.1
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>
@
text
@@

