pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Update lang/erlang to 17.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bfabee8e2226
branches: trunk
changeset: 650926:bfabee8e2226
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Tue Apr 28 14:34:20 2015 +0000
description:
Update lang/erlang to 17.5.
erlang-17.5
================================
Highlights:
- ERTS: Added command line argument option for setting the initial size
of process dictionaries.
- Diameter: configurable incoming_max len and string_decode for diameter
messages
- Bugfixes and minor small features in applications such as compiler,
common_test, crypto, debugger, eldap, erts, hipe, inets, ssh, ssl,...
Full changelog:
http://www.erlang.org/download/otp_src_17.5.readme
erlang-17.4
================================
Highlights:
- eldap: Nearly all TCP options are possible to give in the eldap:open/2 call.
- ssh: Added API functions ptty_alloc/3 and ptty_alloc/4, to allocate
a pseudo tty.
- ssl: Handle servers that may send an empty SNI extension to the client.
Full changelog:
http://www.erlang.org/download/otp_src_17.4.readme
erlang-17.3
================================
Highlights:
- erts: Introduced enif_schedule_nif() which allows a long running NIF
to be broken into separate NIF invocations without the help of a wrapper
function written in Erlang
- common_test: Experimental support for running Quickcheck and PropEr tests
from common_test suites is added. Examples of usage in the suites for
the ssh and inets applications
- Bugfixes and minor new features in applications such as asn1, erts, kernel,
stdlib, diameter, ssh, mnesia, ssl, jinterface
Full changelog:
http://www.erlang.org/download/otp_src_17.3.readme
erlang-17.1
================================
Highlights:
- crypto: Add aes_cfb8 cypher to crypto:block_encrypt and block_decrypt.
- diameter: Add result code counters for CEA, DWA, and DPA.
- erts: The following built in functions in the erlang and binary modules
now bump an appropriate amount of reductions and yield when
out of reductions:
binary_to_list/1, binary_to_list/3, bitstring_to_list/1,
list_to_binary/1, iolist_to_binary/1, list_to_bitstring/1,
binary:list_to_bin/1
- hipe: Handle Maps instructions get_map_elements, put_map_assoc,
put_map_exact in the HiPE native code compiler.
- mnesia: The time for inserting locks for a transaction with large
number of locks is reduced significantly.
- ssh: Option max_sessions added to ssh:daemon/{2,3}.
- stdlib: Add maps:get/3 to maps module. The function will return the
supplied default value if the key does not exist in the map.
Full changelog:
http://www.erlang.org/download/otp_src_17.1.readme
erlang-17.0
================================
Highlights:
- Erlang/OTP has been ported to the realtime operating system OSE.
- Maps, a new dictionary data type (experimental)
- A more natural mapping from ASN.1 OCTET STRING and BIT STRING to
Erlang types, and other ASN.1 improvements and optimizations
- The {active, N} socket option for TCP, UDP, and SCTP
- A new (optional) scheduler utilization balancing mechanism
- Migration of memory carriers has been enabled by default on all
ERTS internal memory allocators
- Increased garbage collection tenure rate
- Experimental "dirty schedulers" functionality
- Funs can now be given names
- Miscellaneous unicode support enhancements
- A new version scheme for OTP its applications has been introduced
Full changelog:
http://www.erlang.org/download/otp_src_17.0.readme
erlang 16.1.3.1 (R16B03-1)
================================
Highlights:
- The ODBC application was missing in the prebuilt Windows installers
- 3 corrections in the SSL application:
- Add missing validation of the server_name_indication option and test
for its explicit use.
- Elliptic curve selection in server mode now properly selects a curve
suggested by the client, if possible.
- The server did not indicate support for secure renegotiation during
TLS extension handling.
- In the syntax tools application a bug was introduced which broke
reverting of local funs. This is now corrected (thanks to Anthony Ramine)
- wx - Solved a problem which caused the debugger to crash when closing
a window. Fixed static linking on Mac.
- xmerl - Fixed a problem in the SAX-parser when the header of
the next document was appearing in the buffer when using
the xmerl_sax_parser:stream/2 function.
Full changelog:
http://www.erlang.org/download/otp_src_R16B03-1.readme
erlang-16.1.3 (R16B03)
================================
Highlights:
- A new memory allocation feature called "super carrier" has been introduced.
It can for example be used for pre-allocation of all memory that the
runtime system should be able to use. It is enabled by passing the +MMscs
(size in MB) command line argument. For more information see
the documentation of the +MMsco, +MMscrfsd, +MMscrpm, +MMscs, +MMusac, and,
+Mlpm command line arguments in the erts_alloc(3) documentation.
- The ldap client eldap now supports the start_tls operation. This upgrades
an existing tcp connection to encryption using tls,
see eldap:start_tls/2 and /3.
- The ftp client (inets application) now supports ftp over tls (ftps).
Full changelog:
http://www.erlang.org/download/otp_src_R16B03.readme
diffstat:
lang/erlang-doc/Makefile | 8 +-
lang/erlang-doc/PLIST | 108 +--
lang/erlang-doc/distinfo | 8 +-
lang/erlang-man/Makefile | 8 +-
lang/erlang-man/PLIST | 20 +-
lang/erlang-man/distinfo | 8 +-
lang/erlang/Makefile | 24 +-
lang/erlang/Makefile.versions | 115 +-
lang/erlang/PLIST | 336 +++------
lang/erlang/PLIST.hipe | 3 +-
lang/erlang/PLIST.java | 5 +-
lang/erlang/buildlink3.mk | 4 +-
lang/erlang/distinfo | 15 +-
lang/erlang/hacks.mk | 4 +-
lang/erlang/options.mk | 3 +-
lang/erlang/patches/patch-ai | 86 --
lang/erlang/patches/patch-ay | 6 +-
lang/erlang/patches/patch-configure | 13 -
lang/erlang/patches/patch-configure.in | 13 -
lang/erlang/patches/patch-erts_configure | 16 -
lang/erlang/patches/patch-lib_runtime__tools_c__src_Makefile.in | 15 -
21 files changed, 257 insertions(+), 561 deletions(-)
diffs (truncated from 1705 to 300 lines):
diff -r e76c7acd76ae -r bfabee8e2226 lang/erlang-doc/Makefile
--- a/lang/erlang-doc/Makefile Tue Apr 28 13:26:37 2015 +0000
+++ b/lang/erlang-doc/Makefile Tue Apr 28 14:34:20 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2013/10/18 11:41:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.12 2015/04/28 14:34:20 fhajny Exp $
-DISTNAME= otp_doc_html_${DIST_VERSION_MAJOR}${DIST_VERSION_MINOR:D-${DIST_VERSION_MINOR}}
-PKGNAME= erlang-doc-${ERLANG_VERSION}
+DISTNAME= otp_doc_html_${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}
+PKGNAME= ${DISTNAME:S/otp_doc_html_/erlang-doc-/}
CATEGORIES= lang
MASTER_SITES= http://www.erlang.org/download/
@@ -12,7 +12,7 @@
DIST_SUBDIR= erlang
# needs erlang installed for its directory structure
-DEPENDS+= erlang-${ERLANG_VERSION}{,nb*}:../../lang/erlang
+DEPENDS+= erlang-${PKGVERSION_NOREV}{,nb*}:../../lang/erlang
NO_CONFIGURE= yes
NO_BUILD= yes
diff -r e76c7acd76ae -r bfabee8e2226 lang/erlang-doc/PLIST
--- a/lang/erlang-doc/PLIST Tue Apr 28 13:26:37 2015 +0000
+++ b/lang/erlang-doc/PLIST Tue Apr 28 14:34:20 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2013/10/20 18:37:49 asau Exp $
+@comment $NetBSD: PLIST,v 1.17 2015/04/28 14:34:20 fhajny Exp $
lib/erlang/doc/applications.html
lib/erlang/doc/design_principles/applications.html
lib/erlang/doc/design_principles/appup_cookbook.html
@@ -64,14 +64,13 @@
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/MARKDOWN.html
+lib/erlang/doc/installation_guide/OTP-PATCH-APPLY.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/source/MARKDOWN.html
+lib/erlang/doc/installation_guide/source/OTP-PATCH-APPLY.html
lib/erlang/doc/installation_guide/users_guide.html
-lib/erlang/doc/installation_guide/verification.html
lib/erlang/doc/js/erlresolvelinks.js
lib/erlang/doc/js/flipmenu/flip_closed.gif
lib/erlang/doc/js/flipmenu/flip_open.gif
@@ -92,6 +91,7 @@
lib/erlang/doc/programming_examples/list_comprehensions.html
lib/erlang/doc/programming_examples/records.html
lib/erlang/doc/programming_examples/users_guide.html
+lib/erlang/doc/reference_manual/character_set.html
lib/erlang/doc/reference_manual/code_loading.html
lib/erlang/doc/reference_manual/data_types.html
lib/erlang/doc/reference_manual/distributed.html
@@ -112,7 +112,9 @@
lib/erlang/doc/system_principles/create_target.html
lib/erlang/doc/system_principles/error_logging.html
lib/erlang/doc/system_principles/system_principles.html
+lib/erlang/doc/system_principles/upgrade.html
lib/erlang/doc/system_principles/users_guide.html
+lib/erlang/doc/system_principles/versions.html
lib/erlang/doc/tutorial/c_port.html
lib/erlang/doc/tutorial/c_portdriver.html
lib/erlang/doc/tutorial/cnode.html
@@ -166,26 +168,13 @@
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_correction.html
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-${VERSION.erts}.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
-lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/listbox_win.gif
-lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/main_win.gif
-lib/erlang/lib/appmon-${VERSION.appmon}/doc/html/note.gif
-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-${VERSION.appmon}.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
@@ -214,6 +203,7 @@
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_netconfc.html
+lib/erlang/lib/common_test-${VERSION.common_test}/doc/html/ct_property_test.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
@@ -743,6 +733,7 @@
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangList.SubList.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangList.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangLong.html
+lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangMap.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.Hash.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangObject.html
lib/erlang/lib/jinterface-${VERSION.jinterface}/doc/html/java/com/ericsson/otp/erlang/OtpErlangPid.html
@@ -905,16 +896,12 @@
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/html/warning.gif
lib/erlang/lib/mnesia-${VERSION.mnesia}/doc/pdf/mnesia-${VERSION.mnesia}.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/cdv.html
lib/erlang/lib/observer-${VERSION.observer}/doc/html/crashdump_ug.html
lib/erlang/lib/observer-${VERSION.observer}/doc/html/crashdump_viewer.html
lib/erlang/lib/observer-${VERSION.observer}/doc/html/et_modsprocs.gif
lib/erlang/lib/observer-${VERSION.observer}/doc/html/et_processes.gif
lib/erlang/lib/observer-${VERSION.observer}/doc/html/etop.html
-lib/erlang/lib/observer-${VERSION.observer}/doc/html/etop_5.gif
-lib/erlang/lib/observer-${VERSION.observer}/doc/html/etop_lines.gif
-lib/erlang/lib/observer-${VERSION.observer}/doc/html/etop_main.gif
-lib/erlang/lib/observer-${VERSION.observer}/doc/html/etop_opt.gif
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
@@ -1020,6 +1007,18 @@
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/html/warning.gif
lib/erlang/lib/os_mon-${VERSION.os_mon}/doc/pdf/os_mon-${VERSION.os_mon}.pdf
lib/erlang/lib/os_mon-${VERSION.os_mon}/info
+lib/erlang/lib/ose-${VERSION.ose}/doc/html/index.html
+lib/erlang/lib/ose-${VERSION.ose}/doc/html/notes.html
+lib/erlang/lib/ose-${VERSION.ose}/doc/html/ose.eix
+lib/erlang/lib/ose-${VERSION.ose}/doc/html/ose.html
+lib/erlang/lib/ose-${VERSION.ose}/doc/html/ose_app.html
+lib/erlang/lib/ose-${VERSION.ose}/doc/html/ose_erl_driver.html
+lib/erlang/lib/ose-${VERSION.ose}/doc/html/ose_intro.html
+lib/erlang/lib/ose-${VERSION.ose}/doc/html/ose_signals_chapter.html
+lib/erlang/lib/ose-${VERSION.ose}/doc/html/release_notes.html
+lib/erlang/lib/ose-${VERSION.ose}/doc/html/users_guide.html
+lib/erlang/lib/ose-${VERSION.ose}/doc/pdf/ose-${VERSION.ose}.pdf
+lib/erlang/lib/ose-${VERSION.ose}/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
lib/erlang/lib/otp_mibs-${VERSION.otp_mibs}/doc/html/mibs.html
@@ -1063,18 +1062,6 @@
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/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
-lib/erlang/lib/pman-${VERSION.pman}/doc/html/trace.gif
-lib/erlang/lib/pman-${VERSION.pman}/doc/html/users_guide.html
-lib/erlang/lib/pman-${VERSION.pman}/doc/pdf/pman-${VERSION.pman}.pdf
-lib/erlang/lib/pman-${VERSION.pman}/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
@@ -1109,6 +1096,7 @@
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/html/system_information.html
lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/html/users_guide.html
lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/doc/pdf/runtime_tools-${VERSION.runtime_tools}.pdf
lib/erlang/lib/runtime_tools-${VERSION.runtime_tools}/info
@@ -1281,6 +1269,7 @@
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/lib.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/lists.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/log_mf_h.html
+lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/maps.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/math.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/ms_transform.html
lib/erlang/lib/stdlib-${VERSION.stdlib}/doc/html/notes.html
@@ -1346,18 +1335,6 @@
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-${VERSION.test_server}.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
-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
-lib/erlang/lib/toolbar-${VERSION.toolbar}/doc/pdf/toolbar-${VERSION.toolbar}.pdf
-lib/erlang/lib/toolbar-${VERSION.toolbar}/info
lib/erlang/lib/tools-${VERSION.tools}/doc/html/cover.html
lib/erlang/lib/tools-${VERSION.tools}/doc/html/cover_chapter.html
lib/erlang/lib/tools-${VERSION.tools}/doc/html/cprof.html
@@ -1383,31 +1360,13 @@
lib/erlang/lib/tools-${VERSION.tools}/doc/html/xref_chapter.html
lib/erlang/lib/tools-${VERSION.tools}/doc/pdf/tools-${VERSION.tools}.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
-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
-lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_row_marked.gif
-lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_row_marked_popup.gif
-lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_search_result.gif
-lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_search_window.gif
-lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_start.gif
-lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_start_mnesia.gif
-lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_start_other_node.gif
-lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_start_pid_sorted.gif
-lib/erlang/lib/tv-${VERSION.tv}/doc/html/tv_start_system.gif
-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-${VERSION.tv}.pdf
-lib/erlang/lib/tv-${VERSION.tv}/info
+lib/erlang/lib/typer-${VERSION.typer}/doc/html/TypEr_app.html
+lib/erlang/lib/typer-${VERSION.typer}/doc/html/index.html
+lib/erlang/lib/typer-${VERSION.typer}/doc/html/notes.html
+lib/erlang/lib/typer-${VERSION.typer}/doc/html/release_notes.html
+lib/erlang/lib/typer-${VERSION.typer}/doc/html/typer.eix
+lib/erlang/lib/typer-${VERSION.typer}/doc/pdf/typer-${VERSION.typer}.pdf
+lib/erlang/lib/typer-${VERSION.typer}/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
@@ -1429,6 +1388,7 @@
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
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxActivateEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxArtProvider.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxAuiDockArt.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxAuiManager.html
@@ -1531,6 +1491,7 @@
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxIdleEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxImage.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxImageList.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxInitDialogEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxJoystickEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxKeyEvent.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxLayoutAlgorithm.html
@@ -1541,6 +1502,7 @@
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxListItemAttr.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxListView.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxListbook.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxLocale.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxLogNull.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxMDIChildFrame.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxMDIClientWindow.html
@@ -1573,6 +1535,8 @@
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxPasswordEntryDialog.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxPen.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxPickerBase.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxPopupTransientWindow.html
+lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxPopupWindow.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxPostScriptDC.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxPreviewCanvas.html
lib/erlang/lib/wx-${VERSION.wx}/doc/html/wxPreviewControlBar.html
diff -r e76c7acd76ae -r bfabee8e2226 lang/erlang-doc/distinfo
--- a/lang/erlang-doc/distinfo Tue Apr 28 13:26:37 2015 +0000
+++ b/lang/erlang-doc/distinfo Tue Apr 28 14:34:20 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2013/10/20 18:37:49 asau Exp $
+$NetBSD: distinfo,v 1.14 2015/04/28 14:34:20 fhajny Exp $
-SHA1 (erlang/otp_doc_html_R16B02.tar.gz) = 142e0b4becc04d3b5bf46a7fa2d48aae43cc84d0
-RMD160 (erlang/otp_doc_html_R16B02.tar.gz) = 20315bfa218469d045f0f69a52305a89e138f6e6
-Size (erlang/otp_doc_html_R16B02.tar.gz) = 33241266 bytes
+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
diff -r e76c7acd76ae -r bfabee8e2226 lang/erlang-man/Makefile
--- a/lang/erlang-man/Makefile Tue Apr 28 13:26:37 2015 +0000
+++ b/lang/erlang-man/Makefile Tue Apr 28 14:34:20 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2013/10/18 11:41:18 bsiegert Exp $
+# $NetBSD: Makefile,v 1.9 2015/04/28 14:34:20 fhajny Exp $
-DISTNAME= otp_doc_man_${DIST_VERSION_MAJOR}${DIST_VERSION_MINOR:D-${DIST_VERSION_MINOR}}
-PKGNAME= erlang-man-${ERLANG_VERSION}
+DISTNAME= otp_doc_man_${DIST_VERSION_MAJOR}.${DIST_VERSION_MINOR}
+PKGNAME= ${DISTNAME:S/otp_doc_man_/erlang-man-/}
CATEGORIES= lang
MASTER_SITES= http://www.erlang.org/download/
Home |
Main Index |
Thread Index |
Old Index