From owner-svn-ports-head@FreeBSD.ORG Sun May 5 14:20:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 72DC9180; Sun, 5 May 2013 14:20:14 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 56682F51; Sun, 5 May 2013 14:20:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r45EKEaR009013; Sun, 5 May 2013 14:20:14 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r45EKC8o008995; Sun, 5 May 2013 14:20:12 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201305051420.r45EKC8o008995@svn.freebsd.org> From: Jimmy Olgeni Date: Sun, 5 May 2013 14:20:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317415 - in head/lang: . erlang-runtime16 erlang-runtime16/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 May 2013 14:20:14 -0000 Author: olgeni Date: Sun May 5 14:20:12 2013 New Revision: 317415 URL: http://svnweb.freebsd.org/changeset/ports/317415 Log: Add lang/erlang-runtime16 (see also r317410). Added: head/lang/erlang-runtime16/ - copied from r317413, head/lang/erlang-runtime15/ Deleted: head/lang/erlang-runtime16/files/patch-erts-emulator-Makefile.in head/lang/erlang-runtime16/files/patch-erts_emulator_drivers_common_efile__drv.c head/lang/erlang-runtime16/files/patch-lib_kernel_test_file__SUITE.erl head/lang/erlang-runtime16/files/patch-lib_runtime__tools_src_observer__backend.erl head/lang/erlang-runtime16/files/patch-lib_ssl_src_ssl__manager.erl Modified: head/lang/Makefile head/lang/erlang-runtime16/Makefile head/lang/erlang-runtime16/Makefile.lib head/lang/erlang-runtime16/Makefile.man head/lang/erlang-runtime16/distinfo head/lang/erlang-runtime16/files/patch-Makefile.in head/lang/erlang-runtime16/files/pkg-message.in head/lang/erlang-runtime16/pkg-descr head/lang/erlang-runtime16/pkg-plist Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun May 5 14:17:11 2013 (r317414) +++ head/lang/Makefile Sun May 5 14:20:12 2013 (r317415) @@ -59,6 +59,7 @@ SUBDIR += embryo SUBDIR += erlang SUBDIR += erlang-runtime15 + SUBDIR += erlang-runtime16 SUBDIR += execline SUBDIR += expect SUBDIR += expect-devel Modified: head/lang/erlang-runtime16/Makefile ============================================================================== --- head/lang/erlang-runtime15/Makefile Sun May 5 13:51:08 2013 (r317413) +++ head/lang/erlang-runtime16/Makefile Sun May 5 14:20:12 2013 (r317415) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= erlang -PORTVERSION= 15.b.03.1 +PORTVERSION= 16.b CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ http://erlang.stacken.kth.se/download/:erlangorg \ @@ -23,7 +23,7 @@ PATCH_SITES= http://www.erlang.org/downl MAINTAINER= olgeni@FreeBSD.org COMMENT= A functional programming language from Ericsson -WRKSRC= ${WRKDIR}/otp_src_R15B03 +WRKSRC= ${WRKDIR}/otp_src_R16B ERLANG_LIB= ${PORTNAME}${PORTVERSION:C/\..*//} @@ -181,12 +181,13 @@ MAN1PREFIX= ${PREFIX}/lib/${ERLANG_LIB} MAN3PREFIX= ${PREFIX}/lib/${ERLANG_LIB} MAN4PREFIX= ${PREFIX}/lib/${ERLANG_LIB} MAN6PREFIX= ${PREFIX}/lib/${ERLANG_LIB} +MAN7PREFIX= ${PREFIX}/lib/${ERLANG_LIB} # Install documentation. (HTML docs need to be in same dir as the # rest, not in share/doc/erlang as it should, because of relative # links in the documentation. post-install: - @for SECTION in 1 3 4 6; do \ + @for SECTION in 1 3 4 6 7; do \ ${TAR} --unlink -xzpf ${DISTDIR}/${DIST_SUBDIR}/${ERLANG_MAN} \ -C ${PREFIX}/lib/${ERLANG_LIB} \ "man/man$${SECTION}/*.$${SECTION}" || ${TRUE}; \ Modified: head/lang/erlang-runtime16/Makefile.lib ============================================================================== --- head/lang/erlang-runtime15/Makefile.lib Sun May 5 13:51:08 2013 (r317413) +++ head/lang/erlang-runtime16/Makefile.lib Sun May 5 14:20:12 2013 (r317415) @@ -1,59 +1,58 @@ # $FreeBSD$ -TOOLS_VSN= 2.6.8 -OTP_LIBS= appmon-2.1.14.1 \ - asn1-1.8 \ - common_test-1.6.3 \ - compiler-4.8.2 \ - cosEvent-2.1.12 \ - cosEventDomain-1.1.12 \ - cosFileTransfer-1.1.13 \ - cosNotification-1.1.18 \ - cosProperty-1.1.15 \ - cosTime-1.1.12 \ - cosTransactions-1.2.12 \ - crypto-2.2 \ - debugger-3.2.8 \ - dialyzer-2.5.3 \ - diameter-1.3 \ - edoc-0.7.10 \ - eldap-1.0 \ - erl_docgen-0.3.3 \ - erl_interface-3.7.9 \ - erts-5.9.3.1 \ - et-1.4.4.2 \ - eunit-2.2.3 \ - gs-1.5.15.1 \ - hipe-3.9.3 \ - ic-4.2.31 \ - inets-5.9.2 \ - inviso-0.6.3 \ - jinterface-1.5.6 \ - kernel-2.15.3 \ - megaco-3.16.0.2 \ - mnesia-4.7.1 \ - observer-1.2 \ - odbc-2.10.13 \ - orber-3.6.24 \ - os_mon-2.2.10 \ - otp_mibs-1.0.7 \ - parsetools-2.0.7 \ - percept-0.8.7 \ - pman-2.7.1.2 \ - public_key-0.17 \ - reltool-0.6.1 \ - runtime_tools-1.8.9 \ - sasl-2.2.1 \ - snmp-4.22.1 \ - ssh-2.1.2 \ - ssl-5.1.2 \ - stdlib-1.18.3 \ - syntax_tools-1.6.9 \ - test_server-3.5.3 \ - toolbar-1.4.2.2 \ - tools-2.6.8 \ - tv-2.1.4.9 \ - typer-0.9.4 \ - webtool-0.8.9.1 \ - wx-0.99.2 \ - xmerl-1.3.2 \ +TOOLS_VSN= 2.6.10 +OTP_LIBS= appmon-2.1.14.2 \ + asn1-2.0.1 \ + common_test-1.7.1 \ + compiler-4.9.1 \ + cosEvent-2.1.13 \ + cosEventDomain-1.1.13 \ + cosFileTransfer-1.1.14 \ + cosNotification-1.1.19 \ + cosProperty-1.1.16 \ + cosTime-1.1.13 \ + cosTransactions-1.2.13 \ + crypto-2.3 \ + debugger-3.2.10 \ + dialyzer-2.6 \ + diameter-1.4.1 \ + edoc-0.7.12 \ + eldap-1.0.1 \ + erl_docgen-0.3.4 \ + erl_interface-3.7.11 \ + erts-5.10.1 \ + et-1.4.4.3 \ + eunit-2.2.4 \ + gs-1.5.15.2 \ + hipe-3.10.1 \ + ic-4.3.1 \ + inets-5.9.4 \ + jinterface-1.5.8 \ + kernel-2.16.1 \ + megaco-3.16.0.3 \ + mnesia-4.8 \ + observer-1.3 \ + odbc-2.10.15 \ + orber-3.6.25 \ + os_mon-2.2.11 \ + otp_mibs-1.0.8 \ + parsetools-2.0.9 \ + percept-0.8.8 \ + pman-2.7.1.4 \ + public_key-0.18 \ + reltool-0.6.3 \ + runtime_tools-1.8.10 \ + sasl-2.3.1 \ + snmp-4.23.1 \ + ssh-2.1.4 \ + ssl-5.2.1 \ + stdlib-1.19.1 \ + syntax_tools-1.6.11 \ + test_server-3.6.1 \ + toolbar-1.4.2.3 \ + tools-2.6.10 \ + tv-2.1.4.10 \ + typer-0.9.5 \ + webtool-0.8.9.2 \ + wx-1.0 \ + xmerl-1.3.3 Modified: head/lang/erlang-runtime16/Makefile.man ============================================================================== --- head/lang/erlang-runtime15/Makefile.man Sun May 5 13:51:08 2013 (r317413) +++ head/lang/erlang-runtime16/Makefile.man Sun May 5 14:20:12 2013 (r317415) @@ -176,7 +176,6 @@ MAN3= CosEventChannelAdmin.3 \ erl_prim_loader_stub.3 \ erl_recomment.3 \ erl_scan.3 \ - erl_set_memory_block.3 \ erl_syntax.3 \ erl_syntax_lib.3 \ erl_tar.3 \ @@ -236,12 +235,6 @@ MAN3= CosEventChannelAdmin.3 \ instrument.3 \ int.3 \ interceptors.3 \ - inviso.3 \ - inviso_as_lib.3 \ - inviso_lfm.3 \ - inviso_lfm_tpfreader.3 \ - inviso_rt.3 \ - inviso_rt_meta.3 \ io.3 \ io_lib.3 \ lcnt.3 \ @@ -291,7 +284,6 @@ MAN3= CosEventChannelAdmin.3 \ os_sup.3 \ otp_mib.3 \ overload.3 \ - packages.3 \ percept.3 \ percept_profile.3 \ pg.3 \ @@ -351,7 +343,9 @@ MAN3= CosEventChannelAdmin.3 \ sofs.3 \ ssh.3 \ ssh_channel.3 \ + ssh_client_key_api.3 \ ssh_connection.3 \ + ssh_server_key_api.3 \ ssh_sftp.3 \ ssh_sftpd.3 \ ssl.3 \ @@ -508,7 +502,6 @@ MAN3= CosEventChannelAdmin.3 \ wxMoveEvent.3 \ wxMultiChoiceDialog.3 \ wxNavigationKeyEvent.3 \ - wxNcPaintEvent.3 \ wxNotebook.3 \ wxNotebookEvent.3 \ wxNotifyEvent.3 \ @@ -623,6 +616,23 @@ MAN6= common_test.6 \ runtime_tools.6 \ sasl.6 \ snmp.6 \ + ssh.6 \ ssl.6 \ stdlib.6 \ test_server.6 + +MAN7= INET-ADDRESS-MIB.7 \ + OTP-SNMPEA-MIB.7 \ + RFC1213-MIB.7 \ + SNMP-COMMUNITY-MIB.7 \ + SNMP-FRAMEWORK-MIB.7 \ + SNMP-MPD-MIB.7 \ + SNMP-NOTIFICATION-MIB.7 \ + SNMP-TARGET-MIB.7 \ + SNMP-USER-BASED-SM-MIB.7 \ + SNMP-USM-AES-MIB.7 \ + SNMP-VIEW-BASED-ACM-MIB.7 \ + SNMPv2-MIB.7 \ + SNMPv2-TM.7 \ + STANDARD-MIB.7 \ + TRANSPORT-ADDRESS-MIB.7 Modified: head/lang/erlang-runtime16/distinfo ============================================================================== --- head/lang/erlang-runtime15/distinfo Sun May 5 13:51:08 2013 (r317413) +++ head/lang/erlang-runtime16/distinfo Sun May 5 14:20:12 2013 (r317415) @@ -1,9 +1,9 @@ -SHA256 (erlang/otp_src_R15B03-1.tar.gz) = 4bccac86dd76aec050252e44276a0283a0df9218e6470cf042a9b9f9dfc9476c -SIZE (erlang/otp_src_R15B03-1.tar.gz) = 76123810 -SHA256 (erlang/otp_doc_man_R15B03-1.tar.gz) = 07980d8014c7cf8194b7078c137353f5083992add4663ced3dcba2ff91f228d8 -SIZE (erlang/otp_doc_man_R15B03-1.tar.gz) = 1305001 -SHA256 (erlang/otp_doc_html_R15B03-1.tar.gz) = d06f580f11d1303217a5c1cf8d68a98d7e01c535be934dcd430ecdc254f7572e -SIZE (erlang/otp_doc_html_R15B03-1.tar.gz) = 30436303 +SHA256 (erlang/otp_src_R16B.tar.gz) = f01c2cfe512d3118fd3398a66bdb82bea6ad0f45b464a46a58e452264b7682cd +SIZE (erlang/otp_src_R16B.tar.gz) = 67097626 +SHA256 (erlang/otp_doc_man_R16B.tar.gz) = f7b1baa088d4ecda4a86944d3a782fcbf80c6b9161756bb50fec9e8d129176b9 +SIZE (erlang/otp_doc_man_R16B.tar.gz) = 1309209 +SHA256 (erlang/otp_doc_html_R16B.tar.gz) = c0bbfd483a267440046c77aed8af7d7eafa5d03553324db9bf365a850a6581ee +SIZE (erlang/otp_doc_html_R16B.tar.gz) = 32832774 SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b Modified: head/lang/erlang-runtime16/files/patch-Makefile.in ============================================================================== --- head/lang/erlang-runtime15/files/patch-Makefile.in Sun May 5 13:51:08 2013 (r317413) +++ head/lang/erlang-runtime16/files/patch-Makefile.in Sun May 5 14:20:12 2013 (r317415) @@ -8,7 +8,7 @@ $FreeBSD$ # Where Erlang/OTP is located -libdir_suffix = /erlang -+libdir_suffix = /erlang15 ++libdir_suffix = /erlang16 erlang_libdir = $(libdir)$(libdir_suffix) erlang_bindir = $(erlang_libdir)/bin Modified: head/lang/erlang-runtime16/files/pkg-message.in ============================================================================== --- head/lang/erlang-runtime15/files/pkg-message.in Sun May 5 13:51:08 2013 (r317413) +++ head/lang/erlang-runtime16/files/pkg-message.in Sun May 5 14:20:12 2013 (r317415) @@ -10,6 +10,6 @@ You may wish to add the following line t OPTIONAL_MANPATH %%LOCALBASE%%/lib/erlang/man To use this runtime port for development or testing, just prepend -its binary path ("%%LOCALBASE%%/lib/erlang15/bin") to your PATH variable. +its binary path ("%%LOCALBASE%%/lib/erlang16/bin") to your PATH variable. =========================================================================== Modified: head/lang/erlang-runtime16/pkg-descr ============================================================================== --- head/lang/erlang-runtime15/pkg-descr Sun May 5 13:51:08 2013 (r317413) +++ head/lang/erlang-runtime16/pkg-descr Sun May 5 14:20:12 2013 (r317415) @@ -4,7 +4,7 @@ uses are in telecoms, banking, e-commerc instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance. -This port contains a standalone runtime environment of Erlang R15 +This port contains a standalone runtime environment of Erlang R16 to be used during the development of OTP applications. WWW: http://www.erlang.org/ Modified: head/lang/erlang-runtime16/pkg-plist ============================================================================== --- head/lang/erlang-runtime15/pkg-plist Sun May 5 13:51:08 2013 (r317413) +++ head/lang/erlang-runtime16/pkg-plist Sun May 5 14:20:12 2013 (r317415) @@ -1,6 +1,7 @@ @comment Insert PLIST here @comment -=[ begin PLIST.lib-erlang ]=- @comment -=[ end PLIST.lib-erlang ]=- +@dirrm lib/%%ERLANG_LIB%%/man/man7 @dirrm lib/%%ERLANG_LIB%%/man/man6 @dirrm lib/%%ERLANG_LIB%%/man/man4 @dirrm lib/%%ERLANG_LIB%%/man/man3