mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Netscape plugin (native FreeBSD version) for AT&T's DjVu system.
See http://www.djvu.com/ for more details. PR: 12739 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
This commit is contained in:
parent
18c6805255
commit
2d82a94ca9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27110
@ -35,6 +35,7 @@
|
||||
SUBDIR += css-mode.el
|
||||
SUBDIR += decss
|
||||
SUBDIR += demoroniser
|
||||
SUBDIR += djvuplugin
|
||||
SUBDIR += erwn
|
||||
SUBDIR += evg
|
||||
SUBDIR += fcgi
|
||||
|
33
www/djvuplugin/Makefile
Normal file
33
www/djvuplugin/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: djvuplugin
|
||||
# Version required: 0.9
|
||||
# Date created: 21 Jul 1999
|
||||
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= npdjvu-freebsd
|
||||
PKGNAME= djvuplugin-0.9
|
||||
CATEGORIES= www graphics
|
||||
MASTER_SITES= http://www.djvu.com/products/plugin/unix/
|
||||
|
||||
MAINTAINER= mi@aldan.algebra.com
|
||||
|
||||
RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape47-communicator
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_PACKAGE= "User should read and accept license from AT&T"
|
||||
NO_CDROM= ${NO_PACKAGE}
|
||||
|
||||
do-install:
|
||||
@${TAR} -xpf ${WRKSRC}/archive.tar -C ${PREFIX}/lib/netscape
|
||||
@${LN} -s ${PREFIX}/lib/netscape/DjVu/dejavu ${PREFIX}/bin
|
||||
|
||||
post-install:
|
||||
# *******************************************************
|
||||
# Please read and agree to the license at:
|
||||
# ${PREFIX}/lib/netscape/DjVu/license.html
|
||||
# before using this plugin.
|
||||
# *******************************************************
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/djvuplugin/distinfo
Normal file
1
www/djvuplugin/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (npdjvu-freebsd.tar.gz) = 3441995b58e3816f012a0b0086a3fbe5
|
1
www/djvuplugin/pkg-comment
Normal file
1
www/djvuplugin/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Netscape plugin that views AT&T DjVu images
|
17
www/djvuplugin/pkg-descr
Normal file
17
www/djvuplugin/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
Over 90 percent of the information in the world is still on paper. Many
|
||||
of those paper documents include color graphics and/or photographs that
|
||||
represent significant invested value. And almost none of that rich
|
||||
content is on the Internet.
|
||||
|
||||
That's because scanning such documents and getting them onto a Web site
|
||||
has been problematic at best. At the high resolution necessary to
|
||||
preserve the quality of images and to keep type readable, file sizes
|
||||
become far too bulky for acceptable download speed. Reducing resolution
|
||||
to achieve satisfactory download speed means forfeiting quality and
|
||||
legibility. Conventional JPEG and GIF compression techniques only begin
|
||||
to solve the problem. As a result, Web site content developers have been
|
||||
unable to leverage existing printed materials.
|
||||
|
||||
Until now...
|
||||
|
||||
WWW: http://www.djvu.com/
|
14
www/djvuplugin/pkg-plist
Normal file
14
www/djvuplugin/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
bin/dejavu
|
||||
lib/netscape/plugins/nsdejavu.so
|
||||
lib/netscape/DjVu/License.txt
|
||||
lib/netscape/DjVu/about.gif
|
||||
lib/netscape/DjVu/dejavu
|
||||
lib/netscape/DjVu/djvunow.gif
|
||||
lib/netscape/DjVu/download.gif
|
||||
lib/netscape/DjVu/download.html
|
||||
lib/netscape/DjVu/help.gif
|
||||
lib/netscape/DjVu/help.html
|
||||
lib/netscape/DjVu/home.gif
|
||||
lib/netscape/DjVu/index.html
|
||||
lib/netscape/DjVu/license.html
|
||||
@dirrm lib/netscape/DjVu
|
Loading…
Reference in New Issue
Block a user