Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 00:44:52 +0100 (CET)
From:      Michael Ranner <michael@ranner.eu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152181: [NEW PORT] mail/spamass-iXhash: iXhash plugin for SpamAssassin
Message-ID:  <201011122344.oACNiqad098053@dwarf.jawa.at>
Resent-Message-ID: <201011122350.oACNo9hw067829@freefall.freebsd.org>

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

>Number:         152181
>Category:       ports
>Synopsis:       [NEW PORT] mail/spamass-iXhash: iXhash plugin for SpamAssassin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 12 23:50:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Michael Ranner
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dwarf.jawa.at 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Aug 23 20:22:23 CEST 2010
>Description:
iXhash is a plugin for the popular spam filter SpamAssassin.

It computes MD5 checksums of fragments of the body of an e-mail and compares
them to those of know spam. As such it works similar to the now standard
plugins that use the Pyzor, Razor and DCC software packages from within
SpamAssassin. 

WWW: http://ixhash.sourceforge.net/

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- spamass-iXhash-1.5.5.shar begins here ---
# 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:
#
#	spamass-ixhash
#	spamass-ixhash/files
#	spamass-ixhash/files/pkg-message.in
#	spamass-ixhash/Makefile
#	spamass-ixhash/distinfo
#	spamass-ixhash/pkg-descr
#
echo c - spamass-ixhash
mkdir -p spamass-ixhash > /dev/null 2>&1
echo c - spamass-ixhash/files
mkdir -p spamass-ixhash/files > /dev/null 2>&1
echo x - spamass-ixhash/files/pkg-message.in
sed 's/^X//' >spamass-ixhash/files/pkg-message.in << 'e5bca58a760ef25399d88c6780d09264'
X*************************************************************************
X
XiXhash is installed in %%PREFIX%%/etc/mail/spamassassin
X
X*************************************************************************
e5bca58a760ef25399d88c6780d09264
echo x - spamass-ixhash/Makefile
sed 's/^X//' >spamass-ixhash/Makefile << 'ace063b08c0792fb623649598d6fd5f6'
X# New ports collection makefile for:	spamass-ixhash
X# Date created:		2010-11-12
X# Whom:		Michael Ranner <michael@ranner.eu>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	iXhash
XPORTVERSION=	1.5.5
XCATEGORIES=	mail
XMASTER_SITES=	SF/ixhash/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
XPKGNAMEPREFIX=	spamass-
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	michael@ranner.eu
XCOMMENT=	iXhash plugin for SpamAssassin
X
XRUN_DEPENDS=	spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
X
XLICENSE=	ASL
XLICENSE_FILE=	${WRKSRC}/LICENSE
XSUB_FILES=	pkg-message
XNO_BUILD=	yes
XSPAMASS_CONF=	etc/mail/spamassassin
XSPAMASS_FILES=	iXhash.cf iXhash.pm
X
XPORTDOCS=	CHANGELOG LICENSE WHERE_ARE_THE_OTHER_FILES INSTALL README
XPLIST_FILES=	${SPAMASS_CONF}/iXhash.cf.sample ${SPAMASS_CONF}/iXhash.pm
X
Xpost-patch:
X	@${REINPLACE_CMD} -e "s,/etc/mail,${LOCALBASE}/etc/mail," \
X		${WRKSRC}/iXhash/iXhash.cf
X
Xdo-install:
X	${CP} ${WRKSRC}/iXhash/iXhash.cf ${LOCALBASE}/${SPAMASS_CONF}/iXhash.cf.sample
X	${CP} ${WRKSRC}/iXhash/iXhash.pm ${LOCALBASE}/${SPAMASS_CONF}/
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}/
X.	for i in ${PORTDOCS}
X		@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
X.	endfor
X.endif
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
ace063b08c0792fb623649598d6fd5f6
echo x - spamass-ixhash/distinfo
sed 's/^X//' >spamass-ixhash/distinfo << 'a39c0076f21bc5c677b91c633eef2e2a'
XSHA256 (iXhash-1.5.5.tgz) = b44e8f845c2e1c2c8a8dd1cf1af6568e8886b076c230be076cbe56481b2fe5db
XSIZE (iXhash-1.5.5.tgz) = 11900
a39c0076f21bc5c677b91c633eef2e2a
echo x - spamass-ixhash/pkg-descr
sed 's/^X//' >spamass-ixhash/pkg-descr << 'b31073ae5f89a4499dc57366d2053f34'
XiXhash is a plugin for the popular spam filter SpamAssassin.
X
XIt computes MD5 checksums of fragments of the body of an e-mail and compares
Xthem to those of know spam. As such it works similar to the now standard
Xplugins that use the Pyzor, Razor and DCC software packages from within
XSpamAssassin. 
X
XWWW: http://ixhash.sourceforge.net/
b31073ae5f89a4499dc57366d2053f34
exit
--- spamass-iXhash-1.5.5.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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