Skip site navigation (1)Skip section navigation (2)
Date:      27 Feb 2001 23:36:51 -0000
From:      harry_newton@telinco.co.uk
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25438: new port
Message-ID:  <20010227233651.29498.qmail@basilisk.locus>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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 <unistd.h>
X #include <sys/stat.h>
X #include <sys/types.h>
X-#include <sys/dir.h>
X+#include <dirent.h>
X #include <X11/Xos.h>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010227233651.29498.qmail>