aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* remove outdated solr3Baptiste Daroussin2019-07-135-66/+0
| | | | | | | | | | | solr3 was left while this apache solr continued to be updated to the latest version (8 at the time of the commit) and the in between versions have been removed from the ports tree. Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer by mail) Notes: svn path=/head/; revision=506503
* textproc/py-ocrmypdf: Apply workaround for missing files a bit earlierKai Knoblich2019-07-121-1/+1
| | | | | | | | | | | | | * The post-stage target runs very late in the install process and should be only used if the post-install target ran too early. Thus place the workaround that copes with the missing files to the post-install target where it fits better. Suggested by: mat Notes: svn path=/head/; revision=506483
* New port: textproc/py-ocrmypdfKai Knoblich2019-07-124-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched or copy-pasted. Main features: * Generates a searchable PDF/A file from a regular PDF * Places OCR text accurately below the image to ease copy / paste * Keeps the exact resolution of the original embedded images * When possible, inserts OCR information as a "lossless" operation without disrupting any other content * Optimizes PDF images, often producing files smaller than the input file * If requested deskews and/or cleans the image before performing OCR * Validates input and output files * Distributes work across all available CPU cores * Uses Tesseract OCR engine to recognize more than 100 languages * Scales properly to handle files with thousands of pages * Battle-tested on millions of PDFs WWW: https://github.com/jbarlow83/OCRmyPDF Reviewed by: 0mp, koobs Differential Revision: https://reviews.freebsd.org/D20927 Notes: svn path=/head/; revision=506461
* textproc/sonic: Update to 1.2.2Tobias Kortkamp2019-07-122-28/+16
| | | | | | | Changes: https://github.com/valeriansaliou/sonic/releases/tag/v1.2.2 Notes: svn path=/head/; revision=506442
* KDE Applications: update to 19.04.3Tobias C. Berner2019-07-122-6/+6
| | | | | | | | | | | | | | | | | | | | | | July 11, 2019. Today KDE released the third stability update for KDE Applications 19.04. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. Over sixty recorded bugfixes include improvements to Kontact, Ark, Cantor, JuK, K3b, Kdenlive, KTouch, Okular, Umbrello, among others. Improvements include: * Konqueror and Kontact no longer crash on exit with QtWebEngine 5.13 * Cutting groups with compositions no longer crashes the Kdenlive video editor * The Python importer in Umbrello UML designer now handles parameters with default arguments Changelog: https://kde.org/announcements/fulllog_applications-aether.php?version=19.04.3 Notes: svn path=/head/; revision=506435
* textproc/scdoc: update to 1.9.6Jan Beich2019-07-112-6/+5
| | | | | | | | | | | | | - Don't try to set system time during "make test": date: settimeofday (timeval): Operation not permitted Supports $SOURCE_DATE_EPOCH FAIL Changes: https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.9.5 Changes: https://git.sr.ht/%7Esircmpwn/scdoc/refs/1.9.6 Reported by: Repology Notes: svn path=/head/; revision=506414
* New port: textproc/py-pikepdfKai Knoblich2019-07-114-0/+52
| | | | | | | | | | | | | | | | pikepdf is a Python library for reading and writing PDF files. It's based on QPDF, a powerful PDF manipulation and repair library. pikepdf is similar to PyPDF2 and pdfrw - it provides low level access to PDF features and allows editing and content transformation of existing PDFs. Some knowledge of the PDF specification may be helpful. It does not have the capability to render a PDF to image. WWW: https://github.com/pikepdf/pikepdf Notes: svn path=/head/; revision=506412
* New port: textproc/py-python-xmp-toolkitKai Knoblich2019-07-114-0/+46
| | | | | | | | | | | | | | | | | | | | Python XMP Toolkit is a library for working with XMP (= Extensible Metadata Platform) metadata, as well as reading/writing XMP metadata stored in many different file formats. Python XMP Toolkit is wrapping Exempi (using ctypes), a C/C++ XMP library based on Adobe XMP Toolkit, ensuring that future updates to the XMP standard are easily incorporated into the library with a minimum amount of work. Python XMP Toolkit has been developed by: * ESA/Hubble - European Space Agency * ESO - European Southern Observatory * CRS4 - Centre for Advanced Studies, Research and Development in Sardinia WWW: https://github.com/python-xmp-toolkit/python-xmp-toolkit Notes: svn path=/head/; revision=506411
* Update to 1.56Sunpoet Po-Chuan Hsieh2019-07-102-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Text-Template Notes: svn path=/head/; revision=506370
* Update to 1.270Sunpoet Po-Chuan Hsieh2019-07-102-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/PPI Notes: svn path=/head/; revision=506369
* Update to 3.6.0Sunpoet Po-Chuan Hsieh2019-07-102-4/+4
| | | | | | | | Changes: https://github.com/rouge-ruby/rouge/releases https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=506367
* textproc/sonic: Update to 1.2.1Tobias Kortkamp2019-07-092-116/+145
| | | | | | | Changes: https://github.com/valeriansaliou/sonic/releases/tag/v1.2.1 Notes: svn path=/head/; revision=506277
* textproc/nuspell: simplify system catch usage via upstream fixJan Beich2019-07-072-6/+11
| | | | Notes: svn path=/head/; revision=506195
* Update to 1.2.6.Raphael Kubo da Costa2019-07-072-4/+4
| | | | Notes: svn path=/head/; revision=506136
* New ports required for gitlab-ce 12.0.x upgrade.Matthias Fechner2019-07-074-0/+34
| | | | Notes: svn path=/head/; revision=506119
* textproc/py-python-bidi: Update 0.4.1 -> 0.4.2Yuri Victorovich2019-07-062-4/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=506074
* Update to 9.6.1Sunpoet Po-Chuan Hsieh2019-07-062-4/+4
| | | | | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=506054
* Update meld to 3.20.1.Koop Mast2019-07-062-4/+4
| | | | Notes: svn path=/head/; revision=505959
* textproc/py-python-bidi: Update 0.4.0 -> 0.4.1Yuri Victorovich2019-07-062-5/+4
| | | | | | | Submitted by: portscout Notes: svn path=/head/; revision=505956
* textproc/py-docx2txt: Update 0.7 -> 0.8Yuri Victorovich2019-07-062-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=505955
* - Update to 1.0.13Wen Heping2019-07-052-4/+4
| | | | Notes: svn path=/head/; revision=505875
* Reset MAINTAINER of koalative@gmail.com's portsTobias Kortkamp2019-07-041-1/+1
| | | | | | | | | There have been repeated maintainer timeout over the last 3 years. Some ports have already been reset to ports@ due to consecutive timeouts. Let's complete that work. Notes: svn path=/head/; revision=505847
* lang/rust: Update to 1.36.0Tobias Kortkamp2019-07-045-4/+5
| | | | | | | | | | | | | | | - Force rebuild all consumers to catch regressions early Thanks to Mikaël Urankar for providing updated bootstraps for aarch64, armv6, armv7, powerpc64. Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html Tested by: jbeich, mikael.urankar@gmail.com With hat: rust Differential Revision: https://reviews.freebsd.org/D20810 Notes: svn path=/head/; revision=505837
* textproc/re-flex: update to 1.2.6Pietro Cerutti2019-07-042-4/+4
| | | | | | | | | Changelog: https://github.com/Genivia/RE-flex/releases/tag/v1.2.5 https://github.com/Genivia/RE-flex/releases/tag/v1.2.6 Notes: svn path=/head/; revision=505825
* Bump port revision to build against now libxml2 2.9.9.Matthias Fechner2019-07-031-0/+1
| | | | Notes: svn path=/head/; revision=505795
* Convert to USES=go:modulesSunpoet Po-Chuan Hsieh2019-07-031-9/+8
| | | | | | | | PR: 238919 Submitted by: Dmitri Goutnik <dg@syrec.org> Notes: svn path=/head/; revision=505781
* Update to 1.63Sunpoet Po-Chuan Hsieh2019-07-032-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/XML-Compile Notes: svn path=/head/; revision=505777
* textproc/groonga: Update version 9.0.3=>9.0.4Muhammad Moinur Rahman2019-07-033-4/+5
| | | | Notes: svn path=/head/; revision=505741
* textproc/py-pdfminer.six: Update to 20181108Kai Knoblich2019-07-032-6/+15
| | | | | | | | | | | | | * Switch to GitHub for a while as no tarballs of the current version are available at PyPI. * Add a test target to make future QA somewhat easier. Changelog: https://github.com/pdfminer/pdfminer.six/releases/tag/20181108 Notes: svn path=/head/; revision=505731
* Remove conditional that checks for JDK 1.4, which hasn't been in theGreg Lewis2019-07-021-4/+2
| | | | | | | ports tree for years. Notes: svn path=/head/; revision=505689
* Update to 3.39Sunpoet Po-Chuan Hsieh2019-07-012-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Pod-Simple Notes: svn path=/head/; revision=505593
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade.Kirill Ponomarev2019-07-012-2/+2
| | | | Notes: svn path=/head/; revision=505574
* textproc/yaml-mlde.el: Update to 0.0.14Koichiro Iwao2019-07-012-6/+4
| | | | | | | | PR: 238876 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> (maintainer) Notes: svn path=/head/; revision=505534
* textproc/p5-PPIx-Regexp: update to 0.065Steve Wills2019-06-302-5/+7
| | | | | | | | PR: 238873 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Notes: svn path=/head/; revision=505516
* Update to 2.23.0.Joe Marcus Clarke2019-06-302-4/+4
| | | | Notes: svn path=/head/; revision=505438
* Update to 2.034Sunpoet Po-Chuan Hsieh2019-06-302-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/PDF-API2 Notes: svn path=/head/; revision=505437
* textproc/py-gensim: fix buildPiotr Kubaj2019-06-291-1/+1
| | | | | | | | | | | | | | | | Add USES=compiler:c++11-lang to fix: ./gensim/models/doc2vec_corpusfile.cpp: At global scope: ./gensim/models/doc2vec_corpusfile.cpp:1367: error: expected initializer before '<' token ./gensim/models/doc2vec_corpusfile.cpp:1398: error: '__pyx_t_6gensim_6models_19word2vec_corpusfile_cvocab_t' does not name a type ./gensim/models/doc2vec_corpusfile.cpp:1432: error: ISO C++ forbids declaration of '__pyx_t_6gensim_6models_19word2vec_corpusfile_cvocab_t' with no type ./gensim/models/doc2vec_corpusfile.cpp:1432: error: expected ';' before '*' token ./gensim/models/doc2vec_corpusfile.cpp:1938: error: '__pyx_t_6gensim_6models_19word2vec_corpusfile_cvocab_t' has not been declared ./gensim/models/doc2vec_corpusfile.cpp:2134: error: '__pyx_t_6gensim_6models_19word2vec_corpusfile_cvocab_t' has not been declared Approved by: mentors (implicite approval) Notes: svn path=/head/; revision=505390
* Update WWWSunpoet Po-Chuan Hsieh2019-06-291-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=505383
* graphics/poppler: update to 0.78.0Tobias C. Berner2019-06-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.78.0: core: * Fix line annotation arrows for usage in dimensioning * Handle Ink annots without an InkList but with an AP * Fix typos preventing parsing of Movie start and duration * Fix crash on malformed files glib: * Add poppler_document_create_dests_tree() * Don't use the deprecated g_type_class_add_private() * Document the differences between render() and render_for_printing() * Fix introspection for poppler_document_new_from_data * Don't create PopplerInputStream with length 0. Issue #414 * Document G_IO_ERROR as a possible error condition * docs: Add index for API new in 0.78 build system: * Fixes cross compilation of gir in Void Linux * Add -Wshadow to the default warning flags * install pkg-config pc files if pkg-config is found PR: 238857 Exp-run by: antoine Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=505331
* Convert all Go ports to USES=goTobias Kortkamp2019-06-292-2/+2
| | | | | | | | | | | | | | | | | | | | This allows for port testing with lang/go-devel via GO_PORT, setting up the Go build environment in a single place, and is step one in simplifying Go ports that often define too complicated do-build targets themselves. USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and 'no_targets' for ports with composite builds that call 'go' themselves and do not need the do-build/do-install targets of USES=go. PR: 238849 Submitted by: dg@syrec.org (also D20745) Reviewed by: mat, tobik Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20746 Notes: svn path=/head/; revision=505321
* Update to 0.9.20Sunpoet Po-Chuan Hsieh2019-06-282-4/+4
| | | | | | | Changes: https://github.com/lsegal/yard/releases Notes: svn path=/head/; revision=505308
* Update to 3.5.1Sunpoet Po-Chuan Hsieh2019-06-282-4/+4
| | | | | | | | Changes: https://github.com/rouge-ruby/rouge/releases https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=505307
* New port: textproc/yq: Command-line YAML and XML processor, jq wrapper for ↵Yuri Victorovich2019-06-284-0/+39
| | | | | | | YAML/XML documents Notes: svn path=/head/; revision=505266
* Update to 6.8.0Sunpoet Po-Chuan Hsieh2019-06-272-4/+4
| | | | | | | Changes: https://github.com/elastic/elasticsearch-ruby/releases Notes: svn path=/head/; revision=505240
* Update to 6.8.0Sunpoet Po-Chuan Hsieh2019-06-272-4/+4
| | | | | | | Changes: https://github.com/elastic/elasticsearch-ruby/releases Notes: svn path=/head/; revision=505239
* Update to 6.8.0Sunpoet Po-Chuan Hsieh2019-06-272-4/+4
| | | | | | | Changes: https://github.com/elastic/elasticsearch-ruby/releases Notes: svn path=/head/; revision=505238
* Update to 6.8.0Sunpoet Po-Chuan Hsieh2019-06-272-4/+4
| | | | | | | Changes: https://github.com/elastic/elasticsearch-ruby/releases Notes: svn path=/head/; revision=505237
* Update to 7.2.0Sunpoet Po-Chuan Hsieh2019-06-272-4/+4
| | | | | | | Changes: https://github.com/elastic/elasticsearch-ruby/releases Notes: svn path=/head/; revision=505236
* Update to 7.2.0Sunpoet Po-Chuan Hsieh2019-06-272-4/+4
| | | | | | | Changes: https://github.com/elastic/elasticsearch-ruby/releases Notes: svn path=/head/; revision=505235
* Update to 7.2.0Sunpoet Po-Chuan Hsieh2019-06-272-4/+4
| | | | | | | Changes: https://github.com/elastic/elasticsearch-ruby/releases Notes: svn path=/head/; revision=505234