summaryrefslogtreecommitdiff
path: root/mail/mbx2mbox
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-12-01 22:25:41 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-12-01 22:25:41 +0000
commita676133249e10b67926a9686b5d57b9d83584c55 (patch)
tree669c0c8afcbf022a615b75b206a8dcacbbed255a /mail/mbx2mbox
parentActivate wxftp (diff)
Initial Import of mbx2mbox, an excellent migration tool.
mbx2mbox converts Microsoft Outlook Express .mbx files into standard mail files (mbox) that programs like Pine, Mutt, and Netscape can parse. Usage: mbx2mbox file1.mbx file2.mbx ... http://www.cs.virginia.edu/~dwc3q/code/ PR: ports/8830 Submitted By: Josh Gilliam <josh@quick.net>
Notes
Notes: svn path=/head/; revision=15029
Diffstat (limited to 'mail/mbx2mbox')
-rw-r--r--mail/mbx2mbox/Makefile33
-rw-r--r--mail/mbx2mbox/distinfo1
-rw-r--r--mail/mbx2mbox/pkg-comment1
-rw-r--r--mail/mbx2mbox/pkg-descr10
-rw-r--r--mail/mbx2mbox/pkg-plist1
5 files changed, 46 insertions, 0 deletions
diff --git a/mail/mbx2mbox/Makefile b/mail/mbx2mbox/Makefile
new file mode 100644
index 000000000000..f6427cf1f888
--- /dev/null
+++ b/mail/mbx2mbox/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: mbx2mbox
+# Version required: 0.1
+# Date created: 23 November 1998
+# Whom: Josh Gilliam <josh@quick.net>
+#
+# $Id$
+#
+
+DISTNAME= mbx2mbox-0.1
+CATEGORIES= mail
+MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/ \
+ ftp://maroon.webmaster.com/pub/mbx2mbox/
+EXTRACT_SUFX=
+
+MAINTAINER= josh@quick.net
+
+EXTRACT_CMD= ${CP}
+EXTRACT_BEFORE_ARGS=
+EXTRACT_AFTER_ARGS= .
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+USE_PERL5= yes
+
+post-patch:
+
+ @${MV} ${WRKSRC}/${DISTNAME} ${WRKSRC}/${DISTNAME}.pre_sed
+ @${SED} -e 's%/usr/bin/perl%${PERL}%' \
+ ${WRKSRC}/${DISTNAME}.pre_sed > ${WRKSRC}/${DISTNAME}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/mbx2mbox-0.1 ${PREFIX}/bin/mbx2mbox
+
+.include <bsd.port.mk>
diff --git a/mail/mbx2mbox/distinfo b/mail/mbx2mbox/distinfo
new file mode 100644
index 000000000000..b74d1a0b90ab
--- /dev/null
+++ b/mail/mbx2mbox/distinfo
@@ -0,0 +1 @@
+MD5 (mbx2mbox-0.1) = 33347825943db32a7aa9c1f1de425861
diff --git a/mail/mbx2mbox/pkg-comment b/mail/mbx2mbox/pkg-comment
new file mode 100644
index 000000000000..f3a22ca4d62c
--- /dev/null
+++ b/mail/mbx2mbox/pkg-comment
@@ -0,0 +1 @@
+MS Outlook Express .mbx to mbox file converter
diff --git a/mail/mbx2mbox/pkg-descr b/mail/mbx2mbox/pkg-descr
new file mode 100644
index 000000000000..37c2f0def491
--- /dev/null
+++ b/mail/mbx2mbox/pkg-descr
@@ -0,0 +1,10 @@
+mbx2mbox converts Microsoft Outlook Express .mbx files into
+standard mail files (mbox) that programs like Pine, Mutt, and
+Netscape can parse.
+
+Usage: mbx2mbox file1.mbx file2.mbx ...
+
+http://www.cs.virginia.edu/~dwc3q/code/
+
+--
+Josh Gilliam <josh@quick.net>
diff --git a/mail/mbx2mbox/pkg-plist b/mail/mbx2mbox/pkg-plist
new file mode 100644
index 000000000000..5c9da32c8f88
--- /dev/null
+++ b/mail/mbx2mbox/pkg-plist
@@ -0,0 +1 @@
+bin/mbx2mbox