diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-savegenpage/Makefile | 22 | ||||
-rw-r--r-- | www/xpi-savegenpage/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-savegenpage/pkg-descr | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index aaf2b153af75..4b1abda0382a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1002,6 +1002,7 @@ SUBDIR += xpi-no-referrer SUBDIR += xpi-noscript SUBDIR += xpi-pdf_download + SUBDIR += xpi-savegenpage SUBDIR += xpi-searchstatus SUBDIR += xpi-server_switcher SUBDIR += xpi-stumbleupon diff --git a/www/xpi-savegenpage/Makefile b/www/xpi-savegenpage/Makefile new file mode 100644 index 000000000000..e908641e73ee --- /dev/null +++ b/www/xpi-savegenpage/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xpi-savegenpage +# Date created: 19 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= savegenpage +PORTVERSION= 2006.03.20 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Save Javascript Generated/Rendered HTML Pages + +XPI_ID= {d70d11c0-ff1e-11d9-8cd6-0800200c9a66} +XPI_FILES= chrome/Io.js chrome/contents.rdf chrome/overlay.xul chrome.manifest \ + defaults/preferences/user.js install.rdf +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-savegenpage/distinfo b/www/xpi-savegenpage/distinfo new file mode 100644 index 000000000000..24e4d35a31b8 --- /dev/null +++ b/www/xpi-savegenpage/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/savegenpage-2006.03.20-fx.xpi) = ffac558bf7647500e6ec00ca694431bc +SHA256 (xpi/savegenpage-2006.03.20-fx.xpi) = f24ea14c5230c0880f71fe78aa2d4d69d06e1024f788725333549fafeee76556 +SIZE (xpi/savegenpage-2006.03.20-fx.xpi) = 5334 diff --git a/www/xpi-savegenpage/pkg-descr b/www/xpi-savegenpage/pkg-descr new file mode 100644 index 000000000000..1c82a7fc2382 --- /dev/null +++ b/www/xpi-savegenpage/pkg-descr @@ -0,0 +1,6 @@ +Save Javascript Generated/Rendered HTML Pages (not the stylesheets +nor other externally linked resources). Usage: File-Save Generated +Page. Good way to save those "stitched" pages created by +Antipagination or Repagination firefox extension. + +WWW: https://addons.mozilla.org/firefox/2262/ |