From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 24 09:30:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ED5016A4A3 for ; Wed, 24 May 2006 09:30:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F81243D76 for ; Wed, 24 May 2006 09:30:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4O9UCU4030170 for ; Wed, 24 May 2006 09:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4O9UCeE030169; Wed, 24 May 2006 09:30:12 GMT (envelope-from gnats) Resent-Date: Wed, 24 May 2006 09:30:12 GMT Resent-Message-Id: <200605240930.k4O9UCeE030169@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 V. Ribchansky" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F29416A420 for ; Wed, 24 May 2006 09:27:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E2EB43D45 for ; Wed, 24 May 2006 09:27:46 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k4O9RkYI062835 for ; Wed, 24 May 2006 09:27:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k4O9RjVD062834; Wed, 24 May 2006 09:27:45 GMT (envelope-from nobody) Message-Id: <200605240927.k4O9RjVD062834@www.freebsd.org> Date: Wed, 24 May 2006 09:27:45 GMT From: "Alexander V. Ribchansky" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/97778: [NEW PORT] russian/xpi-tabextensions Russian version of Tabbrowser Extensions that improves tabbed browsing 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: Wed, 24 May 2006 09:30:18 -0000 >Number: 97778 >Category: ports >Synopsis: [NEW PORT] russian/xpi-tabextensions Russian version of Tabbrowser Extensions that improves tabbed browsing >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: Wed May 24 09:30:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander V. Ribchansky >Release: FreeBSD 6.1-STABLE i386 >Organization: TrioSoft >Environment: FreeBSD sigterm.zk.minjust.gov.ua 6.1-STABLE FreeBSD 6.1-STABLE #0: Tue May 9 11:56:41 EEST 2006 shurik@sigterm.zk.minjust.gov.ua:/usr/obj/usr/src/sys/TS_IJUST_KERNEL i386 >Description: >How-To-Repeat: >Fix: # shar `find /usr/ports/russian/xpi-tabextensions` # 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: # # /usr/ports/russian/xpi-tabextensions # /usr/ports/russian/xpi-tabextensions/Makefile # /usr/ports/russian/xpi-tabextensions/distinfo # /usr/ports/russian/xpi-tabextensions/pkg-descr # echo c - /usr/ports/russian/xpi-tabextensions mkdir -p /usr/ports/russian/xpi-tabextensions > /dev/null 2>&1 echo x - /usr/ports/russian/xpi-tabextensions/Makefile sed 's/^X//' >/usr/ports/russian/xpi-tabextensions/Makefile << 'END-of-/usr/ports/russian/xpi-tabextensions/Makefile' X# New ports collection makefile for: xpi-tabextensions X# Date created: 24 May 2006 X# Whom: Alexander V. Ribchansky X# X# $FreeBSD$ X# X XPORTNAME= tabextensions XPORTVERSION= 2.1.2006031301 XDISTVERSIONSUFFIX= ru-RU_en XCATEGORIES= russian www XMASTER_SITES= http://people.mozilla.ru/lautour/ XPKGNAMESUFFIX= -ru XDISTNAME= ${PORTNAME}_${PORTVERSION}-${DISTVERSIONSUFFIX} XDIST_SUBDIR= xpi/firefox X XMAINTAINER= triosoft@triosoft.com.ua XCOMMENT= Russian version of Tabbrowser Extensions that improves tabbed browsing X XXPI_ID= {0B0B0DA8-08BA-4bc6-987C-6BC9F4D8A81E} XXPI_FILES= chrome/tabextensions.jar chrome.manifest install.js install.rdf \ X locale.inf options.inf XXPI_DIRS= chrome XWITH_XPI_APPS= *firefox* X X.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi" X.include END-of-/usr/ports/russian/xpi-tabextensions/Makefile echo x - /usr/ports/russian/xpi-tabextensions/distinfo sed 's/^X//' >/usr/ports/russian/xpi-tabextensions/distinfo << 'END-of-/usr/ports/russian/xpi-tabextensions/distinfo' XMD5 (xpi/firefox/tabextensions_2.1.2006031301-ru-RU_en.xpi) = 4c163506260add994cbf22aaedec5ead XSHA256 (xpi/firefox/tabextensions_2.1.2006031301-ru-RU_en.xpi) = 588bb605cff881e3689536d6d86d030e74bef366370fb35f040d700a6beca998 XSIZE (xpi/firefox/tabextensions_2.1.2006031301-ru-RU_en.xpi) = 328762 END-of-/usr/ports/russian/xpi-tabextensions/distinfo echo x - /usr/ports/russian/xpi-tabextensions/pkg-descr sed 's/^X//' >/usr/ports/russian/xpi-tabextensions/pkg-descr << 'END-of-/usr/ports/russian/xpi-tabextensions/pkg-descr' XRussian version of Tabbrowsing Extensions for Firefox. X XThis is an extension for extending operations of tabbed browsing, e.g., tabs Xbecome re-ordable by drag and drop, show tabs like a tree, and so on. X XWWW: http://www.mozilla.ru X X- Alexander V. Ribchansky Xtriosoft@triosoft.com.ua END-of-/usr/ports/russian/xpi-tabextensions/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted: