summaryrefslogtreecommitdiff
path: root/textproc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/py-diff-match-patch : update to 20181111Rene Ladan2019-01-193-8/+8
| | | | | | | | | | | While here: - update WWW to point to new homepage - pet portlint Reported by: repology Notes: svn path=/head/; revision=490728
* Drop a bunch of Python ports which were primarily used for Pootle.Rene Ladan2019-01-192-2/+2
| | | | Notes: svn path=/head/; revision=490724
* textproc/hunspell: update to 1.7.0Jan Beich2019-01-1814-91/+33
| | | | | | | | | - Drop const optimization as v2 API moved to nuspell Changes: https://github.com/hunspell/hunspell/releases/tag/v1.7.0 Notes: svn path=/head/; revision=490671
* textproc/pugixml: Update to 1.9Tobias Kortkamp2019-01-186-48/+26
| | | | | | | | | | | | | | | | | | This also fixes an empty version field in pugixml's pkg-config file. Some consumers like graphics/waylandpp refuse to use the system pugixml because of it. - Take maintainership - Cleanup some things that are no longer needed - Use CMAKE_{OFF,ON} helpers Changes: https://pugixml.org/docs/manual.html#v1.9 ABI: https://abi-laboratory.pro/tracker/timeline/pugixml/ PR: 234779 Approved by: ybungalobill@gmail.com (maintainer) Notes: svn path=/head/; revision=490646
* lang/rust: update to 1.32.0Jan Beich2019-01-173-3/+3
| | | | | | | | | | | | - devel/racer no longer needs to dowgrade rustc-ap-syntax - Force rebuild all consumers to catch regressions early Changes: https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html Approved by: rust (tobik) Differential Revision: https://reviews.freebsd.org/D18858 Notes: svn path=/head/; revision=490600
* Update to 5.3Sunpoet Po-Chuan Hsieh2019-01-173-17/+23
| | | | | | | | | | - Update MASTER_SITES - Update WWW Changes: https://github.com/eugmes/fntsample/releases Notes: svn path=/head/; revision=490590
* textproc/zsh-syntax-highlighting: Update to 0.6.0.231,1Joseph Mingrone2019-01-162-5/+5
| | | | | | | | Upstream commit log: https://github.com/zsh-users/zsh-syntax-highlighting/commits/master Notes: svn path=/head/; revision=490520
* Update to 1.22Sunpoet Po-Chuan Hsieh2019-01-162-5/+8
| | | | | | | | | - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Lingua-EN-Fathom Notes: svn path=/head/; revision=490516
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-1619-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* New port: textproc/rubygem-compass-blueprintTorsten Zuehlsdorff2019-01-164-0/+28
| | | | | | | | | Compass extension for blueprint css framework. WWW: https://github.com/Compass/compass-blueprint Notes: svn path=/head/; revision=490462
* Update to 1.54Sunpoet Po-Chuan Hsieh2019-01-152-5/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/Text-Template Notes: svn path=/head/; revision=490425
* Add py-cmarkgfm 0.4.2Sunpoet Po-Chuan Hsieh2019-01-154-0/+29
| | | | | | | | | Minimalist Python bindings to GitHub's fork of cmark. WWW: https://github.com/theacodes/cmarkgfm Notes: svn path=/head/; revision=490406
* Update KDE Frameworks to 5.54.0Tobias C. Berner2019-01-153-9/+9
| | | | | | | | PR: 234905 Exp-run by: antoine Notes: svn path=/head/; revision=490403
* textproc/chkascii: update to version 1.3Steve Wills2019-01-152-4/+4
| | | | | | | | PR: 234911 Submitted by: bourne.identity@hotmail.com (maintainer) Notes: svn path=/head/; revision=490364
* textproc/py-asciinema: update to 2.0.2Steve Wills2019-01-152-4/+4
| | | | Notes: svn path=/head/; revision=490325
* Update to 2019.01.13Sunpoet Po-Chuan Hsieh2019-01-142-4/+4
| | | | Notes: svn path=/head/; revision=490270
* Update to 2.2.0Sunpoet Po-Chuan Hsieh2019-01-142-4/+4
| | | | | | | | | | Changes: http://devel.ringlet.net/textproc/confget/CHANGES - add a Python implementation: a confget library that may also be invoked from the command line with the same inteface as the C confget tool - generate the TAP tests automatically from JSON definitions Notes: svn path=/head/; revision=490261
* textproc/py-elasticsearch-dsl: update to 6.3.1Steve Wills2019-01-142-4/+4
| | | | | | | | PR: 234710 Submitted by: Jeremy Baggs <jbaggs2016@gmail.com> (maintainer) Notes: svn path=/head/; revision=490250
* - Add LICENSEDmitry Marakasov2019-01-141-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=490232
* - Update to 6.7Wen Heping2019-01-142-4/+4
| | | | Notes: svn path=/head/; revision=490226
* Update WWWSunpoet Po-Chuan Hsieh2019-01-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=490205
* Update WWWSunpoet Po-Chuan Hsieh2019-01-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=490204
* Update to 0.24Sunpoet Po-Chuan Hsieh2019-01-132-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Text-Trac Notes: svn path=/head/; revision=490197
* Update to 1.05Sunpoet Po-Chuan Hsieh2019-01-132-5/+17
| | | | | | | | | | | - Fix LICENSE - Add missing *_DEPENDS - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Apache-Solr Notes: svn path=/head/; revision=490196
* Update to 9.4.5Sunpoet Po-Chuan Hsieh2019-01-132-4/+4
| | | | | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=490185
* Fix check-plist errorSunpoet Po-Chuan Hsieh2019-01-121-0/+1
| | | | | | | | | | | | | | | | ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dir %%DOC_DIR%% ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/textproc/rubygem-cld3 Notes: svn path=/head/; revision=490034
* Update gemspec for rubygem-ffi 1.10.0 updateSunpoet Po-Chuan Hsieh2019-01-112-0/+12
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=490007
* Update to 0.094Sunpoet Po-Chuan Hsieh2019-01-112-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Text-Table-Any Notes: svn path=/head/; revision=489999
* - Pet portlintDmitry Marakasov2019-01-111-1/+5
| | | | | | | | | | - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=489950
* - Update to 0.417Wen Heping2019-01-112-4/+5
| | | | | | | - Update RUN_DEPENDS Notes: svn path=/head/; revision=489934
* Update KDE Applications to 18.12.1Tobias C. Berner2019-01-102-6/+6
| | | | | | | | | | | | | | | | | | | | | | | Release Announcement: https://www.kde.org/announcements/announce-applications-18.12.1.php Today KDE released the first stability update for KDE Applications 18.12. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. About 20 recorded bugfixes include improvements to Kontact, Cantor, Dolphin, JuK, Kdenlive, Konsole, Okular, among others. Improvements include: * Akregator now works with WebEngine from Qt 5.11 or newer * Sorting columns in the JuK music player has been fixed * Konsole renders box-drawing characters correctly again You can find the full list of changes here: https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.1 Notes: svn path=/head/; revision=489893
* Update to 1.99Sunpoet Po-Chuan Hsieh2019-01-092-5/+6
| | | | | | | Changes: https://metacpan.org/changes/distribution/Text-CSV Notes: svn path=/head/; revision=489801
* Update to 1.1.0Sunpoet Po-Chuan Hsieh2019-01-092-5/+7
| | | | | | | | | | - Add NO_ARCH - Fix WWW Changes: https://github.com/sphinx-doc/sphinxcontrib-websupport/blob/master/CHANGES Notes: svn path=/head/; revision=489793
* Update to 0.2Sunpoet Po-Chuan Hsieh2019-01-093-9/+10
| | | | | | | | | | | - Add NO_ARCH - Update pkg-descr - Update WWW Changes: https://bitbucket.org/tkoskine/sphinxcontrib-adadomain/src/master/CHANGES Notes: svn path=/head/; revision=489792
* Take maintainershipSunpoet Po-Chuan Hsieh2019-01-081-1/+1
| | | | Notes: svn path=/head/; revision=489692
* Change MASTER_SITES to CHEESESHOPSunpoet Po-Chuan Hsieh2019-01-081-3/+2
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=489691
* Do not set GNU_CONFIGURE twiceTobias Kortkamp2019-01-081-1/+0
| | | | Notes: svn path=/head/; revision=489670
* Pass py-sphinx maintainership to python@Antoine Brodin2019-01-081-1/+4
| | | | Notes: svn path=/head/; revision=489666
* Reset the maintainership back to ports@ because I'm not using theseMarcelo Araujo2019-01-083-3/+3
| | | | | | | ports anymore. Notes: svn path=/head/; revision=489665
* The Python package custom_inherit provides convenient, light-weight tools forSteven Kreuzer2019-01-084-0/+38
| | | | | | | | | | | | | | | | | | | | | inheriting docstrings in customizeable ways. Features: * Metaclass that instructs children to inherit docstrings for their attributes from their parents, using custom docstring inheritance styles. * Decorator that merges a string/docstring with the docstring of the decorated object using custom styles. * Built-in docstring merging styles for popular docstring specifications: * NumPy docstring specification * Napoleon docstring specifications (for both Google and NumPy styles) * Merging based on reST sections * Simple inheritance from a parent, if the docstring is not overwritten * Simple interface for using your own docstring inheritance style. WWW: https://github.com/meowklaski/custom_inherit Notes: svn path=/head/; revision=489639
* Update to 2019.01.06Sunpoet Po-Chuan Hsieh2019-01-072-4/+4
| | | | Notes: svn path=/head/; revision=489599
* textproc/emacs-wiki: Properly register xml-parse.el as a run dependency tooTobias Kortkamp2019-01-071-3/+3
| | | | | | | (Do not set RUN_DEPENDS twice.) Notes: svn path=/head/; revision=489592
* textproc/2bsd-diff: fix breakage on currentFernando ApesteguĂ­a2019-01-078-28/+662
| | | | | | | | | | | | On FreeBSD 13 - current, the build failed with: cc: error: unknown argument: '-i' PR: 234362 Submitted by: risner@stdio.com (maintainer) Notes: svn path=/head/; revision=489572
* Update dns/libidn2 to 2.1.0Sunpoet Po-Chuan Hsieh2019-01-061-0/+1
| | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://gitlab.com/libidn/libidn2/blob/master/NEWS Notes: svn path=/head/; revision=489529
* x11-wm/sway: add new portJan Beich2019-01-064-0/+37
| | | | | | | | | | | Sway is a tiling Wayland compositor and a drop-in replacement for the i3 window manager for X11. It works with your existing i3 configuration and supports most of i3's features, plus a few extras. https://swaywm.org/ Notes: svn path=/head/; revision=489493
* lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.Gleb Popov2019-01-06105-248/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | As usual, it is recommended to rebuild or reinstall all the dependent ports and the lang/ghc port itself in one of the following ways: # portmaster -w -r ghc or # portupgrade -fr lang/ghc In case of pkg(8), it is probably safer to remove all the GHC-dependent packages along with GHC and reinstall everything from scratch. For example: # pkg query "%ro" ghc > ghc-pkgs.txt # pkg delete -y lang/ghc # pkg install -y `cat ghc-pkgs.txt` During update some hs-* ports got two PORTREVISION bumps in a row. Other ports got a PORTVERSION update together with one PORTREVISION bump. This is caused by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated, so figuring out which ones require a bump and which are not is too tedious. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D18707 Notes: svn path=/head/; revision=489474
* textproc/bibutils: Update to 6.6Tobias Kortkamp2019-01-063-14/+25
| | | | | | | | PR: 230352 Submitted by: ndowens@yahoo.com (based on) Notes: svn path=/head/; revision=489449
* textproc/libxml2: fix build with GCC-based architecturesSteve Wills2019-01-051-0/+3
| | | | | | | | | PR: 234563 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Pointyhat to: swills Notes: svn path=/head/; revision=489423
* Update to 9.4.4Sunpoet Po-Chuan Hsieh2019-01-052-4/+4
| | | | | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=489406
* textproc/scancode-toolkit: create portSteve Wills2019-01-057-0/+234
| | | | | | | | | | | | | | ScanCode scans code and detects licenses, copyrights, package manifests, dependencies and more. It can be also used to discover and inventory open source and third-party packages used in your code. WWW: https://github.com/nexB/scancode-toolkit PR: 230114 Submitted by: Kai <freebsd_ports@k-worx.org> Notes: svn path=/head/; revision=489386