From owner-freebsd-ports@freebsd.org Thu Feb 6 15:32:13 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 29F8722E9F8 for ; Thu, 6 Feb 2020 15:32:13 +0000 (UTC) (envelope-from jkeenan@pobox.com) Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48D2VP0J8hz48ym for ; Thu, 6 Feb 2020 15:32:12 +0000 (UTC) (envelope-from jkeenan@pobox.com) Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 2FFA4B6235 for ; Thu, 6 Feb 2020 10:32:11 -0500 (EST) (envelope-from jkeenan@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=sasl; bh=U0iOoGR83Taf HnGaAyTGkbOyKj0=; b=PAWIDDKe9gAzvTtlxKe7mWa15VF9L7X42kHxl2UDyh6T Syhvjk/QByVGSxHFqJbjd7ZHkRaOHgxh2wozJTQInr1qE/KYDwHeQSb7UiDVrqHp eZMzPrYTLLmcdj0ncERPOfauD5XkBAkp6H4Td6wAwBAwAalqaHaXZH4gYUlJo0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sasl; b=kt2uxg dHKhMTydzNpl4UYtsSgo+zYTaqYIxjK0sqc4pzv3jaUCe6m8PKbrduCDWVhpTk4Q TODXv6jJO4tcXYI265qLTYn0AtrT+9Hq4JP8f85KNN8O4stp5m8ClzH3Sieuj9Cg chZUl1dRMCHvQD0FAewyXGvbOcuNqsWjMY6qY= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 26B84B6234 for ; Thu, 6 Feb 2020 10:32:11 -0500 (EST) (envelope-from jkeenan@pobox.com) Received: from [192.168.1.6] (unknown [24.185.115.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 8034EB6233 for ; Thu, 6 Feb 2020 10:32:08 -0500 (EST) (envelope-from jkeenan@pobox.com) Subject: Re: p5-Locale-Language? To: freebsd-ports@freebsd.org References: From: James E Keenan Message-ID: <6d3199de-834f-30cc-29fd-f38932ceafee@pobox.com> Date: Thu, 6 Feb 2020 10:32:06 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Pobox-Relay-ID: D6343CF2-48F5-11EA-BD1A-B0405B776F7B-57062903!pb-smtp20.pobox.com X-Rspamd-Queue-Id: 48D2VP0J8hz48ym X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2020 15:32:13 -0000 On 2/5/20,Doug Sampson wrote: To: "freebsd-ports@freebsd.org" Subject: p5-Locale-Language? Message-ID: <8a12d0aeb775499c95ba5652b8cf739e@dawnsign.com> Content-Type: text/plain; charset="us-ascii" How do I go about requesting a new Perl port for the Locale::Language module that was taken out of Perl 5.30? www/foswiki depends on that module and some of its functions have not worked since I upgraded the wiki system to 5.30. Since I use ports exclusively, I do not wish to revert to cpan to install such modules. ~Doug A quick check on CPAN shows Locale::Language to be part of the Locale-Codes distribution (https://metacpan.org/release/Locale-Codes). A search on FreeBSD Ports (https://www.freebsd.org/cgi/ports.cgi?query=locale-codes&stype=all&sektion=all) shows that there already exists a port for Locale-Codes. However, it appears to be several versions behind CPAN. So perhaps you could contact the maintainer to do an update of the port. Thank you very much. Jim Keenan