From owner-freebsd-ports Tue Feb 27 15:40:15 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0DEE37B71D for ; Tue, 27 Feb 2001 15:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1RNe1j64683; Tue, 27 Feb 2001 15:40:01 -0800 (PST) (envelope-from gnats) Received: from smarthost-1.mail.telinco.net (smarthost-1.mail.telinco.net [212.1.128.90]) by hub.freebsd.org (Postfix) with ESMTP id D5FD737B71A for ; Tue, 27 Feb 2001 15:37:48 -0800 (PST) (envelope-from harry_newton@telinco.co.uk) Received: from ppp-1-244.cvx4.telinco.net ([212.1.148.244] helo=basilisk.locus) by smarthost-1.mail.telinco.net with esmtp (Exim 3.02 #7) id 14Xtgg-000Feq-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 27 Feb 2001 23:37:46 +0000 Received: from localhost ([127.0.0.1] helo=basilisk.locus) by basilisk.locus with smtp (Exim 3.20 #1) id 14Xtfn-0007fq-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 27 Feb 2001 23:36:51 +0000 Received: (qmail 29499 invoked by uid 1001); 27 Feb 2001 23:36:51 -0000 Message-Id: <20010227233651.29498.qmail@basilisk.locus> Date: 27 Feb 2001 23:36:51 -0000 From: harry_newton@telinco.co.uk Reply-To: harry_newton@telinco.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/25438: new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25438 >Category: ports >Synopsis: NEW PORT: xmailwatcher - another xbiff type >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 27 15:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: & Newton >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: NEW PORT: Port of xmailwatcher, to my mind the most elegant of the xbiffs. Displays sender and subject in message box. >How-To-Repeat: >Fix: # 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: # # . # ./Makefile # ./distinfo # ./pkg-comment # ./pkg-descr # ./pkg-plist # ./files # ./files/patch-aa # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: xmailwatcher X# Date created: 14 II 2001 X# Whom: Harry Newton X# X# $FreeBSD$ X# X XPORTNAME= xmailwatcher XPORTVERSION= 1.6 XCATEGORIES= mail XMASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/X11/ XDISTNAME= xmailwatcher X XMAINTAINER= harry_newton@telinco.co.uk X XMAN1= xmailwatcher.1 XUSE_IMAKE= yes X Xpost-install: X strip ${PREFIX}/bin/xmailwatcher X X.include END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (xmailwatcher.tar.gz) = e252107ce4eb13667c201fa628fcee9b END-of-./distinfo echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XMailbox checker which displays sender and subject lines of mails END-of-./pkg-comment echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XThis is XMAILWATCHER, which periodically checks a user's mailbox. If Xthere is mail, the user is notified either by a changing icon, or by a Xlist of senders and subjects in an X object. END-of-./pkg-descr echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/xmailwatcher END-of-./pkg-plist echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/patch-aa sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa' X--- box.c.orig Sat Feb 3 18:13:00 2001 X+++ box.c Sat Feb 3 18:13:50 2001 X@@ -31,7 +31,7 @@ X #include X #include X #include X-#include X+#include X #include X X /* MIME processing */ X@@ -235,7 +235,7 @@ X int n, i, tally; X char oneFrom[160]; X char *pos; X- char filename[PATH_MAX]; X+ char filename[FILENAME_MAX]; X X if (flags & BOX_DEBUG) (void) printf("MHparseMailbox(%s)\n", mailbox); X END-of-./files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message