diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-07-29 12:12:55 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-07-29 12:12:55 +0000 |
commit | 8594ad8d4d55d7b6a1c2dfea8396e05cefbfe41c (patch) | |
tree | ad4398e188e7a14cbda4f84c8de91ecac6e14f8b | |
parent | ab9b9cb1b67cdc231acf90479dafe5a18de0c128 (diff) | |
download | pkgsrc-8594ad8d4d55d7b6a1c2dfea8396e05cefbfe41c.tar.gz |
Given a Email::MIME object, detach all attachments from the message.
These are then available separately.
-rw-r--r-- | mail/p5-Email-MIME-Attachment-Stripper/DESCR | 2 | ||||
-rw-r--r-- | mail/p5-Email-MIME-Attachment-Stripper/Makefile | 21 | ||||
-rw-r--r-- | mail/p5-Email-MIME-Attachment-Stripper/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-Email-MIME-Attachment-Stripper/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/mail/p5-Email-MIME-Attachment-Stripper/DESCR b/mail/p5-Email-MIME-Attachment-Stripper/DESCR new file mode 100644 index 00000000000..ccf4b6343e2 --- /dev/null +++ b/mail/p5-Email-MIME-Attachment-Stripper/DESCR @@ -0,0 +1,2 @@ +Given a Email::MIME object, detach all attachments from the message. +These are then available separately. diff --git a/mail/p5-Email-MIME-Attachment-Stripper/Makefile b/mail/p5-Email-MIME-Attachment-Stripper/Makefile new file mode 100644 index 00000000000..ca692f820cb --- /dev/null +++ b/mail/p5-Email-MIME-Attachment-Stripper/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/07/29 12:12:55 adrianp Exp $ +# + +DISTNAME= Email-MIME-Attachment-Stripper-1.313 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/ + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/ +COMMENT= Strip the attachments from a mail + +DEPENDS+= p5-Email-MIME>=1.82:../../mail/p5-Email-MIME +DEPENDS+= p5-Email-MIME-ContentType>=1.0:../../mail/p5-Email-MIME-ContentType +DEPENDS+= p5-Email-MIME-Modifier>=1.41:../../mail/p5-Email-MIME-Modifier + +PERL5_PACKLIST= auto/Email/MIME/Attachment/Stripper/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Email-MIME-Attachment-Stripper/PLIST b/mail/p5-Email-MIME-Attachment-Stripper/PLIST new file mode 100644 index 00000000000..8640292a64e --- /dev/null +++ b/mail/p5-Email-MIME-Attachment-Stripper/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/29 12:12:55 adrianp Exp $ diff --git a/mail/p5-Email-MIME-Attachment-Stripper/distinfo b/mail/p5-Email-MIME-Attachment-Stripper/distinfo new file mode 100644 index 00000000000..52d40d85afb --- /dev/null +++ b/mail/p5-Email-MIME-Attachment-Stripper/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/07/29 12:12:55 adrianp Exp $ + +SHA1 (Email-MIME-Attachment-Stripper-1.313.tar.gz) = 6bac0ec31851aad2cf28efbb2c0fb1c8825cb9b2 +RMD160 (Email-MIME-Attachment-Stripper-1.313.tar.gz) = 179864b42a2088d341f23ea096433b2d01c88b86 +Size (Email-MIME-Attachment-Stripper-1.313.tar.gz) = 22826 bytes |