Commit graph

14 commits

Author SHA1 Message Date
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
hiramatsu
e69eb51d54 Updated to 3.01.
I don't quote changelogs for release 3.00 and 3.01, because those entry
only mention taking over maintainership.

Version 2.117   (2001/08/20)
    The terms-of-use have been placed in the distribution file "COPY-
    ING".  Also, small documentation tweaks were made.

Version 2.116   (2001/08/17)
    Added long-overdue patch which makes the instance method form of
    send() do the right thing when given HOW... arguments.  Thanks to
    Casey West for the patch.

Version 2.114   (2001/08/16)
    New special 'AUTO' content type in new()/build() tells MIME::Lite
    to try and guess the type from file extension.  To make use of
    this, you'll want to install MIME::Types.  The "AUTO" setting can
    be made the default default (instead of "TEXT") if you set
    "$AUTO_CONTENT_TYPE = 1, $PARANOID = 0".  Thanks to Ville
    SkyttE<#228> for these patches.

    File::Basename is used if it is available.  Thanks to Ville
    SkyttE<#228> for this patch.

    SMTP failures (in send_by_smtp) now add the $smtp->message to the
    croak'ed exception, so if things go wrong, you get a better idea of
    what and why.  Thanks to Thomas R. Wyant III for the patch.

    Made a subtle change to "as_string" which supposedly fixes a failed
    MIME data.t test with Perl 5.004_04 on NT 4 sp6.  The problem might
    only exist in this old perl, but as the patch author says, not
    everyone has climbed higher on the Perl ladder.  Thanks to John
    Gotts for the patch.

    Added "contrib" directory, with MailTool.pm.  Thanks to Tom Wyant
    for this contribution.

    Improved HTML documentation (notice the links to the individual
    methods in the top menu).
2006-03-10 06:06:33 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
snj
14584d0133 Convert to buildlink3. 2004-05-02 04:19:41 +00:00
martti
f928be280d COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
seb
cf0b1c7919 Convert to buildlink2. Use perl5/module.mk. 2002-10-07 22:34:23 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
abs
e73bdbc073 Import MIME-Lite-2.111
MIME::Lite is intended as a simple, standalone module for generating (not
parsing!) MIME messages... specifically, it allows you to output a simple,
decent single- or multi-part message with text or binary attachments.  It
does not require that you have the Mail:: or MIME:: modules installed.
2001-07-03 14:07:08 +00:00