aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* textproc/py-pikepdf: Update to 1.13.0Kai Knoblich2020-05-242-4/+4
| | | | | | | | | Changelog since 1.11.2: https://github.com/pikepdf/pikepdf/blob/v1.13.0/docs/release_notes.rst Notes: svn path=/head/; revision=536375
* textproc/utf8proc: Update to 2.5.0, enable 'make test'Matthias Andree2020-05-242-9/+15
| | | | | | | | | | | | All 15 direct requisites build successfully after utf8proc update. Not bumping dependent ports' PORTREVISIONS since the name of the shlib remains unchanged and the changes are minor. PR: 245818 Submitted by: Daniel Engberg Notes: svn path=/head/; revision=536359
* JSONifies the output of many CLI tools and file-typesEmanuel Haupt2020-05-235-0/+58
| | | | | | | | | | | | for easier parsing in scripts. WWW: https://pypi.python.org/pypi/jc PR: 246679 Submitted by: vulcan@wired.sh Notes: svn path=/head/; revision=536352
* Update to 0.072Jochen Neumeister2020-05-232-5/+4
| | | | | | | | | PR: 246621 Reported by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=536312
* Add textproc/py-sphinx-autodoc-typehintsDanilo G. Baio2020-05-234-0/+34
| | | | | | | | | | | | | | | | Type hints (PEP 484) support for the Sphinx autodoc extension This extension allows you to use Python 3 annotations for documenting acceptable argument types and return value types of functions. This allows you to use type hints in a very natural fashion. WWW: https://github.com/agronholm/sphinx-autodoc-typehints PR: 246625 Submitted by: Andreas Bilke <andreas@bilke.org> Notes: svn path=/head/; revision=536254
* Add textproc/py-sphinx-autoapi: Sphinx API documentation generatorDanilo G. Baio2020-05-234-0/+34
| | | | | | | | | | | | | | Sphinx AutoAPI provides "autodoc" style documentation for multiple programming languages without needing to load, run, or import the project being documented. WWW: https://sphinx-autoapi.readthedocs.io/ PR: 246624 Submitted by: Andreas Bilke <andreas@bilke.org> Notes: svn path=/head/; revision=536251
* Upgrade to 2.9.0.Thierry Thomas2020-05-222-4/+4
| | | | | | | | Release notes at <https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.9.0>. Notes: svn path=/head/; revision=536215
* textproc/csvq: Update to 1.13.0Fernando Apesteguía2020-05-222-4/+4
| | | | | | | | | | | | | | From ChangeLog: https://github.com/mithrandie/csvq/releases/v1.13.0 * Support LATERAL join. https://github.com/mithrandie/csvq/issues/24) * Support USING join condition in FULL OUTER JOIN. * Support $XDG_CONFIG_HOME environment variable for configuration files. PR: 246632 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=536207
* textproc/trdsql: Update to 0.7.6Fernando Apesteguía2020-05-222-22/+25
| | | | | | | | | | | | | | From ChangeLog: https://github.com/noborus/trdsql/releases/v0.7.6 * Fixed error in long line of LTSV. * Added -onowrap option. Avoid long column wrapping in at/md. * Added _example/writer. Here is an example of Writer. PR: 246633 Submitted by: vulcan@wired.sh (maintainer) Notes: svn path=/head/; revision=536206
* textproc/py-sphinx: Update to 3.0.3Danilo G. Baio2020-05-212-4/+4
| | | | | | | | | | Changelog: https://github.com/sphinx-doc/sphinx/blob/v3.0.3/CHANGES PR: 246513 Exp-run by: antoine Notes: svn path=/head/; revision=536175
* textproc/multimarkdown: fix fetch when either CHEAT_SHEET or EXTRAS are ONVinícius Zavam2020-05-211-1/+5
| | | | | | | | PR: 246057 Submitted by: Yasuhiro KIMURA <yasu % utahime.org> Notes: svn path=/head/; revision=536147
* Upgrade to v3.1.0.Thierry Thomas2020-05-212-4/+4
| | | | | | | Changelog at <https://github.com/pyenchant/pyenchant/releases/tag/v3.1.0>. Notes: svn path=/head/; revision=536092
* Easily generate CHANGELOGs for Git repositories with high flexibilityHiroki Tagato2020-05-214-0/+47
| | | | | | | | | | | | | and customizability to your likings. WWW: https://github.com/git-chglog/git-chglog PR: 244639 Submitted by: Lewis Cook <vulcan@wired.sh> Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=536071
* textproc/linuxdoc-tools: Update to 0.9.80Fernando Apesteguía2020-05-203-8/+8
| | | | | | | | PR: 246562 Submitted by: felix@palmen-it.de (maintainer) Notes: svn path=/head/; revision=535972
* Update to 6.0.3.1Sunpoet Po-Chuan Hsieh2020-05-192-4/+6
| | | | | | | | | - Add PORTSCOUT Changes: https://github.com/rails/rails/blob/6-0-stable/actiontext/CHANGELOG.md Notes: svn path=/head/; revision=535952
* Update to 1.3.1Sunpoet Po-Chuan Hsieh2020-05-192-4/+4
| | | | | | | Changes: https://github.com/floraison/raabro/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=535931
* Update to 4.3.23Sunpoet Po-Chuan Hsieh2020-05-192-5/+5
| | | | | | | Changes: https://github.com/xlcnd/isbntools/blob/master/CHANGES.txt Notes: svn path=/head/; revision=535912
* Update to 3.10.1Sunpoet Po-Chuan Hsieh2020-05-192-4/+4
| | | | | | | Changes: https://github.com/xlcnd/isbnlib/blob/dev/CHANGES.txt Notes: svn path=/head/; revision=535911
* New ports required for www/gitlab-ce 12.10 upgrade.Matthias Fechner2020-05-197-0/+145
| | | | Notes: svn path=/head/; revision=535886
* New port: textproc/py-fastavro:Ryan Steinmetz2020-05-194-0/+33
| | | | | | | | | | | | | | Fast Avro support for Python provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. WWW: https://pypi.python.org/pypi/fastavro Notes: svn path=/head/; revision=535880
* Add textproc/py-sphinxcontrib-napoleonDanilo G. Baio2020-05-184-0/+33
| | | | | | | | | | | | | | Sphinx extension that parses both NumPy and Google style docstrings Napoleon is a pre-processor that parses NumPy and Google style docstrings and converts them to reStructuredText before Sphinx attempts to parse them. This happens in an intermediate step while Sphinx is processing the documentation, so it doesn't modify any of the docstrings in your actual source code files. WWW: https://pypi.org/project/sphinxcontrib-napoleon/ Notes: svn path=/head/; revision=535793
* devel/llvm*: Upgrade Sphinx dependency to 3.XDanilo G. Baio2020-05-181-2/+2
| | | | | | | | | | This avoids conflicts between Sphinx ports when not using Poudriere. PR: 246500 Approved by: brooks (maintainer) Notes: svn path=/head/; revision=535791
* py-line-protocol-parser is not compatible with python 2.7Antoine Brodin2020-05-171-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=535642
* Update to 1.134Sunpoet Po-Chuan Hsieh2020-05-172-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Text-Table Notes: svn path=/head/; revision=535571
* Change RUN_DEPENDS from rubygem-sassc to rubygem-sassc22Sunpoet Po-Chuan Hsieh2020-05-171-2/+2
| | | | | | | | | | | | | | - Bump PORTREVISION for dependency change This is a workaround for gitlab-ce. It should be fixed after rubygem-sassc updating libsass from 3.6.3 to 3.6.4. Reference: https://gitlab.com/gitlab-org/gitlab/-/issues/216740 https://github.com/sass/sassc-ruby/issues/201 https://github.com/sass/sassc-ruby/pull/199 Notes: svn path=/head/; revision=535563
* Add rubygem-sassc22 2.2.1 (copied from rubygem-sassc)Sunpoet Po-Chuan Hsieh2020-05-175-0/+53
| | | | | | | | | | | | This is a workaround for gitlab-ce. It should be fixed after rubygem-sassc updating libsass from 3.6.3 to 3.6.4. Reference: https://gitlab.com/gitlab-org/gitlab/-/issues/216740 https://github.com/sass/sassc-ruby/issues/201 https://github.com/sass/sassc-ruby/pull/199 Notes: svn path=/head/; revision=535562
* textproc/zxing-cpp: update pkg-descr to reflect the new upstreamTobias C. Berner2020-05-172-2/+11
| | | | | | | Reported by: repology Notes: svn path=/head/; revision=535558
* x11-toolkits/wxgtk30: Update to 3.0.5.1Loïc Bartoletti2020-05-172-2/+2
| | | | | | | | | | | | | Changelog: - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt PR: 246218 Approved by: tcberner (mentor) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D24808 Notes: svn path=/head/; revision=535516
* textproc/zxing-cpp: switch upstream and update to 1.0.8Tobias C. Berner2020-05-164-141/+174
| | | | | | | | | | | | | | | | Most Linux Distros seem to ship [1] from the nu-book upstream [2]. For net/kaidan 0.50 this upstram is required. Give maintainership to kde@. [1] https://repology.org/project/zxing-cpp-nu-book/versions [2] https://github.com/nu-book/zxing-cpp PR: 246508 Approved by: yuri (maintainer) Notes: svn path=/head/; revision=535493
* Update to 7.7.0Sunpoet Po-Chuan Hsieh2020-05-162-5/+7
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/elastic/elasticsearch-py/blob/master/Changelog.rst Notes: svn path=/head/; revision=535443
* coccigrep is no longer compatible with python 2.7Antoine Brodin2020-05-161-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=535376
* - Switch to share/manDmitry Marakasov2020-05-161-1/+0
| | | | Notes: svn path=/head/; revision=535372
* textproc/yq: Update 2.10.0 -> 2.10.1Yuri Victorovich2020-05-162-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=535363
* Upgrade to 2.8.3.Thierry Thomas2020-05-152-4/+4
| | | | | | | | Release notes at <https://github.com/mike-fabian/ibus-typing-booster/releases/tag/2.8.3>. Notes: svn path=/head/; revision=535328
* Update KDE Frameworks to 5.70.0Tobias C. Berner2020-05-153-9/+9
| | | | | | | | | | | | | | | | | | | | | May 02, 2020. KDE today announces the release of KDE Frameworks 5.70.0. KDE Frameworks are over 70 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks web page. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Announcement: https://kde.org/announcements/kde-frameworks-5.70.0.php PR: 246331 Exp-run by: antoine Notes: svn path=/head/; revision=535309
* Update KDE's Applications to 20.04.1Tobias C. Berner2020-05-152-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | From the changelog [1]: Some of the fixes included in this release are: * kio-fish: Only store password in KWallet if the user asked for it. * The Umbrello Fixes for adding multiline c++ comment support. * The scrolling behavior in the Okular document viewer has been improved and is more usable with free-spinning mouse wheels * A regression that sometimes caused the JuK music player to crash on start has been fixed * The Kdenlive video editor has received many stability updates, including a fix to the DVD chapter creation and a fix that improves the handling of timecodes, improved handling of missing clips, draw “photo” frame on image clips to differentiate from video clips., and previews in the timeline * KMail now correctly handles existing maildir folders when adding a new maildir profile and no longer crashes when adding too many recipients * Import and export of Kontact settings has been enhanced to include more data [1] https://kde.org/announcements/changelog-releases.php?version=20.04.1 Notes: svn path=/head/; revision=535307
* textproc/py-pikepdf: Update to 1.11.2Kai Knoblich2020-05-152-4/+4
| | | | | | | | | Changelog: https://github.com/pikepdf/pikepdf/blob/v1.11.2/docs/release_notes.rst Notes: svn path=/head/; revision=535271
* - Update to 1.76Hiroki Tagato2020-05-154-14/+54
| | | | | | | | | | | | | - Add compiler configuration options - Import patches from upstream to address build failures PR: 246441 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Approved by: ehaupt (mentor) Changelog: https://github.com/ldn-softdev/jtc/releases/1.76 Notes: svn path=/head/; revision=535256
* Update to 3.19.0Sunpoet Po-Chuan Hsieh2020-05-132-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=535177
* Add rubygem-rouge318 3.18.0 (copied from rubygem-rouge)Sunpoet Po-Chuan Hsieh2020-05-134-0/+34
| | | | | | | - Add PORTSCOUT Notes: svn path=/head/; revision=535141
* Add py-line-protocol-parser 1.0.2Alexander Nedotsukov2020-05-134-0/+34
| | | | Notes: svn path=/head/; revision=535138
* textproc/linuxdoc-tools: Update to 0.9.78Danilo G. Baio2020-05-132-4/+4
| | | | | | | | PR: 246418 Submitted by: Felix Palmen <felix@palmen-it.de> (maintainer) Notes: svn path=/head/; revision=535077
* Update to 2020.4.4Sunpoet Po-Chuan Hsieh2020-05-122-5/+5
| | | | | | | | | | Changes: https://bitbucket.org/mrabarnett/mrab-regex/commits/ PR: 246406 Submitted by: sunpoet (myself) Approved by: Eero Hanninen <fax@nohik.ee> (maintainer) Notes: svn path=/head/; revision=535071
* Change RUN_DEPENDS for py-sphinxcontrib-websupport 1.2.2 updateSunpoet Po-Chuan Hsieh2020-05-121-1/+2
| | | | | | | - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=535069
* Update to 0.0.12Sunpoet Po-Chuan Hsieh2020-05-122-4/+4
| | | | | | | Changes: https://github.com/hsanson/asciidoctor-plantuml/commits/master Notes: svn path=/head/; revision=535054
* Update to 1.2.2Sunpoet Po-Chuan Hsieh2020-05-123-6/+6
| | | | | | | | | - Update WWW Changes: https://github.com/sphinx-doc/sphinxcontrib-websupport/blob/master/CHANGES Notes: svn path=/head/; revision=535031
* Add py-sphinxcontrib-websupport11 1.1.2 (copied from ↵Sunpoet Po-Chuan Hsieh2020-05-124-0/+32
| | | | | | | | | | py-sphinxcontrib-websupport) - Add PORTSCOUT - Update WWW Notes: svn path=/head/; revision=535011
* Sort SUBDIRsSunpoet Po-Chuan Hsieh2020-05-121-1/+1
| | | | Notes: svn path=/head/; revision=535009
* textproc/py-sphinx18: Set portscout limit to 1.8.XDanilo G. Baio2020-05-121-0/+2
| | | | Notes: svn path=/head/; revision=534988
* Update SphinxDanilo G. Baio2020-05-1125-66/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Repocopy textproc/py-sphinx to textproc/py-sphinx18 Update it to 1.8.5 (latest version from 1.8.X). This version supports Python 2 and 3. Add test target. - textproc/py-sphinx: Update to 3.0.2 Python 3 only (3.5+). Add test target. - Mk/Uses/python.mk: Add PY_SPHINX Shared macro to use with flavors and not break ports with USES=python (all versions). Python >=3.5 --> textproc/py-sphinx (v3.0.2) Python < 3.5 --> textproc/py-sphinx18 (v1.8.5) All ports that uses sphinx were changed to use the new variable ${PY_SPHINX} in the dependency line, exceptions: * Ports that fails to build with sphinx 3.0.2 because of code. They are pointing to textproc/py-sphinx18 directly. There aren't many ports. * Ports that doesn't know Python flavors. - Add several patches to fix Sphinx consumers The most common issues are related with pkg-plist, the output files from Sphinx changes between versions, keep this dynamically is the better approach. This will save time in future sphinx updates. PR: 245629 Exp-run by: antoine Notes: svn path=/head/; revision=534966