svn commit: r560084 - in head/mail: . rubygem-net-smtp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 20:02:39 UTC 2021


Author: sunpoet
Date: Sun Jan  3 20:02:36 2021
New Revision: 560084
URL: https://svnweb.freebsd.org/changeset/ports/560084

Log:
  Add rubygem-net-smtp 0.2.1
  
  Net::SMTP provides functionality to send internet mail via SMTP, the Simple Mail
  Transfer Protocol.
  
  WWW: https://github.com/ruby/net-smtp

Added:
  head/mail/rubygem-net-smtp/
  head/mail/rubygem-net-smtp/Makefile   (contents, props changed)
  head/mail/rubygem-net-smtp/distinfo   (contents, props changed)
  head/mail/rubygem-net-smtp/pkg-descr   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sun Jan  3 20:02:31 2021	(r560083)
+++ head/mail/Makefile	Sun Jan  3 20:02:36 2021	(r560084)
@@ -580,6 +580,7 @@
     SUBDIR += rubygem-mini_mime
     SUBDIR += rubygem-net-imap
     SUBDIR += rubygem-net-pop
+    SUBDIR += rubygem-net-smtp
     SUBDIR += rubygem-pony
     SUBDIR += rubygem-premailer
     SUBDIR += rubygem-premailer-rails

Added: head/mail/rubygem-net-smtp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-net-smtp/Makefile	Sun Jan  3 20:02:36 2021	(r560084)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	net-smtp
+PORTVERSION=	0.2.1
+CATEGORIES=	mail rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Simple Mail Transfer Protocol client library for Ruby
+
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-net-protocol>=0:net/rubygem-net-protocol
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/mail/rubygem-net-smtp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-net-smtp/distinfo	Sun Jan  3 20:02:36 2021	(r560084)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598819
+SHA256 (rubygem/net-smtp-0.2.1.gem) = d1ae74d4b75970915d7c7a548275583974cb54d09ca9c56312dc8cb7f40ff40f
+SIZE (rubygem/net-smtp-0.2.1.gem) = 16384

Added: head/mail/rubygem-net-smtp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/rubygem-net-smtp/pkg-descr	Sun Jan  3 20:02:36 2021	(r560084)
@@ -0,0 +1,4 @@
+Net::SMTP provides functionality to send internet mail via SMTP, the Simple Mail
+Transfer Protocol.
+
+WWW: https://github.com/ruby/net-smtp


More information about the svn-ports-head mailing list