aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-jsview
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-06-05 10:25:40 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-06-05 10:25:40 +0000
commit60c0057861894c481a8d3bd73086a7362d53743a (patch)
tree7256054d9155f193e76e9652092bc99ed329fcc6 /www/xpi-jsview
parent2fc9ae28bf1e670ff69aad287fd3aff07bd4f89c (diff)
downloadports-60c0057861894c481a8d3bd73086a7362d53743a.tar.gz
ports-60c0057861894c481a8d3bd73086a7362d53743a.zip
Notes
Diffstat (limited to 'www/xpi-jsview')
-rw-r--r--www/xpi-jsview/Makefile21
-rw-r--r--www/xpi-jsview/distinfo3
-rw-r--r--www/xpi-jsview/pkg-descr18
3 files changed, 42 insertions, 0 deletions
diff --git a/www/xpi-jsview/Makefile b/www/xpi-jsview/Makefile
new file mode 100644
index 000000000000..1b1484fcb3d4
--- /dev/null
+++ b/www/xpi-jsview/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: xpi-jsview
+# Date created: 5 June 2006
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= jsview
+PORTVERSION= 1.1.2
+DISTVERSIONSUFFIX= -fx
+CATEGORIES= www
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Easily view embedded/external JS and CSS
+
+XPI_ID= {cf15270e-cf08-4def-b4ea-6a5ac23f3bca}
+XPI_FILES= chrome/jsview.jar chrome.manifest install.js install.rdf
+XPI_DIRS= chrome
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/www/xpi-jsview/distinfo b/www/xpi-jsview/distinfo
new file mode 100644
index 000000000000..cd67395f03c3
--- /dev/null
+++ b/www/xpi-jsview/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/jsview-1.1.2-fx.xpi) = a690780fe1384a7bb9dcdeebcbee6469
+SHA256 (xpi/jsview-1.1.2-fx.xpi) = b0086303b2a1303d083b7dc9c0e5330db0afe31e5626fe529a226d8517c4dbc0
+SIZE (xpi/jsview-1.1.2-fx.xpi) = 48004
diff --git a/www/xpi-jsview/pkg-descr b/www/xpi-jsview/pkg-descr
new file mode 100644
index 000000000000..d36a263e5ade
--- /dev/null
+++ b/www/xpi-jsview/pkg-descr
@@ -0,0 +1,18 @@
+All browsers include a "View Source" option, but none of them offer the
+ability to view the source code of external files. Most websites store
+their javascripts and style sheets in external files and then link to
+them within a web page's source code. Previously if you wanted to view
+the source code of an external javascript/css you would have to manually
+look through the source code to find the url and then type that into
+your browser.
+
+Well now there's a much easier way. You can use the JSView extension to
+solve the problem. You can access it from the context menu, from the
+toolbar, from the view menu, or from the status bar. If the website you
+are viewing contains any external js/css files, an icon will appear that
+says "CSS", "JS", or both. Each individual file can then be viewed by
+clicking on the filename. The file will be opened in a new window. You
+can also choose to open all external files by clicking on "View All".
+
+Author: Ron Beckman
+WWW: http://www.scorpiondb.com/firefox/extensions/jsview/