FreeBSD Bugzilla – Attachment 195115 Details for
Bug 229757
[NEW PORT] graphics/diff-pdf: show differences between pdf files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
graphics_diff-pdf.patch (text/plain), 4.69 KB, created by
Zsolt Udvari
on 2018-07-13 15:27:51 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Zsolt Udvari
Created:
2018-07-13 15:27:51 UTC
Size:
4.69 KB
patch
obsolete
>Index: graphics/Makefile >=================================================================== >--- graphics/Makefile (revision 474539) >+++ graphics/Makefile (working copy) >@@ -138,6 +138,7 @@ > SUBDIR += derelict-gl3 > SUBDIR += devil > SUBDIR += dia >+ SUBDIR += diff-pdf > SUBDIR += diffpdf > SUBDIR += digikam > SUBDIR += digikam-kde4 >Index: graphics/diff-pdf/Makefile >=================================================================== >--- graphics/diff-pdf/Makefile (nonexistent) >+++ graphics/diff-pdf/Makefile (working copy) >@@ -0,0 +1,29 @@ >+# $FreeBSD$ >+ >+PORTNAME= diff-pdf >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.2 >+CATEGORIES= graphics >+ >+MAINTAINER= uzsolt@uzsolt.hu >+COMMENT= Tool for visually comparing two PDFs >+PORTDOCS= AUTHORS README >+ >+LICENSE= GPLv2 >+ >+USES= autoreconf pkgconfig >+USE_GITHUB= yes >+GH_ACCOUNT= vslavik >+USE_GNOME= cairo glib20 >+USE_WX= 2.8 >+GNU_CONFIGURE= yes >+CONFIGURE_ARGS+= --with-wx-config=${WX_CONFIG} >+ >+LIB_DEPENDS+= libpoppler.so:graphics/poppler \ >+ libpoppler-glib.so:graphics/poppler-glib >+ >+post-install: >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_MAN} ${WRKSRC}/README ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR} >+ >+.include <bsd.port.mk> > >Property changes on: graphics/diff-pdf/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/diff-pdf/distinfo >=================================================================== >--- graphics/diff-pdf/distinfo (nonexistent) >+++ graphics/diff-pdf/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1531485906 >+SHA256 (vslavik-diff-pdf-v0.2_GH0.tar.gz) = cb90f2e0fd4bc3fe235111f982bc20455a1d6bc13f4219babcba6bd60c1fe466 >+SIZE (vslavik-diff-pdf-v0.2_GH0.tar.gz) = 25418 > >Property changes on: graphics/diff-pdf/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/diff-pdf/files/patch-diff-pdf.cpp >=================================================================== >--- graphics/diff-pdf/files/patch-diff-pdf.cpp (nonexistent) >+++ graphics/diff-pdf/files/patch-diff-pdf.cpp (working copy) >@@ -0,0 +1,19 @@ >+--- diff-pdf.cpp.orig 2018-07-13 14:37:54 UTC >++++ diff-pdf.cpp >+@@ -495,6 +495,7 @@ const int ID_GUTTER = wxNewId(); >+ #define BMP_ZOOM_OUT wxBitmap(gtk_zoom_out_xpm) >+ #endif >+ >++static const float ZOOM_FACTOR_STEP = 1.2f; >+ >+ class DiffFrame : public wxFrame >+ { >+@@ -606,8 +607,6 @@ public: >+ } >+ >+ private: >+- static const float ZOOM_FACTOR_STEP = 1.2; >+- >+ void DoUpdatePage() >+ { >+ wxBusyCursor wait; > >Property changes on: graphics/diff-pdf/files/patch-diff-pdf.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/diff-pdf/pkg-descr >=================================================================== >--- graphics/diff-pdf/pkg-descr (nonexistent) >+++ graphics/diff-pdf/pkg-descr (working copy) >@@ -0,0 +1,9 @@ >+A tool for visually comparing two PDFs. >+ >+It takes two PDF files as arguments. >+If given the --pdf option, output-diff produces a PDF file with >+visually highlighted differences. >+Another option is to compare the two files visually in a simple GUI, >+using the --view argument. >+ >+WWW: http://vslavik.github.io/diff-pdf/ > >Property changes on: graphics/diff-pdf/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: graphics/diff-pdf/pkg-plist >=================================================================== >--- graphics/diff-pdf/pkg-plist (nonexistent) >+++ graphics/diff-pdf/pkg-plist (working copy) >@@ -0,0 +1 @@ >+bin/diff-pdf > >Property changes on: graphics/diff-pdf/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
uzsolt
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 229757
: 195115