Commit Graph

9 Commits

Author SHA1 Message Date
pirofti
04e10556a8 Bump after MAINTAINER update. 2020-04-06 08:48:06 +00:00
pirofti
4f09f04a74 Update my email address. 2020-04-06 00:04:31 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
sthen
d66cef5c21 mark BROKEN for now due to MuPDF changes, discussed pre 6.3 with pirofti 2018-04-23 11:59:49 +00:00
jca
b75ec4659a Fix linking with ld.lld
This port builds a mix of C and C++, so let cmake detect this and use
the C++ compiler to link the target executable.  ok pirofti@ (maintainer)
2017-12-28 16:00:42 +00:00
jca
bf5c629a5b Fix build on non-clang archs and correctly detect big endian archs
No bump needed since either the package doesn't change or it didn't
build before.  Note that aarch64 is still broken (undefined references
to pthread_foo at link time).  ok pirofti@ (maintainer)
2017-12-18 14:52:02 +00:00
ajacoutot
200f5ae6f0 Fix build with newer leptonica.
breakage reported by nigel@
2017-12-04 11:52:27 +00:00
pirofti
f0084b4d76 Import converters/k2pdfopt: make PDF's readable on Kindle devices.
K2pdfopt optimizes PDF/DJVU files for mobile e-readers (e.g. the Kindle)
and smartphones. It works well on multi-column PDF/DJVU files and can
re-flow text even on scanned PDF files. It can also be used as a general
PDF copying/cropping/re-sizing/OCR-ing manipulation tool. It can generate
native or bitmapped PDF output, with an optional OCR layer.

Typical use

  k2pdfopt -dev kv -mode 2col input.pdf

Supported devices (define your own by measuring your screen size)

  1. Kindle 1-5 (k2)
  2. Kindle DX (dx)
  3. Kindle Paperwhite (kpw)
  4. Kindle Paperwhite 2 (kp2)
  5. Kindle Paperwhite 3 (kp3)
  6. Pocketbook Basic 2 (pb2)
  7. Kindle Voyage (kv)
  8. Nook Simple Touch (nookst)
  9. Kobo Touch (kbt)
  10. Kobo Glo (kbg)
  11. Kobo Glo HD (kghd)
  12. Kobo Glo HD Full Screen (kghdfs)
  13. Kobo Mini (kbm)
  14. Kobo Aura (kba)
  15. Kobo Aura HD (kbhd)
  16. Kobo H2O (kbh2o)
  17. Kobo H2O Full Screen (kbh2ofs)
  18. Kobo Aura One (kao)
  19. Nexus 7 (nex7)
  20. Other (specify width, height, etc.)


With feedback from sthen@, OK edd@
2017-08-18 12:07:51 +00:00