diff options
author | sada <sada@FreeBSD.org> | 2001-03-10 06:31:33 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2001-03-10 06:31:33 +0800 |
commit | f52754c0eaac6ac412a1d92988e91be79cf76634 (patch) | |
tree | c6378ee0f76fc5e07b27a489b5a1ccd7595fc666 /mail/xmailwatcher | |
parent | 49aeb214f7744e125a9939b170f3411e1038c694 (diff) | |
download | freebsd-ports-gnome-f52754c0eaac6ac412a1d92988e91be79cf76634.tar.gz freebsd-ports-gnome-f52754c0eaac6ac412a1d92988e91be79cf76634.tar.zst freebsd-ports-gnome-f52754c0eaac6ac412a1d92988e91be79cf76634.zip |
Import of new port skeleton: mail/xmailwatcher.
From pkg-descr:
This is XMAILWATCHER, which periodically checks a user's mailbox. If
there is mail, the user is notified either by a changing icon, or by a
list of senders and subjects in an X object.
PR: ports/25438
Submitted by: Harry Newton <harry_newton@telinco.co.uk>
Diffstat (limited to 'mail/xmailwatcher')
-rw-r--r-- | mail/xmailwatcher/Makefile | 22 | ||||
-rw-r--r-- | mail/xmailwatcher/distinfo | 1 | ||||
-rw-r--r-- | mail/xmailwatcher/files/patch-aa | 20 | ||||
-rw-r--r-- | mail/xmailwatcher/pkg-comment | 1 | ||||
-rw-r--r-- | mail/xmailwatcher/pkg-descr | 3 | ||||
-rw-r--r-- | mail/xmailwatcher/pkg-plist | 1 |
6 files changed, 48 insertions, 0 deletions
diff --git a/mail/xmailwatcher/Makefile b/mail/xmailwatcher/Makefile new file mode 100644 index 000000000000..21758bc60b78 --- /dev/null +++ b/mail/xmailwatcher/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xmailwatcher +# Date created: 14 II 2001 +# Whom: Harry Newton +# +# $FreeBSD$ +# + +PORTNAME= xmailwatcher +PORTVERSION= 1.6 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/X11/ +DISTNAME= xmailwatcher + +MAINTAINER= harry_newton@telinco.co.uk + +MAN1= xmailwatcher.1 +USE_IMAKE= yes + +post-install: + strip ${PREFIX}/bin/xmailwatcher + +.include <bsd.port.mk> diff --git a/mail/xmailwatcher/distinfo b/mail/xmailwatcher/distinfo new file mode 100644 index 000000000000..5aceb7a29f8c --- /dev/null +++ b/mail/xmailwatcher/distinfo @@ -0,0 +1 @@ +MD5 (xmailwatcher.tar.gz) = e252107ce4eb13667c201fa628fcee9b diff --git a/mail/xmailwatcher/files/patch-aa b/mail/xmailwatcher/files/patch-aa new file mode 100644 index 000000000000..dfb562ea01f3 --- /dev/null +++ b/mail/xmailwatcher/files/patch-aa @@ -0,0 +1,20 @@ +--- box.c.orig Sat Feb 3 18:13:00 2001 ++++ box.c Sat Feb 3 18:13:50 2001 +@@ -31,7 +31,7 @@ + #include <unistd.h> + #include <sys/stat.h> + #include <sys/types.h> +-#include <sys/dir.h> ++#include <dirent.h> + #include <X11/Xos.h> + + /* MIME processing */ +@@ -235,7 +235,7 @@ + int n, i, tally; + char oneFrom[160]; + char *pos; +- char filename[PATH_MAX]; ++ char filename[FILENAME_MAX]; + + if (flags & BOX_DEBUG) (void) printf("MHparseMailbox(%s)\n", mailbox); + diff --git a/mail/xmailwatcher/pkg-comment b/mail/xmailwatcher/pkg-comment new file mode 100644 index 000000000000..a8a2c909b3f9 --- /dev/null +++ b/mail/xmailwatcher/pkg-comment @@ -0,0 +1 @@ +Mailbox checker which displays sender and subject lines of mails diff --git a/mail/xmailwatcher/pkg-descr b/mail/xmailwatcher/pkg-descr new file mode 100644 index 000000000000..c52118a234c7 --- /dev/null +++ b/mail/xmailwatcher/pkg-descr @@ -0,0 +1,3 @@ +This is XMAILWATCHER, which periodically checks a user's mailbox. If +there is mail, the user is notified either by a changing icon, or by a +list of senders and subjects in an X object. diff --git a/mail/xmailwatcher/pkg-plist b/mail/xmailwatcher/pkg-plist new file mode 100644 index 000000000000..edc3a70c4c22 --- /dev/null +++ b/mail/xmailwatcher/pkg-plist @@ -0,0 +1 @@ +bin/xmailwatcher |