summaryrefslogtreecommitdiff
path: root/graphics/djview4
AgeCommit message (Collapse)AuthorFilesLines
2011-02-26Bump PKGREVISION due to update of graphics/djvulibre-lib.ryoon1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-1/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-15Update djview4 to 4.5.obache5-21/+47
Based on PR#43712 from Ryo ONODERA. NEW IN VERSION 4.3 ------------------ - Undo/Redo - New translations (german,czech) - Fixed double free bug in plugin mode. NEW IN VERSION 4.4 -------------------- - Full session management under X11. - Added advanced feature check box. - Added advanced command to copy urls, outline, etc. - New translation (russian) - History in the find dialog. - Option to display hidden text in status bar. - Option to display the first page alone in side-by-side mode. - Option to display side-by-side in right-to-left mode. - Drag'n drop files into the viewer. - Support for Lizardtech's plugin option -showposition. NEW IN VERSION 4.5 -------------------- - Fixed priority of annotation options. - Fixed plugin for recent versions of gcc. - Added showposition in advanced option copyUrl. - New advanced mode to display hidden text. - Lens display annotations and hidden text. - Nsdejavu can use the XEmbed protocol when available. - Plugin is scriptable from JavaScript.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-2/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-06-09Need pkg-config to build.obache1-1/+2
Noticed by Hasso Tepper in PR 38917.
2007-11-22import djview4-4.2.2, a djvu file viewer, from Paulo Matias per pkgsrc-wipdrochner6-0/+78