From amuhametov@tinderbox1.infra.hostcomm.ru  Tue Feb 22 16:51:20 2011
Return-Path: <amuhametov@tinderbox1.infra.hostcomm.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 93E70106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Feb 2011 16:51:20 +0000 (UTC)
	(envelope-from amuhametov@tinderbox1.infra.hostcomm.ru)
Received: from tinderbox1.infra.hostcomm.ru (tinderbox1.infra.hostcomm.ru [89.104.90.127])
	by mx1.freebsd.org (Postfix) with ESMTP id EB69D8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Feb 2011 16:51:19 +0000 (UTC)
Received: from tinderbox1.infra.hostcomm.ru (localhost [127.0.0.1])
	by tinderbox1.infra.hostcomm.ru (8.14.4/8.14.4) with ESMTP id p1MGap9u049339
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 22 Feb 2011 16:36:51 GMT
	(envelope-from amuhametov@tinderbox1.infra.hostcomm.ru)
Received: (from root@localhost)
	by tinderbox1.infra.hostcomm.ru (8.14.4/8.14.4/Submit) id p1MGaooV048920;
	Tue, 22 Feb 2011 16:36:50 GMT
	(envelope-from amuhametov)
Message-Id: <201102221636.p1MGaooV048920@tinderbox1.infra.hostcomm.ru>
Date: Tue, 22 Feb 2011 16:36:50 GMT
From: Anes Muhametov <anes@anes.su>
Reply-To: Anes Muhametov <anes@anes.su>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: mail/roundcube-sieve. Plugin for roundcube webmail.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         154962
>Category:       ports
>Synopsis:       New port: mail/roundcube-sieve. Plugin for roundcube webmail.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 22 17:00:20 UTC 2011
>Closed-Date:    Thu Mar 17 17:24:31 UTC 2011
>Last-Modified:  Thu Mar 17 17:30:20 UTC 2011
>Originator:     Anes Muhametov <anes@anes.su>
>Release:        FreeBSD 8.1-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD tinderbox1. 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Thu Nov 25 09:02:36 UTC 2010 root@tinderbox1.:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	New port mail/roundcube-sieve. Sieve filters management plugin for roundcube webmail client.
>How-To-Repeat:
	
>Fix:

	

--- roundcube-sieverules.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:
#
#	roundcube-sieverules
#	roundcube-sieverules/Makefile
#	roundcube-sieverules/distinfo
#	roundcube-sieverules/pkg-descr
#	roundcube-sieverules/pkg-plist
#
echo c - roundcube-sieverules
mkdir -p roundcube-sieverules > /dev/null 2>&1
echo x - roundcube-sieverules/Makefile
sed 's/^X//' >roundcube-sieverules/Makefile << '32eb4aff41224dbff229716b974b85a4'
X# New ports collection makefile for:	sieverues
X# Date created:				Mon 21 Feb 2011
X# Whom:					Anes Muhametov
X
XPORTNAME=	sieverules
XPORTVERSION=	1.10
XCATEGORIES=	mail
XMASTER_SITES=	http://www.tehinterweb.co.uk/roundcube/plugins/
XDISTNAME=	${PORTNAME}
XPKGNAMEPREFIX=	roundcube-
X
XMAINTAINER=	anes@anes.su
XCOMMENT=	Roundcube webmail sieve plugin
X
XRUN_DEPENDS=	roundcube>=0.5.1:${PORTSDIR}/mail/roundcube
X
XNO_BUILD=	yes
X
XWWWDIR?=	${PREFIX}/www/roundcube/plugins/sieverules
X
X# This target is only meant to be used by the port maintainer.
Xx-generate-plist: build
X	cd ${WRKSRC}; \
X	${FIND} . ! -type d ! -name '*.orig' | ${SORT} | \
X		${SED} -e "s,^\.,%%WWWDIR%%," >${.CURDIR}/pkg-plist.tmp ; \
X	${FIND} . -type d | ${SORT} -r | ${SED} \
X		-e "s,^\.$$,@dirrmtry %%WWWDIR%%," \
X		-e "s,^\.,@dirrm %%WWWDIR%%," >>${.CURDIR}/pkg-plist.tmp
X
Xdo-install:
X	${MKDIR} ${WWWDIR}
X	cd ${WRKSRC} && ${PAX} -r -w . ${WWWDIR}
X
X.include <bsd.port.mk>
32eb4aff41224dbff229716b974b85a4
echo x - roundcube-sieverules/distinfo
sed 's/^X//' >roundcube-sieverules/distinfo << 'db9778712554bc7ea275cb073e2fb135'
XMD5 (sieverules.tar.gz) = 01a6981d317c62ea967c87d2d41bb403
XSIZE (sieverules.tar.gz) = 108382
XSHA256 (sieverules.tar.gz) = cdfc066865529ae19d8c57ffd8dab8efcecde4c8d2d90b5fb728491744c88a86
db9778712554bc7ea275cb073e2fb135
echo x - roundcube-sieverules/pkg-descr
sed 's/^X//' >roundcube-sieverules/pkg-descr << 'c6d4ce4b8d7fe91c997b1a8476a0b555'
XAnother one sieve filter plugin for roundcube webmail.
X
XWWW: http://www.tehinterweb.co.uk/roundcube/ 
c6d4ce4b8d7fe91c997b1a8476a0b555
echo x - roundcube-sieverules/pkg-plist
sed 's/^X//' >roundcube-sieverules/pkg-plist << '67d1eba0f66366c213453a56b51683d1'
X%%WWWDIR%%/CHANGELOG
X%%WWWDIR%%/README
X%%WWWDIR%%/config.inc.php.dist
X%%WWWDIR%%/importFilters/avelsieve.php
X%%WWWDIR%%/importFilters/ingo.php
X%%WWWDIR%%/include/rcube_sieve.php
X%%WWWDIR%%/include/rcube_sieve_script.php
X%%WWWDIR%%/jquery.maskedinput.js
X%%WWWDIR%%/lib/Net/Sieve.php
X%%WWWDIR%%/localization/ca_ES.inc
X%%WWWDIR%%/localization/cs_CZ.inc
X%%WWWDIR%%/localization/de_CH.inc
X%%WWWDIR%%/localization/de_DE.inc
X%%WWWDIR%%/localization/en_GB.inc
X%%WWWDIR%%/localization/en_US.inc
X%%WWWDIR%%/localization/es_AR.inc
X%%WWWDIR%%/localization/es_ES.inc
X%%WWWDIR%%/localization/et_EE.inc
X%%WWWDIR%%/localization/fr_FR.inc
X%%WWWDIR%%/localization/hu_HU.inc
X%%WWWDIR%%/localization/it_IT.inc
X%%WWWDIR%%/localization/nl_NL.inc
X%%WWWDIR%%/localization/pl_PL.inc
X%%WWWDIR%%/localization/pt_PT.inc
X%%WWWDIR%%/localization/ro_RO.inc
X%%WWWDIR%%/localization/ru_RU.inc
X%%WWWDIR%%/localization/sk_SK.inc
X%%WWWDIR%%/localization/sl_SI.inc
X%%WWWDIR%%/localization/sv_SE.inc
X%%WWWDIR%%/sieverules.js
X%%WWWDIR%%/sieverules.php
X%%WWWDIR%%/skins/default/help.gif
X%%WWWDIR%%/skins/default/icons.gif
X%%WWWDIR%%/skins/default/icons.png
X%%WWWDIR%%/skins/default/ie6hacks.css
X%%WWWDIR%%/skins/default/iehacks.css
X%%WWWDIR%%/skins/default/safari.css
X%%WWWDIR%%/skins/default/sieverules.css
X%%WWWDIR%%/skins/default/templates/advancededitor.html
X%%WWWDIR%%/skins/default/templates/editsieverule.html
X%%WWWDIR%%/skins/default/templates/setupsieverules.html
X%%WWWDIR%%/skins/default/templates/sieverules.html
X@dirrm %%WWWDIR%%/skins/default/templates
X@dirrm %%WWWDIR%%/skins/default
X@dirrm %%WWWDIR%%/skins
X@dirrm %%WWWDIR%%/localization
X@dirrm %%WWWDIR%%/lib/Net
X@dirrm %%WWWDIR%%/lib
X@dirrm %%WWWDIR%%/include
X@dirrm %%WWWDIR%%/importFilters
X@dirrmtry %%WWWDIR%%
67d1eba0f66366c213453a56b51683d1
exit
--- roundcube-sieverules.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Feb 23 04:55:35 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154962 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Fri Mar 4 04:06:51 UTC 2011 
State-Changed-Why:  
please install ports-mgmt/portlint and run portlint -AC, fix all issus 
and resend to me a shar. thx 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154962 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Mar 16 15:27:34 UTC 2011 
State-Changed-Why:  
submitter timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154962 
State-Changed-From-To: closed->open 
State-Changed-By: miwi 
State-Changed-When: Thu Mar 17 16:57:18 UTC 2011 
State-Changed-Why:  
got a new patch 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154962 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Mar 17 17:24:29 UTC 2011 
State-Changed-Why:  
committed thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/154962: commit references a PR
Date: Thu, 17 Mar 2011 17:24:46 +0000 (UTC)

 miwi        2011-03-17 17:24:37 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail                 Makefile 
   Added files:
     mail/roundcube-sieverules Makefile distinfo pkg-descr 
                               pkg-plist 
   Log:
   Another one sieve filter plugin for roundcube webmail.
   
   WWW: http://www.tehinterweb.co.uk/roundcube/
   
   PR:             ports/154962
   Submitted by:   Anes Muhametov
   
   Revision  Changes    Path
   1.1061    +1 -0      ports/mail/Makefile
   1.1       +37 -0     ports/mail/roundcube-sieverules/Makefile (new)
   1.1       +2 -0      ports/mail/roundcube-sieverules/distinfo (new)
   1.1       +3 -0      ports/mail/roundcube-sieverules/pkg-descr (new)
   1.1       +51 -0     ports/mail/roundcube-sieverules/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
