pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-net-smtp



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Aug 28 04:16:30 UTC 2022

Added Files:
        pkgsrc/net/ruby-net-smtp: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/ruby-net-smtp/DESCR \
    pkgsrc/net/ruby-net-smtp/Makefile pkgsrc/net/ruby-net-smtp/PLIST \
    pkgsrc/net/ruby-net-smtp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/ruby-net-smtp/DESCR
diff -u /dev/null pkgsrc/net/ruby-net-smtp/DESCR:1.1
--- /dev/null   Sun Aug 28 04:16:30 2022
+++ pkgsrc/net/ruby-net-smtp/DESCR      Sun Aug 28 04:16:30 2022
@@ -0,0 +1 @@
+Simple Mail Transfer Protocol client library for Ruby.
Index: pkgsrc/net/ruby-net-smtp/Makefile
diff -u /dev/null pkgsrc/net/ruby-net-smtp/Makefile:1.1
--- /dev/null   Sun Aug 28 04:16:30 2022
+++ pkgsrc/net/ruby-net-smtp/Makefile   Sun Aug 28 04:16:30 2022
@@ -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"
Index: pkgsrc/net/ruby-net-smtp/PLIST
diff -u /dev/null pkgsrc/net/ruby-net-smtp/PLIST:1.1
--- /dev/null   Sun Aug 28 04:16:30 2022
+++ pkgsrc/net/ruby-net-smtp/PLIST      Sun Aug 28 04:16:30 2022
@@ -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
Index: pkgsrc/net/ruby-net-smtp/distinfo
diff -u /dev/null pkgsrc/net/ruby-net-smtp/distinfo:1.1
--- /dev/null   Sun Aug 28 04:16:30 2022
+++ pkgsrc/net/ruby-net-smtp/distinfo   Sun Aug 28 04:16:30 2022
@@ -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