mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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/
This commit is contained in:
parent
71e25d8b16
commit
b0cce6a6c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161249
@ -978,6 +978,7 @@
|
||||
SUBDIR += xpi-colorfultabs
|
||||
SUBDIR += xpi-fasterfox
|
||||
SUBDIR += xpi-noscript
|
||||
SUBDIR += xpi-pdf_download
|
||||
SUBDIR += xpi-tabmixplus
|
||||
SUBDIR += xshttpd
|
||||
SUBDIR += xshttpd-devel
|
||||
|
22
www/xpi-pdf_download/Makefile
Normal file
22
www/xpi-pdf_download/Makefile
Normal file
@ -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>
|
3
www/xpi-pdf_download/distinfo
Normal file
3
www/xpi-pdf_download/distinfo
Normal file
@ -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
|
11
www/xpi-pdf_download/pkg-descr
Normal file
11
www/xpi-pdf_download/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user