head 1.2; access; symbols pkgsrc-2014Q4:1.1.0.20 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.18 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.16 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.14 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.12 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.10 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.8 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.6 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.4 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.2 pkgsrc-2012Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2015.02.11.15.30.13; author jaapb; state dead; branches; next 1.1; commitid 1ANhXRKwyekNvB9y; 1.1 date 2012.08.12.17.47.43; author wiz; state Exp; branches; next ; desc @@ 1.2 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_client_Makefile,v 1.1 2012/08/12 17:47:43 wiz Exp $ install library stub with proper permissions --- src/client/Makefile.orig 2012-06-11 12:46:54.000000000 +0000 +++ src/client/Makefile @@@@ -97,7 +97,8 @@@@ odoc: ${DOC:.mli=.odoc} install: ${PREDEP} ${INSTALL} -m 755 -d ${CLIENTDIR} - ${INSTALL} -m 644 ${INTF} ${IMPL} ${STUBS} ${DOC} ${CLIENTDIR} + ${INSTALL} -m 644 ${INTF} ${IMPL} ${DOC} ${STUBS} ${CLIENTDIR} + ${BSD_INSTALL_LIB} ${EXEC_STUBS} ${CLIENTDIR} uninstall: -rm -fr ${CLIENTDIR} @ 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 @d1 1 a1 1 $NetBSD$ @