Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
pkgsrc changes:
- adjusting license definition
- adjusting module type
- tidy Makefile
- re-sort dependencies
Upstream changes:
2.102 2010-02-14
minor documentation improvements
do not break chaining on $stuff->FOO_text(undef);
2.101 2009-11-12
accept character (unicode) strings for bodies and headers
ucfirst header names
(above changes by Aristotle Pagaltzis)
2.100 2009-08-11
Allows attach_file to accept attribute arguments ie (content_type)
just like attach does (twek)
2.09 Sat 16 May 2009
- documentation tweaks for SMTP hostname; thanks Kieren Kiment
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
- Updating package for p5 module Email::Stuff to 2.08
- Set license to artistic license 2.0
- Updating dependencies (remove p5-Clone dependency)
Upstream changes:
2.08 Sun 08 March 2009
- Removed debugging prints accidentally left in from last update
2.07 Fri 17 Feb 2009
- Fixed bug http://rt.cpan.org/Public/Bug/Display.html?id=27320
Removed unused Clone dependency
Update by Lyle Hopkins
Email::Stuff, as its name suggests, is a fairly casual module used
to email "stuff" to people using the most common methods. It is a
high-level module designed for ease of use when doing a very specific
common task, but implemented on top of the tight and correct Email::
modules.
Email::Stuff 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.
To re-iterate, this is very much a module for those "slap it together
and fire it off" situations, but that still has enough grunt behind
the scenes to do things properly.