head 1.3; access; symbols pkgsrc-2014Q4:1.2.0.18 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.16 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.14 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.12 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.10 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.8 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.4 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.1.0.2 pkgsrc-2012Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2015.02.11.15.30.13; author jaapb; state dead; branches; next 1.2; commitid 1ANhXRKwyekNvB9y; 1.2 date 2012.12.15.16.18.42; author jaapb; state Exp; branches; next 1.1; 1.1 date 2012.08.12.17.47.43; author wiz; state Exp; branches; next ; desc @@ 1.3 log @Updated package to latest version, 4.1.0. Changes include: * Reactive DOM elements (thanks to a contribution by besport.com) * PUT and DELETE services for RESTful Eliom Applications Contribution by Domoco) * EXPERIMENTAL: Mobile apps with Eliom. By making it possible to start he application from client-side. * Documentation improvements * Improvements in typing of services (Contribution by Jacques-Pascal Deplaix) * Filtering data from Eliom buses * "caml" in value or type names now replaced by "OCaml" everywhere * New module {{{Eliom_registration.File_ct}}} to make easier to send files with heir content type * Now possible to define services in shared sections * Adding function {{{Eliom_client.change_url}}} to change the URL without doing a request * Adding function {{{Eliom_service.attach_coservice'}}} to attach a non-attached coservice to an URL * Improving comet configurations: now possible to stay idle instead of being completely inactive * Now using defaultprotocol option (from ocsigenserver) to compute URLs * The default expiration date for cookies on client side is now 10 years * Now possible to send files in {{{Eliom_client.call_ocaml_service}}} * Various additions and bugfixes in {{{Manip}}}, {{{Eliom_request_info}}}, {{Eliom_content.html5}}} (events) (contributions by besport.com) * eliom-destillery renamed into eliom-distillery * Templates for eliom-distillery * New programs: eliomdoc and eliompp * Ocamlbuild package * Various bugfixes @ text @$NetBSD: patch-src_Makefile,v 1.2 2012/12/15 16:18:42 jaapb Exp $ Use correct BSD installation tools --- src/Makefile.orig 2012-12-13 16:16:17.000000000 +0000 +++ src/Makefile @@@@ -60,9 +60,9 @@@@ install: install.META install.man ${MAKE} -C tools install install.man: install.META - $(INSTALL) -m 755 -d $(TEMPROOT)$(MANDIR)/man1 - $(INSTALL) -m 755 files/eliomc.1 $(TEMPROOT)$(MANDIR)/man1 - $(INSTALL) -m 755 files/eliom-destillery.1 $(TEMPROOT)$(MANDIR)/man1 + $(BSD_INSTALL_MAN_DIR) -d $(TEMPROOT)$(MANDIR)/man1 + $(BSD_INSTALL_MAN) files/eliomc.1 $(TEMPROOT)$(MANDIR)/man1 + $(BSD_INSTALL_MAN) files/eliom-destillery.1 $(TEMPROOT)$(MANDIR)/man1 ln -sf eliomc.1 $(TEMPROOT)$(MANDIR)/man1/js_of_eliom.1 ln -sf eliomc.1 $(TEMPROOT)$(MANDIR)/man1/eliomopt.1 ln -sf eliomc.1 $(TEMPROOT)$(MANDIR)/man1/eliomcp.1 @ 1.2 log @Updated www/eliom to version 3.0.3 (the latest). Changes include: * Language ** Generalized client values in server code ** Injections into client sections * Tools ** Added eliom-destillery for generating project scaffolds ** Support Eliom interface files (.eliomi) in eliomc, eliomdep ** eliomdep: Generate dependencies between eliom-modules ** eliomc: infer only with option -infer, drop option -noinfer ** eliomc: Basic support for -i on eliom-files ** eliom{c,dep,opt},js_of_eliom: -dump to output the intermediate code ** eliomc,js_of_eliom: always open Eliom_pervasives in eliom files * API ** Eliom_pervasives.server_function to easily access the from the client ** Get current state of a scope ** Module to access values of Eliom references in external states (Eliom_state.Ext) ** Scope names are now named scope hierarchies ** Iterate the scope hierarchy (group > session > client > request) ** Adding Eliom_parameter.(type_checker, neopt) ** Add functions to insert html5 in atom feeds ** Eliom_tools.{F,D}.html to ease creation of head-tag ** Eliom_tools.wrap_handler as an easy alernative to Eliom_registration.Customize ** Test for initial request of a client on the server * Changed server behaviour ** Eliom_state.discard_everything now also discards request state ** Don't send nodes as data when they are part of the document * Changed client behaviour ** Show progress cursor during navigation with change_page ** Improved error messages ** Fail on the client when a [server_function] or call_caml_service fails on the server * Bugfixes ** Allow % for injections directly after parentheses * Support dropped for ** Xhtml ** OCamlDuce ** Eliom_compatibility_2_1 * A myriade of bugfixes @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Import eliom-2.2.2 as www/eliom, packaged by Jaap Boender. Eliom is an OCaml library for the webserver Ocsigen that allows for the creation of dynamic webpages. In this way, a website is not written as a separate set of pages, but as one integral OCaml module. @ text @d3 2 a4 2 install manpage with proper permissions --- src/Makefile.orig 2012-06-11 12:46:54.000000000 +0000 d6 2 a7 1 @@@@ -61,7 +61,7 @@@@ install: install.META install.man d10 1 a10 1 $(INSTALL) -m 755 -d $(TEMPROOT)$(MANDIR)/man1 d12 4 a15 1 + $(INSTALL) -m 644 files/eliomc.1 $(TEMPROOT)$(MANDIR)/man1 @