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:           Thu Dec 14 15:25:54 UTC 2023

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

Log Message:
net/ruby-net-smtp: add version 0.3.

devel/ruby-redmine51 require net-imap gem version 0.3.3 but ruby31 bundles
0.3.1.  So, it add latest version of net-smtp gem 0.3.3 as ruby-net-smtp.

No version change from deleted ruby-net-pop pacakge.

Simple Mail Transfer Protocol client library for Ruby.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/net/ruby-net-smtp/DESCR \
    pkgsrc/net/ruby-net-smtp/PLIST
cvs rdiff -u -r0 -r1.8 pkgsrc/net/ruby-net-smtp/Makefile
cvs rdiff -u -r0 -r1.4 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.3
--- /dev/null   Thu Dec 14 15:25:55 2023
+++ pkgsrc/net/ruby-net-smtp/DESCR      Thu Dec 14 15:25:54 2023
@@ -0,0 +1 @@
+Simple Mail Transfer Protocol client library for Ruby.
Index: pkgsrc/net/ruby-net-smtp/PLIST
diff -u /dev/null pkgsrc/net/ruby-net-smtp/PLIST:1.3
--- /dev/null   Thu Dec 14 15:25:55 2023
+++ pkgsrc/net/ruby-net-smtp/PLIST      Thu Dec 14 15:25:54 2023
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.3 2023/12/14 15:25:54 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/Makefile
diff -u /dev/null pkgsrc/net/ruby-net-smtp/Makefile:1.8
--- /dev/null   Thu Dec 14 15:25:55 2023
+++ pkgsrc/net/ruby-net-smtp/Makefile   Thu Dec 14 15:25:54 2023
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.8 2023/12/14 15:25:54 taca Exp $
+
+DISTNAME=      net-smtp-0.3.3
+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
+
+# This package is mainly for redmine51 on Ruby 3.1.
+# (Ruby 3.2 and later have required net-imap gem as standard gem.)
+RUBY_VERSIONS_ACCEPTED=        31
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/ruby-net-smtp/distinfo
diff -u /dev/null pkgsrc/net/ruby-net-smtp/distinfo:1.4
--- /dev/null   Thu Dec 14 15:25:55 2023
+++ pkgsrc/net/ruby-net-smtp/distinfo   Thu Dec 14 15:25:54 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.4 2023/12/14 15:25:54 taca Exp $
+
+BLAKE2s (net-smtp-0.3.3.gem) = a7413d3eecb121353fecf9607d8908dd3d7b7780faa0cde55e29c8e4e85c0520
+SHA512 (net-smtp-0.3.3.gem) = 58f61366a39c6d6cdcb02ba50e0cd64a42bc47dea2eb80f792e459e53225c005ab64b33f560f33f885e9e13548ffbbda1afc6e552b56d9ee54fc2558b0c31a83
+Size (net-smtp-0.3.3.gem) = 15360 bytes



Home | Main Index | Thread Index | Old Index