diff options
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/qsf/Makefile | 28 | ||||
-rw-r--r-- | mail/qsf/distinfo | 1 | ||||
-rw-r--r-- | mail/qsf/files/quickref.1.in.patch | 7 | ||||
-rw-r--r-- | mail/qsf/pkg-descr | 7 | ||||
-rw-r--r-- | mail/qsf/pkg-plist | 1 |
6 files changed, 45 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 6fc8e4b5c090..718a413d6d5a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -310,6 +310,7 @@ SUBDIR += qmailadmin SUBDIR += qmailanalog SUBDIR += qpopper + SUBDIR += qsf SUBDIR += qtools SUBDIR += queue-repair SUBDIR += raysfilter diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile new file mode 100644 index 000000000000..7f8b11b01443 --- /dev/null +++ b/mail/qsf/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: qsf +# Date created: 15 January 2004 +# Whom: liamfoy@sepulcrum.org +# +# $FreeBSD$ +# + +PORTNAME= qsf +PORTVERSION= 0.9.18 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= qsf +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= liamfoy@sepulcrum.org +COMMENT= A small fast spam filter intended to be used with procmail + +GNU_CONFIGURE= yes +USE_BZIP2= yes + +MAN1= qsf.1 +MANCOMPRESSED= no + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/qsf ${PREFIX}/bin/qsf + ${INSTALL_MAN} ${WRKSRC}/doc/quickref.1 ${MAN1PREFIX}/man/man1/qsf.1 + +.include <bsd.port.mk> diff --git a/mail/qsf/distinfo b/mail/qsf/distinfo new file mode 100644 index 000000000000..be720d072a09 --- /dev/null +++ b/mail/qsf/distinfo @@ -0,0 +1 @@ +MD5 (qsf-0.9.18.tar.bz2) = d87e90603140dc35d2f4d154468c51f8 diff --git a/mail/qsf/files/quickref.1.in.patch b/mail/qsf/files/quickref.1.in.patch new file mode 100644 index 000000000000..4cfdb07180da --- /dev/null +++ b/mail/qsf/files/quickref.1.in.patch @@ -0,0 +1,7 @@ +--- doc/quickref.1.in.orig Sat Jan 17 17:38:19 2004 ++++ dpc/quickref.1.in Sat Jan 17 17:38:25 2004 +@@ -1,4 +1,3 @@ +-.TH @UCPACKAGE@ 1 "January 2004" Linux "User Manuals" + .SH NAME + @PACKAGE@ \- quick spam filter + .SH SYNOPSIS diff --git a/mail/qsf/pkg-descr b/mail/qsf/pkg-descr new file mode 100644 index 000000000000..e68c4cf44169 --- /dev/null +++ b/mail/qsf/pkg-descr @@ -0,0 +1,7 @@ +Quick Spam Filter (qsf) is a lightweight statistical spam filter written in C. +It is designed to be small, fast, reliable, easy to install, and simple to use +in a procmail recipe + +WWW: http://www.ivarch.com/programs/qsf.shtml +-Liam Foy +liamfoy@sepulcrum.org diff --git a/mail/qsf/pkg-plist b/mail/qsf/pkg-plist new file mode 100644 index 000000000000..d5b0ba9c014c --- /dev/null +++ b/mail/qsf/pkg-plist @@ -0,0 +1 @@ +bin/qsf |