[Midnightbsd-cvs] mports: mports/mail: add Mime lite and date format
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Oct 11 18:12:20 EDT 2008
Log Message:
-----------
add Mime lite and date format
Modified Files:
--------------
mports/mail:
Makefile (r1.46 -> r1.47)
Added Files:
-----------
mports/mail/p5-Email-Date-Format:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
mports/mail/p5-MIME-Lite:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/mail/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -L mail/Makefile -L mail/Makefile -u -r1.46 -r1.47
--- mail/Makefile
+++ mail/Makefile
@@ -28,12 +28,14 @@
SUBDIR += mutt
SUBDIR += mutt-devel
SUBDIR += p5-Email-Address
+ SUBDIR += p5-Email-Date-Format
SUBDIR += p5-Email-MIME
SUBDIR += p5-Email-MIME-ContentType
SUBDIR += p5-Email-MIME-Encodings
SUBDIR += p5-Email-MIME-Modifier
SUBDIR += p5-Email-MessageID
SUBDIR += p5-FuzzyOcr
+ SUBDIR += p5-MIME-Lite
SUBDIR += p5-MIME-Tools
SUBDIR += p5-MIME-Types
SUBDIR += p5-Mail-DKIM
--- /dev/null
+++ mail/p5-Email-Date-Format/pkg-descr
@@ -0,0 +1,4 @@
+Email::Date::Format - produce RFC 2822 date strings
+
+
+WWW: http://search.cpan.org/dist/Email-Date-Format/
--- /dev/null
+++ mail/p5-Email-Date-Format/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Date/Format/.packlist
+%%SITE_PERL%%/Email/Date/Format.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Date/Format
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Date
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email
+ at dirrmtry %%SITE_PERL%%/Email/Date
+ at dirrmtry %%SITE_PERL%%/Email
--- /dev/null
+++ mail/p5-Email-Date-Format/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: mail/p5-Email-Date-Format
+# Date created: 2007-12-26
+# Whom: Anton Yuzhaninov <citrin at rambler-co.ru>
+#
+# $MidnightBSD: mports/mail/p5-Email-Date-Format/Makefile,v 1.1 2008/10/11 22:12:17 laffer1 Exp $
+# $FreeBSD: ports/mail/p5-Email-Date-Format/Makefile,v 1.1 2007/12/31 00:26:25 miwi Exp $
+#
+
+PORTNAME= Email-Date-Format
+PORTVERSION= 1.002
+CATEGORIES= mail perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= Email
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Produce RFC 2822 date strings
+LICENSE= perl
+
+PERL_CONFIGURE= yes
+
+MAN3= Email::Date::Format.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ mail/p5-Email-Date-Format/distinfo
@@ -0,0 +1,3 @@
+MD5 (Email-Date-Format-1.002.tar.gz) = 7ae25275da6ab272aa8b40141eac9f82
+SHA256 (Email-Date-Format-1.002.tar.gz) = 0c7f3636dffa5ff151f6906baa17582c2efeb29109750f40f820fe5d2dc38e84
+SIZE (Email-Date-Format-1.002.tar.gz) = 10150
--- /dev/null
+++ mail/p5-MIME-Lite/pkg-descr
@@ -0,0 +1,17 @@
+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.
+
+To use the built-in SMTP interface (and thereby avoid calling sendmail) please
+install the Net module through ports/net/p5-Net, or stand alone. This package
+will contain the Net::SMTP code required.
+
+If you need more sophisticated behaviour from MIME, please install the
+MIME::tools package instead.
+
+WWW: http://search.cpan.org/dist/MIME-Lite/
+
+-- Alex Perel
+ <veers at disturbed.net>
--- /dev/null
+++ mail/p5-MIME-Lite/pkg-plist
@@ -0,0 +1,6 @@
+%%SITE_PERL%%/MIME/Lite.pm
+%%SITE_PERL%%/MIME/changes.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Lite
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME
+ at dirrmtry %%SITE_PERL%%/MIME
--- /dev/null
+++ mail/p5-MIME-Lite/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: p5-MIME-Lite
+# Date created: August 3, 1999
+# Whom: Alex Perel <veers at disturbed.net>
+#
+# $MidnightBSD: mports/mail/p5-MIME-Lite/Makefile,v 1.1 2008/10/11 22:12:17 laffer1 Exp $
+# $FreeBSD: ports/mail/p5-MIME-Lite/Makefile,v 1.17 2008/01/29 16:43:38 vsevolod Exp $
+#
+
+PORTNAME= MIME-Lite
+PORTVERSION= 3.02.1
+CATEGORIES= mail perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/.([0-9]+)$/\1/}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= A simple interface for creating (not parsing!) MIME messages
+LICENSE= perl
+
+RUN_DEPENDS= p5-Mail-Tools>=1.62:${PORTSDIR}/mail/p5-Mail-Tools \
+ p5-MIME-Types>=1.13:${PORTSDIR}/mail/p5-MIME-Types \
+ p5-Email-Date-Format>=1:${PORTSDIR}/mail/p5-Email-Date-Format
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= YES
+
+MAN3= MIME::Lite.3 MIME::changes.3
+
+.include <bsd.port.pre.mk>
+
+post-extract:
+ @${PERL} -i -ne 'print unless m,^#-, .. m,;$$, or m,^if, .. m,^},' ${WRKSRC}/Makefile.PL
+
+.include <bsd.port.post.mk>
--- /dev/null
+++ mail/p5-MIME-Lite/distinfo
@@ -0,0 +1,3 @@
+MD5 (MIME-Lite-3.021.tar.gz) = 7b3f4b9b3f8a0023dbc62859ef9a775f
+SHA256 (MIME-Lite-3.021.tar.gz) = 5d6dcc387a28d5533c481827704b9e33dd187840dc2a0f19c2fc4dba2ab51d50
+SIZE (MIME-Lite-3.021.tar.gz) = 62656
More information about the Midnightbsd-cvs
mailing list