From owner-freebsd-questions@FreeBSD.ORG Wed Feb 4 06:52:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E7B516A4CE for ; Wed, 4 Feb 2004 06:52:26 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E05E43D31 for ; Wed, 4 Feb 2004 06:52:25 -0800 (PST) (envelope-from aaron@justaaron.com) Received: from justaaron.com (c-24-9-227-110.client.comcast.net[24.9.227.110]) by comcast.net (sccrmhc12) with ESMTP id <2004020414522301200d4tdie>; Wed, 4 Feb 2004 14:52:23 +0000 Message-ID: <40210715.7080304@justaaron.com> Date: Wed, 04 Feb 2004 07:52:05 -0700 From: Aaron User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040126 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20040204131736.F343E16A4D7@hub.freebsd.org> In-Reply-To: <20040204131736.F343E16A4D7@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: console pim? - what to use to track appointments X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: aaron@justaaron.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2004 14:52:26 -0000 "Andrew L. Gould" wrote: > I've been thinking about the combination of tools/applications needed to have > PIM functionality at the console. This would allow me to use the same > software on my desktop (FreeBSD) and NEC Mobilepro (NetBSD). > > Syncing - rsync should provide efficient syncing of email if I use the maildir > email format. Since the address book is in one file, I'll have to be careful > about where/when I make entries. I can script the rsync activities for ease > of use. > > Email - mutt, fetchmail, msmtp and procmail can handle the email functions. > > Address book - abook can provide the address book and works with mutt. > > Schedule/Calendar - ??? Here's where I'm stumped. cal will show me calendars > when I need then; but I don't know what to use to keep track of meetings and > other appointments. calendar has lists of dates; but doesn't facilitate data > entry and the format doesn't facilitate various fields of information (date, > time, place, subject, contact, etc). Does anyone have any suggestions? You could probably cobble something together built on cron, and something like gdbm. Since you're doing this in the console, you're obviously willing to do the work. :) /usr/ports # make search key=dbm |grep Path: |grep -i dbm Path: /usr/ports/databases/dbmetrix Path: /usr/ports/databases/gauche-gdbm Path: /usr/ports/databases/gdbm Path: /usr/ports/databases/p5-GDBM Path: /usr/ports/databases/p5-MLDBM Path: /usr/ports/databases/p5-MLDBM-Sync Path: /usr/ports/databases/py-gdbm Path: /usr/ports/databases/qdbm Path: /usr/ports/databases/ruby-gdbm Path: /usr/ports/databases/ruby-o_dbm Path: /usr/ports/devel/gdbmods Path: /usr/ports/mail/bogofilter-qdbm Path: /usr/ports/mail/dbmail Path: /usr/ports/security/p5-Crypt-xDBM_File Path: /usr/ports/textproc/p5-XML-DBMS -- Aaron aaron@justaaron.com