diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 21:30:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 21:30:38 +0000 |
commit | 6ea59d3fdbbf9abdda8028e484d5ec1ddb76ddbb (patch) | |
tree | 90c66f34db07d1ff21a240c9065c048c5729a992 /mail/ifile | |
parent | 612e55eaf99a56937a2b344d3302f9f285d30468 (diff) |
Notes
Diffstat (limited to 'mail/ifile')
-rw-r--r-- | mail/ifile/Makefile | 8 | ||||
-rw-r--r-- | mail/ifile/distinfo | 2 | ||||
-rw-r--r-- | mail/ifile/pkg-descr | 6 | ||||
-rw-r--r-- | mail/ifile/pkg-plist | 5 |
4 files changed, 5 insertions, 16 deletions
diff --git a/mail/ifile/Makefile b/mail/ifile/Makefile index 991409535538..505acbcfa7d5 100644 --- a/mail/ifile/Makefile +++ b/mail/ifile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ifile -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.11 CATEGORIES= mail textproc MASTER_SITES= http://www.ai.mit.edu/~jrennie/ifile/ @@ -14,10 +14,6 @@ MAINTAINER= david+ports@bushong.net USE_GMAKE= yes GNU_CONFIGURE= yes - -post-patch: -.for file in argp-help.c strndup.c - @${PERL} -pi -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/argp/${file} -.endfor +MAN1= ifile.1 .include <bsd.port.mk> diff --git a/mail/ifile/distinfo b/mail/ifile/distinfo index ffba75f47319..7c9cc4b50d90 100644 --- a/mail/ifile/distinfo +++ b/mail/ifile/distinfo @@ -1 +1 @@ -MD5 (ifile-1.0.4.tar.gz) = 26e1cfa8482e733922a59e48e12545f4 +MD5 (ifile-1.0.11.tar.gz) = 62b783da6e129682551ccf47198be4ea diff --git a/mail/ifile/pkg-descr b/mail/ifile/pkg-descr index a696ef41eb5e..1dbc45e4bc04 100644 --- a/mail/ifile/pkg-descr +++ b/mail/ifile/pkg-descr @@ -1,6 +1,6 @@ ifile is a general mail filtering system that works with a mail client to intelligently filter mail according to the way the user tends to organize -mail. ifile uses the machine learning algorithm Naive Bayes to classify +mail. ifile uses the machine learning algorithm Naive Bayes to classify e-mail documents. ifile is different from other mail filtering programs in three major ways: @@ -12,8 +12,6 @@ ifile is different from other mail filtering programs in three major ways: ifile is not dependent upon any specific mail system and should be adaptable to any mail system which allows an outside program to perform mail -filtering. The download package includes instructions for using ifile with -NMH, EXMH and slocal. Grant Taylor describes the use of ifile with -procmail. +filtering. WWW: http://www.ai.mit.edu/~jrennie/ifile/ diff --git a/mail/ifile/pkg-plist b/mail/ifile/pkg-plist index 452abca09f1b..d972c18e1d56 100644 --- a/mail/ifile/pkg-plist +++ b/mail/ifile/pkg-plist @@ -1,11 +1,6 @@ @comment $FreeBSD$ -lib/libargp.a -include/argp.h -lib/libifile.a -include/ifile/ifile.h bin/ifile bin/ifilter.mh bin/irefile.mh bin/knowledge_base.mh bin/news2mail -@dirrm include/ifile |