summaryrefslogtreecommitdiff
path: root/lang/erlang-doc
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-07-18 08:55:16 +0000
committerfhajny <fhajny>2015-07-18 08:55:16 +0000
commitf7fd1257a7bad2bc4105adf0928a7037b81a855d (patch)
treeceae2b89e23e05a72907d84fa34362186121b27b /lang/erlang-doc
parent4f6b831b3459d37fcace5ef5b4d3ec9e8123b911 (diff)
downloadpkgsrc-f7fd1257a7bad2bc4105adf0928a7037b81a855d.tar.gz
Update erlang to 18.0.
- Starting from 18.0 Erlang/OTP is released under the APL 2.0 - erts: The time functionality has been extended. This includes a new API for time, as well as "time warp" modes which alters the behavior when system time changes. You are strongly encouraged to use the new API instead of the old API based on erlang:now/0. erlang:now/0 has been deprecated since it is a scalability bottleneck. - erts: Beside the API changes and time warp modes a lot of scalability and performance improvements regarding time management has been made - erts: The previously introduced "eager check I/O" feature is now enabled by default. - erts/compiler: enhanced support for maps. Big maps new uses a HAMT (Hash Array Mapped Trie) representation internally which makes them more efficient. There is now also support for variables as map keys. - dialyzer: The -dialyzer() attribute can be used for suppressing warnings in a module by specifying functions or warning options. - ssl: Remove default support for SSL-3.0 and added padding check for TLS-1.0 due to the Poodle vulnerability. - ssl: Remove default support for RC4 cipher suites, as they are consider too weak. - stdlib: Allow maps for supervisor flags and child specs - stdlib: New functions in ets: - take/2. Works the same as ets:delete/2 but also returns the deleted object(s). - ets:update_counter/4 with a default object as argument Full changelog: http://www.erlang.org/download/otp_src_18.0.readme
Diffstat (limited to 'lang/erlang-doc')
-rw-r--r--lang/erlang-doc/PLIST27
-rw-r--r--lang/erlang-doc/distinfo8
2 files changed, 25 insertions, 10 deletions
diff --git a/lang/erlang-doc/PLIST b/lang/erlang-doc/PLIST
index 0cfd4844b18..8d66d5b1ba6 100644
--- a/lang/erlang-doc/PLIST
+++ b/lang/erlang-doc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2015/04/28 14:34:20 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.18 2015/07/18 08:55:16 fhajny Exp $
lib/erlang/doc/applications.html
lib/erlang/doc/design_principles/applications.html
lib/erlang/doc/design_principles/appup_cookbook.html
@@ -168,6 +168,7 @@ lib/erlang/erts-${VERSION.erts}/doc/html/release_notes.html
lib/erlang/erts-${VERSION.erts}/doc/html/run_erl.html
lib/erlang/erts-${VERSION.erts}/doc/html/start.html
lib/erlang/erts-${VERSION.erts}/doc/html/start_erl.html
+lib/erlang/erts-${VERSION.erts}/doc/html/time_compat.erl
lib/erlang/erts-${VERSION.erts}/doc/html/time_correction.html
lib/erlang/erts-${VERSION.erts}/doc/html/tty.html
lib/erlang/erts-${VERSION.erts}/doc/html/users_guide.html
@@ -176,8 +177,10 @@ lib/erlang/erts-${VERSION.erts}/doc/html/zlib.html
lib/erlang/erts-${VERSION.erts}/doc/pdf/erts-${VERSION.erts}.pdf
lib/erlang/erts-${VERSION.erts}/info
lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1.eix
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1_getting_started.html
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1_introduction.html
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1_overview.html
lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1_spec.html
-lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1_ug.html
lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1ct.html
lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1rt.html
lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/exclusive_Win_But.gif
@@ -690,6 +693,7 @@ lib/erlang/lib/inets-${VERSION.inets}/doc/html/http_uri.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/httpc.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/httpd.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/httpd_conf.html
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/httpd_custom_api.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/httpd_socket.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/httpd_util.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/index.html
@@ -759,6 +763,12 @@ lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/e
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpPeer.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpSelf.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpServer.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpServerSocketTransport.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpServerTransport.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpSocketTransport.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpSocketTransportFactory.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpTransport.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpTransportFactory.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/package-frame.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/package-summary.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/package-tree.html
@@ -870,7 +880,6 @@ lib/erlang/lib/megaco-${VERSION.megaco}/info
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_App_A.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_App_B.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_App_C.html
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_App_D.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap1.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap2.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap3.html
@@ -878,6 +887,7 @@ lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap4.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap5.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap7.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap8.html
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_overview.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/book.gif
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/company.gif
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/index.html
@@ -1062,7 +1072,6 @@ lib/erlang/lib/percept-${VERSION.percept}/doc/html/test4.gif
lib/erlang/lib/percept-${VERSION.percept}/doc/html/users_guide.html
lib/erlang/lib/percept-${VERSION.percept}/doc/pdf/percept-${VERSION.percept}.pdf
lib/erlang/lib/percept-${VERSION.percept}/info
-lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/cert_records.html
lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/index.html
lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/introduction.html
lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/note.gif
@@ -1210,7 +1219,6 @@ lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh.html
lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_channel.html
lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_client_key_api.html
lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_connection.html
-lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_protocol.html
lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_server_key_api.html
lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_sftp.html
lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_sftpd.html
@@ -1224,7 +1232,10 @@ lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/release_notes.html
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl.eix
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl.html
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_app.html
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_crl_cache.html
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_crl_cache_api.html
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_distribution.html
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_introduction.html
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_protocol.html
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_session_cache_api.html
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/users_guide.html
@@ -1234,6 +1245,7 @@ lib/erlang/lib/ssl-${VERSION.ssl}/doc/pdf/ssl-${VERSION.ssl}.pdf
lib/erlang/lib/ssl-${VERSION.ssl}/info
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/STDLIB_app.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/array.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/assert.hrl.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/base64.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/beam_lib.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/binary.html
@@ -1244,6 +1256,7 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dict.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/digraph.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/digraph_utils.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/epp.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/erl_anno.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/erl_eval.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/erl_expand_records.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/erl_id_trans.html
@@ -1275,12 +1288,12 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/ms_transform.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/notes.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/orddict.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/ordsets.html
-lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/pg.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/pool.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/proc_lib.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/proplists.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/qlc.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/queue.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/rand.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/random.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/re.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/release_notes.html
@@ -1312,6 +1325,8 @@ lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/erl_syntax_lib.html
lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/erl_tidy.html
lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/igor.html
lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/index.html
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/merl.html
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/merl_transform.html
lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/notes.html
lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/prettypr.html
lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/release_notes.html
diff --git a/lang/erlang-doc/distinfo b/lang/erlang-doc/distinfo
index 4a9690f7b18..94679635a9b 100644
--- a/lang/erlang-doc/distinfo
+++ b/lang/erlang-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2015/04/28 14:34:20 fhajny Exp $
+$NetBSD: distinfo,v 1.15 2015/07/18 08:55:16 fhajny Exp $
-SHA1 (erlang/otp_doc_html_17.5.tar.gz) = 2bf5c2c7dcc90cc6e54039b62d4611362cdbf249
-RMD160 (erlang/otp_doc_html_17.5.tar.gz) = 6ddf8086cbc36137d2c96453e9dc2370fee10c74
-Size (erlang/otp_doc_html_17.5.tar.gz) = 33510258 bytes
+SHA1 (erlang/otp_doc_html_18.0.tar.gz) = 634f9b88d541f23590efe7fe9c4b3d0090160061
+RMD160 (erlang/otp_doc_html_18.0.tar.gz) = 93a8defd7eb6a514fb0834ea77d4847b4b9a4495
+Size (erlang/otp_doc_html_18.0.tar.gz) = 33857396 bytes