Up to [cvs.NetBSD.org] / pkgsrc / print / diffpdf
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12, Wed Jan 10 22:30:18 2018 UTC (5 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +1 -1
lines
FILE REMOVED
diffpdf: remove, needed poppler-qt4
Revision 1.11 / (download) - annotate - [select for diffs], Wed Nov 4 01:01:32 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Add SHA512 digests for distfiles for print category Problems found locating distfiles: Package acroread7: missing distfile AdobeReader_enu-7.0.9-1.i386.tar.gz Package acroread8: missing distfile AdobeReader_enu-8.1.7-1.sparc.tar.gz Package cups-filters: missing distfile cups-filters-1.1.0.tar.xz Package dvidvi: missing distfile dvidvi-1.0.tar.gz Package lgrind: missing distfile lgrind.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 20 21:57:48 2013 UTC (9 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.9: +4 -4
lines
Diff to previous 1.9 (colored)
Update to 2.1.3: 2.1.3 - Minor GUI fixes. - Subtle bug fix by Bryan Huh which _may_ help resolve the bug that affects saving when page ranges are in effect.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Jan 29 06:12:56 2013 UTC (10 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Update to 2.1.2: 2.1.2 - Minor GUI bug fixes. - Minor translation fixes. - Updated copyright year.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 11 17:57:39 2012 UTC (11 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.7: +5 -5
lines
Diff to previous 1.7 (colored)
Update to 2.1.1 Changelog: 2.1.1 - Tiny bug fix to make sure that the help file is in the right language. 2.1.0 - Dragging and and dropping files from Windows Explorer, Thunar, etc., now works (at least for me, on Windows 7 and Xubuntu). - Updated Czech translation from Pavel Fric. - French translation from Pierre-Alain Bandinelli. - German translation (and many suggestions) from Rainer Krachten. - Translations should "just work"; i.e., if you use a French locale then the user interface and help text should appear in French. However, you can force DiffPDF to use any language it supports by using the --language command line option (e.g., --language=fr). If an unsupported locale or --language option is used, DiffPDF will fall back to English. - Now support -h as a synonym for --help. - Initial path defaults to home directory instead of DiffPDF's installation directory. - Improved the Options dialog's layout. - A subtle bugfix to the --words command line option. - Fixed a crash: clicking to set a margin when there're no PDFs loaded now safely does nothing. 2.0.0 - Can now have comparisons exclude text that's outside user-specified margins. This feature was sponsored by a company that prefers to remain anonymous. - Save As can now save images as well as PDFs. - Minor bug fixes and improvements. - Command line help (--help) will no longer work on Windows. This is to avoid a spurious console window appearing. I've put the output in the online help though. - Improved dock window handling so that docks can now be stacked on top of each other (useful for small screens).
Revision 1.7 / (download) - annotate - [select for diffs], Wed Apr 11 17:20:45 2012 UTC (11 years, 5 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.6: +5 -5
lines
Diff to previous 1.6 (colored)
Update to 1.9.2 * buildlink to print/poppler-cpp Changelog: 1.9.2 - Added missing step to the README. 1.9.1 - Save As now preserves the aspect ratio. Bug reported by Rainer Krachten. 1.9.0 - Added Czech translation provided by Pavel Fric. - Will now use the default locale's language for standard dialogs (e.g., for the file dialog). - Dragging & dropping one or two files onto the filename line edits or onto the file viewer panels is now supported. Independently suggested by Liviu Andronic and Rory Gordon. - Show Zones checkbox is always visible (it was only visible with --debug in earlier versions). - DiffPDF now starts up with its initial comparison mode being whatever comparison mode was in force when it was shut down (or Words mode the first time it is run). - Improved About box with more version info + contributors. - Added --help command line option. 1.8.0 - Introduced zoning: this can be slow in Characters mode but can provide better accuracy in text modes. 1.7.1 - Improved Character mode to be as liberal about hyphens as Words mode. - Minor doc changes that I forgot for 1.7.0. - Minor GUI bug fixes and changes. - Minor under the hood efficiency improvements. 1.7.0 - Renamed Text mode to Words mode. This mode is best for alphabetic text (e.g., English). - Added Characters mode. This mode is best for logographic text (e.g., Chinese and Japanese). This was suggested by Paul Howarth. 1.6.3 - Very minor cosmetic changes. 1.6.2 - Save button is now only enabled if there are changes. - An improved help window with slightly more information. 1.6.1 - In rare cases the highlighting on the right hand page could be in the wrong (horizontal) position; this has now been fixed. 1.6.0 - In addition to Appearance comparisons using highlighting, some composition modes can now be used to help make subtle differences more visible. (This was inspired by feedback by Florian Heiderich.) - Can now control the square size for appearance comparisons. Using very small squares can help reveal tiny Appearance differences. - Can now control the fill opacity for highlighting. - Extended zoom range from 20% to 800% (was 25% to 400%). 1.5.1 Quite a few false-positives have now been eliminated: - All hyphens are treated the same now. - Some weirdly-encoded open/close double-quotes are treated as normal Unicode open/close double-quotes. - Improved whitespace ignoring.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 22 19:46:09 2011 UTC (11 years, 10 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Update to 1.5.0 Changelog: 1.5.0 Added Save As action and dialog for saving the differences to a PDF file. 1.3.0 Added support for -a, --appearance, -t, --text command line options to set the initial comparison mode. 1.2.3 Added a mention of comparepdf in the About box.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Jul 15 02:41:30 2011 UTC (12 years, 2 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Update to 1.2.2 Changelog: 1.2.2 Tiny change in how command line arguments are handled. This should make things work with both English and non-English locales on Windows. 1.2.1 Minor improvement with focus control for Previous and Next buttons. Acknowledged Steven Lee for building Windows binaries and Dirk Loss for building Mac OS X binaries in the About box. 1.2.0 Got rid of old text comparison mode. Various small user interface improvements. Fixed a subtle bug that meant the combine text highlighting setting wasn't saved and restored correctly.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 18 17:18:26 2011 UTC (12 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
update to 1.1.5 change: Added a Help button and separated Help and About information
Revision 1.3 / (download) - annotate - [select for diffs], Mon Nov 29 18:42:39 2010 UTC (12 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
update to 1.1.4 changes: -Improved the reporting of files that are the same
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 16 17:14:03 2010 UTC (13 years, 3 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
update to 1.1.2 changes: -UI improvements -cache for speed
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu May 20 17:19:15 2010 UTC (13 years, 4 months ago) by drochner
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
add diffpdf-1.0.0, a tool to compare PDF files
Revision 1.1 / (download) - annotate - [select for diffs], Thu May 20 17:19:15 2010 UTC (13 years, 4 months ago) by drochner
Branch: MAIN
Initial revision