pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ruby-net-smtp net/ruby-net-smtp: add package versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82d392d5daac
branches:  trunk
changeset: 384114:82d392d5daac
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Aug 28 04:16:30 2022 +0000

description:
net/ruby-net-smtp: add package version 0.3.1

It is required for forthcoming redmine50 package on Ruby 2.7 or 3.0.

Simple Mail Transfer Protocol client library for Ruby.

diffstat:

 net/ruby-net-smtp/DESCR    |   1 +
 net/ruby-net-smtp/Makefile |  17 +++++++++++++++++
 net/ruby-net-smtp/PLIST    |   6 ++++++
 net/ruby-net-smtp/distinfo |   5 +++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 2969b2e64dc9 -r 82d392d5daac net/ruby-net-smtp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-smtp/DESCR   Sun Aug 28 04:16:30 2022 +0000
@@ -0,0 +1,1 @@
+Simple Mail Transfer Protocol client library for Ruby.
diff -r 2969b2e64dc9 -r 82d392d5daac net/ruby-net-smtp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-smtp/Makefile        Sun Aug 28 04:16:30 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/08/28 04:16:30 taca Exp $
+
+DISTNAME=      net-smtp-0.3.1
+CATEGORIES=    net mail
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ruby/net-smtp
+COMMENT=       Simple Mail Transfer Protocol client library for Ruby
+LICENSE=       2-clause-bsd OR ruby-license
+
+USE_LANGUAGES= # none
+
+# Ruby 3.1 has the same version in it.
+RUBY_VERSIONS_ACCEPTED=        27 30
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2969b2e64dc9 -r 82d392d5daac net/ruby-net-smtp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-smtp/PLIST   Sun Aug 28 04:16:30 2022 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/28 04:16:30 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/lib/net/smtp.rb
+${GEM_LIBDIR}/net-smtp.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 2969b2e64dc9 -r 82d392d5daac net/ruby-net-smtp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ruby-net-smtp/distinfo        Sun Aug 28 04:16:30 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/28 04:16:30 taca Exp $
+
+BLAKE2s (net-smtp-0.3.1.gem) = 5b60a31c7c8d634921592c1f9bec49cf217e351ceec91fb46f27122fe5e000c8
+SHA512 (net-smtp-0.3.1.gem) = 42725056303b74e0beeb0a0425993a96c6c5a9edfe64df591f8c92985552a847e644e5e6bc23a7f16965cb296b5701035e77696b3c31603b8ce97966b4cbbe2b
+Size (net-smtp-0.3.1.gem) = 15360 bytes



Home | Main Index | Thread Index | Old Index