summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-04-27 16:51:07 +0000
committerzuntum <zuntum>2001-04-27 16:51:07 +0000
commit5239285277813eb89742af8cfdbc0bb311db43ad (patch)
tree93d27375ea7c83e27e157049e97790327c3a4071 /mail
parent12821e7a4f2900ebcd0a64bec5f4915f9f6cfc91 (diff)
downloadpkgsrc-5239285277813eb89742af8cfdbc0bb311db43ad.tar.gz
Initial import of mdfrm
This perl scipt prints a summary of mail in Maildir waiting to be read. When no path to Maildir is specified, it defaults to ~/Maildir
Diffstat (limited to 'mail')
-rw-r--r--mail/mdfrm/Makefile29
-rw-r--r--mail/mdfrm/distinfo4
-rw-r--r--mail/mdfrm/pkg/DESCR2
-rw-r--r--mail/mdfrm/pkg/PLIST2
4 files changed, 37 insertions, 0 deletions
diff --git a/mail/mdfrm/Makefile b/mail/mdfrm/Makefile
new file mode 100644
index 00000000000..17d219a7d3c
--- /dev/null
+++ b/mail/mdfrm/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 16:51:07 zuntum Exp $
+#
+
+DISTNAME= mdfrm.pl
+PKGNAME= mdfrm-1.0
+CATEGORIES= mail
+MASTER_SITES= http://www.goof.com/~mmead/
+EXTRACT_SUFX= #
+
+MAINTAINER= zuntum@netbsd.org
+COMMENT= print a summary of mail in a Maildir waiting to be read
+
+DEPENDS+= p5-TimeDate-*:../../devel/p5-TimeDate
+
+EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
+WRKSRC= ${WRKDIR}
+
+NO_BUILD= yes
+
+post-patch:
+ ${SED} -e "s,/usr/local/bin/perl,${LOCALBASE}/bin/perl,g" \
+ -e "s,.Maildir,Maildir,g" \
+ ${WRKSRC}/mdfrm.pl > ${WRKSRC}/mdfrm.pl.done
+ ${MV} ${WRKSRC}/mdfrm.pl.done ${WRKSRC}/mdfrm.pl
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/mdfrm.pl ${PREFIX}/bin/mdfrm
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/mdfrm/distinfo b/mail/mdfrm/distinfo
new file mode 100644
index 00000000000..5c0f6e3a0e1
--- /dev/null
+++ b/mail/mdfrm/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/04/27 16:51:07 zuntum Exp $
+
+SHA1 (mdfrm.pl) = dbfa156f91b363aeaec29a57942fc8c924b8c5ac
+Size (mdfrm.pl) = 3989 bytes
diff --git a/mail/mdfrm/pkg/DESCR b/mail/mdfrm/pkg/DESCR
new file mode 100644
index 00000000000..d0057143ce1
--- /dev/null
+++ b/mail/mdfrm/pkg/DESCR
@@ -0,0 +1,2 @@
+This perl scipt prints a summary of mail in Maildir waiting to be read.
+When no path to Maildir is specified, it defaults to ~/Maildir
diff --git a/mail/mdfrm/pkg/PLIST b/mail/mdfrm/pkg/PLIST
new file mode 100644
index 00000000000..94f12b51663
--- /dev/null
+++ b/mail/mdfrm/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/27 16:51:07 zuntum Exp $
+bin/mdfrm