pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
p5-Email-Stuffer: add new package
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Fri Jun 12 15:51:04 2026 +0200
Changeset: d8f7c7a88ae22521ef1a78ec039aa743e6571034
Modified Files:
Makefile
Added Files:
p5-Email-Stuffer/DESCR
p5-Email-Stuffer/Makefile
p5-Email-Stuffer/a
p5-Email-Stuffer/distinfo
Log Message:
p5-Email-Stuffer: add new package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d8f7c7a88ae22521ef1a78ec039aa743e6571034
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 3 ++-
p5-Email-Stuffer/DESCR | 10 ++++++++++
p5-Email-Stuffer/Makefile | 21 +++++++++++++++++++++
p5-Email-Stuffer/a | 5 +++++
p5-Email-Stuffer/distinfo | 5 +++++
5 files changed, 43 insertions(+), 1 deletion(-)
diffs:
diff --git a/Makefile b/Makefile
index 633177e281..c36bfb9a5a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ SUBDIR+= 0ad-data
SUBDIR+= 2048-c
SUBDIR+= 3dsconv
SUBDIR+= 4ti2
-SUBDIR+= 6tunnel
+SUBDIR+= 6tunnel
SUBDIR+= 7-zip-zstd
SUBDIR+= 7z-bin
SUBDIR+= 8bc
@@ -2924,6 +2924,7 @@ SUBDIR+= p5-Data-Types
SUBDIR+= p5-Devel-Profiler
SUBDIR+= p5-Egg-Plugin-Crypt-CBC
SUBDIR+= p5-Email-AddressParser
+SUBDIR+= p5-Email-Stuffer
SUBDIR+= p5-Encode-Arabic
SUBDIR+= p5-Encode-IMAPUTF7
SUBDIR+= p5-Encode-compat
diff --git a/p5-Email-Stuffer/DESCR b/p5-Email-Stuffer/DESCR
new file mode 100644
index 0000000000..e1a68fbf52
--- /dev/null
+++ b/p5-Email-Stuffer/DESCR
@@ -0,0 +1,10 @@
+Email::Stuffer, as its name suggests, is a fairly casual module
+used to stuff things into an email and send them. It is a high-level
+module designed for ease of use when doing a very specific common
+task, but implemented on top of the light and tolerable Email::
+modules.
+
+Email::Stuffer is typically used to build emails and send them in
+a single statement, as seen in the synopsis. And it is certain only
+for use when creating and sending emails. As such, it contains no
+email parsing capability, and little to no modification support.
diff --git a/p5-Email-Stuffer/Makefile b/p5-Email-Stuffer/Makefile
new file mode 100644
index 0000000000..2d0f30677b
--- /dev/null
+++ b/p5-Email-Stuffer/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= Email-Stuffer-0.020
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/rjbs/Email-Stuffer
+COMMENT= More casual approach to creating and sending Email:: emails
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
+DEPENDS+= p5-Email-MIME-[0-9]*:../../mail/p5-Email-MIME
+DEPENDS+= p5-Email-Sender-[0-9]*:../../mail/p5-Email-Sender
+TEST_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal
+
+PERL5_PACKLIST= auto/Email/Stuffer/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Email-Stuffer/a b/p5-Email-Stuffer/a
new file mode 100644
index 0000000000..cfc6c1f125
--- /dev/null
+++ b/p5-Email-Stuffer/a
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PERL5_SUB_INSTALLARCHLIB}/perllocal.pod
+${PERL5_SUB_INSTALLVENDORLIB}/Email/Stuffer.pm
+${PERL5_SUB_INSTALLVENDORARCH}/auto/Email/Stuffer/.packlist
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/Email::Stuffer.3
diff --git a/p5-Email-Stuffer/distinfo b/p5-Email-Stuffer/distinfo
new file mode 100644
index 0000000000..ca984f7b54
--- /dev/null
+++ b/p5-Email-Stuffer/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (Email-Stuffer-0.020.tar.gz) = cfc1f3ebef282ce0b59aa34c120b07231bf24e8b86446bc24f74de97d37a1bd9
+SHA512 (Email-Stuffer-0.020.tar.gz) = 62de0ed98ae892dfa79a6c19b0ddc82f932e7edb048323633810aefef26eed41501a672457f22ecf22846836ca731bfb10e29e2b1295125bc9540bbf04b7e18f
+Size (Email-Stuffer-0.020.tar.gz) = 46346 bytes
Home |
Main Index |
Thread Index |
Old Index