summaryrefslogtreecommitdiff
path: root/lang/erlang-man
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-04-28 14:34:20 +0000
committerfhajny <fhajny@pkgsrc.org>2015-04-28 14:34:20 +0000
commit21054a236b8a918b7ba308a41ae5e89b8048e61b (patch)
tree59905c5c5197da48cc38160cde2b519814c4431f /lang/erlang-man
parent781b79fb6704943b8c1c5d9596014f8d3876fb99 (diff)
downloadpkgsrc-21054a236b8a918b7ba308a41ae5e89b8048e61b.tar.gz
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 (limited to 'lang/erlang-man')
-rw-r--r--lang/erlang-man/Makefile8
-rw-r--r--lang/erlang-man/PLIST20
-rw-r--r--lang/erlang-man/distinfo8
3 files changed, 22 insertions, 14 deletions
diff --git a/lang/erlang-man/Makefile b/lang/erlang-man/Makefile
index 41944f7a62d..1d17c168044 100644
--- a/lang/erlang-man/Makefile
+++ b/lang/erlang-man/Makefile
@@ -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/
@@ -12,7 +12,7 @@ COMMENT= Documentation for Erlang, a concurrent functional programming language
DIST_SUBDIR= erlang
# needs erlang installed for its directory structure
-DEPENDS+= erlang-${ERLANG_VERSION}{,nb*}:../../lang/erlang
+DEPENDS+= erlang-${PKGVERSION_NOREV}{,nb*}:../../lang/erlang
USE_TOOLS+= pax
diff --git a/lang/erlang-man/PLIST b/lang/erlang-man/PLIST
index d13fe24994e..5677218b4d5 100644
--- a/lang/erlang-man/PLIST
+++ b/lang/erlang-man/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.14 2013/10/20 18:37:49 asau Exp $
+@comment $NetBSD: PLIST,v 1.15 2015/04/28 14:34:20 fhajny Exp $
+lib/erlang/man/man1/cdv.1
lib/erlang/man/man1/ct_run.1
-lib/erlang/man/man1/diameter_compile.1
+lib/erlang/man/man1/diameterc.1
lib/erlang/man/man1/epmd.1
lib/erlang/man/man1/erl.1
lib/erlang/man/man1/erl_call.1
@@ -82,7 +83,6 @@ lib/erlang/man/man3/Module_Interface.3
lib/erlang/man/man3/alarm_handler.3
lib/erlang/man/man3/any.3
lib/erlang/man/man3/application.3
-lib/erlang/man/man3/appmon.3
lib/erlang/man/man3/array.3
lib/erlang/man/man3/asn1ct.3
lib/erlang/man/man3/asn1rt.3
@@ -114,6 +114,7 @@ lib/erlang/man/man3/ct_ftp.3
lib/erlang/man/man3/ct_hooks.3
lib/erlang/man/man3/ct_master.3
lib/erlang/man/man3/ct_netconfc.3
+lib/erlang/man/man3/ct_property_test.3
lib/erlang/man/man3/ct_rpc.3
lib/erlang/man/man3/ct_slave.3
lib/erlang/man/man3/ct_snmp.3
@@ -243,6 +244,7 @@ lib/erlang/man/man3/lname.3
lib/erlang/man/man3/lname_component.3
lib/erlang/man/man3/log_mf_h.3
lib/erlang/man/man3/make.3
+lib/erlang/man/man3/maps.3
lib/erlang/man/man3/math.3
lib/erlang/man/man3/megaco.3
lib/erlang/man/man3/megaco_codec_meas.3
@@ -280,13 +282,14 @@ lib/erlang/man/man3/ordsets.3
lib/erlang/man/man3/os.3
lib/erlang/man/man3/os_mon_mib.3
lib/erlang/man/man3/os_sup.3
+lib/erlang/man/man3/ose.3
+lib/erlang/man/man3/ose_erl_driver.3
lib/erlang/man/man3/otp_mib.3
lib/erlang/man/man3/overload.3
lib/erlang/man/man3/percept.3
lib/erlang/man/man3/percept_profile.3
lib/erlang/man/man3/pg.3
lib/erlang/man/man3/pg2.3
-lib/erlang/man/man3/pman.3
lib/erlang/man/man3/pool.3
lib/erlang/man/man3/prettypr.3
lib/erlang/man/man3/proc_lib.3
@@ -354,15 +357,14 @@ lib/erlang/man/man3/string.3
lib/erlang/man/man3/supervisor.3
lib/erlang/man/man3/supervisor_bridge.3
lib/erlang/man/man3/sys.3
+lib/erlang/man/man3/system_information.3
lib/erlang/man/man3/systools.3
lib/erlang/man/man3/tags.3
lib/erlang/man/man3/test_server.3
lib/erlang/man/man3/test_server_ctrl.3
lib/erlang/man/man3/tftp.3
lib/erlang/man/man3/timer.3
-lib/erlang/man/man3/toolbar.3
lib/erlang/man/man3/ttb.3
-lib/erlang/man/man3/tv.3
lib/erlang/man/man3/unicode.3
lib/erlang/man/man3/unix_telnet.3
lib/erlang/man/man3/user.3
@@ -372,6 +374,7 @@ lib/erlang/man/man3/wrap_log_reader.3
lib/erlang/man/man3/wx.3
lib/erlang/man/man3/wxAcceleratorEntry.3
lib/erlang/man/man3/wxAcceleratorTable.3
+lib/erlang/man/man3/wxActivateEvent.3
lib/erlang/man/man3/wxArtProvider.3
lib/erlang/man/man3/wxAuiDockArt.3
lib/erlang/man/man3/wxAuiManager.3
@@ -474,6 +477,7 @@ lib/erlang/man/man3/wxIconizeEvent.3
lib/erlang/man/man3/wxIdleEvent.3
lib/erlang/man/man3/wxImage.3
lib/erlang/man/man3/wxImageList.3
+lib/erlang/man/man3/wxInitDialogEvent.3
lib/erlang/man/man3/wxJoystickEvent.3
lib/erlang/man/man3/wxKeyEvent.3
lib/erlang/man/man3/wxLayoutAlgorithm.3
@@ -484,6 +488,7 @@ lib/erlang/man/man3/wxListItem.3
lib/erlang/man/man3/wxListItemAttr.3
lib/erlang/man/man3/wxListView.3
lib/erlang/man/man3/wxListbook.3
+lib/erlang/man/man3/wxLocale.3
lib/erlang/man/man3/wxLogNull.3
lib/erlang/man/man3/wxMDIChildFrame.3
lib/erlang/man/man3/wxMDIClientWindow.3
@@ -516,6 +521,8 @@ lib/erlang/man/man3/wxPanel.3
lib/erlang/man/man3/wxPasswordEntryDialog.3
lib/erlang/man/man3/wxPen.3
lib/erlang/man/man3/wxPickerBase.3
+lib/erlang/man/man3/wxPopupTransientWindow.3
+lib/erlang/man/man3/wxPopupWindow.3
lib/erlang/man/man3/wxPostScriptDC.3
lib/erlang/man/man3/wxPreviewCanvas.3
lib/erlang/man/man3/wxPreviewControlBar.3
@@ -612,6 +619,7 @@ lib/erlang/man/man6/erl_docgen.6
lib/erlang/man/man6/kernel.6
lib/erlang/man/man6/observer.6
lib/erlang/man/man6/os_mon.6
+lib/erlang/man/man6/ose.6
lib/erlang/man/man6/runtime_tools.6
lib/erlang/man/man6/sasl.6
lib/erlang/man/man6/snmp.6
diff --git a/lang/erlang-man/distinfo b/lang/erlang-man/distinfo
index 70ac3e71e1c..d752e903202 100644
--- a/lang/erlang-man/distinfo
+++ b/lang/erlang-man/distinfo
@@ -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_man_R16B02.tar.gz) = c64c19d5ab176c8b7c1e05b02b4f2affbed7b0ef
-RMD160 (erlang/otp_doc_man_R16B02.tar.gz) = 5f0f36831d996882e55b168acd209892156e6bb8
-Size (erlang/otp_doc_man_R16B02.tar.gz) = 1318271 bytes
+SHA1 (erlang/otp_doc_man_17.5.tar.gz) = 222b2f7b6defe178521620b3a7975f667a549a7f
+RMD160 (erlang/otp_doc_man_17.5.tar.gz) = b3166f1a27622e4c290a0d929b9d935e0947e962
+Size (erlang/otp_doc_man_17.5.tar.gz) = 1363320 bytes