From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 27 06:50:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D80D7106566C for ; Thu, 27 Oct 2011 06:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC1F68FC19 for ; Thu, 27 Oct 2011 06:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9R6o8BR079439 for ; Thu, 27 Oct 2011 06:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9R6o8lm079438; Thu, 27 Oct 2011 06:50:08 GMT (envelope-from gnats) Resent-Date: Thu, 27 Oct 2011 06:50:08 GMT Resent-Message-Id: <201110270650.p9R6o8lm079438@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Moisseev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E45A106566C for ; Thu, 27 Oct 2011 06:41:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E7DFE8FC14 for ; Thu, 27 Oct 2011 06:41:18 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9R6fI4C061497 for ; Thu, 27 Oct 2011 06:41:18 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p9R6fIFm061496; Thu, 27 Oct 2011 06:41:18 GMT (envelope-from nobody) Message-Id: <201110270641.p9R6fIFm061496@red.freebsd.org> Date: Thu, 27 Oct 2011 06:41:18 GMT From: Alexander Moisseev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/162047: New port: mail/roundcube-contextmenu Context menu plugin for RoundCube webmail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2011 06:50:08 -0000 >Number: 162047 >Category: ports >Synopsis: New port: mail/roundcube-contextmenu Context menu plugin for RoundCube webmail >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: Thu Oct 27 06:50:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexander Moisseev >Release: >Organization: >Environment: >Description: New port: mail/roundcube-contextmenu Context menu plugin for RoundCube webmail. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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-contextmenu # roundcube-contextmenu/Makefile # roundcube-contextmenu/distinfo # roundcube-contextmenu/pkg-descr # roundcube-contextmenu/pkg-plist # echo c - roundcube-contextmenu mkdir -p roundcube-contextmenu > /dev/null 2>&1 echo x - roundcube-contextmenu/Makefile sed 's/^X//' >roundcube-contextmenu/Makefile << 'e9dbc0bb7c1c29b5e31dda90360f6072' X# New ports collection makefile for: roundcube-contextmenu X# Date created: 27 Oct 2011 X# Whom: Alexander Moisseev X# X# $FreeBSD$ X# X XPORTNAME= contextmenu XPORTVERSION= 1.8 XCATEGORIES= mail XMASTER_SITES= http://www.tehinterweb.co.uk/roundcube/plugins/ XPKGNAMEPREFIX= roundcube- XDISTNAME= ${PORTNAME} X XMAINTAINER= moiseev@mezonplus.ru XCOMMENT= RoundCube webmail contextmenu plugin X XLICENSE= GPLv2 X XRUN_DEPENDS= roundcube>=0.6:${PORTSDIR}/mail/roundcube X XNO_BUILD= yes X XWWWDIR?= ${PREFIX}/www/roundcube/plugins/contextmenu 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 e9dbc0bb7c1c29b5e31dda90360f6072 echo x - roundcube-contextmenu/distinfo sed 's/^X//' >roundcube-contextmenu/distinfo << '82f05b2a08bb5cfdbd17be1cf4ffdf87' XSHA256 (contextmenu.tar.gz) = b7fad498dcb0d41faa81ab0eccf8b44a3f44e7b15e72b269be3459e01aa672f5 XSIZE (contextmenu.tar.gz) = 33842 82f05b2a08bb5cfdbd17be1cf4ffdf87 echo x - roundcube-contextmenu/pkg-descr sed 's/^X//' >roundcube-contextmenu/pkg-descr << '89cb243fc2746331624353851503aaa4' XContext menu plugin for RoundCube webmail. X XWWW: http://www.tehinterweb.co.uk/roundcube/ 89cb243fc2746331624353851503aaa4 echo x - roundcube-contextmenu/pkg-plist sed 's/^X//' >roundcube-contextmenu/pkg-plist << '07d3f5498678f2cb645c7149ee671b8f' X%%WWWDIR%%/CHANGELOG X%%WWWDIR%%/README X%%WWWDIR%%/contextmenu.js X%%WWWDIR%%/contextmenu.php X%%WWWDIR%%/jquery.contextMenu.js X%%WWWDIR%%/jquery.mousewheel.js X%%WWWDIR%%/localization/ca_ES.inc X%%WWWDIR%%/localization/cs_CZ.inc X%%WWWDIR%%/localization/da_DK.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_ES.inc X%%WWWDIR%%/localization/fr_FR.inc X%%WWWDIR%%/localization/gl_ES.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_BR.inc X%%WWWDIR%%/localization/ro_RO.inc X%%WWWDIR%%/localization/ru_RU.inc X%%WWWDIR%%/localization/sv_SE.inc X%%WWWDIR%%/localization/tr_TR.inc X%%WWWDIR%%/localization/uk_UA.inc X%%WWWDIR%%/localization/zh_TW.inc X%%WWWDIR%%/skins/default/contexticons.gif X%%WWWDIR%%/skins/default/contexticons.png X%%WWWDIR%%/skins/default/contextmenu.css X%%WWWDIR%%/skins/default/folders.gif X%%WWWDIR%%/skins/default/folders.png X%%WWWDIR%%/skins/default/ie6hacks.css X%%WWWDIR%%/skins/default/messageactions.gif X%%WWWDIR%%/skins/default/messageactions.png X@dirrm %%WWWDIR%%/skins/default X@dirrm %%WWWDIR%%/skins X@dirrm %%WWWDIR%%/localization X@dirrmtry %%WWWDIR%% 07d3f5498678f2cb645c7149ee671b8f exit >Release-Note: >Audit-Trail: >Unformatted: