From 203dd5ce915826fdeb066612a719dfd835428fe6 Mon Sep 17 00:00:00 2001 From: flo Date: Mon, 29 Oct 2012 17:49:54 +0000 Subject: 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 --- www/Makefile | 1 + www/xpi-flagfox/Makefile | 16 ++++++++++++++++ www/xpi-flagfox/distinfo | 2 ++ www/xpi-flagfox/pkg-descr | 6 ++++++ www/xpi-flagfox/pkg-plist | 15 +++++++++++++++ 5 files changed, 40 insertions(+) create mode 100644 www/xpi-flagfox/Makefile create mode 100644 www/xpi-flagfox/distinfo create mode 100644 www/xpi-flagfox/pkg-descr create mode 100644 www/xpi-flagfox/pkg-plist (limited to 'www') diff --git a/www/Makefile b/www/Makefile index eec9d3168e98..02a60b9b4208 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/xpi-flagfox/Makefile b/www/xpi-flagfox/Makefile new file mode 100644 index 000000000000..7bc88fbb5592 --- /dev/null +++ b/www/xpi-flagfox/Makefile @@ -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 diff --git a/www/xpi-flagfox/distinfo b/www/xpi-flagfox/distinfo new file mode 100644 index 000000000000..9d66a4bfd715 --- /dev/null +++ b/www/xpi-flagfox/distinfo @@ -0,0 +1,2 @@ +SHA256 (xpi/flagfox-4.2.2-sm+fx.xpi) = b01595ab7f9cecb98dacfa833d7249c1c6b919585fb68da76b441850d73134c7 +SIZE (xpi/flagfox-4.2.2-sm+fx.xpi) = 721707 diff --git a/www/xpi-flagfox/pkg-descr b/www/xpi-flagfox/pkg-descr new file mode 100644 index 000000000000..912fa5e99405 --- /dev/null +++ b/www/xpi-flagfox/pkg-descr @@ -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/ diff --git a/www/xpi-flagfox/pkg-plist b/www/xpi-flagfox/pkg-plist new file mode 100644 index 000000000000..b42ba7b0102b --- /dev/null +++ b/www/xpi-flagfox/pkg-plist @@ -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 + -- cgit