From mranner@dwarf.jawa.at  Fri Nov 12 23:44:53 2010
Return-Path: <mranner@dwarf.jawa.at>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7D7931065673
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Nov 2010 23:44:53 +0000 (UTC)
	(envelope-from mranner@dwarf.jawa.at)
Received: from dwarf.jawa.at (chello084115144088.4.graz.surfer.at [84.115.144.88])
	by mx1.freebsd.org (Postfix) with ESMTP id 086118FC1F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 12 Nov 2010 23:44:52 +0000 (UTC)
Received: from dwarf.jawa.at (localhost.ranner.eu [127.0.0.1])
	by dwarf.jawa.at (8.14.4/8.14.4) with ESMTP id oACNiqXk098054
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Nov 2010 00:44:52 +0100 (CET)
	(envelope-from mranner@dwarf.jawa.at)
Received: (from root@localhost)
	by dwarf.jawa.at (8.14.4/8.14.4/Submit) id oACNiqad098053;
	Sat, 13 Nov 2010 00:44:52 +0100 (CET)
	(envelope-from mranner)
Message-Id: <201011122344.oACNiqad098053@dwarf.jawa.at>
Date: Sat, 13 Nov 2010 00:44:52 +0100 (CET)
From: Michael Ranner <michael@ranner.eu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] mail/spamass-iXhash: iXhash plugin for SpamAssassin
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 12 23:50:09 UTC 2010
>Closed-Date:    Mon Nov 15 07:48:22 UTC 2010
>Last-Modified:  Mon Nov 15 07:48:22 UTC 2010
>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:

From: Michael Ranner <michael@ranner.eu>
To: FreeBSD-gnats-submit@freebsd.org,
 freebsd-ports-bugs@freebsd.org
Cc:  
Subject: Re: ports/152181: [NEW PORT] mail/spamass-iXhash: iXhash plugin for SpamAssassin
Date: Sat, 13 Nov 2010 23:12:13 +0100

 --Boundary-01=_90w3MTRDCFNi1od
 Content-Type: text/plain;
   charset="iso-8859-15"
 Content-Transfer-Encoding: quoted-printable
 
 Obsoleted by ports/152216 because of missing deps.
 
 =2D-=20
 Mit freundlichen Gr=FC=DFen
 
 Ing. Michael Ranner
 
 GSM:  +43 676 4155044
 Mail: michael@ranner.eu
 WWW:  http://www.azedo.at/
 
 --Boundary-01=_90w3MTRDCFNi1od
 Content-Type: text/html;
   charset="iso-8859-15"
 Content-Transfer-Encoding: quoted-printable
 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-=
 html40/strict.dtd">
 <html><head><meta name=3D"qrichtext" content=3D"1" /><style type=3D"text/cs=
 s">
 p, li { white-space: pre-wrap; }
 </style></head><body style=3D" font-family:'Monospace'; font-size:13pt; fon=
 t-weight:400; font-style:normal;">
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Obsoleted b=
 y ports/152216 because of missing deps.</p>
 <p style=3D"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; ma=
 rgin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-u=
 ser-state:0;"></p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">-- </p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Mit freundl=
 ichen Gr=FC=DFen</p>
 <p style=3D"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; ma=
 rgin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-u=
 ser-state:0;"></p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Ing. Michae=
 l Ranner</p>
 <p style=3D"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; ma=
 rgin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-u=
 ser-state:0;"></p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">GSM:  +43 6=
 76 4155044</p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Mail: micha=
 el@ranner.eu</p>
 <p style=3D" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-rig=
 ht:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">WWW:  http:=
 //www.azedo.at/</p></body></html>
 --Boundary-01=_90w3MTRDCFNi1od--
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Nov 15 07:48:21 UTC 2010 
State-Changed-Why:  
Obsoleted by ports/152216. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152181 
>Unformatted:
