aboutsummaryrefslogtreecommitdiffstats
path: root/www/xpi-showip
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2011-11-24 23:00:59 +0800
committermiwi <miwi@FreeBSD.org>2011-11-24 23:00:59 +0800
commitbc99e14de044ab0c290892ee640626974899d704 (patch)
treefb75562e658cce457caef69f3124a4280e3c8b3e /www/xpi-showip
parent39d537c31c61b88b83513a8a90ed2c16d1121cee (diff)
downloadfreebsd-ports-gnome-bc99e14de044ab0c290892ee640626974899d704.tar.gz
freebsd-ports-gnome-bc99e14de044ab0c290892ee640626974899d704.tar.zst
freebsd-ports-gnome-bc99e14de044ab0c290892ee640626974899d704.zip
Show the IP address of the current page in the status bar.
WWW: http://code.google.com/p/firefox-showip/ PR: ports/162450 Submitted by: Barbara <barbara.xxx1975@libero.it> Feature safe: yes
Diffstat (limited to 'www/xpi-showip')
-rw-r--r--www/xpi-showip/Makefile39
-rw-r--r--www/xpi-showip/distinfo2
-rw-r--r--www/xpi-showip/pkg-descr3
3 files changed, 44 insertions, 0 deletions
diff --git a/www/xpi-showip/Makefile b/www/xpi-showip/Makefile
new file mode 100644
index 000000000000..10f79da0e7d7
--- /dev/null
+++ b/www/xpi-showip/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: xpi-showip
+# Date created: 10 November 2011
+# Whom: Barbara <barbara.xxx1975@libero.it>
+#
+# $FreeBSD$
+#
+
+PORTNAME= showip
+PORTVERSION= 1.1
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= barbara.xxx1975@libero.it
+COMMENT= Show the IP address of the current page in the status bar
+
+LICENSE= GPLv2
+
+PROJECTHOST= firefox-showip
+
+USE_XPI= *firefox*
+XPI_ID= {3e9bb2a7-62ca-4efa-a4e6-f6f6168a652d}
+XPI_NUM= 590
+XPI_FILES= chrome/ipv6ident.jar \
+ COPYING \
+ chrome.manifest \
+ install.rdf \
+ install.js
+
+XPI_DIRS= chrome
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|5\.\*|8.*|' ${WRKSRC}/install.rdf
+
+pre-install:
+ @${RM} -f ${WRKSRC}/install.rdf.bak
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/www/xpi-showip/distinfo b/www/xpi-showip/distinfo
new file mode 100644
index 000000000000..f6ecd5f437f5
--- /dev/null
+++ b/www/xpi-showip/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xpi/showip_1.1.xpi) = e84af058f9e89ff1ddd9ff01bc3c2655f873bcf39c62b79fbf3665e842eb3d09
+SIZE (xpi/showip_1.1.xpi) = 41566
diff --git a/www/xpi-showip/pkg-descr b/www/xpi-showip/pkg-descr
new file mode 100644
index 000000000000..98342e2ff690
--- /dev/null
+++ b/www/xpi-showip/pkg-descr
@@ -0,0 +1,3 @@
+Show the IP address of the current page in the status bar.
+
+WWW: http://code.google.com/p/firefox-showip/