Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id CC87B63B8DB for ; Wed, 10 Oct 2012 11:23:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8941914A174; Wed, 10 Oct 2012 11:23:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8741514A179 for ; Wed, 10 Oct 2012 11:23:33 +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 xRGEkfQ-S6J6 for ; Wed, 10 Oct 2012 11:23:33 +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 07C0014A169 for ; Wed, 10 Oct 2012 11:23:33 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id EBC5C175DD; Wed, 10 Oct 2012 11:23:32 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 10 Oct 2012 11:23:32 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/www/ocaml-http To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20121010112332.EBC5C175DD@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 Oct 10 11:23:32 UTC 2012 Added Files: pkgsrc/www/ocaml-http: DESCR Makefile PLIST distinfo pkgsrc/www/ocaml-http/patches: patch-Makefile patch-Makefile.defs Log Message: Initial commit of www/ocaml-http, version 0.1.5. OCaml HTTP is a simple OCaml library for creating HTTP daemons. It is largely inspired by Perl's HTTP:: modules family. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/ocaml-http/DESCR \ pkgsrc/www/ocaml-http/Makefile pkgsrc/www/ocaml-http/PLIST \ pkgsrc/www/ocaml-http/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/www/ocaml-http/patches/patch-Makefile \ pkgsrc/www/ocaml-http/patches/patch-Makefile.defs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.