pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/p5-Net-SMTPS



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Wed Jan 10 16:20:32 UTC 2024

Added Files:
        pkgsrc/mail/p5-Net-SMTPS: DESCR Makefile distinfo

Log Message:
Add p5-Net-SMTPS: SSL/STARTTLS support for Net::SMTP

This module implements a wrapper for Net::SMTP, enabling
over-SSL/STARTTLS support. This module inherits all the methods from
Net::SMTP.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/p5-Net-SMTPS/DESCR \
    pkgsrc/mail/p5-Net-SMTPS/Makefile pkgsrc/mail/p5-Net-SMTPS/distinfo

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

Added files:

Index: pkgsrc/mail/p5-Net-SMTPS/DESCR
diff -u /dev/null pkgsrc/mail/p5-Net-SMTPS/DESCR:1.1
--- /dev/null   Wed Jan 10 16:20:32 2024
+++ pkgsrc/mail/p5-Net-SMTPS/DESCR      Wed Jan 10 16:20:32 2024
@@ -0,0 +1,3 @@
+This module implements a wrapper for Net::SMTP, enabling
+over-SSL/STARTTLS support. This module inherits all the methods from
+Net::SMTP.
Index: pkgsrc/mail/p5-Net-SMTPS/Makefile
diff -u /dev/null pkgsrc/mail/p5-Net-SMTPS/Makefile:1.1
--- /dev/null   Wed Jan 10 16:20:32 2024
+++ pkgsrc/mail/p5-Net-SMTPS/Makefile   Wed Jan 10 16:20:32 2024
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2024/01/10 16:20:32 schmonz Exp $
+
+DISTNAME=              Net-SMTPS-0.10
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            mail perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              https://metacpan.org/pod/Net::SMTPS
+COMMENT=               SSL/STARTTLS support for Net::SMTP
+LICENSE=               ${PERL5_LICENSE}
+
+DEPENDS+=              p5-Authen-SASL>=2:../../security/p5-Authen-SASL
+DEPENDS+=              p5-IO-Socket-SSL>=1:../../security/p5-IO-Socket-SSL
+DEPENDS+=              p5-Net>=2:../../net/p5-Net
+
+PERL5_PACKLIST=                auto/Net/SMTPS/.packlist
+USE_LANGUAGES=         # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/mail/p5-Net-SMTPS/distinfo
diff -u /dev/null pkgsrc/mail/p5-Net-SMTPS/distinfo:1.1
--- /dev/null   Wed Jan 10 16:20:32 2024
+++ pkgsrc/mail/p5-Net-SMTPS/distinfo   Wed Jan 10 16:20:32 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/01/10 16:20:32 schmonz Exp $
+
+BLAKE2s (Net-SMTPS-0.10.tar.gz) = ddc80bf28a76457d738fdfbcbe341b3017af57daf6d147a7956851a972e0f860
+SHA512 (Net-SMTPS-0.10.tar.gz) = e9d2202f63c5149ea72d8b37e27a5c0a7d0259de6a2afd7dad4b59ce00121cedb212d73c1f50d2b6ac77a0e0934bdc750fed3be4865c5f84b805befbdab802c4
+Size (Net-SMTPS-0.10.tar.gz) = 5309 bytes



Home | Main Index | Thread Index | Old Index