From owner-freebsd-ports@freebsd.org Mon Nov 28 20:13:25 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78B57C5876B for ; Mon, 28 Nov 2016 20:13:25 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx2.mailbox.org (mx2.mailbox.org [80.241.60.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C182161A for ; Mon, 28 Nov 2016 20:13:24 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 823384359D for ; Mon, 28 Nov 2016 21:13:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1480363993; bh=aVnR+2OQ3r1P12hZdhV2rhssKZ7AOdNu7 nJU/Rbzois=; b=jYstJS7Hhj1/V/brXEpLegeXtnVNTNSXF4JF7p1Yl9EZuegCt WB72I24rIUJwrV4SSdef2kqzsxtWUkb8W0O5IH/zjKgOQsZzf/rTgH1/o01WcPIJ HK6u1J0q8Bcyv6AaXDX3E0lQiZtbcjL8UZerApfm+RCPmQ8O/ax9PYAPXa7HFWhx Qcr1ibeRXufwL5pYjAyuWMw8Ri7cUqpGCQ/TPe9TLvPJ25uiNraDcnnFwAyklb97 SFhVsf/FicbjteOCx2u+fuVKegc1iXCnhsjbC1wsWgrgO62RRT4jRYWBGAxjEr6r /ZFiDTQxJ3uFoFYB+JNpsBSWMowrcjIpK3Qkw== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTPS id U_zZezyvpXiV for ; Mon, 28 Nov 2016 21:13:13 +0100 (CET) Date: Mon, 28 Nov 2016 21:13:12 +0100 Message-ID: <86mvgjfjmv.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: freebsd-ports@freebsd.org Subject: Re: p5-Net-SMTP-SSL In-Reply-To: <20161128084754.GB1620@elch.exwg.net> References: <20161128084754.GB1620@elch.exwg.net> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-2022-JP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2016 20:13:25 -0000 Christoph Moench-Tegeder skrev: > > ## @lbutlr (kremels@kreme.com): >> https://www.freshports.org/mail/p5-Net-SMTP-SSL/ says, " DEPRECATED: Deprecated by upstream, use Net::SMTP instead” >> >> But there is not p5-Net-SMTP package. > > Of course, Net::SMTP is part of libnet, which installs as p5-Net > (net/p5-Net), which has been around "forever" and learned SSL about > two years ago. % pkg which `locate SMTP.pm` /usr/local/lib/perl5/5.24/Net/SMTP.pm was installed by package perl5-5.24.1.r4 From: http://perldoc.perl.org/Net/SMTP.html This module implements a client interface to the SMTP and ESMTP protocol, enabling a perl5 application to talk to SMTP servers. This documentation assumes that you are familiar with the concepts of the SMTP protocol described in RFC2821. With IO::Socket::SSL installed it also provides support for implicit and explicit TLS encryption, i.e. SMTPS or SMTP+STARTTLS. Why e.g. devel/git can't use this version? -- Herbert