summaryrefslogtreecommitdiff
path: root/mail/p5-Email-Date
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2007-07-29 11:57:14 +0000
committeradrianp <adrianp@pkgsrc.org>2007-07-29 11:57:14 +0000
commit05bd1fb3225d4b1b475e26fb455079ebc347369c (patch)
treead8e524e9431b033e69b05a5ba415e8b37388636 /mail/p5-Email-Date
parent17d29bccff0852822f905cce84c578510c926041 (diff)
downloadpkgsrc-05bd1fb3225d4b1b475e26fb455079ebc347369c.tar.gz
RFC 2822 defines the "Date:" header. It declares the header a required
part of an email message. The syntax for date headers is clearly laid out. Stil, even a perfectly planned world has storms. The truth is, many programs get it wrong. Very wrong. Or, they don't include a "Date:" header at all. This often forces you to look elsewhere for the date, and hoping to find something. For this reason, the tedious process of looking for a valid date has been encapsulated in this software. Further, the process of creating RFC compliant date strings is also found in this software. Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
Diffstat (limited to 'mail/p5-Email-Date')
-rw-r--r--mail/p5-Email-Date/DESCR10
-rw-r--r--mail/p5-Email-Date/Makefile21
-rw-r--r--mail/p5-Email-Date/PLIST1
-rw-r--r--mail/p5-Email-Date/distinfo5
4 files changed, 37 insertions, 0 deletions
diff --git a/mail/p5-Email-Date/DESCR b/mail/p5-Email-Date/DESCR
new file mode 100644
index 00000000000..4608ca86888
--- /dev/null
+++ b/mail/p5-Email-Date/DESCR
@@ -0,0 +1,10 @@
+RFC 2822 defines the "Date:" header. It declares the header a required
+part of an email message. The syntax for date headers is clearly laid out.
+Stil, even a perfectly planned world has storms. The truth is, many programs
+get it wrong. Very wrong. Or, they don't include a "Date:" header at all.
+This often forces you to look elsewhere for the date, and hoping to find
+something.
+
+For this reason, the tedious process of looking for a valid date has been
+encapsulated in this software. Further, the process of creating RFC compliant
+date strings is also found in this software.
diff --git a/mail/p5-Email-Date/Makefile b/mail/p5-Email-Date/Makefile
new file mode 100644
index 00000000000..d8b00836853
--- /dev/null
+++ b/mail/p5-Email-Date/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/07/29 11:57:14 adrianp Exp $
+
+DISTNAME= Email-Date-1.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/}
+
+MAINTAINER= kuli0020@umn.edu
+HOMEPAGE= http://cpan.uwinnipeg.ca/dist/Email-Date
+COMMENT= Find and Format Date Headers
+
+DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
+DEPENDS+= p5-Email-Simple>=1.9:../../mail/p5-Email-Simple
+DEPENDS+= p5-Time-Piece>=1.08:../../time/p5-Time-Piece
+DEPENDS+= p5-Time-Local>=1.07:../../time/p5-Time-Local
+DEPENDS+= p5-TimeDate>=1.16:../../time/p5-TimeDate
+
+PERL5_PACKLIST= auto/Email/Date/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/p5-Email-Date/PLIST b/mail/p5-Email-Date/PLIST
new file mode 100644
index 00000000000..37ef7440ac7
--- /dev/null
+++ b/mail/p5-Email-Date/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/29 11:57:14 adrianp Exp $
diff --git a/mail/p5-Email-Date/distinfo b/mail/p5-Email-Date/distinfo
new file mode 100644
index 00000000000..2e9af5d7e25
--- /dev/null
+++ b/mail/p5-Email-Date/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/07/29 11:57:14 adrianp Exp $
+
+SHA1 (Email-Date-1.03.tar.gz) = 287189d89ea038507df9a05274faa1cc48cccb7c
+RMD160 (Email-Date-1.03.tar.gz) = f04438783dcdaab6f39ae0f03ed2f6583260ccac
+Size (Email-Date-1.03.tar.gz) = 3056 bytes