summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2013-04-03 12:43:29 +0000
committerjaapb <jaapb@pkgsrc.org>2013-04-03 12:43:29 +0000
commit284fdd6c213c793c3bcfa829f0038d92e20482c5 (patch)
treee3bdb7c59329fe34ae4139bc807eadc6d22014b5 /net
parent2d28065a967467e6a7b88edfd5b575d84a44e95f (diff)
downloadpkgsrc-284fdd6c213c793c3bcfa829f0038d92e20482c5.tar.gz
Updated package to version 3.6.3. Changes include:
* Netmcore_heap.mli: allowing to [add] bigarrays. New function [add_string] for creating uninitialized strings on heaps. New function [add_immutable] for retaining value sharing. * Netsys_mem: New options [Copy_conditionally] and [Keep_atom] for function [init_value]. * netsys_c_subprocess.c: fixing a deadlock issue (when calling commands via the Shell library) * Netdate: Fix interpretation of the ~localzone argument of several functions. Now the timezone is assumed for the target time, not the calling time * Netdate: Adding localization * Netconversion: Adding functions for converting to lowercase/ uppercase/titlecase, and for case-insensitive comparison * Fix Netfs.copy: When the copy method throws EXDEV, it is fallen back to a streaming-type copy * Several fixes for OS X * Daemonizer: now using a signal for waiting until the children are up and running * Fixes for OCaml-4.00 * Better endianness check as suggested by Matias Giovannini * Fixing handling of `Recv_send_implied sockets in socket_multiplex_controller * netzip: it is now autodetected whether the camlzip library is available under the findlib name "zip" or "camlzip"
Diffstat (limited to 'net')
-rw-r--r--net/ocamlnet/Makefile5
-rw-r--r--net/ocamlnet/PLIST4
-rw-r--r--net/ocamlnet/distinfo9
-rw-r--r--net/ocamlnet/patches/patch-src_netzip_netgzip.ml16
4 files changed, 9 insertions, 25 deletions
diff --git a/net/ocamlnet/Makefile b/net/ocamlnet/Makefile
index 03cbcebdbd3..b9c7ed0d4e9 100644
--- a/net/ocamlnet/Makefile
+++ b/net/ocamlnet/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2013/02/06 23:23:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.11 2013/04/03 12:43:29 jaapb Exp $
#
-DISTNAME= ocamlnet-3.6
-PKGREVISION= 2
+DISTNAME= ocamlnet-3.6.3
CATEGORIES= net
MASTER_SITES= http://download.camlcity.org/download/
diff --git a/net/ocamlnet/PLIST b/net/ocamlnet/PLIST
index 821de6081d3..045202f4d10 100644
--- a/net/ocamlnet/PLIST
+++ b/net/ocamlnet/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2012/08/20 08:11:58 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2013/04/03 12:43:29 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
@@ -460,6 +460,8 @@ lib/ocaml/site-lib/netstring/netstring_top.cmo
lib/ocaml/site-lib/netstring/netstring_top.mli
lib/ocaml/site-lib/netstring/netulex.cmi
lib/ocaml/site-lib/netstring/netulex.mli
+lib/ocaml/site-lib/netstring/netunichar.cmi
+lib/ocaml/site-lib/netstring/netunichar.mli
lib/ocaml/site-lib/netstring/neturl.cmi
lib/ocaml/site-lib/netstring/neturl.mli
lib/ocaml/site-lib/netstring/rtypes.cmi
diff --git a/net/ocamlnet/distinfo b/net/ocamlnet/distinfo
index 84f0df2b4bf..1fedf965104 100644
--- a/net/ocamlnet/distinfo
+++ b/net/ocamlnet/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.9 2013/01/20 16:03:32 riastradh Exp $
+$NetBSD: distinfo,v 1.10 2013/04/03 12:43:29 jaapb Exp $
-SHA1 (ocamlnet-3.6.tar.gz) = 37972c5ed04bbcae4661c40f1b0e49ef1c8111d8
-RMD160 (ocamlnet-3.6.tar.gz) = 3a1af8bc573150a26437e2c7feff3126b1ebfa9e
-Size (ocamlnet-3.6.tar.gz) = 3322518 bytes
+SHA1 (ocamlnet-3.6.3.tar.gz) = 9cf4b8eb293313140ee89ef8be9fa146b97abcce
+RMD160 (ocamlnet-3.6.3.tar.gz) = f20868f19090afd7c3c48904c5f76556de4b4e03
+Size (ocamlnet-3.6.3.tar.gz) = 3290612 bytes
SHA1 (patch-Makefile.rules) = ffe0b4a56e2b1f0449ee6ceedaeffdb5b5abbc9a
SHA1 (patch-src_netsys_netsys__c.c) = 0d188b95cae496cb0c535de5cfb2e0935c5ee0c0
-SHA1 (patch-src_netzip_netgzip.ml) = 04fd6e50094ed9a25937ed4b548d55f6313dd77b
diff --git a/net/ocamlnet/patches/patch-src_netzip_netgzip.ml b/net/ocamlnet/patches/patch-src_netzip_netgzip.ml
deleted file mode 100644
index 6575eab9c17..00000000000
--- a/net/ocamlnet/patches/patch-src_netzip_netgzip.ml
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-src_netzip_netgzip.ml,v 1.1 2012/08/20 08:11:58 wiz Exp $
-
-Syntax change to conform to ocaml 4.00
---- src/netzip/netgzip.ml.orig 2012-07-19 23:25:26.000000000 +0000
-+++ src/netzip/netgzip.ml
-@@ -322,8 +322,8 @@ class output_deflate ?level ch =
- let () =
- Netcompression.register
- ~iana_name:"gzip"
-- ~decoder:(new inflating_pipe)
-- ~encoder:(new deflating_pipe)
-+ ~decoder:(fun () -> new inflating_pipe ())
-+ ~encoder:(fun () -> new deflating_pipe ())
- ()
-
-