From owner-svn-ports-head@FreeBSD.ORG Mon Oct 29 17:49:54 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D564E100; Mon, 29 Oct 2012 17:49:54 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BCD478FC08; Mon, 29 Oct 2012 17:49:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9THns7M012283; Mon, 29 Oct 2012 17:49:54 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9THnsla012277; Mon, 29 Oct 2012 17:49:54 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201210291749.q9THnsla012277@svn.freebsd.org> From: Florian Smeets Date: Mon, 29 Oct 2012 17:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306625 - in head/www: . xpi-flagfox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2012 17:49:55 -0000 Author: flo Date: Mon Oct 29 17:49:54 2012 New Revision: 306625 URL: http://svn.freebsd.org/changeset/ports/306625 Log: Add www/xpi-flagfox Displays a country flag depicting the location of the current website's server and provides a multitude of tools such as site safety checks, whois, translation, similar sites, validation, URL shortening, and more... WWW: http://flagfox.wordpress.com/ PR: ports/170178 Submitted by: Oleg Sidorkin Feature safe: yes Added: head/www/xpi-flagfox/ head/www/xpi-flagfox/Makefile (contents, props changed) head/www/xpi-flagfox/distinfo (contents, props changed) head/www/xpi-flagfox/pkg-descr (contents, props changed) head/www/xpi-flagfox/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Oct 29 17:29:56 2012 (r306624) +++ head/www/Makefile Mon Oct 29 17:49:54 2012 (r306625) @@ -2057,6 +2057,7 @@ SUBDIR += xpi-firefox-showcase SUBDIR += xpi-firemobilesimulator SUBDIR += xpi-fission + SUBDIR += xpi-flagfox SUBDIR += xpi-flashblock SUBDIR += xpi-flashgot SUBDIR += xpi-flatbmark Added: head/www/xpi-flagfox/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-flagfox/Makefile Mon Oct 29 17:49:54 2012 (r306625) @@ -0,0 +1,16 @@ +# Created by: Oleg Sidorkin +# $FreeBSD$ + +PORTNAME= flagfox +PORTVERSION= 4.2.2 +DISTVERSIONSUFFIX= -sm+fx +CATEGORIES= www + +MAINTAINER= osidorkin@gmail.com +COMMENT= Displays a country flag of the location of the website's server + +XPI_NUM= 5791 +XPI_ID= {1018e4d6-728f-4b20-ad56-37578a4de76b} + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include Added: head/www/xpi-flagfox/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-flagfox/distinfo Mon Oct 29 17:49:54 2012 (r306625) @@ -0,0 +1,2 @@ +SHA256 (xpi/flagfox-4.2.2-sm+fx.xpi) = b01595ab7f9cecb98dacfa833d7249c1c6b919585fb68da76b441850d73134c7 +SIZE (xpi/flagfox-4.2.2-sm+fx.xpi) = 721707 Added: head/www/xpi-flagfox/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-flagfox/pkg-descr Mon Oct 29 17:49:54 2012 (r306625) @@ -0,0 +1,6 @@ +Displays a country flag depicting the location of the current +website's server and provides a multitude of tools such as site +safety checks, whois, translation, similar sites, validation, +URL shortening, and more... + +WWW: http://flagfox.wordpress.com/ Added: head/www/xpi-flagfox/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/xpi-flagfox/pkg-plist Mon Oct 29 17:49:54 2012 (r306625) @@ -0,0 +1,15 @@ +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/chrome/flagfox/content.jar +%%XPI_XPIDIR%%/chrome/flagfox/modules/flagfox.jsm +%%XPI_XPIDIR%%/chrome/flagfox/modules/ipdb.jsm +%%XPI_XPIDIR%%/defaults/preferences/defaultpreferences.js +%%XPI_XPIDIR%%/install.rdf +%%XPI_XPIDIR%%/ipdb/ip4.db +%%XPI_XPIDIR%%/ipdb/ip6.db +@dirrm %%XPI_XPIDIR%%/chrome/flagfox/modules +@dirrm %%XPI_XPIDIR%%/chrome/flagfox +@dirrm %%XPI_XPIDIR%%/chrome +@dirrm %%XPI_XPIDIR%%/defaults/preferences +@dirrm %%XPI_XPIDIR%%/defaults +@dirrm %%XPI_XPIDIR%%/ipdb +