Date: 28 Jun 2002 15:36:20 -0700 From: Nate Underwood <natey@natey.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39963: New port: Tool to convert Outlook .pst to Unix mbox Message-ID: <20020628223620.88899.qmail@magnesium.net>
next in thread | raw e-mail | index | archive | help
>Number: 39963 >Category: ports >Synopsis: New port: Tool to convert Outlook .pst to Unix mbox >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 28 15:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Nate Underwood >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD toxic.magnesium.net 4.5-STABLE FreeBSD 4.5-STABLE #3: Thu Apr 25 16:36:21 PDT 2002 unfurl@toxic.magnesium.net:/users/world/obj/users/world/src/sys/TOXIC i386 >Description: A small CLI tool to convert M$ Outlook .pst files to standard Unix mbox files. Port is named libpst...actual binary is readpst. >How-To-Repeat: >Fix: --- libpst.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libpst # libpst/Makefile # libpst/pkg-comment # libpst/files # libpst/files/patch-ab # libpst/files/patch-aa # libpst/pkg-descr # libpst/pkg-plist # libpst/distinfo # echo c - libpst mkdir -p libpst > /dev/null 2>&1 echo x - libpst/Makefile sed 's/^X//' >libpst/Makefile << 'END-of-libpst/Makefile' X# New ports collection makefile for: libpst X# Date created: 28 June 2002 X# Whom: Nate Underwood <natey@natey.com> X# X# $FreeBSD$ X# X XPORTNAME= libpst XPORTVERSION= 0.3b1 XCATEGORIES= mail converters XMASTER_SITES= http://telia.dl.sourceforge.net/sourceforge/ol2mbox/ XDISTNAME= libpst-0.3beta1 XEXTRACT_SUFX= .tgz X XMAINTAINER= natey@natey.com X X.include <bsd.port.mk> END-of-libpst/Makefile echo x - libpst/pkg-comment sed 's/^X//' >libpst/pkg-comment << 'END-of-libpst/pkg-comment' XA tool for converting Outlook .pst files to Unix mbox format END-of-libpst/pkg-comment echo c - libpst/files mkdir -p libpst/files > /dev/null 2>&1 echo x - libpst/files/patch-ab sed 's/^X//' >libpst/files/patch-ab << 'END-of-libpst/files/patch-ab' X--- Makefile Mon Feb 11 12:32:21 2002 X+++ Makefile.new Fri Jun 28 14:04:12 2002 X@@ -1,3 +1,7 @@ X+PREFIX = /usr/local X+EPREFIX = $(PREFIX) X+BINDIR = $(EPREFIX)/bin X+ X all: readpst X X libpst.o: libpst.c libpst.h define.h X@@ -13,6 +17,14 @@ X X timeconv.o: timeconv.c timeconv.h common.h X gcc -c -Wall -Werror timeconv.c -g -o timeconv.o X+ X+install: installbin X+ X+installbin: readpst X+ mkdir -p $(BINDIR) X+ cp readpst $(BINDIR) X+ strip $(BINDIR)/readpst X+ chmod 755 $(BINDIR)/readpst X X clean: X rm -f core readpst libpst.o timeconv.o libstrfunc.o *~ END-of-libpst/files/patch-ab echo x - libpst/files/patch-aa sed 's/^X//' >libpst/files/patch-aa << 'END-of-libpst/files/patch-aa' X--- readpst.c Thu May 2 13:15:54 2002 X+++ readpst.c2 Fri Jun 28 13:51:24 2002 X@@ -3,7 +3,6 @@ X #include <time.h> X #include <string.h> X #include <ctype.h> X-#include <getopt.h> X X #include <errno.h> X #include <unistd.h> END-of-libpst/files/patch-aa echo x - libpst/pkg-descr sed 's/^X//' >libpst/pkg-descr << 'END-of-libpst/pkg-descr' Xreadpst: A tool for converting Outlook .pst files to Unix mbox format X XThe aim of this project is to provide libraries and applications for the Xconversion of Outlook and Outlook Express data files to Linux MBOX format. X XWWW: http://sourceforge.net/projects/ol2mbox X X- Natey Xnatey@natey.com END-of-libpst/pkg-descr echo x - libpst/pkg-plist sed 's/^X//' >libpst/pkg-plist << 'END-of-libpst/pkg-plist' Xbin/readpst END-of-libpst/pkg-plist echo x - libpst/distinfo sed 's/^X//' >libpst/distinfo << 'END-of-libpst/distinfo' XMD5 (libpst-0.3beta1.tgz) = 79b5dfe0637f555107343d2f2ae2050a END-of-libpst/distinfo exit --- libpst.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020628223620.88899.qmail>