summaryrefslogtreecommitdiff
path: root/lang/erlang-doc
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2011-04-14 19:34:07 +0000
committerasau <asau@pkgsrc.org>2011-04-14 19:34:07 +0000
commit2272bc63dccac7ece7ba893c8a178b8200b229ee (patch)
tree1fde9e9f57785535e57e0017134687e382b27ecd /lang/erlang-doc
parenta0057b24575a4e6afad128b14f7d8abc80489d56 (diff)
downloadpkgsrc-2272bc63dccac7ece7ba893c8a178b8200b229ee.tar.gz
Update to Erlang/OTP R14B02
Highlights composed by Matthew Sporleder. Changes in R14B02 (http://www.erlang.org/download/otp_src_R14B02.readme) - It is now possible to use Erlang specifications and types in EDoc documentation - All tests in Erlang/OTP have been converted to be run with Common Test as the backend instead of Test Server. - From this release, the previously experimental halfword emulator is now official - Dependency generation for Makefiles has been added to the compiler and erlc - Add a --fullpath option to Dialyzer (include version 2.4.2) - Many fixes in erts - Remove hipe constants pool - Partial support for recursive structs and unions - It is now possible to use SSH to sign and verify binary data. - typer has been rewritten Changes R14B01 (http://www.erlang.org/download/otp_src_R14B01.readme) - New ETS option compressed, to enable a more compact storage format at the expence of heavier table operations - There is now a new function inet:getifaddrs/0 modeled after C library function getifaddrs() on BSD and Linux that reports existing interfaces and their addresses on the host - Multiple crashes and infinite loops fixed - AES CTR encryption support in crypto - erl_call: remove get_hostent - The Erlang VM now supports Unicode filenames - New ETS option compressed Changes in R14B (http://www.erlang.org/download/otp_src_R14B.readme) - Large parts of the ethread library have been rewritten. - The changed API of the ethread library has also caused modifications in the Erlang runtime system. - Some Built In Functions (BIFs) are now autoimported - Added erlang:system_info(build_type) - A number of memory leaks in the crypto NIF library have been fixed - erl_call: fix multiple buffer overflows - NIF 64-bit integer support - Removed some potential vulnerabilities from the Erlang Port Mapper Daemon (epmd) - Replaced the old http client api module (http) with the new, httpc in the users guide. - inet6 improvements - ssh fixes - many ssl improvements/fixes - wx crash fix Changes in R14A (http://www.erlang.org/download/otp_src_R14A.readme) - R14A is a major new release of Erlang/OTP. - The module binary from EEP31 (and EEP9) is implemented - It is now possible for the user to provide specific callback modules that handle test configuration data - New NIF features - Receive statements that can only read out a newly created reference are now specially optimized so that it will execute in constant time regardless of the number of messages in the receive queue for the process. - The run_test script has been replaced by a program (with the same name) which can be executed without explicit installation - eprof has been reimplemented with support in the Erlang virtual machine and is now both faster (i.e. slows down the code being measured less) and scales much better Changes in R13B04 (http://www.erlang.org/download/otp_src_R13B04.readme) - Many documentation and documentation build improvements - cross-compile/build improvements - buffer overflow fix - telnet keep alive fixes - compiler crash on boolean ifs - -Werror for erlc fixed - macro overloading implemented - the crypto module now supports Blowfish - explicit top directories in archive files are now optional - add lock profiling tool: lcnt - httpd methods "PUT" and "DELETE" now allowed + others fixes to resolver routine - compression supported when copying between mnesia nodes
Diffstat (limited to 'lang/erlang-doc')
-rw-r--r--lang/erlang-doc/Makefile3
-rw-r--r--lang/erlang-doc/PLIST248
-rw-r--r--lang/erlang-doc/distinfo8
3 files changed, 162 insertions, 97 deletions
diff --git a/lang/erlang-doc/Makefile b/lang/erlang-doc/Makefile
index a3cefdca62d..9a15ec71a84 100644
--- a/lang/erlang-doc/Makefile
+++ b/lang/erlang-doc/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2009/12/21 12:07:27 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2011/04/14 19:34:09 asau Exp $
DISTNAME= otp_doc_html_${DIST_VERSION_MAJOR}${DIST_VERSION_MINOR:D-${DIST_VERSION_MINOR}}
PKGNAME= erlang-doc-${ERLANG_VERSION}
-PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.erlang.org/download/
diff --git a/lang/erlang-doc/PLIST b/lang/erlang-doc/PLIST
index 67536ccfdd8..301f62e822e 100644
--- a/lang/erlang-doc/PLIST
+++ b/lang/erlang-doc/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2009/12/21 12:07:27 joerg Exp $
+@comment $NetBSD: PLIST,v 1.9 2011/04/14 19:34:10 asau Exp $
lib/erlang/doc/applications.html
lib/erlang/doc/design_principles/applications.html
lib/erlang/doc/design_principles/appup_cookbook.html
@@ -24,6 +24,14 @@ lib/erlang/doc/design_principles/sup5.gif
lib/erlang/doc/design_principles/sup6.gif
lib/erlang/doc/design_principles/sup_princ.html
lib/erlang/doc/design_principles/users_guide.html
+lib/erlang/doc/docbuild/applications.html.src
+lib/erlang/doc/docbuild/erl_html_tools.beam
+lib/erlang/doc/docbuild/erl_html_tools.erl
+lib/erlang/doc/docbuild/erlresolvelinks.beam
+lib/erlang/doc/docbuild/erlresolvelinks.erl
+lib/erlang/doc/docbuild/index.html.src
+lib/erlang/doc/docbuild/otp_man_index.beam
+lib/erlang/doc/docbuild/otp_man_index.erl
lib/erlang/doc/efficiency_guide/README
lib/erlang/doc/efficiency_guide/advanced.html
lib/erlang/doc/efficiency_guide/all.erl
@@ -56,7 +64,13 @@ lib/erlang/doc/getting_started/users_guide.html
lib/erlang/doc/highlights.html
lib/erlang/doc/incompatible.html
lib/erlang/doc/index.html
-lib/erlang/doc/installation_guide/install.html
+lib/erlang/doc/installation_guide/INSTALL-CROSS.html
+lib/erlang/doc/installation_guide/INSTALL-WIN32.html
+lib/erlang/doc/installation_guide/INSTALL.html
+lib/erlang/doc/installation_guide/install-binary.html
+lib/erlang/doc/installation_guide/source/INSTALL-CROSS.html
+lib/erlang/doc/installation_guide/source/INSTALL-WIN32.html
+lib/erlang/doc/installation_guide/source/INSTALL.html
lib/erlang/doc/installation_guide/users_guide.html
lib/erlang/doc/installation_guide/verification.html
lib/erlang/doc/js/erlresolvelinks.js
@@ -73,7 +87,7 @@ lib/erlang/doc/oam/snmp_model_3.gif
lib/erlang/doc/oam/terminology.gif
lib/erlang/doc/oam/users_guide.html
lib/erlang/doc/otp_doc.css
-lib/erlang/doc/pdf/otp-system-documentation-5.7.4.pdf
+lib/erlang/doc/pdf/otp-system-documentation-5.8.3.pdf
lib/erlang/doc/programming_examples/bit_syntax.html
lib/erlang/doc/programming_examples/funs.html
lib/erlang/doc/programming_examples/list_comprehensions.html
@@ -92,6 +106,7 @@ lib/erlang/doc/reference_manual/patterns.html
lib/erlang/doc/reference_manual/ports.html
lib/erlang/doc/reference_manual/processes.html
lib/erlang/doc/reference_manual/records.html
+lib/erlang/doc/reference_manual/typespec.html
lib/erlang/doc/reference_manual/users_guide.html
lib/erlang/doc/system_architecture_intro/sys_arch_intro.html
lib/erlang/doc/system_architecture_intro/users_guide.html
@@ -116,6 +131,7 @@ lib/erlang/doc/tutorial/erl_comm.c
lib/erlang/doc/tutorial/erl_interface.html
lib/erlang/doc/tutorial/example.html
lib/erlang/doc/tutorial/introduction.html
+lib/erlang/doc/tutorial/nif.html
lib/erlang/doc/tutorial/overview.html
lib/erlang/doc/tutorial/port.c
lib/erlang/doc/tutorial/port.gif
@@ -139,6 +155,7 @@ lib/erlang/erts-${VERSION.erts}/doc/html/erl_set_memory_block.html
lib/erlang/erts-${VERSION.erts}/doc/html/erlang.html
lib/erlang/erts-${VERSION.erts}/doc/html/erlc.html
lib/erlang/erts-${VERSION.erts}/doc/html/erlsrv.html
+lib/erlang/erts-${VERSION.erts}/doc/html/erts.eix
lib/erlang/erts-${VERSION.erts}/doc/html/erts_alloc.html
lib/erlang/erts-${VERSION.erts}/doc/html/escript.html
lib/erlang/erts-${VERSION.erts}/doc/html/index.html
@@ -154,9 +171,10 @@ lib/erlang/erts-${VERSION.erts}/doc/html/tty.html
lib/erlang/erts-${VERSION.erts}/doc/html/users_guide.html
lib/erlang/erts-${VERSION.erts}/doc/html/werl.html
lib/erlang/erts-${VERSION.erts}/doc/html/zlib.html
-lib/erlang/erts-${VERSION.erts}/doc/pdf/erts-5.7.4.pdf
+lib/erlang/erts-${VERSION.erts}/doc/pdf/erts-5.8.3.pdf
lib/erlang/erts-${VERSION.erts}/info
lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/app_win.gif
+lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/appmon.eix
lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/appmon.html
lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/appmon_chapter.html
lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/index.html
@@ -167,8 +185,9 @@ lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/notes.html
lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/pinfo_win.gif
lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/release_notes.html
lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/users_guide.html
-lib/erlang/lib/appmon-${VERSION.appmon}/doc/pdf/appmon-2.1.10.2.pdf
+lib/erlang/lib/appmon-${VERSION.appmon}/doc/pdf/appmon-2.1.13.pdf
lib/erlang/lib/appmon-${VERSION.appmon}/info
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/asn1.eix
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
@@ -180,18 +199,23 @@ lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/release_notes.html
lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/selective_TypeList.gif
lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/selective_Window2.gif
lib/erlang/lib/asn1-${VERSION.asn1}/doc/html/users_guide.html
-lib/erlang/lib/asn1-${VERSION.asn1}/doc/pdf/asn1-1.6.12.pdf
+lib/erlang/lib/asn1-${VERSION.asn1}/doc/pdf/asn1-1.6.16.pdf
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_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
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_cover.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_ftp.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_hooks.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_hooks_chapter.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_master.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_master_chapter.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_rpc.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_run.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_slave.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_snmp.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_ssh.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_telnet.html
@@ -202,21 +226,21 @@ 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.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/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
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/why_test_chapter.html
lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/write_test_chapter.html
-lib/erlang/lib/common_test-${VERSION.common_test}/doc/pdf/common_test-1.4.6.pdf
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/pdf/common_test-1.5.3.pdf
lib/erlang/lib/common_test-${VERSION.common_test}/info
lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/compile.html
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/compiler.eix
lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/index.html
lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/notes.html
lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/release_notes.html
lib/erlang/lib/compiler-${VERSION.compiler}/doc/html/warning.gif
-lib/erlang/lib/compiler-${VERSION.compiler}/doc/pdf/compiler-4.6.4.pdf
+lib/erlang/lib/compiler-${VERSION.compiler}/doc/pdf/compiler-4.7.3.pdf
lib/erlang/lib/compiler-${VERSION.compiler}/info
lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/CosEventChannelAdmin.html
lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/CosEventChannelAdmin_ConsumerAdmin.html
@@ -230,6 +254,7 @@ lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/book.gif
lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/ch_contents.html
lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/ch_es_intro.html
lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/ch_introduction.html
+lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/cosEvent.eix
lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/cosEventApp.html
lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/e_s_components.gif
lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/e_s_models.gif
@@ -240,7 +265,7 @@ lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/ref_man.gif
lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/release_notes.html
lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/user_guide.gif
lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/html/users_guide.html
-lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/pdf/cosEvent-2.1.7.pdf
+lib/erlang/lib/cosEvent-${VERSION.cosEvent}/doc/pdf/cosEvent-2.1.10.pdf
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/CosEventDomainAdmin.html
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/CosEventDomainAdmin_EventDomain.html
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/CosEventDomainAdmin_EventDomainFactory.html
@@ -249,6 +274,7 @@ lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/ch_QoS.html
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/ch_contents.html
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/ch_event_domain_service.html
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/ch_introduction.html
+lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/cosEventDomain.eix
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/cosEventDomainApp.html
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/index.html
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/notes.gif
@@ -257,7 +283,7 @@ lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/ref_man.gif
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/release_notes.html
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/user_guide.gif
lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/html/users_guide.html
-lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/pdf/cosEventDomain-1.1.7.pdf
+lib/erlang/lib/cosEventDomain-${VERSION.cosEventDomain}/doc/pdf/cosEventDomain-1.1.10.pdf
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/CosFileTransfer.gif
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/CosFileTransfer_Directory.html
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/CosFileTransfer_File.html
@@ -270,6 +296,7 @@ lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/ch_example.ht
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/ch_install.html
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/ch_introduction.html
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/ch_system.html
+lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/cosFileTransfer.eix
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/cosFileTransferApp.html
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/index.html
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/notes.gif
@@ -278,7 +305,7 @@ lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/ref_man.gif
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/release_notes.html
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/user_guide.gif
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/html/users_guide.html
-lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/pdf/cosFileTransfer-1.1.9.pdf
+lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/doc/pdf/cosFileTransfer-1.1.10.pdf
lib/erlang/lib/cosFileTransfer-${VERSION.cosFileTransfer}/info
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotification.html
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/CosNotification_AdminPropertiesAdmin.html
@@ -315,6 +342,7 @@ lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ch_QoS.html
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ch_example.html
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ch_introduction.html
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ch_system.html
+lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/cosNotification.eix
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/cosNotificationApp.html
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/eventstructure.gif
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/index.html
@@ -325,7 +353,7 @@ lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/ref_man.gif
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/release_notes.html
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/user_guide.gif
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/html/users_guide.html
-lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/pdf/cosNotification-1.1.12.pdf
+lib/erlang/lib/cosNotification-${VERSION.cosNotification}/doc/pdf/cosNotification-1.1.16.pdf
lib/erlang/lib/cosNotification-${VERSION.cosNotification}/info
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/CosPropertyService_PropertiesIterator.html
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/CosPropertyService_PropertyNamesIterator.html
@@ -338,6 +366,7 @@ lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/ch-install.html
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/ch_contents.html
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/ch_example.html
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/ch_introduction.html
+lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/cosProperty.eix
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/cosProperty.html
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/index.html
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/notes.gif
@@ -346,7 +375,7 @@ lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/ref_man.gif
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/release_notes.html
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/user_guide.gif
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/html/users_guide.html
-lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/pdf/cosProperty-1.1.10.pdf
+lib/erlang/lib/cosProperty-${VERSION.cosProperty}/doc/pdf/cosProperty-1.1.13.pdf
lib/erlang/lib/cosProperty-${VERSION.cosProperty}/info
lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/CosTime_TIO.html
lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/CosTime_TimeService.html
@@ -358,6 +387,7 @@ lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/ch_contents.html
lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/ch_example.html
lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/ch_install.html
lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/ch_introduction.html
+lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/cosTime.eix
lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/cosTime.html
lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/index.html
lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/notes.gif
@@ -366,7 +396,7 @@ lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/ref_man.gif
lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/release_notes.html
lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/user_guide.gif
lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/html/users_guide.html
-lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/pdf/cosTime-1.1.7.pdf
+lib/erlang/lib/cosTime-${VERSION.cosTime}/doc/pdf/cosTime-1.1.10.pdf
lib/erlang/lib/cosTime-${VERSION.cosTime}/info
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/CosTransactions_Control.html
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/CosTransactions_Coordinator.html
@@ -381,6 +411,7 @@ lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/ch_example.ht
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/ch_install.html
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/ch_introduction.html
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/ch_skeletons.html
+lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/cosTransactions.eix
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/cosTransactions.html
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/index.html
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/notes.gif
@@ -389,8 +420,9 @@ lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/ref_man.gif
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/release_notes.html
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/user_guide.gif
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/html/users_guide.html
-lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/pdf/cosTransactions-1.2.8.pdf
+lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/doc/pdf/cosTransactions-1.2.10.pdf
lib/erlang/lib/cosTransactions-${VERSION.cosTransactions}/info
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/crypto.eix
lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/crypto.html
lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/crypto_app.html
lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/index.html
@@ -398,8 +430,9 @@ lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/licenses.html
lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/notes.html
lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/release_notes.html
lib/erlang/lib/crypto-${VERSION.crypto}/doc/html/users_guide.html
-lib/erlang/lib/crypto-${VERSION.crypto}/doc/pdf/crypto-${VERSION.crypto}.pdf
+lib/erlang/lib/crypto-${VERSION.crypto}/doc/pdf/crypto-2.0.2.1.pdf
lib/erlang/lib/crypto-${VERSION.crypto}/info
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/debugger.eix
lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/debugger.html
lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/debugger_chapter.html
lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/i.html
@@ -415,21 +448,23 @@ lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/int.html
lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/notes.html
lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/release_notes.html
lib/erlang/lib/debugger-${VERSION.debugger}/doc/html/users_guide.html
-lib/erlang/lib/debugger-${VERSION.debugger}/doc/pdf/debugger-3.2.1.pdf
+lib/erlang/lib/debugger-${VERSION.debugger}/doc/pdf/debugger-3.2.6.pdf
lib/erlang/lib/debugger-${VERSION.debugger}/info
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dialyzer.eix
lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dialyzer.html
lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/dialyzer_chapter.html
lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/index.html
lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/notes.html
lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/release_notes.html
lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/html/users_guide.html
-lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/pdf/dialyzer-2.1.0.pdf
+lib/erlang/lib/dialyzer-${VERSION.dialyzer}/doc/pdf/dialyzer-2.4.2.pdf
lib/erlang/lib/dialyzer-${VERSION.dialyzer}/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
@@ -442,9 +477,10 @@ 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-0.9.8.6.pdf
+lib/erlang/lib/docbuilder-${VERSION.docbuilder}/doc/pdf/docbuilder-0.9.8.9.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
lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_doclet.html
lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/edoc_extract.html
@@ -455,7 +491,7 @@ lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/index.html
lib/erlang/lib/edoc-${VERSION.edoc}/doc/html/notes.html
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-0.7.6.5.pdf
+lib/erlang/lib/edoc-${VERSION.edoc}/doc/pdf/edoc-0.7.7.pdf
lib/erlang/lib/edoc-${VERSION.edoc}/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
@@ -466,6 +502,7 @@ lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/erl_error.html
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/erl_eterm.html
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/erl_format.html
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/erl_global.html
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/erl_interface.eix
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/erl_malloc.html
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/erl_marshal.html
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/index.html
@@ -473,46 +510,45 @@ lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/notes.html
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/registry.html
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/release_notes.html
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/html/users_guide.html
-lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/pdf/erl_interface-3.6.4.pdf
+lib/erlang/lib/erl_interface-${VERSION.erl_interface}/doc/pdf/erl_interface-3.7.3.pdf
lib/erlang/lib/erl_interface-${VERSION.erl_interface}/info
-lib/erlang/lib/et-${VERSION.et}/doc/html/book.gif
+lib/erlang/lib/et-${VERSION.et}/doc/html/coffee_order.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/et.eix
lib/erlang/lib/et-${VERSION.et}/doc/html/et.html
-lib/erlang/lib/et-${VERSION.et}/doc/html/et_architecture.html
lib/erlang/lib/et-${VERSION.et}/doc/html/et_collector.html
+lib/erlang/lib/et-${VERSION.et}/doc/html/et_desc.html
lib/erlang/lib/et-${VERSION.et}/doc/html/et_examples.html
lib/erlang/lib/et-${VERSION.et}/doc/html/et_intro.html
lib/erlang/lib/et-${VERSION.et}/doc/html/et_selector.html
+lib/erlang/lib/et-${VERSION.et}/doc/html/et_tutorial.html
lib/erlang/lib/et-${VERSION.et}/doc/html/et_viewer.html
lib/erlang/lib/et-${VERSION.et}/doc/html/index.html
-lib/erlang/lib/et-${VERSION.et}/doc/html/live_trans.gif
-lib/erlang/lib/et-${VERSION.et}/doc/html/megaco_collector.gif
-lib/erlang/lib/et-${VERSION.et}/doc/html/megaco_filter.gif
-lib/erlang/lib/et-${VERSION.et}/doc/html/megaco_tracer.gif
-lib/erlang/lib/et-${VERSION.et}/doc/html/note.gif
-lib/erlang/lib/et-${VERSION.et}/doc/html/notes.gif
+lib/erlang/lib/et-${VERSION.et}/doc/html/live_trans.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/megaco_collector.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/megaco_filter.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/megaco_tracer.png
lib/erlang/lib/et-${VERSION.et}/doc/html/notes.html
-lib/erlang/lib/et-${VERSION.et}/doc/html/ref_man.gif
lib/erlang/lib/et-${VERSION.et}/doc/html/release_notes.html
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans.gif
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_contents_viewer_collector.gif
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_contents_viewer_mgr_actors.gif
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_mgr_actors.gif
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_move_actor.gif
-lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_write_lock.gif
-lib/erlang/lib/et-${VERSION.et}/doc/html/user_guide.gif
+lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_contents_viewer_collector.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_contents_viewer_mgr_actors.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_mgr_actors.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_move_actor.png
+lib/erlang/lib/et-${VERSION.et}/doc/html/sim_trans_write_lock.png
lib/erlang/lib/et-${VERSION.et}/doc/html/users_guide.html
-lib/erlang/lib/et-${VERSION.et}/doc/html/warning.gif
-lib/erlang/lib/et-${VERSION.et}/doc/pdf/et-1.3.3.pdf
+lib/erlang/lib/et-${VERSION.et}/doc/pdf/et-1.4.2.pdf
lib/erlang/lib/et-${VERSION.et}/info
lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/chapter.html
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/eunit.eix
lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/eunit.html
lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/eunit_surefire.html
lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/index.html
lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/notes.html
lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/release_notes.html
lib/erlang/lib/eunit-${VERSION.eunit}/doc/html/users_guide.html
-lib/erlang/lib/eunit-${VERSION.eunit}/doc/pdf/eunit-2.1.4.pdf
+lib/erlang/lib/eunit-${VERSION.eunit}/doc/pdf/eunit-2.1.6.pdf
lib/erlang/lib/eunit-${VERSION.eunit}/info
+lib/erlang/lib/gs-${VERSION.gs}/doc/html/gs.eix
lib/erlang/lib/gs-${VERSION.gs}/doc/html/gs.html
lib/erlang/lib/gs-${VERSION.gs}/doc/html/gs_chapter1.html
lib/erlang/lib/gs-${VERSION.gs}/doc/html/gs_chapter2.html
@@ -551,8 +587,15 @@ lib/erlang/lib/gs-${VERSION.gs}/doc/html/index.html
lib/erlang/lib/gs-${VERSION.gs}/doc/html/notes.html
lib/erlang/lib/gs-${VERSION.gs}/doc/html/release_notes.html
lib/erlang/lib/gs-${VERSION.gs}/doc/html/users_guide.html
-lib/erlang/lib/gs-${VERSION.gs}/doc/pdf/gs-1.5.11.pdf
+lib/erlang/lib/gs-${VERSION.gs}/doc/pdf/gs-1.5.13.pdf
lib/erlang/lib/gs-${VERSION.gs}/info
+lib/erlang/lib/hipe-${VERSION.hipe}/doc/html/HiPE_app.html
+lib/erlang/lib/hipe-${VERSION.hipe}/doc/html/hipe.eix
+lib/erlang/lib/hipe-${VERSION.hipe}/doc/html/index.html
+lib/erlang/lib/hipe-${VERSION.hipe}/doc/html/notes.html
+lib/erlang/lib/hipe-${VERSION.hipe}/doc/html/release_notes.html
+lib/erlang/lib/hipe-${VERSION.hipe}/doc/pdf/hipe-3.7.9.pdf
+lib/erlang/lib/hipe-${VERSION.hipe}/info
lib/erlang/lib/ic-${VERSION.ic}/doc/html/book.gif
lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_basic_idl.html
lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_c_client.html
@@ -564,6 +607,7 @@ lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_erl_plain.html
lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_ic_protocol.html
lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_introduction.html
lib/erlang/lib/ic-${VERSION.ic}/doc/html/ch_java.html
+lib/erlang/lib/ic-${VERSION.ic}/doc/html/ic.eix
lib/erlang/lib/ic-${VERSION.ic}/doc/html/ic.html
lib/erlang/lib/ic-${VERSION.ic}/doc/html/ic_c_protocol.html
lib/erlang/lib/ic-${VERSION.ic}/doc/html/ic_clib.html
@@ -617,37 +661,33 @@ lib/erlang/lib/ic-${VERSION.ic}/doc/html/ref_man.gif
lib/erlang/lib/ic-${VERSION.ic}/doc/html/release_notes.html
lib/erlang/lib/ic-${VERSION.ic}/doc/html/user_guide.gif
lib/erlang/lib/ic-${VERSION.ic}/doc/html/users_guide.html
-lib/erlang/lib/ic-${VERSION.ic}/doc/pdf/ic-4.2.23.pdf
+lib/erlang/lib/ic-${VERSION.ic}/doc/pdf/ic-4.2.26.pdf
lib/erlang/lib/ic-${VERSION.ic}/info
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/book.gif
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.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/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_socket.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/httpd_util.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/index.html
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/inets.gif
+lib/erlang/lib/inets-${VERSION.inets}/doc/html/inets.eix
lib/erlang/lib/inets-${VERSION.inets}/doc/html/inets.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/inets_services.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/mod_alias.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/mod_auth.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/mod_esi.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/mod_security.html
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/note.gif
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/notes.gif
lib/erlang/lib/inets-${VERSION.inets}/doc/html/notes.html
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/ref_man.gif
lib/erlang/lib/inets-${VERSION.inets}/doc/html/release_notes.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/tftp.html
lib/erlang/lib/inets-${VERSION.inets}/doc/html/users_guide.html
-lib/erlang/lib/inets-${VERSION.inets}/doc/html/warning.gif
-lib/erlang/lib/inets-${VERSION.inets}/doc/pdf/inets-5.2.pdf
+lib/erlang/lib/inets-${VERSION.inets}/doc/pdf/inets-5.5.2.pdf
lib/erlang/lib/inets-${VERSION.inets}/info
lib/erlang/lib/inviso-${VERSION.inviso}/doc/html/index.html
+lib/erlang/lib/inviso-${VERSION.inviso}/doc/html/inviso.eix
lib/erlang/lib/inviso-${VERSION.inviso}/doc/html/inviso.html
lib/erlang/lib/inviso-${VERSION.inviso}/doc/html/inviso_as_lib.html
lib/erlang/lib/inviso-${VERSION.inviso}/doc/html/inviso_chapter.html
@@ -659,7 +699,7 @@ lib/erlang/lib/inviso-${VERSION.inviso}/doc/html/inviso_users_guide_pic1.gif
lib/erlang/lib/inviso-${VERSION.inviso}/doc/html/notes.html
lib/erlang/lib/inviso-${VERSION.inviso}/doc/html/release_notes.html
lib/erlang/lib/inviso-${VERSION.inviso}/doc/html/users_guide.html
-lib/erlang/lib/inviso-${VERSION.inviso}/doc/pdf/inviso-0.6.1.pdf
+lib/erlang/lib/inviso-${VERSION.inviso}/doc/pdf/inviso-0.6.2.pdf
lib/erlang/lib/inviso-${VERSION.inviso}/info
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/index.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/allclasses-frame.html
@@ -726,6 +766,7 @@ lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/package-list
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/resources/inherit.gif
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/serialized-form.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/stylesheet.css
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/jinterface.eix
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/jinterface.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/jinterface_users_guide.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/notes.gif
@@ -734,7 +775,7 @@ lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/ref_man.gif
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/release_notes.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/user_guide.gif
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/users_guide.html
-lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/pdf/jinterface-1.5.2.pdf
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/pdf/jinterface-1.5.4.pdf
lib/erlang/lib/jinterface-${VERSION.jinterface}/info
lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/app.html
lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/application.html
@@ -759,6 +800,7 @@ lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/index.html
lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/inet.html
lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/inet_res.html
lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/init.html
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/kernel.eix
lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/kernel_app.html
lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/net_adm.html
lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/net_kernel.html
@@ -772,7 +814,7 @@ lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/seq_trace.html
lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/user.html
lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/wrap_log_reader.html
lib/erlang/lib/kernel-${VERSION.kernel}/doc/html/zlib.html
-lib/erlang/lib/kernel-${VERSION.kernel}/doc/pdf/kernel-2.13.4.pdf
+lib/erlang/lib/kernel-${VERSION.kernel}/doc/pdf/kernel-2.14.3.pdf
lib/erlang/lib/kernel-${VERSION.kernel}/info
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/MG-startup_flow_noMID.gif
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/MGC_startup_call_flow.gif
@@ -782,6 +824,7 @@ lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/call_flow.gif
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/call_flow_cont.gif
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/distr_node_config.gif
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/index.html
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco.eix
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco.html
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_architecture.html
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_codec_meas.html
@@ -804,7 +847,7 @@ lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_transport.html
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_transport_mechanisms.html
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_udp.html
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/megaco_user.html
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/mstone1.gif
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/mstone1.jpg
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/note.gif
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/notes.gif
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/notes.html
@@ -813,9 +856,11 @@ lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/release_notes.html
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/single_node_config.gif
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/user_guide.gif
lib/erlang/lib/megaco-${VERSION.megaco}/doc/html/users_guide.html
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/pdf/megaco-3.13.pdf
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/standard/implementors_guide_v6.pdf
-lib/erlang/lib/megaco-${VERSION.megaco}/doc/standard/rfc3015.txt
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/pdf/megaco-3.15.1.pdf
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/standard/implementors_guide_v10-13.pdf
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/standard/rfc3525.txt
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/standard/rfc4234.txt
+lib/erlang/lib/megaco-${VERSION.megaco}/doc/standard/rfc4566.txt
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
@@ -831,6 +876,7 @@ lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/Mnesia_chap8.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
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia.eix
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia.gif
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/mnesia_frag_hash.html
@@ -843,7 +889,7 @@ lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/release_notes.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/user_guide.gif
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/users_guide.html
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/warning.gif
-lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/pdf/mnesia-4.4.12.pdf
+lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/pdf/mnesia-4.4.17.pdf
lib/erlang/lib/mnesia-${VERSION.mnesia}/info
lib/erlang/lib/observer-${VERSION.observer}/doc/html/crashdump_help.html
lib/erlang/lib/observer-${VERSION.observer}/doc/html/crashdump_ug.html
@@ -859,12 +905,13 @@ lib/erlang/lib/observer-${VERSION.observer}/doc/html/etop_ug.html
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_app.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
lib/erlang/lib/observer-${VERSION.observer}/doc/html/users_guide.html
-lib/erlang/lib/observer-${VERSION.observer}/doc/pdf/observer-0.9.8.1.pdf
+lib/erlang/lib/observer-${VERSION.observer}/doc/pdf/observer-0.9.9.pdf
lib/erlang/lib/observer-${VERSION.observer}/info
lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/book.gif
lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/databases.html
@@ -875,6 +922,7 @@ lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/introduction.html
lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/note.gif
lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/notes.gif
lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/notes.html
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/odbc.eix
lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/odbc.gif
lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/odbc.html
lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/odbc_app_arc.gif
@@ -882,7 +930,7 @@ lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/ref_man.gif
lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/release_notes.html
lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/user_guide.gif
lib/erlang/lib/odbc-${VERSION.odbc}/doc/html/users_guide.html
-lib/erlang/lib/odbc-${VERSION.odbc}/doc/pdf/odbc-2.10.6.pdf
+lib/erlang/lib/odbc-${VERSION.odbc}/doc/pdf/odbc-2.10.10.pdf
lib/erlang/lib/odbc-${VERSION.odbc}/info
lib/erlang/lib/orber-${VERSION.orber}/doc/html/CosNaming.html
lib/erlang/lib/orber-${VERSION.orber}/doc/html/CosNaming_BindingIterator.html
@@ -893,7 +941,6 @@ lib/erlang/lib/orber-${VERSION.orber}/doc/html/any.html
lib/erlang/lib/orber-${VERSION.orber}/doc/html/book.gif
lib/erlang/lib/orber-${VERSION.orber}/doc/html/ch_contents.html
lib/erlang/lib/orber-${VERSION.orber}/doc/html/ch_debugging.html
-lib/erlang/lib/orber-${VERSION.orber}/doc/html/ch_example.html
lib/erlang/lib/orber-${VERSION.orber}/doc/html/ch_exceptions.html
lib/erlang/lib/orber-${VERSION.orber}/doc/html/ch_idl_to_erlang_mapping.html
lib/erlang/lib/orber-${VERSION.orber}/doc/html/ch_ifr.html
@@ -928,6 +975,7 @@ lib/erlang/lib/orber-${VERSION.orber}/doc/html/menuframe.gif
lib/erlang/lib/orber-${VERSION.orber}/doc/html/name.gif
lib/erlang/lib/orber-${VERSION.orber}/doc/html/notes.gif
lib/erlang/lib/orber-${VERSION.orber}/doc/html/notes.html
+lib/erlang/lib/orber-${VERSION.orber}/doc/html/orber.eix
lib/erlang/lib/orber-${VERSION.orber}/doc/html/orber.html
lib/erlang/lib/orber-${VERSION.orber}/doc/html/orber_acl.html
lib/erlang/lib/orber-${VERSION.orber}/doc/html/orber_diagnostics.html
@@ -939,7 +987,7 @@ lib/erlang/lib/orber-${VERSION.orber}/doc/html/release_notes.html
lib/erlang/lib/orber-${VERSION.orber}/doc/html/theORB.gif
lib/erlang/lib/orber-${VERSION.orber}/doc/html/user_guide.gif
lib/erlang/lib/orber-${VERSION.orber}/doc/html/users_guide.html
-lib/erlang/lib/orber-${VERSION.orber}/doc/pdf/orber-3.6.14.pdf
+lib/erlang/lib/orber-${VERSION.orber}/doc/pdf/orber-3.6.20.pdf
lib/erlang/lib/orber-${VERSION.orber}/info
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/cpu_sup.html
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/disksup.html
@@ -948,12 +996,13 @@ lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/memsup.html
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/note.gif
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/notes.html
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/nteventlog.html
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/os_mon.eix
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/os_mon_app.html
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/os_mon_mib.html
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/os_sup.html
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/release_notes.html
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/warning.gif
-lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/pdf/os_mon-2.2.4.pdf
+lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/pdf/os_mon-2.2.5.pdf
lib/erlang/lib/os_mon-${VERSION.os_mon}/info
lib/erlang/lib/otp_mibs-${VERSION.otp_mibs}/doc/html/index.html
lib/erlang/lib/otp_mibs-${VERSION.otp_mibs}/doc/html/introduction.html
@@ -961,6 +1010,7 @@ lib/erlang/lib/otp_mibs-${VERSION.otp_mibs}/doc/html/mibs.html
lib/erlang/lib/otp_mibs-${VERSION.otp_mibs}/doc/html/note.gif
lib/erlang/lib/otp_mibs-${VERSION.otp_mibs}/doc/html/notes.html
lib/erlang/lib/otp_mibs-${VERSION.otp_mibs}/doc/html/otp_mib.html
+lib/erlang/lib/otp_mibs-${VERSION.otp_mibs}/doc/html/otp_mibs.eix
lib/erlang/lib/otp_mibs-${VERSION.otp_mibs}/doc/html/release_notes.html
lib/erlang/lib/otp_mibs-${VERSION.otp_mibs}/doc/html/users_guide.html
lib/erlang/lib/otp_mibs-${VERSION.otp_mibs}/doc/pdf/otp_mibs-1.0.6.pdf
@@ -969,15 +1019,17 @@ lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/index.html
lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/leex.html
lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/note.gif
lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/notes.html
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/parsetools.eix
lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/release_notes.html
lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/html/yecc.html
-lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/pdf/parsetools-2.0.1.pdf
+lib/erlang/lib/parsetools-${VERSION.parsetools}/doc/pdf/parsetools-2.0.5.pdf
lib/erlang/lib/parsetools-${VERSION.parsetools}/info
lib/erlang/lib/percept-${VERSION.percept}/doc/html/egd.html
lib/erlang/lib/percept-${VERSION.percept}/doc/html/egd_ug.html
lib/erlang/lib/percept-${VERSION.percept}/doc/html/img_esi_result.gif
lib/erlang/lib/percept-${VERSION.percept}/doc/html/index.html
lib/erlang/lib/percept-${VERSION.percept}/doc/html/notes.html
+lib/erlang/lib/percept-${VERSION.percept}/doc/html/percept.eix
lib/erlang/lib/percept-${VERSION.percept}/doc/html/percept.html
lib/erlang/lib/percept-${VERSION.percept}/doc/html/percept_compare.gif
lib/erlang/lib/percept-${VERSION.percept}/doc/html/percept_examples.html
@@ -993,12 +1045,13 @@ lib/erlang/lib/percept-${VERSION.percept}/doc/html/test2.gif
lib/erlang/lib/percept-${VERSION.percept}/doc/html/test3.gif
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-0.8.3.pdf
+lib/erlang/lib/percept-${VERSION.percept}/doc/pdf/percept-0.8.5.pdf
lib/erlang/lib/percept-${VERSION.percept}/info
lib/erlang/lib/pman-${VERSION.pman}/doc/html/index.html
lib/erlang/lib/pman-${VERSION.pman}/doc/html/main_window.gif
lib/erlang/lib/pman-${VERSION.pman}/doc/html/notes.html
lib/erlang/lib/pman-${VERSION.pman}/doc/html/options.gif
+lib/erlang/lib/pman-${VERSION.pman}/doc/html/pman.eix
lib/erlang/lib/pman-${VERSION.pman}/doc/html/pman.html
lib/erlang/lib/pman-${VERSION.pman}/doc/html/pman_chapter.html
lib/erlang/lib/pman-${VERSION.pman}/doc/html/release_notes.html
@@ -1011,35 +1064,32 @@ 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
lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/notes.html
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/public_key.eix
lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/public_key.html
lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/public_key_records.html
lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/release_notes.html
lib/erlang/lib/public_key-${VERSION.public_key}/doc/html/users_guide.html
-lib/erlang/lib/public_key-${VERSION.public_key}/doc/pdf/public_key-0.4.pdf
+lib/erlang/lib/public_key-${VERSION.public_key}/doc/pdf/public_key-0.11.pdf
lib/erlang/lib/public_key-${VERSION.public_key}/info
-lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/book.gif
lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/index.html
-lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/note.gif
-lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/notes.gif
lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/notes.html
-lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/ref_man.gif
lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/release_notes.html
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/reltool.eix
lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/reltool.html
lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/reltool_examples.html
lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/reltool_intro.html
lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/reltool_usage.html
-lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/user_guide.gif
lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/users_guide.html
-lib/erlang/lib/reltool-${VERSION.reltool}/doc/html/warning.gif
-lib/erlang/lib/reltool-${VERSION.reltool}/doc/pdf/reltool-0.5.2.pdf
+lib/erlang/lib/reltool-${VERSION.reltool}/doc/pdf/reltool-0.5.5.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/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
lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/release_notes.html
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/runtime_tools.eix
lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/runtime_tools_app.html
-lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/pdf/runtime_tools-1.8.2.pdf
+lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/pdf/runtime_tools-1.8.5.pdf
lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/info
lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/alarm_handler.html
lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/appup.html
@@ -1053,13 +1103,14 @@ lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/rel.html
lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/release_handler.html
lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/release_notes.html
lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/relup.html
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/sasl.eix
lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/sasl_app.html
lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/sasl_intro.html
lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/script.html
lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/systools.html
lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/users_guide.html
lib/erlang/lib/sasl-${VERSION.sasl}/doc/html/warning.gif
-lib/erlang/lib/sasl-${VERSION.sasl}/doc/pdf/sasl-2.1.8.pdf
+lib/erlang/lib/sasl-${VERSION.sasl}/doc/pdf/sasl-2.1.9.3.pdf
lib/erlang/lib/sasl-${VERSION.sasl}/info
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/MIB_mechanism.gif
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/book.gif
@@ -1077,6 +1128,7 @@ lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/release_notes.html
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp-um-1-image-1.gif
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp-um-1-image-2.gif
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp-um-1-image-3.gif
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp.eix
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp.gif
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp.html
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmp_advanced_agent.html
@@ -1123,6 +1175,7 @@ lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpa_network_interface_filter.html
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpa_notification_delivery_info_receiver.html
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpa_notification_filter.html
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpa_supervisor.html
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpc(command).html
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpc.html
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpm.html
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpm_conf.html
@@ -1133,38 +1186,39 @@ lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/snmpm_user.html
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/user_guide.gif
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/users_guide.html
lib/erlang/lib/snmp-${VERSION.snmp}/doc/html/warning.gif
-lib/erlang/lib/snmp-${VERSION.snmp}/doc/pdf/snmp-4.15.pdf
+lib/erlang/lib/snmp-${VERSION.snmp}/doc/pdf/snmp-4.19.pdf
lib/erlang/lib/snmp-${VERSION.snmp}/info
lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/index.html
lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/notes.html
lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/release_notes.html
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh.eix
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_connection.html
lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_sftp.html
lib/erlang/lib/ssh-${VERSION.ssh}/doc/html/ssh_sftpd.html
-lib/erlang/lib/ssh-${VERSION.ssh}/doc/pdf/ssh-1.1.7.pdf
+lib/erlang/lib/ssh-${VERSION.ssh}/doc/pdf/ssh-2.0.4.pdf
lib/erlang/lib/ssh-${VERSION.ssh}/info
-lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/create_certs.html
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/index.html
-lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/licenses.html
-lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/new_ssl.html
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/notes.html
-lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/pkix_certs.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
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_app.html
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/ssl_distribution.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
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/using_ssl.html
lib/erlang/lib/ssl-${VERSION.ssl}/doc/html/warning.gif
-lib/erlang/lib/ssl-${VERSION.ssl}/doc/pdf/ssl-3.10.7.pdf
+lib/erlang/lib/ssl-${VERSION.ssl}/doc/pdf/ssl-4.1.4.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/base64.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/beam_lib.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/binary.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/c.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/calendar.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/dets.html
@@ -1217,6 +1271,7 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/shell.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/shell_default.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/slave.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/sofs.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/stdlib.eix
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/string.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/supervisor.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/supervisor_bridge.html
@@ -1230,7 +1285,7 @@ lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/ushell2.gif
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/ushell3.gif
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/win32reg.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/zip.html
-lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/pdf/stdlib-1.16.4.pdf
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/pdf/stdlib-1.17.3.pdf
lib/erlang/lib/stdlib-${VERSION.stdlib}/info
lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/chapter.html
lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/epp_dodger.html
@@ -1245,8 +1300,9 @@ lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/index.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
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/syntax_tools.eix
lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/html/users_guide.html
-lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/pdf/syntax_tools-1.6.4.pdf
+lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/doc/pdf/syntax_tools-1.6.7.pdf
lib/erlang/lib/syntax_tools-${VERSION.syntax_tools}/info
lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/basics_chapter.html
lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/example_chapter.html
@@ -1254,6 +1310,7 @@ lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/index.html
lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/notes.html
lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/release_notes.html
lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/run_test_chapter.html
+lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/test_server.eix
lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/test_server.html
lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/test_server_app.html
lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/test_server_ctrl.html
@@ -1261,7 +1318,7 @@ lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/test_spec_chapter.htm
lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/users_guide.html
lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/write_framework_chapter.html
lib/erlang/lib/test_server-${VERSION.test_server}/doc/html/write_test_chapter.html
-lib/erlang/lib/test_server-${VERSION.test_server}/doc/pdf/test_server-3.3.5.pdf
+lib/erlang/lib/test_server-${VERSION.test_server}/doc/pdf/test_server-3.4.3.pdf
lib/erlang/lib/test_server-${VERSION.test_server}/info
lib/erlang/lib/toolbar-${VERSION.toolbar}/doc/html/bar.gif
lib/erlang/lib/toolbar-${VERSION.toolbar}/doc/html/create_tool.gif
@@ -1269,6 +1326,7 @@ lib/erlang/lib/toolbar-${VERSION.toolbar}/doc/html/index.html
lib/erlang/lib/toolbar-${VERSION.toolbar}/doc/html/note.gif
lib/erlang/lib/toolbar-${VERSION.toolbar}/doc/html/notes.html
lib/erlang/lib/toolbar-${VERSION.toolbar}/doc/html/release_notes.html
+lib/erlang/lib/toolbar-${VERSION.toolbar}/doc/html/toolbar.eix
lib/erlang/lib/toolbar-${VERSION.toolbar}/doc/html/toolbar.html
lib/erlang/lib/toolbar-${VERSION.toolbar}/doc/html/toolbar_chapter.html
lib/erlang/lib/toolbar-${VERSION.toolbar}/doc/html/users_guide.html
@@ -1285,16 +1343,19 @@ lib/erlang/lib/tools-${VERSION.tools}/doc/html/fprof.html
lib/erlang/lib/tools-${VERSION.tools}/doc/html/fprof_chapter.html
lib/erlang/lib/tools-${VERSION.tools}/doc/html/index.html
lib/erlang/lib/tools-${VERSION.tools}/doc/html/instrument.html
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/lcnt.html
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/lcnt_chapter.html
lib/erlang/lib/tools-${VERSION.tools}/doc/html/make.html
lib/erlang/lib/tools-${VERSION.tools}/doc/html/notes.html
lib/erlang/lib/tools-${VERSION.tools}/doc/html/release_notes.html
lib/erlang/lib/tools-${VERSION.tools}/doc/html/tags.html
+lib/erlang/lib/tools-${VERSION.tools}/doc/html/tools.eix
lib/erlang/lib/tools-${VERSION.tools}/doc/html/users_guide.html
lib/erlang/lib/tools-${VERSION.tools}/doc/html/venn1.gif
lib/erlang/lib/tools-${VERSION.tools}/doc/html/venn2.gif
lib/erlang/lib/tools-${VERSION.tools}/doc/html/xref.html
lib/erlang/lib/tools-${VERSION.tools}/doc/html/xref_chapter.html
-lib/erlang/lib/tools-${VERSION.tools}/doc/pdf/tools-2.6.5.pdf
+lib/erlang/lib/tools-${VERSION.tools}/doc/pdf/tools-2.6.6.3.pdf
lib/erlang/lib/tools-${VERSION.tools}/info
lib/erlang/lib/tv-${VERSION.tv}/doc/html/index.html
lib/erlang/lib/tv-${VERSION.tv}/doc/html/info_window.gif
@@ -1302,6 +1363,7 @@ lib/erlang/lib/tv-${VERSION.tv}/doc/html/notes.html
lib/erlang/lib/tv-${VERSION.tv}/doc/html/release_notes.html
lib/erlang/lib/tv-${VERSION.tv}/doc/html/set_poll_int.gif
lib/erlang/lib/tv-${VERSION.tv}/doc/html/table_visualizer.html
+lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv.eix
lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv.html
lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_create_table.gif
lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_record_editor_mnesia.gif
@@ -1318,16 +1380,17 @@ lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_start_system_unreadable.gif
lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_table_browser.gif
lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_table_browser_updated.gif
lib/erlang/lib/tv-${VERSION.tv}/doc/html/users_guide.html
-lib/erlang/lib/tv-${VERSION.tv}/doc/pdf/tv-2.1.4.4.pdf
+lib/erlang/lib/tv-${VERSION.tv}/doc/pdf/tv-2.1.4.6.pdf
lib/erlang/lib/tv-${VERSION.tv}/info
lib/erlang/lib/webtool-${VERSION.webtool}/doc/html/index.html
lib/erlang/lib/webtool-${VERSION.webtool}/doc/html/notes.html
lib/erlang/lib/webtool-${VERSION.webtool}/doc/html/release_notes.html
lib/erlang/lib/webtool-${VERSION.webtool}/doc/html/start_webtool.html
lib/erlang/lib/webtool-${VERSION.webtool}/doc/html/users_guide.html
+lib/erlang/lib/webtool-${VERSION.webtool}/doc/html/webtool.eix
lib/erlang/lib/webtool-${VERSION.webtool}/doc/html/webtool.html
lib/erlang/lib/webtool-${VERSION.webtool}/doc/html/webtool_chapter.html
-lib/erlang/lib/webtool-${VERSION.webtool}/doc/pdf/webtool-0.8.5.pdf
+lib/erlang/lib/webtool-${VERSION.webtool}/doc/pdf/webtool-0.8.7.pdf
lib/erlang/lib/webtool-${VERSION.webtool}/info
lib/erlang/lib/wx-${VERSION.wx}/doc/html/chapter.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/gl.html
@@ -1386,6 +1449,7 @@ 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
@@ -1529,6 +1593,7 @@ 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/wxSystemSettings.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
@@ -1549,7 +1614,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-0.98.4.pdf
+lib/erlang/lib/wx-${VERSION.wx}/doc/pdf/wxErlang-0.98.9.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
@@ -1566,6 +1631,7 @@ lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/result_export.html
lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/result_xs.html
lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/stylesheet.css
lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/users_guide.html
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl.eix
lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl.html
lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl_eventp.html
lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl_examples.html
@@ -1576,5 +1642,5 @@ lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl_xpath.html
lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl_xs.html
lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl_xs_examples.html
lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/html/xmerl_xsd.html
-lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/pdf/xmerl-1.2.3.pdf
+lib/erlang/lib/xmerl-${VERSION.xmerl}/doc/pdf/xmerl-1.2.8.pdf
lib/erlang/lib/xmerl-${VERSION.xmerl}/info
diff --git a/lang/erlang-doc/distinfo b/lang/erlang-doc/distinfo
index 6847e273c31..357e7bd37bc 100644
--- a/lang/erlang-doc/distinfo
+++ b/lang/erlang-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/12/15 13:32:10 asau Exp $
+$NetBSD: distinfo,v 1.6 2011/04/14 19:34:10 asau Exp $
-SHA1 (erlang/otp_doc_html_R13B03.tar.gz) = 3a578b3d83fe7bb7abd74823d65548e17cd228e6
-RMD160 (erlang/otp_doc_html_R13B03.tar.gz) = b2971024e56e3b05ba537c722fca694daade2ffb
-Size (erlang/otp_doc_html_R13B03.tar.gz) = 26682590 bytes
+SHA1 (erlang/otp_doc_html_R14B02.tar.gz) = bccbad3fcc70ca8d4851c760c4b2234a4c719e67
+RMD160 (erlang/otp_doc_html_R14B02.tar.gz) = ae645dd9c6181f4da3b529a97f0f0166fb864647
+Size (erlang/otp_doc_html_R14B02.tar.gz) = 28435253 bytes