summaryrefslogtreecommitdiff
path: root/print/epdfview
AgeCommit message (Collapse)AuthorFilesLines
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-29Recursive revbump because poppler updated its shlib major for awiz1-2/+2
x.y.z+1 change, again... Noted by tron.
2013-05-04missing recursive bump from poppler-0.22.3 shlib major change.obache1-2/+2
2013-03-31missing recursive bump from poppler-0.22.2 shlib major change.obache1-2/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-02-03Apparently we now need to convert BGRA to RGBA. Bump pkgrev.jakllsch3-3/+51
Backported from upstream, obtained via Debian GNU/Linux.
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-14revbump for poppler updatedrochner1-2/+2
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-08-13PKGREV bump for poppler shlib major changedrochner1-2/+2
2012-05-07Fix build with latest glib2.dholland3-3/+19
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-07-11update to 0.1.8drochner8-179/+13
changes: -UI improvements -new manpage -bugfixes -translation updates
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-04-18catch up with an API change in poppler, fixes crash if linearized PDFsdrochner5-5/+88
are viewed, from IWAMOTO Toshihiro per PR pkg/44870 bump PKGREVISION
2011-03-09bump PKGREV for libpoppler shlib name changedrochner1-2/+2
2011-02-12make the last patch work correctlydrochner2-4/+13
2011-02-12fix build with poppler-0.16.xtnn2-1/+15
2011-01-31bump PKGREV for poppler shlib major changedrochner1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
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-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-08-15revbumps for poppler updatedrochner1-2/+2
2010-07-14PKGREV bump for new poppler major versiondrochner1-2/+2
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-2/+2
2009-08-14Add a patch from upstream to unbreak mouse wheel scrolling. Whilesnj4-2/+69
here, include sysutils/desktop-file-utils/desktopdb.mk. Bump PKGREVISION to 1.
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-5/+1
2009-06-04Update to epdfview-0.1.7. Fixes lots of crashes and adds basic textjoerg3-8/+16
selection / clipboard support.
2008-04-25Supports DESTDIR.joerg1-1/+3
2007-04-19Erm... actually update it to 0.1.6, I didn't update it before.xtraeme3-7/+11
2007-04-19Update to 0.1.6.xtraeme2-7/+4
New features: * Support for printer's instances. * Support for stdint (i.e, '-') as filename from command line. Interface improvements: * About box's link is now clickable (#45). * "Open" and "Save As" dialogs now use extension patterns in addition to mime types filters (#50). * Full screen support. * "Save As" dialog sets the current file's name as the default save name. Bug fixes: * Prevent showing the menu entry twice. * Fixed typo that check for Poppler version 0.5.2 or higher in order to show the index). * The cache is emptied between file loads, so the previous file's page are displayed. * Changed the "Save As" dialog's button from "Open" to "Save". * Prevent crashes in FreeBSD when searching in a document. * Fixed some bugs rendering pages under some systems. * Fixed problems printing documents under some systems, specially 64-bit systems.
2007-01-28Add cups option.dillo2-1/+16
Explicitly disable cups if option is not set -- fixes build againts cups-enabled gtk2. Okayed by maintainer.
2006-11-30Import epdfview. A GTK2-based PDF viewer that uses Poppler.reed4-0/+53
This is partially based on yui's package at pkgsrc-wip-kr that I found when I was working on this.