diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-03 06:15:25 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-03 06:15:25 +0000 |
commit | b0cce6a6c4511f0ab97aa7c3df8d984c16362723 (patch) | |
tree | cf19bc74be2c61697709d727eeb400f644b75884 /www/xpi-pdf_download | |
parent | 71e25d8b165dd71fdbcc7afb75ab9199fc015df2 (diff) | |
download | ports-b0cce6a6c4511f0ab97aa7c3df8d984c16362723.tar.gz ports-b0cce6a6c4511f0ab97aa7c3df8d984c16362723.zip |
Notes
Diffstat (limited to 'www/xpi-pdf_download')
-rw-r--r-- | www/xpi-pdf_download/Makefile | 22 | ||||
-rw-r--r-- | www/xpi-pdf_download/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-pdf_download/pkg-descr | 11 |
3 files changed, 36 insertions, 0 deletions
diff --git a/www/xpi-pdf_download/Makefile b/www/xpi-pdf_download/Makefile new file mode 100644 index 000000000000..fa97a73f270e --- /dev/null +++ b/www/xpi-pdf_download/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xpi-pdf_download +# Date created: 2 May 2006 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= pdf_download +PORTVERSION= 0.6 +DISTVERSIONSUFFIX= -fx+fl +CATEGORIES= www + +MAINTAINER= ale@FreeBSD.org +COMMENT= An extension to handle PDF files + +XPI_ID= {37E4D8EA-8BDA-4831-8EA1-89053939A250} +XPI_FILES= chrome/pdfdownload.jar chrome.manifest install.rdf \ + defaults/preferences/prefs.js +XPI_DIRS= chrome defaults/preferences defaults + +.include "../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-pdf_download/distinfo b/www/xpi-pdf_download/distinfo new file mode 100644 index 000000000000..f91c62236d75 --- /dev/null +++ b/www/xpi-pdf_download/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/pdf_download-0.6-fx+fl.xpi) = 0a28c0e307a42afa23af2d7c28021efd +SHA256 (xpi/pdf_download-0.6-fx+fl.xpi) = 7182412448d1bcfb1c64fff564410641969595fc9bb41faed53a04f0e3b8da14 +SIZE (xpi/pdf_download-0.6-fx+fl.xpi) = 77682 diff --git a/www/xpi-pdf_download/pkg-descr b/www/xpi-pdf_download/pkg-descr new file mode 100644 index 000000000000..a8dcd8e6981f --- /dev/null +++ b/www/xpi-pdf_download/pkg-descr @@ -0,0 +1,11 @@ +PDF Download, every time you click on a link, checks if the target +is a pdf file and in this case let you choose what you want to do: +- open pdf with default viewer +- open the file inside a new tab +- download it to the filesystem +- view it as HTML + +WWW: http://www.rabotat.org/firefox/ + +- Alex Dupre +ale@FreeBSD.org |