diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-05-07 20:53:36 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-05-07 20:53:36 +0800 |
commit | fe2384d840f0a55be180f4f05d93f25a44f15fd7 (patch) | |
tree | ccc895734d4e973f247a99c1d6cc51390dab4735 /www | |
parent | 4dee656a15a50502a88a107679e3cf22f05d5b7d (diff) | |
download | freebsd-ports-gnome-fe2384d840f0a55be180f4f05d93f25a44f15fd7.tar.gz freebsd-ports-gnome-fe2384d840f0a55be180f4f05d93f25a44f15fd7.tar.zst freebsd-ports-gnome-fe2384d840f0a55be180f4f05d93f25a44f15fd7.zip |
Add xpi-unplug 0.8, an extension to convert embedded plug-ins to html
links.
PR: ports/96869
Submitted by: chinsan <chinsan.tw@gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-unplug/Makefile | 37 | ||||
-rw-r--r-- | www/xpi-unplug/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-unplug/pkg-descr | 8 |
4 files changed, 49 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index e11bff107a69..4464140b0d71 100644 --- a/www/Makefile +++ b/www/Makefile @@ -979,6 +979,7 @@ SUBDIR += xpi-noscript SUBDIR += xpi-pdf_download SUBDIR += xpi-tabmixplus + SUBDIR += xpi-unplug SUBDIR += xshttpd SUBDIR += xshttpd-devel SUBDIR += xulrunner diff --git a/www/xpi-unplug/Makefile b/www/xpi-unplug/Makefile new file mode 100644 index 000000000000..7d2cee5fdd5b --- /dev/null +++ b/www/xpi-unplug/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: xpi-unplug +# Date created: 2006/05/06 +# Whom: chinsan <chinsan.tw@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= unplug +PORTVERSION= 0.8 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= chinsan.tw@gmail.com +COMMENT= An extension to convert embedded plug-ins to html links + +XPI_ID= unplug@compunach +XPI_FILES= chrome/content/help_flash.html chrome/content/help_flv.html \ + chrome/content/help_playlist.html \ + chrome/content/help_playtext.html \ + chrome/content/help_ram.html chrome/content/help_rm.html \ + chrome/content/help_skim.html chrome/content/overlay.xul \ + chrome/content/pro_ftp.html chrome/content/pro_mms.html \ + chrome/content/pro_other.html chrome/content/pro_rtsp.html \ + chrome/content/settings.xul chrome/content/unplug.js \ + chrome/content/unplug_settings.js chrome/content/zuul.html \ + chrome/skin/config.png chrome/skin/ftp.png \ + chrome/skin/help.png chrome/skin/hexit.png \ + chrome/skin/pagehog.png chrome/skin/unplug.css \ + chrome/skin/unplug.png chrome/skin/unstar0.png \ + chrome/skin/unstar1.png chrome/skin/unstar2.png \ + chrome/skin/unstar3.png chrome/skin/warn.png chrome.manifest \ + defaults/preferences/cn_unplug.js install.rdf +XPI_DIRS= chrome/content chrome/skin chrome defaults/preferences \ + defaults + +.include "../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-unplug/distinfo b/www/xpi-unplug/distinfo new file mode 100644 index 000000000000..9587fedcc373 --- /dev/null +++ b/www/xpi-unplug/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/unplug-0.8-fx.xpi) = 764a0173d135588b197bdf8711c39a0c +SHA256 (xpi/unplug-0.8-fx.xpi) = 7f405f3d2b8ee2a2b92b69379a5dc8f702f6eabc30c6aac46484cffeab89e179 +SIZE (xpi/unplug-0.8-fx.xpi) = 24355 diff --git a/www/xpi-unplug/pkg-descr b/www/xpi-unplug/pkg-descr new file mode 100644 index 000000000000..d4319ab01d83 --- /dev/null +++ b/www/xpi-unplug/pkg-descr @@ -0,0 +1,8 @@ +Convert embedded plug-ins to html links with this extension. This means you +have a way of avoiding installation of plug-ins and can easily download +files which are normally inside a player. + +When you click on UnPlug in the tools or context menu, it searches the page +for and tags and creates a new page with a list of the links which it found. + +WWW: https://addons.mozilla.org/firefox/2254/ |