svn commit: r306625 - in head/www: . xpi-flagfox
Florian Smeets
flo at FreeBSD.org
Mon Oct 29 17:49:55 UTC 2012
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 at 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 at gmail.com>
+# $FreeBSD$
+
+PORTNAME= flagfox
+PORTVERSION= 4.2.2
+DISTVERSIONSUFFIX= -sm+fx
+CATEGORIES= www
+
+MAINTAINER= osidorkin at 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
+ at dirrm %%XPI_XPIDIR%%/chrome/flagfox/modules
+ at dirrm %%XPI_XPIDIR%%/chrome/flagfox
+ at dirrm %%XPI_XPIDIR%%/chrome
+ at dirrm %%XPI_XPIDIR%%/defaults/preferences
+ at dirrm %%XPI_XPIDIR%%/defaults
+ at dirrm %%XPI_XPIDIR%%/ipdb
+
More information about the svn-ports-head
mailing list