From owner-svn-ports-head@freebsd.org Wed Jun 28 08:59:04 2017 Return-Path: Delivered-To: svn-ports-head@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 16BB9D9C7B4; Wed, 28 Jun 2017 08:59:04 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 C888D70B5F; Wed, 28 Jun 2017 08:59:03 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5S8x2R6009337; Wed, 28 Jun 2017 08:59:02 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5S8x2jx009332; Wed, 28 Jun 2017 08:59:02 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201706280859.v5S8x2jx009332@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Wed, 28 Jun 2017 08:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444553 - in head/mail: . p5-Net-LMTP X-SVN-Group: ports-head X-SVN-Commit-Author: loader X-SVN-Commit-Paths: in head/mail: . p5-Net-LMTP X-SVN-Commit-Revision: 444553 X-SVN-Commit-Repository: ports 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.23 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: Wed, 28 Jun 2017 08:59:04 -0000 Author: loader (doc committer) Date: Wed Jun 28 08:59:02 2017 New Revision: 444553 URL: https://svnweb.freebsd.org/changeset/ports/444553 Log: [NEW PORT] mail/p5-Net-LMTP: Local Mail Transfer Protocol Client This module implements a client interface to the LMTP protocol, enabling a perl5 application to talk to LMTP servers. WWW: http://search.cpan.org/dist/Net-LMTP/ Reviewed by: koobs Approved by: koobs (ports) Differential Revision: https://reviews.freebsd.org/D11320 Added: head/mail/p5-Net-LMTP/ head/mail/p5-Net-LMTP/Makefile (contents, props changed) head/mail/p5-Net-LMTP/distinfo (contents, props changed) head/mail/p5-Net-LMTP/pkg-descr (contents, props changed) head/mail/p5-Net-LMTP/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Jun 28 08:54:10 2017 (r444552) +++ head/mail/Makefile Wed Jun 28 08:59:02 2017 (r444553) @@ -431,6 +431,7 @@ SUBDIR += p5-Net-IMAP-Server SUBDIR += p5-Net-IMAP-Simple SUBDIR += p5-Net-IMAP-Simple-SSL + SUBDIR += p5-Net-LMTP SUBDIR += p5-Net-ManageSieve SUBDIR += p5-Net-POP3-SSLWrapper SUBDIR += p5-Net-QMTP Added: head/mail/p5-Net-LMTP/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-LMTP/Makefile Wed Jun 28 08:59:02 2017 (r444553) @@ -0,0 +1,20 @@ +# Created by: Fukang Chen +# $FreeBSD$ + +PORTNAME= Net-LMTP +PORTVERSION= 0.02 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= loader@FreeBSD.org +COMMENT= Local Mail Transfer Protocol Client + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +NO_ARCH= yes +USES= perl5 +USE_PERL5= configure + +.include Added: head/mail/p5-Net-LMTP/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-LMTP/distinfo Wed Jun 28 08:59:02 2017 (r444553) @@ -0,0 +1,3 @@ +TIMESTAMP = 1498203630 +SHA256 (Net-LMTP-0.02.tar.gz) = 6876a7e71621d6bfba3c8c67a98600dd06b285b29fb04fffa0dadea760dae245 +SIZE (Net-LMTP-0.02.tar.gz) = 5633 Added: head/mail/p5-Net-LMTP/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-LMTP/pkg-descr Wed Jun 28 08:59:02 2017 (r444553) @@ -0,0 +1,4 @@ +This module implements a client interface to the LMTP protocol, +enabling a perl5 application to talk to LMTP servers. + +WWW: http://search.cpan.org/dist/Net-LMTP/ Added: head/mail/p5-Net-LMTP/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Net-LMTP/pkg-plist Wed Jun 28 08:59:02 2017 (r444553) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Net::LMTP.3.gz +%%SITE_PERL%%/Net/LMTP.pm