diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-03-29 03:03:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-03-29 03:03:44 +0000 |
commit | 2d82a94ca93e68dd354c312cd136e2f8f223b7c8 (patch) | |
tree | 79717a8a824d0ad2854f4c529e8e5dcde9617eb6 /www | |
parent | xmrm (X Multi Resoultion image Metamorphosis) is an easy-to-use (diff) |
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>
Notes
Notes:
svn path=/head/; revision=27110
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/djvuplugin/Makefile | 33 | ||||
-rw-r--r-- | www/djvuplugin/distinfo | 1 | ||||
-rw-r--r-- | www/djvuplugin/pkg-comment | 1 | ||||
-rw-r--r-- | www/djvuplugin/pkg-descr | 17 | ||||
-rw-r--r-- | www/djvuplugin/pkg-plist | 14 |
6 files changed, 67 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 670601507f31..edff941b4f45 100644 --- a/www/Makefile +++ b/www/Makefile @@ -35,6 +35,7 @@ SUBDIR += css-mode.el SUBDIR += decss SUBDIR += demoroniser + SUBDIR += djvuplugin SUBDIR += erwn SUBDIR += evg SUBDIR += fcgi diff --git a/www/djvuplugin/Makefile b/www/djvuplugin/Makefile new file mode 100644 index 000000000000..26f53a1542f1 --- /dev/null +++ b/www/djvuplugin/Makefile @@ -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> diff --git a/www/djvuplugin/distinfo b/www/djvuplugin/distinfo new file mode 100644 index 000000000000..55dc3612d7ca --- /dev/null +++ b/www/djvuplugin/distinfo @@ -0,0 +1 @@ +MD5 (npdjvu-freebsd.tar.gz) = 3441995b58e3816f012a0b0086a3fbe5 diff --git a/www/djvuplugin/pkg-comment b/www/djvuplugin/pkg-comment new file mode 100644 index 000000000000..c002ceac686f --- /dev/null +++ b/www/djvuplugin/pkg-comment @@ -0,0 +1 @@ +Netscape plugin that views AT&T DjVu images diff --git a/www/djvuplugin/pkg-descr b/www/djvuplugin/pkg-descr new file mode 100644 index 000000000000..e44102222ce3 --- /dev/null +++ b/www/djvuplugin/pkg-descr @@ -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/ diff --git a/www/djvuplugin/pkg-plist b/www/djvuplugin/pkg-plist new file mode 100644 index 000000000000..57a9429d98ca --- /dev/null +++ b/www/djvuplugin/pkg-plist @@ -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 |