summaryrefslogtreecommitdiff
path: root/lang/erlang-doc
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-04-12 12:14:12 +0000
committerasau <asau@pkgsrc.org>2012-04-12 12:14:12 +0000
commit6eed16ce4d89d056535117845dd5ef20ac12bb28 (patch)
treed7b821434518e50acbf25b63f1216067368a6aac /lang/erlang-doc
parent457e7c8aecf2225309659a143fb6e5e9887a9950 (diff)
downloadpkgsrc-6eed16ce4d89d056535117845dd5ef20ac12bb28.tar.gz
Update to Erlang/OTP R15B01
Presumably fixes PR pkg/46297 Changes in Erlang/OTP R15B01 Highlights: * Added erlang:statistics(scheduler_wall_time) to ensure correct determination of scheduler utilization. Measuring scheduler utilization is strongly preferred over CPU utilization, since CPU utilization gives very poor indications of actual scheduler/vm usage. * Changed ssh implementation to use the public_key application for all public key handling. This is also a first step for enabling a callback API for supplying public keys and handling keys protected with password phrases. Additionally the test suites where improved so that they do not copy the users keys to test server directories as this is a security liability. Also ipv6 and file access issues found in the process has been fixed. * When an escript ends now all printout to standard output and standard error gets out on the terminal. This bug has been corrected by changing the behaviour of erlang:halt/0,1, which should fix the same problem for other escript-like applications, i.e. that data stored in the output port driver buffers got lost when printing on a TTY and exiting through erlang:halt/0,1. The BIF:s erlang:halt/0,1 has gotten improved semantics and there is a new BIF erlang:halt/2 to accomplish something like the old semantics. See the documentation. * The DTrace source patch from Scott Lystig Fritchie is integrated in the source tree. Using an emulator with dtrace probe is still not supported for production use, but may be a valuable debugging tool. * Added Torbjörn Törnkvists LDAP client as a new application called eldap. * Added options for the ssh client to support user keys files that are password protected. Changes in Erlang/OTP R15B Highlights: * Line number and filename information are now included in exception backtraces. This information will be pretty-printed in the shell and used in crash reports etc. In practice it will be much easier to find where something failed. * The driver interface has been changed to enable 64-bit aware drivers. Most importantly the return types for ErlDrvEntry callbacks 'call' and 'control' has been changed which require drivers to be changed. * New in this release is the support for 64 bit Windows. The self extracting installer can be found here. * CommonTest hooks are now in a final supported version. * There is a new GUI tool in the observer application which integrates pman, etop, appmon and tv into one tool. The tool does also contain functions for activating tracing in an easy way. * The Erlang distribution can now be run over the new SSL implementation. Changes in Erlang/OTP R15A Notable changes: OTP-9468 'Line numbers in exceptions' OTP-9451 'Parallel make' OTP-4779 A new GUI for Observer. Integrating pman, etop and tv into observer with tracing facilities. OTP-7775 A number of memory allocation optimizations have been implemented. Most optimizations reduce contention caused by synchronization between threads during allocation and deallocation of memory. Most notably: Synchronization of memory management in scheduler specific allocator instances has been rewritten to use lock-free synchronization. Synchronization of memory management in scheduler specific pre-allocators has been rewritten to use lock-free synchronization. The 'mseg_alloc' memory segment allocator now use scheduler specific instances instead of one instance. Apart from reducing contention this also ensures that memory allocators always create memory segments on the local NUMA node on a NUMA system. OTP-9632 An ERTS internal, generic, many to one, lock-free queue for communication between threads has been introduced. The many to one scenario is very common in ERTS, so it can be used in a lot of places in the future. Currently it is used by scheduling of certain jobs, and the async thread pool, but more uses are planned for the future. Drivers using the driver_async functionality are not automatically locked to the system anymore, and can be unloaded as any dynamically linked in driver. Scheduling of ready async jobs is now also interleaved in between other jobs. Previously all ready async jobs were performed at once. OTP-9631 The ERTS internal system block functionality has been replaced by new functionality for blocking the system. The old system block functionality had contention issues and complexity issues. The new functionality piggy-backs on thread progress tracking functionality needed by newly introduced lock-free synchronization in the runtime system. When the functionality for blocking the system isn't used, there is more or less no overhead at all. This since the functionality for tracking thread progress is there and needed anyway.
Diffstat (limited to 'lang/erlang-doc')
-rw-r--r--lang/erlang-doc/PLIST64
-rw-r--r--lang/erlang-doc/distinfo8
2 files changed, 43 insertions, 29 deletions
diff --git a/lang/erlang-doc/PLIST b/lang/erlang-doc/PLIST
index ba7145247c2..3a23555e4d3 100644
--- a/lang/erlang-doc/PLIST
+++ b/lang/erlang-doc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2012/01/23 09:32:39 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.12 2012/04/12 12:14:13 asau Exp $
lib/erlang/doc/applications.html
lib/erlang/doc/design_principles/applications.html
lib/erlang/doc/design_principles/appup_cookbook.html
@@ -204,6 +204,7 @@ lib/erlang/lib/asn1-${VERSION.asn1}/info
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/basics_chapter.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/common_test.eix
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/common_test.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/config.gif
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/config_file_chapter.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/cover_chapter.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct.html
@@ -222,11 +223,14 @@ lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_telnet.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/dependencies_chapter.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/event_handler_chapter.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/example_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/getting_started_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/html_logs.gif
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/index.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/install_chapter.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/notes.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/release_notes.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/run_test_chapter.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/tc_execution.gif
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/test_structure_chapter.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/unix_telnet.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/users_guide.html
@@ -478,26 +482,6 @@ lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/release_notes.html
lib/erlang/lib/diameter-${VERSION.diameter}/doc/html/users_guide.html
lib/erlang/lib/diameter-${VERSION.diameter}/doc/pdf/diameter-${VERSION.diameter}.pdf
lib/erlang/lib/diameter-${VERSION.diameter}/info
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/block_tags.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/character_entities.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/docb_gen.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/docb_transform.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/docb_xml_check.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/docbuilder.eix
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/docbuilder_app.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/fasc_dtds.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/header_tags.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/index.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/inline_tags.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/man.gif
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/notes.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/overview.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/refman_dtds.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/release_notes.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/user_guide_dtds.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/html/users_guide.html
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/pdf/docbuilder-${VERSION.docbuilder}.pdf
-lib/erlang/lib/docbuilder-${VERSION.docbuilder}/info
lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/chapter.html
lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc.eix
lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc.html
@@ -512,6 +496,31 @@ lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/release_notes.html
lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/users_guide.html
lib/erlang/lib/edoc-${VERSION.edoc}/doc/pdf/edoc-${VERSION.edoc}.pdf
lib/erlang/lib/edoc-${VERSION.edoc}/info
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/eldap.eix
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/eldap.html
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/index.html
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/notes.html
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/release_notes.html
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/html/users_guide.html
+lib/erlang/lib/eldap-${VERSION.eldap}/doc/pdf/eldap-${VERSION.eldap}.pdf
+lib/erlang/lib/eldap-${VERSION.eldap}/info
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/block_tags.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/character_entities.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/doc-build.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/erl_docgen.eix
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/erl_docgen_app.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/header_tags.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/index.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/inline_tags.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/man.gif
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/notes.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/overview.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/refman_dtds.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/release_notes.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/user_guide_dtds.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/html/users_guide.html
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/doc/pdf/erl_docgen-${VERSION.erl_docgen}.pdf
+lib/erlang/lib/erl_docgen-${VERSION.erl_docgen}/info
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/ei.html
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/ei_connect.html
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/ei_users_guide.html
@@ -686,6 +695,7 @@ lib/erlang/lib/inets-${VERSION.inets}/doc/html/ftp.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/ftp_client.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/http_client.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/http_server.html
+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
@@ -925,7 +935,9 @@ lib/erlang/lib/observer-${VERSION.observer}/doc/html/index.html
lib/erlang/lib/observer-${VERSION.observer}/doc/html/note.gif
lib/erlang/lib/observer-${VERSION.observer}/doc/html/notes.html
lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer.eix
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer.html
lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer_app.html
+lib/erlang/lib/observer-${VERSION.observer}/doc/html/observer_ug.html
lib/erlang/lib/observer-${VERSION.observer}/doc/html/release_notes.html
lib/erlang/lib/observer-${VERSION.observer}/doc/html/ttb.html
lib/erlang/lib/observer-${VERSION.observer}/doc/html/ttb_ug.html
@@ -1103,6 +1115,7 @@ lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/users_guide.html
lib/erlang/lib/reltool-${VERSION.reltool}/doc/pdf/reltool-${VERSION.reltool}.pdf
lib/erlang/lib/reltool-${VERSION.reltool}/info
lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dbg.html
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/dyntrace.html
lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/erts_alloc_config.html
lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/index.html
lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/notes.html
@@ -1221,7 +1234,6 @@ lib/erlang/lib/ssh-${VERSION.ssh}/doc/pdf/ssh-${VERSION.ssh}.pdf
lib/erlang/lib/ssh-${VERSION.ssh}/info
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/index.html
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/notes.html
-lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/old_ssl.html
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
@@ -1284,7 +1296,6 @@ 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/random.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/re.html
-lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/regexp.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/release_notes.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/sets.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/shell.html
@@ -1419,6 +1430,7 @@ lib/erlang/lib/wx-${VERSION.wx}/doc/html/index.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/notes.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/release_notes.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/users_guide.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wx.eix
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wx.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxAcceleratorEntry.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxAcceleratorTable.html
@@ -1469,7 +1481,6 @@ lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDirDialog.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDirPickerCtrl.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxDisplayChangedEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxEraseEvent.html
-lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxErlang.eix
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxEvtHandler.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxFileDataObject.html
@@ -1614,7 +1625,10 @@ lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxStdDialogButtonSizer.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxStyledTextCtrl.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxStyledTextEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxSysColourChangedEvent.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxSystemOptions.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxSystemSettings.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxTaskBarIcon.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxTaskBarIconEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxTextAttr.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxTextCtrl.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxTextDataObject.html
@@ -1635,7 +1649,7 @@ lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxWindowDestroyEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxXmlResource.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wx_misc.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wx_object.html
-lib/erlang/lib/wx-${VERSION.wx}/doc/pdf/wxErlang-${VERSION.wx}.pdf
+lib/erlang/lib/wx-${VERSION.wx}/doc/pdf/wx-${VERSION.wx}.pdf
lib/erlang/lib/wx-${VERSION.wx}/info
lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/index.html
lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/motorcycles.txt
diff --git a/lang/erlang-doc/distinfo b/lang/erlang-doc/distinfo
index 0f2472b764e..050d500166f 100644
--- a/lang/erlang-doc/distinfo
+++ b/lang/erlang-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2012/01/23 09:32:39 fhajny Exp $
+$NetBSD: distinfo,v 1.9 2012/04/12 12:14:13 asau Exp $
-SHA1 (erlang/otp_doc_html_R14B04.tar.gz) = 86f76adee9bf953e5578d7998fda9e7dfc0d43f5
-RMD160 (erlang/otp_doc_html_R14B04.tar.gz) = 0e44a933ae35fe95d1ecd9958c9e86ce398e259f
-Size (erlang/otp_doc_html_R14B04.tar.gz) = 28816088 bytes
+SHA1 (erlang/otp_doc_html_R15B01.tar.gz) = dfbad0ffd99be2ae219615f7a354ee9d1442e1a7
+RMD160 (erlang/otp_doc_html_R15B01.tar.gz) = bf5eb7b1e3259f752196e563ba7500b7cee35b65
+Size (erlang/otp_doc_html_R15B01.tar.gz) = 30235738 bytes