summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-04 11:34:03 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-04 11:34:03 +0000
commitf2e4f23ac2dbcefe39139d66680c1610143aaa88 (patch)
treee08bfea041b51614866c0b987cce56069b3c0b8d /mail
parentf83b36600fb52a91f0a8c264a405cea7a52525cc (diff)
downloadpkgsrc-f2e4f23ac2dbcefe39139d66680c1610143aaa88.tar.gz
Initial import of oe2mbx 1.21
liboe is a C library that reads Outlook Express 4 and 5.x mailboxes and returns a standard Unix mailbox to a function specified as a parameter to the converter oe2mbx is a C program using liboe to convert Outlook Express messages to the Unix mailbox format
Diffstat (limited to 'mail')
-rw-r--r--mail/oe2mbx/Makefile27
-rw-r--r--mail/oe2mbx/distinfo4
-rw-r--r--mail/oe2mbx/pkg/DESCR6
-rw-r--r--mail/oe2mbx/pkg/PLIST4
4 files changed, 41 insertions, 0 deletions
diff --git a/mail/oe2mbx/Makefile b/mail/oe2mbx/Makefile
new file mode 100644
index 00000000000..2738f8fbc0c
--- /dev/null
+++ b/mail/oe2mbx/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/04 11:34:03 zuntum Exp $
+#
+
+DISTNAME= oe2mbx-1.21
+CATEGORIES= mail
+MASTER_SITES= http://www.gpl.no/liboe/download/
+
+MAINTAINER= zuntum@netbsd.org
+HOMEPAGE= http://www.gpl.no/liboe/
+COMMENT= Outlook Express messages to the Unix mailbox format converter
+
+MAKEFILE= makefile
+
+ALL_TARGET= liboe oe2mbx
+
+WRKSRC= ${WRKDIR}/liboe-0.92
+
+pre-build:
+ cd ${WRKSRC} && ${MAKE_PROGRAM} clean
+
+post-patch:
+ ${SED} -e "s,gcc,${CC} ${CFLAGS},g" \
+ -e "s,^PREFIX,#PREFIX,g" \
+ ${WRKSRC}/${MAKEFILE} > ${WRKSRC}/${MAKEFILE}.done
+ ${MV} ${WRKSRC}/${MAKEFILE}.done ${WRKSRC}/${MAKEFILE}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/oe2mbx/distinfo b/mail/oe2mbx/distinfo
new file mode 100644
index 00000000000..22ce6a05f59
--- /dev/null
+++ b/mail/oe2mbx/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/06/04 11:34:03 zuntum Exp $
+
+SHA1 (oe2mbx-1.21.tar.gz) = e3931f0eb8c27c4ba0f1118e6d3bb7342ec172e2
+Size (oe2mbx-1.21.tar.gz) = 22817 bytes
diff --git a/mail/oe2mbx/pkg/DESCR b/mail/oe2mbx/pkg/DESCR
new file mode 100644
index 00000000000..c83b04242f0
--- /dev/null
+++ b/mail/oe2mbx/pkg/DESCR
@@ -0,0 +1,6 @@
+liboe is a C library that reads Outlook Express 4 and 5.x mailboxes and
+returns a standard Unix mailbox to a function specified as a parameter to
+the converter
+
+oe2mbx is a C program using liboe to convert Outlook Express messages to
+the Unix mailbox format
diff --git a/mail/oe2mbx/pkg/PLIST b/mail/oe2mbx/pkg/PLIST
new file mode 100644
index 00000000000..04863c8c77a
--- /dev/null
+++ b/mail/oe2mbx/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/04 11:34:03 zuntum Exp $
+bin/oe2mbx
+include/liboe.h
+lib/liboe.so