pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ocamlnet Updated net/ocamlnet to its latest versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99ce444f9a24
branches:  trunk
changeset: 626096:99ce444f9a24
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Fri Nov 01 11:11:18 2013 +0000

description:
Updated net/ocamlnet to its latest version, 3.7.3 (and changed maintainer
e-mail address). Changes include:

        * Shell.to_file: implement the append flag as documented
        * The libraries netcamlbox and netmulticore are now only built
          if completely supported.
        * Porting netcamlbox and netmulticore to ocaml-4.01:
          There are new implementations in OCaml for caml_modify and
          caml_initialize that are incompatible with our usage here.
          Fortunately, these symbols are now weak, and we can override
          them. This is done in netsys.outofheap, and for the time being
          we just use the old implementation from ocaml-4.00.
        * Porting netsys to ocaml-4.01: O_CLOEXEC is now supported
          if found
        * Netsys_sem: fix for systems that don't have
          Netsys_posix.sysconf_open_max (e.g. Win32).
        * Http_fs: read method: fixing a problem with resent messages
        * Http_client: better reaction after "100" responses
        * Http_client: implementing verbose_response_header, and
          verbose_response_contents again
        * Uq_ssl: debugging of payload data (Uq_ssl.Debug.dump_data)
        * Http_fs: fixing chunked encoding for PUT (this is already done
          in Http_client)
        * Nethttp: new function base_code
        * Http_client: handling the case better that an unknown status
                                        code is returned by the server. Before, [response_status] simply
          raised [Not_found]. Now, the base status is returned instead.
        * Extending ocamlrpcgen: It supports now six new directives,
          _lowercase, _uppercase, _capitalize, _prefix, _equals,
          and _tuple (see documentation).

diffstat:

 net/ocamlnet/Makefile |  6 +++---
 net/ocamlnet/PLIST    |  5 ++++-
 net/ocamlnet/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r 137b07146804 -r 99ce444f9a24 net/ocamlnet/Makefile
--- a/net/ocamlnet/Makefile     Fri Nov 01 10:53:27 2013 +0000
+++ b/net/ocamlnet/Makefile     Fri Nov 01 11:11:18 2013 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2013/07/27 10:20:59 jaapb Exp $
+# $NetBSD: Makefile,v 1.15 2013/11/01 11:11:18 jaapb Exp $
 #
 
-DISTNAME=              ocamlnet-3.6.6
+DISTNAME=              ocamlnet-3.7.3
 CATEGORIES=            net
 MASTER_SITES=          http://download.camlcity.org/download/
 
-MAINTAINER=            jaapb%kerguelen.org@localhost
+MAINTAINER=            jaapb%NetBSD.org@localhost
 HOMEPAGE=              http://projects.camlcity.org/projects/ocamlnet.html
 COMMENT=               Library focusing on application-level network protocols (OCaml)
 LICENSE=               zlib AND gnu-gpl-v2
diff -r 137b07146804 -r 99ce444f9a24 net/ocamlnet/PLIST
--- a/net/ocamlnet/PLIST        Fri Nov 01 10:53:27 2013 +0000
+++ b/net/ocamlnet/PLIST        Fri Nov 01 11:11:18 2013 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2013/06/24 15:11:38 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.8 2013/11/01 11:11:18 jaapb Exp $
 @unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/equeue
 @unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netcgi2-plex
 @unexec %D/libexec/ocaml-findlib-register del %D/lib/ocaml/site-lib/netplex
@@ -504,7 +504,9 @@
 lib/ocaml/site-lib/netsys/netsys.mli
 ${PLIST.opt}lib/ocaml/site-lib/netsys/netsys.p.a
 ${PLIST.opt}lib/ocaml/site-lib/netsys/netsys.p.cmxa
+lib/ocaml/site-lib/netsys/netsys_c_event.h
 ${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_c_gprof.o
+${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_c_outofheap.o
 lib/ocaml/site-lib/netsys/netsys_conf.cmi
 ${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_gprof_init.cmi
 ${PLIST.opt}lib/ocaml/site-lib/netsys/netsys_gprof_init.mli
@@ -636,6 +638,7 @@
 ${PLIST.opt}lib/ocaml/site-lib/rpc-generator/rpc_generator.p.cmxa
 lib/ocaml/site-lib/rpc-generator/rpcgen-packlist
 lib/ocaml/site-lib/rpc-generator/syntax.cmi
+lib/ocaml/site-lib/rpc-generator/test_aux.mli
 ${PLIST.ssl}lib/ocaml/site-lib/rpc-ssl/META
 ${PLIST.ssl}${PLIST.opt}lib/ocaml/site-lib/rpc-ssl/rpc_ssl.a
 ${PLIST.ssl}lib/ocaml/site-lib/rpc-ssl/rpc_ssl.cma
diff -r 137b07146804 -r 99ce444f9a24 net/ocamlnet/distinfo
--- a/net/ocamlnet/distinfo     Fri Nov 01 10:53:27 2013 +0000
+++ b/net/ocamlnet/distinfo     Fri Nov 01 11:11:18 2013 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2013/07/27 10:20:59 jaapb Exp $
+$NetBSD: distinfo,v 1.13 2013/11/01 11:11:18 jaapb Exp $
 
-SHA1 (ocamlnet-3.6.6.tar.gz) = fb630aa31e5f2c20ea1d667b8b58f1a2df811322
-RMD160 (ocamlnet-3.6.6.tar.gz) = 5c114abf0dffd5dd0a62e24638fce82002a92997
-Size (ocamlnet-3.6.6.tar.gz) = 3340847 bytes
+SHA1 (ocamlnet-3.7.3.tar.gz) = 8d5def2a162b772727b5af8f66a31a5c750656b0
+RMD160 (ocamlnet-3.7.3.tar.gz) = 915ecf92b81e871d600fad3647e0927abdab0045
+Size (ocamlnet-3.7.3.tar.gz) = 3352779 bytes
 SHA1 (patch-Makefile.rules) = ffe0b4a56e2b1f0449ee6ceedaeffdb5b5abbc9a
 SHA1 (patch-src_netsys_netsys__c.c) = 0d188b95cae496cb0c535de5cfb2e0935c5ee0c0



Home | Main Index | Thread Index | Old Index