diff options
author | drochner <drochner@pkgsrc.org> | 2006-08-30 17:09:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-08-30 17:09:39 +0000 |
commit | 75b129c6a0ef0e33f9a5184cd4af11d5c56ec1aa (patch) | |
tree | 4eec522e9b4f5028e79e6085bb1f708b81be6e0f | |
parent | 499ec61047abcc6667ac3ceab29972d97916167c (diff) | |
download | pkgsrc-75b129c6a0ef0e33f9a5184cd4af11d5c56ec1aa.tar.gz |
add djvulibre-tools-3.5.17, the command line tools which come with the
"djvulibre" distribution
-rw-r--r-- | graphics/djvulibre-tools/DESCR | 10 | ||||
-rw-r--r-- | graphics/djvulibre-tools/Makefile | 29 | ||||
-rw-r--r-- | graphics/djvulibre-tools/PLIST | 45 |
3 files changed, 84 insertions, 0 deletions
diff --git a/graphics/djvulibre-tools/DESCR b/graphics/djvulibre-tools/DESCR new file mode 100644 index 00000000000..4aa5cef72a0 --- /dev/null +++ b/graphics/djvulibre-tools/DESCR @@ -0,0 +1,10 @@ +DjVu is a set of compression technologies, a file format, +and a software platform for the delivery over the Web of digital documents, +scanned documents, and high resolution images. + +DjVu documents download and display extremely quickly, and look exactly the +same on all platforms. DjVu can be seen as superior alternative to PDF and +Postscript for digital documents, to TIFF (and PDF) for scanned documents, to +JPEG for photographs and pictures, and to GIF for large palettized +images. DjVu is the only Web format that is practical for distributing +high-resolution scanned documents in color. No other format comes close. diff --git a/graphics/djvulibre-tools/Makefile b/graphics/djvulibre-tools/Makefile new file mode 100644 index 00000000000..3ec30b9fd30 --- /dev/null +++ b/graphics/djvulibre-tools/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/08/30 17:09:39 drochner Exp $ +# + +DISTNAME= djvulibre-3.5.17 +PKGNAME= djvulibre-tools-3.5.17 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=djvu/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://djvulibre.djvuzone.org/ +COMMENT= Compression library for scanned documents + +PATCHDIR= ${.CURDIR}/../djvulibre-lib/patches +DISTINFO_FILE= ${.CURDIR}/../djvulibre-lib/distinfo + +USE_PKGLOCALEDIR= yes +USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes + +MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} +BUILD_DIRS= tools xmltools +INSTALL_DIRS= tools xmltools + +.include "../../graphics/djvulibre-lib/buildlink3.mk" +.include "../../graphics/jpeg/buildlink3.mk" +.include "../../graphics/tiff/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/djvulibre-tools/PLIST b/graphics/djvulibre-tools/PLIST new file mode 100644 index 00000000000..a9605d5d5bb --- /dev/null +++ b/graphics/djvulibre-tools/PLIST @@ -0,0 +1,45 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/30 17:09:39 drochner Exp $ +bin/any2djvu +bin/bzz +bin/c44 +bin/cjb2 +bin/cpaldjvu +bin/csepdjvu +bin/ddjvu +bin/djvm +bin/djvmcvt +bin/djvudigital +bin/djvudump +bin/djvuextract +bin/djvumake +bin/djvups +bin/djvused +bin/djvuserve +bin/djvutoxml +bin/djvutxt +bin/djvuxmlparser +man/man1/any2djvu.1 +man/man1/bzz.1 +man/man1/c44.1 +man/man1/cjb2.1 +man/man1/cpaldjvu.1 +man/man1/csepdjvu.1 +man/man1/ddjvu.1 +man/man1/djvm.1 +man/man1/djvmcvt.1 +man/man1/djvu.1 +man/man1/djvudigital.1 +man/man1/djvudump.1 +man/man1/djvuextract.1 +man/man1/djvumake.1 +man/man1/djvups.1 +man/man1/djvused.1 +man/man1/djvuserve.1 +man/man1/djvutoxml.1 +man/man1/djvutxt.1 +man/man1/djvuxml.1 +man/man1/djvuxmlparser.1 +share/djvu/pubtext/DjVuMessages.dtd +share/djvu/pubtext/DjVuOCR.dtd +share/djvu/pubtext/DjVuXML-s.dtd +@dirrm share/djvu/pubtext |