Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6BA3EA654D for ; Wed, 11 Feb 2015 15:30:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F1E0014A26D; Wed, 11 Feb 2015 15:30:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E307614A268 for ; Wed, 11 Feb 2015 15:30:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6bzPa83GDjaa for ; Wed, 11 Feb 2015 15:30:13 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3CE7414A25F for ; Wed, 11 Feb 2015 15:30:13 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 310D998; Wed, 11 Feb 2015 15:30:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 11 Feb 2015 15:30:13 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/www/eliom To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20150211153013.310D998@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jaapb Date: Wed Feb 11 15:30:13 UTC 2015 Modified Files: pkgsrc/www/eliom: Makefile PLIST distinfo Added Files: pkgsrc/www/eliom/patches: patch-pkg_build.ml Removed Files: pkgsrc/www/eliom/patches: patch-src_Makefile patch-src_client_Makefile patch-src_client_Makefile.filelist Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/eliom/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/eliom/PLIST pkgsrc/www/eliom/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/www/eliom/patches/patch-pkg_build.ml cvs rdiff -u -r1.2 -r0 pkgsrc/www/eliom/patches/patch-src_Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/www/eliom/patches/patch-src_client_Makefile \ pkgsrc/www/eliom/patches/patch-src_client_Makefile.filelist Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.