Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2012 17:49:54 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306625 - in head/www: . xpi-flagfox
Message-ID:  <201210291749.q9THnsla012277@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <osidorkin@gmail.com>
  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 <osidorkin@gmail.com>
+# $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 <bsd.port.mk>

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
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210291749.q9THnsla012277>