From root@mersin.edu.tr  Sat May 14 19:12:22 2005
Return-Path: <root@mersin.edu.tr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6724516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 May 2005 19:12:22 +0000 (GMT)
Received: from mail.mersin.edu.tr (mail.mersin.edu.tr [193.255.128.3])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8583C43D53
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 14 May 2005 19:12:19 +0000 (GMT)
	(envelope-from root@mersin.edu.tr)
Received: from localhost (localhost.mersin.edu.tr [127.0.0.1])
	by mail.mersin.edu.tr (Postfix) with ESMTP
	id F275745B02; Sat, 14 May 2005 22:15:48 +0300 (EEST)
Received: from mail.mersin.edu.tr ([127.0.0.1])
 by localhost (mail.mersin.edu.tr [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 22304-15; Sat, 14 May 2005 22:15:46 +0300 (EEST)
Received: by mail.mersin.edu.tr (Postfix, from userid 0)
	id 34A7845B01; Sat, 14 May 2005 22:15:46 +0300 (EEST)
Message-Id: <20050514191546.34A7845B01@mail.mersin.edu.tr>
Date: Sat, 14 May 2005 22:15:46 +0300 (EEST)
From: Ozkan KIRIK <ozkan@enderunix.org>
Reply-To: Ozkan KIRIK <ozkan@enderunix.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: staff@enderunix.org
Subject: New Port: mail/zabit
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81034
>Category:       ports
>Synopsis:       New Port: mail/zabit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 14 19:20:01 GMT 2005
>Closed-Date:    Fri May 20 20:24:38 GMT 2005
>Last-Modified:  Fri May 20 20:24:38 GMT 2005
>Originator:     Ozkan KIRIK
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
EnderUNIX SDT @ Turkey
>Environment:
System: FreeBSD 5.1-RELEASE i386


	
>Description:
	New Port: mail/zabit
>How-To-Repeat:
	Adding new port

>Fix:

	

--- zabit.sh 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:
#
#	zabit
#	zabit/Makefile
#	zabit/distinfo
#	zabit/pkg-descr
#	zabit/pkg-message
#	zabit/pkg-plist
#
echo c - zabit
mkdir -p zabit > /dev/null 2>&1
echo x - zabit/Makefile
sed 's/^X//' >zabit/Makefile << 'END-of-zabit/Makefile'
X# New ports collection makefile for:   zabit
X# Date created:                 14 May 2005
X# Whom:                         Ozkan KIRIK <ozkan@enderunix.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	zabit
XPORTVERSION=	0.7
XPORTREVISION=	0
XCATEGORIES=	mail
XMASTER_SITES=	http://www.enderunix.org/zabit/
X
XMAINTAINER=	ozkan@enderunix.org
XCOMMENT=	Zabit is a content/attachment filter for qmail
X
X.if defined(NOPORTDOCS)
X#make portlint happy :)
X.endif
X
XSED_SCRIPT+=	-e '{ s,%%PREFIX%%,${PREFIX},g; }'
X
Xpre-build:
X	@${DIALOG} --title "${PORTNAME} - ${PORTVERSION} Configuration Menu"\
X		--menu "Choose your locale for case insensitive search" 20 60 13\
X		en_US English\
X		tr_TR Turkish\
X		2>${WRKSRC}/conf-locale
X	@${ECHO_CMD} >> ${WRKSRC}/conf-locale
X	@${ECHO_MSG} "===> Locale: `cat ${WRKSRC}/conf-locale`"
X
Xpost-install:
X	@${CAT} ${PKGMESSAGE} | ${SED} ${SED_SCRIPT}
X
X.include <bsd.port.mk>
END-of-zabit/Makefile
echo x - zabit/distinfo
sed 's/^X//' >zabit/distinfo << 'END-of-zabit/distinfo'
XMD5 (zabit-0.7.tar.gz) = 809cb88fb07a327805a4f2f2276666ad
XSIZE (zabit-0.7.tar.gz) = 15626
END-of-zabit/distinfo
echo x - zabit/pkg-descr
sed 's/^X//' >zabit/pkg-descr << 'END-of-zabit/pkg-descr'
XAlmost anyone would agree that the most prominent problem
Xfacing mail server administrators is spam mails.
XFor that we've decided to code a program which
Xwill be able to detect and reject spam before the mail gets queued.
X
XZabit is a content/attachment filter for qmail.
XIt's been coded in C language for performance reasons.
X
XZabit does content filtering and attachment control.
X
XProject Page:
XWWW: http://www.enderunix.org/zabit
X
XAuthor: 
X   Necati Ersen SISECI
X  siseci@enderunix.org
X EnderUNIX SDT @ Turkey
Xhttp://www.enderunix.org/
END-of-zabit/pkg-descr
echo x - zabit/pkg-message
sed 's/^X//' >zabit/pkg-message << 'END-of-zabit/pkg-message'
XVisit http://www.enderunix.org/
END-of-zabit/pkg-message
echo x - zabit/pkg-plist
sed 's/^X//' >zabit/pkg-plist << 'END-of-zabit/pkg-plist'
Xetc/zabit.conf
Xetc/zabit-attach.conf
Xetc/zabit-disattach.conf
Xbin/zabit
END-of-zabit/pkg-plist
exit
--- zabit.sh ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Mon May 16 18:07:43 GMT 2005 
State-Changed-Why:  
Please rework the port to 

- build non-interactively (without user interaction) using default settings 
- respect PREFIX 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Mon May 16 18:07:43 GMT 2005 
Responsible-Changed-Why:  
Track 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81034 

From: =?ISO-8859-9?Q?=D6zkan_KIRIK?= <ozkan@enderunix.org>
To: bug-followup@FreeBSD.org, pav@FreeBSD.org
Cc: ozkan@enderunix.org
Subject: Re: ports/81034: New Port: mail/zabit
Date: Fri, 20 May 2005 22:46:00 +0300

 PREFIX respect problem solved.
 
 --- zabit_port.patch begins here ---
 diff -ruN zabit_old/Makefile zabit/Makefile
 --- zabit_old/Makefile    Tue Aug  9 14:51:52 2005
 +++ zabit/Makefile    Tue Aug  9 14:25:31 2005
 @@ -6,13 +6,15 @@
  #
  
  PORTNAME=    zabit
 -PORTVERSION=    0.7
 +PORTVERSION=    0.7.1
  PORTREVISION=    0
  CATEGORIES=    mail
  MASTER_SITES=    http://www.enderunix.org/zabit/
  
  MAINTAINER=    ozkan@enderunix.org
  COMMENT=    Zabit is a content/attachment filter for qmail
 +
 +HAS_CONFIGURE=    yes
  
  .if defined(NOPORTDOCS)
  #make portlint happy :)
 diff -ruN zabit_old/distinfo zabit/distinfo
 --- zabit_old/distinfo    Tue Aug  9 14:51:52 2005
 +++ zabit/distinfo    Tue Aug  9 14:25:44 2005
 @@ -1,2 +1,2 @@
 -MD5 (zabit-0.7.tar.gz) = 809cb88fb07a327805a4f2f2276666ad
 -SIZE (zabit-0.7.tar.gz) = 15626
 +MD5 (zabit-0.7.1.tar.gz) = eac19fe76a63a326a9c31c8bc3f7ff45
 +SIZE (zabit-0.7.1.tar.gz) = 17783
 --- zabit_port.patch ends here ---

From: Pav Lucistnik <pav@FreeBSD.org>
To: =?ISO-8859-1?Q?=D6zkan?= KIRIK <ozkan@enderunix.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/81034: New Port: mail/zabit
Date: Fri, 20 May 2005 21:55:21 +0200

 --=-lWFMaG4j6HA0VLCEjUYT
 Content-Type: text/plain; charset=ISO-8859-2
 Content-Transfer-Encoding: quoted-printable
 
 =D6zkan KIRIK p=ED=B9e v p=E1 20. 05. 2005 v 22:46 +0300:
 
 > PREFIX respect problem solved.
 
 Thanks, and what about that interactivity issue? Port must build without
 user intervention when BATCH=3Dyes is specified on command line.
 Now it asks for language selection.
 
 --=20
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 If God didn't mean for us to juggle, tennis balls wouldn't come three
 to a can.
 
 --=-lWFMaG4j6HA0VLCEjUYT
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.1 (FreeBSD)
 
 iD8DBQBCjkCpntdYP8FOsoIRAkYlAKCmZiVHGnjt4AesSSOrhiEYzFxJGQCeMdim
 57TL5dlL72xNbvAJQcw2Nv8=
 =JnS6
 -----END PGP SIGNATURE-----
 
 --=-lWFMaG4j6HA0VLCEjUYT--

From: =?ISO-8859-9?Q?=D6zkan_KIRIK?= <ozkan@enderunix.org>
To: bug-followup@FreeBSD.org, pav@FreeBSD.org
Cc: ozkan@enderunix.org
Subject: Re: ports/81034: New Port: mail/zabit
Date: Fri, 20 May 2005 23:07:45 +0300

 non-interactive build patch
 
 --- zabit_port.2.patch begins here ---
 diff -ruN zabit_old/Makefile zabit/Makefile
 --- zabit_old/Makefile	Tue Aug  9 14:25:31 2005
 +++ zabit/Makefile	Tue Aug  9 15:01:23 2005
 @@ -23,11 +23,15 @@
   SED_SCRIPT+=	-e '{ s,%%PREFIX%%,${PREFIX},g; }'
 
   pre-build:
 +.if !defined(BATCH)
   	@${DIALOG} --title "${PORTNAME} - ${PORTVERSION} Configuration Menu"\
   		--menu "Choose your locale for case insensitive search" 20 60 13\
   		en_US English\
   		tr_TR Turkish\
   		2>${WRKSRC}/conf-locale
 +.else
 +	@${ECHO_CMD} "en_US" > ${WRKSRC}/conf-locale
 +.endif
   	@${ECHO_CMD} >> ${WRKSRC}/conf-locale
   	@${ECHO_MSG} "===> Locale: `cat ${WRKSRC}/conf-locale`"
 --- zabit_port.2.patch ends here ---
 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Fri May 20 20:24:27 GMT 2005 
State-Changed-Why:  
New port added after modification. 

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