FreeBSD Bugzilla – Attachment 189268 Details for
Bug 221737
[NEW PORT REQUEST] graphics/pdfsandwich: A tool to make "sandwich" OCR pdf files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
pdfsandwich.patch (text/plain), 4.10 KB, created by
Yuri Victorovich
on 2017-12-31 04:59:05 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-12-31 04:59:05 UTC
Size:
4.10 KB
patch
obsolete
>Index: textproc/pdfsandwich/Makefile >=================================================================== >--- textproc/pdfsandwich/Makefile (nonexistent) >+++ textproc/pdfsandwich/Makefile (working copy) >@@ -0,0 +1,25 @@ >+# $FreeBSD$ >+ >+PORTNAME= pdfsandwich >+PORTVERSION= 0.1.6 >+CATEGORIES= textproc >+MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${PORTNAME}/ >+ >+MAINTAINER= yuri@FreeBSD.org >+COMMENT= Command line tool generating "sandwich" OCR pdf files >+ >+LICENSE= GPLv2 >+ >+BUILD_DEPENDS= gawk:lang/gawk \ >+ ocamlopt:lang/ocaml >+RUN_DEPENDS= convert:graphics/ImageMagick \ >+ tesseract:graphics/tesseract \ >+ unpaper:graphics/unpaper >+ >+USES= gmake ghostscript:run tar:bz2 >+GNU_CONFIGURE= yes >+ >+PLIST_FILES= bin/pdfsandwich \ >+ man/man1/pdfsandwich.1.gz >+ >+.include <bsd.port.mk> > >Property changes on: textproc/pdfsandwich/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: textproc/pdfsandwich/distinfo >=================================================================== >--- textproc/pdfsandwich/distinfo (nonexistent) >+++ textproc/pdfsandwich/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1514694755 >+SHA256 (pdfsandwich-0.1.6.tar.bz2) = 96831eb191bcd43e730dcce169d5c14b47bba0b6cd5152a8703e3b573013a2a2 >+SIZE (pdfsandwich-0.1.6.tar.bz2) = 17031 > >Property changes on: textproc/pdfsandwich/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: textproc/pdfsandwich/files/patch-Makefile >=================================================================== >--- textproc/pdfsandwich/files/patch-Makefile (nonexistent) >+++ textproc/pdfsandwich/files/patch-Makefile (working copy) >@@ -0,0 +1,23 @@ >+--- Makefile.orig 2017-01-16 20:56:57 UTC >++++ Makefile >+@@ -43,16 +43,16 @@ PREF = $(DESTDIR)$(PREFIX) >+ INSTALL = install -s >+ CP = cp >+ INSTALLBINDIR = $(PREF)/bin >+-INSTALLMANDIR = $(PREF)/share/man/man1 >++INSTALLMANDIR = $(PREF)/man/man1 >+ INSTALLDOCDIR = $(PREF)/share/doc/$(TARGET) >+ >+ install: $(DOCFILES) $(ADDITIONAL) >+ (umask 0022; mkdir -p $(INSTALLBINDIR) $(INSTALLDOCDIR) $(INSTALLMANDIR)) >+ $(INSTALL) $(TARGET) $(INSTALLBINDIR) >+- $(CP) $(DOCFILES) $(INSTALLDOCDIR) >+- gzip -9 $(INSTALLDOCDIR)/changelog >++ #$(CP) $(DOCFILES) $(INSTALLDOCDIR) >++ #gzip -9 $(INSTALLDOCDIR)/changelog >+ $(CP) $(MANUAL) $(INSTALLMANDIR) >+- chmod 644 $(INSTALLDOCDIR)/* $(INSTALLMANDIR)/* >++ #chmod 644 $(INSTALLDOCDIR)/* $(INSTALLMANDIR)/* >+ >+ uninstall: >+ rm -rf $(INSTALLBINDIR)/$(TARGET) $(INSTALLDOCDIR) $(INSTALLMANDIR)/$(MANUAL) > >Property changes on: textproc/pdfsandwich/files/patch-Makefile >___________________________________________________________________ >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: textproc/pdfsandwich/pkg-descr >=================================================================== >--- textproc/pdfsandwich/pkg-descr (nonexistent) >+++ textproc/pdfsandwich/pkg-descr (working copy) >@@ -0,0 +1,6 @@ >+pdfsandwich generates "sandwich" OCR pdf files, i.e. pdf files which contain >+only images (but no editable text) will be processed by optical character >+recognition (OCR) and the text will be added to each page invisibly "behind" >+the images. >+ >+WWW: https://sourceforge.net/projects/pdfsandwich > >Property changes on: textproc/pdfsandwich/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
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
Actions:
View
|
Diff
Attachments on
bug 221737
: 189268