Date: Sat, 6 May 2006 23:16:21 +0800 (CST) From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vanilla@FreeBSD.org Subject: ports/96869: [NEW PORT] www/xpi-unplug: An extension to convert embedded plug-ins to html links Message-ID: <20060506151621.132EEF51CF7@chinsan.twbbs.org> Resent-Message-ID: <200605061520.k46FKHlA076265@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 96869 >Category: ports >Synopsis: [NEW PORT] www/xpi-unplug: An extension to convert embedded plug-ins to html links >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat May 06 15:20:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 5.5-PRERELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #5: Fri May 5 01:17:32 CST 2006 root@chinsan.twbbs.org:/usr/obj/usr/src/sys/SACHIKO i386 >Description: 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/ >How-To-Repeat: >Fix: --- xpi-unplug.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xpi-unplug # xpi-unplug/Makefile # xpi-unplug/distinfo # xpi-unplug/pkg-descr # echo c - xpi-unplug mkdir -p xpi-unplug > /dev/null 2>&1 echo x - xpi-unplug/Makefile sed 's/^X//' >xpi-unplug/Makefile << 'END-of-xpi-unplug/Makefile' X# New ports collection makefile for: xpi-unplug X# Date created: 2006/05/06 X# Whom: chinsan <chinsan.tw@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= unplug XPORTVERSION= 0.8 XDISTVERSIONSUFFIX= -fx XCATEGORIES= www X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= An extension to convert embedded plug-ins to html links X XXPI_ID= unplug@compunach XXPI_FILES= chrome/content/help_flash.html chrome/content/help_flv.html \ X chrome/content/help_playlist.html \ X chrome/content/help_playtext.html \ X chrome/content/help_ram.html chrome/content/help_rm.html \ X chrome/content/help_skim.html chrome/content/overlay.xul \ X chrome/content/pro_ftp.html chrome/content/pro_mms.html \ X chrome/content/pro_other.html chrome/content/pro_rtsp.html \ X chrome/content/settings.xul chrome/content/unplug.js \ X chrome/content/unplug_settings.js chrome/content/zuul.html \ X chrome/skin/config.png chrome/skin/ftp.png \ X chrome/skin/help.png chrome/skin/hexit.png \ X chrome/skin/pagehog.png chrome/skin/unplug.css \ X chrome/skin/unplug.png chrome/skin/unstar0.png \ X chrome/skin/unstar1.png chrome/skin/unstar2.png \ X chrome/skin/unstar3.png chrome/skin/warn.png chrome.manifest \ X defaults/preferences/cn_unplug.js install.rdf XXPI_DIRS= chrome/content chrome/skin chrome defaults/preferences \ X defaults X X.include "../xpi-adblock/Makefile.xpi" X.include <bsd.port.mk> END-of-xpi-unplug/Makefile echo x - xpi-unplug/distinfo sed 's/^X//' >xpi-unplug/distinfo << 'END-of-xpi-unplug/distinfo' XMD5 (xpi/unplug-0.8-fx.xpi) = 764a0173d135588b197bdf8711c39a0c XSHA256 (xpi/unplug-0.8-fx.xpi) = 7f405f3d2b8ee2a2b92b69379a5dc8f702f6eabc30c6aac46484cffeab89e179 XSIZE (xpi/unplug-0.8-fx.xpi) = 24355 END-of-xpi-unplug/distinfo echo x - xpi-unplug/pkg-descr sed 's/^X//' >xpi-unplug/pkg-descr << 'END-of-xpi-unplug/pkg-descr' XConvert embedded plug-ins to html links with this extension. This means you Xhave a way of avoiding installation of plug-ins and can easily download Xfiles which are normally inside a player. X XWhen you click on UnPlug in the tools or context menu, it searches the page Xfor and tags and creates a new page with a list of the links which it found. X XWWW: https://addons.mozilla.org/firefox/2254/ END-of-xpi-unplug/pkg-descr exit --- xpi-unplug.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060506151621.132EEF51CF7>