aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSEDmitry Marakasov2018-04-202-7/+6
| | | | | | | | | | - Switch to options helpers - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=467814
* [PATCH] textproc/bsdgrep: Update to 2.6.0 and set LICENSEKyle Evans2018-04-194-26/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following list of changes are roughly what has occurred since the last update: Features: - With bsdgrep -r, the working directory is implied if no directory is specified - bsdgrep will now behave as bsdgrep -r does when it's named rgrep - bsdgrep now understands -z/--null-data to use \0 as EOL - GNU regex compatibility is now indicated with a "GNU compatible" in the version string Fixes: - --mmap no longer hangs when coming across an EOF without an accompanying EOL - -o/--color matching generally improved, now produces earliest / longest matches - Context output now more closely aligns with GNU grep - Zero-length matches no longer exhibit broken behavior - Every output line now honors -b/-H/-n flags Other fixes are also present. While here, move to the version as reported by `grep -V` -- I intend to bump the version in base sensible as bugfixes/features roll in. Tested with: Poudriere (amd64, head) Tested with: Poudriere (amd64, 11.1) Tested with: Poudriere (amd64, 10.4) Glanced at by: Portlint -AC PR: 227639, 197531 Approved by: portmgr (feld) Notes: svn path=/head/; revision=467795
* Bump PORTREVISION on *-sbcl ports after lang/sbcl upgrade in 467751Joseph Mingrone2018-04-192-2/+2
| | | | | | | | While here, also remove '# Created by: Anonymous' line from x11/cl-clx-sbcl/Makefile. Notes: svn path=/head/; revision=467790
* Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.Alex Dupre2018-04-191-0/+1
| | | | Notes: svn path=/head/; revision=467751
* - take maintainershipDirk Meyer2018-04-181-1/+1
| | | | Notes: svn path=/head/; revision=467726
* devel/boost-*: update to 1.67.0Jan Beich2018-04-1820-18/+20
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* Update to 2.9.2Sunpoet Po-Chuan Hsieh2018-04-172-4/+4
| | | | | | | Changes: https://github.com/ohler55/ox/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=467638
* Update to 2018.04.16Sunpoet Po-Chuan Hsieh2018-04-172-16/+16
| | | | Notes: svn path=/head/; revision=467629
* Add p5-HTML-Tidy5 1.02Sunpoet Po-Chuan Hsieh2018-04-175-0/+39
| | | | | | | | | | HTML::Tidy5 is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. WWW: http://search.cpan.org/dist/HTML-Tidy5/ Notes: svn path=/head/; revision=467624
* Update to version 0.056Kirill Ponomarev2018-04-173-4/+8
| | | | | | | | PR: 227583 Submitted by: maintainer Notes: svn path=/head/; revision=467622
* Marked ports not used by gitlab 10.6 anymore as deprecated.Matthias Fechner2018-04-172-0/+6
| | | | | | | | | Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15084 Notes: svn path=/head/; revision=467598
* - Update to 3.98-1.11TAKATSU Tomonari2018-04-172-4/+4
| | | | Notes: svn path=/head/; revision=467568
* * Updated to 0.2.0Richard Gallamore2018-04-172-4/+4
| | | | | | | - f-strings are now parsed as a part of the normal Python grammar. This makes it way easier to deal with them. Notes: svn path=/head/; revision=467556
* Update to 3.0.11Sunpoet Po-Chuan Hsieh2018-04-162-4/+4
| | | | | | | | Changes: https://github.com/envygeeks/jekyll-assets/blob/master/CHANGELOG.md https://github.com/envygeeks/jekyll-assets/commits/master Notes: svn path=/head/; revision=467526
* Update to 2018.04.15Sunpoet Po-Chuan Hsieh2018-04-162-4/+4
| | | | Notes: svn path=/head/; revision=467515
* Update to 8.3.0Sunpoet Po-Chuan Hsieh2018-04-162-4/+4
| | | | | | | Changes: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=467510
* textproc/py-markdown: Update to 2.6.11Kubilay Kocak2018-04-162-4/+4
| | | | | | | | | | | | Changes since last port version: https://github.com/Python-Markdown/markdown/compare/2.6.8-final...2.6.11 PR: 227310 Submitted by: Kai <freebsd_ports k-worx org> Notes: svn path=/head/; revision=467453
* Update to 2.9.1Sunpoet Po-Chuan Hsieh2018-04-152-4/+4
| | | | | | | Changes: https://github.com/ohler55/ox/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=467433
* Update to 3.0.10Sunpoet Po-Chuan Hsieh2018-04-152-4/+4
| | | | | | | | Changes: https://github.com/envygeeks/jekyll-assets/blob/master/CHANGELOG.md https://github.com/envygeeks/jekyll-assets/commits/master Notes: svn path=/head/; revision=467432
* Update to 0.98Sunpoet Po-Chuan Hsieh2018-04-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=467421
* Add rubygem-rly 0.2.3Sunpoet Po-Chuan Hsieh2018-04-154-0/+27
| | | | | | | | | | Rly is a lexer and parser generator for Ruby (O RLY?), based on ideas and solutions of Python's Ply (in some places it's a total rip off actually). WWW: https://github.com/farcaller/rly Notes: svn path=/head/; revision=467413
* Allow concurrent installation (USE_PYTHON=concurrent)Sunpoet Po-Chuan Hsieh2018-04-142-4/+6
| | | | | | | | | | | - Add NO_ARCH - Update pkg-descr - Update WWW - Bump PORTREVISION for package change - Take maintainership Notes: svn path=/head/; revision=467357
* Update to 3.0.9Sunpoet Po-Chuan Hsieh2018-04-132-4/+4
| | | | | | | Changes: https://github.com/envygeeks/jekyll-assets/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=467266
* Update to 1.9.0Sunpoet Po-Chuan Hsieh2018-04-132-4/+4
| | | | | | | Changes: https://github.com/envygeeks/liquid-tag-parser/commits/master Notes: svn path=/head/; revision=467260
* - Add LICENSEDmitry Marakasov2018-04-131-2/+11
| | | | | | | | | | - Add NO_ARCH - Unsilence installation commands Approved by: portmgr blanket Notes: svn path=/head/; revision=467217
* Added new ports required for gitlab 10.6.x.Matthias Fechner2018-04-135-0/+48
| | | | | | | | | Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15032 Notes: svn path=/head/; revision=467209
* Update to 0.97Sunpoet Po-Chuan Hsieh2018-04-112-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Notes: svn path=/head/; revision=467084
* Upgrade to 1.5.36.Thierry Thomas2018-04-103-4/+640
| | | | | | | Release notes at https://github.com/mike-fabian/ibus-typing-booster/releases/tag/1.5.36 Notes: svn path=/head/; revision=466979
* Upgrade to 0.5.4.Thierry Thomas2018-04-102-5/+4
| | | | | | | Release notes at https://github.com/blatinier/pyhunspell/releases/tag/0.5.4 Notes: svn path=/head/; revision=466978
* Update to version 0.4.1Kirill Ponomarev2018-04-102-4/+4
| | | | | | | | PR: 227417 Submitted by: maintainer Notes: svn path=/head/; revision=466963
* Pass maintainership of my ElasticSearch ports to elastic@.Jimmy Olgeni2018-04-104-4/+4
| | | | Notes: svn path=/head/; revision=466961
* - Add LICENSEDmitry Marakasov2018-04-101-0/+4
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=466947
* Update to 2018.04.08Sunpoet Po-Chuan Hsieh2018-04-092-4/+4
| | | | Notes: svn path=/head/; revision=466886
* Add py-elasticsearch-async 6.0.0Sunpoet Po-Chuan Hsieh2018-04-094-0/+37
| | | | | | | | | | | | This is an adapter for elasticsearch providing a transport layer based on Python's asyncio module. All API calls now return a future wrapping the response. WWW: https://pypi.python.org/pypi/elasticsearch-async WWW: https://github.com/elastic/elasticsearch-py-async Notes: svn path=/head/; revision=466882
* New ports: textproc/libkomparediff2, textproc/kompareTobias C. Berner2018-04-099-0/+188
| | | | | | | | This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4. Notes: svn path=/head/; revision=466879
* textproc/py-elasticsearch-curator: Fix Python flavors in RUN_DEPENDSMark Felder2018-04-091-6/+6
| | | | Notes: svn path=/head/; revision=466870
* Update ElasticSearch 6 ports to 6.2.3Mark Felder2018-04-094-9/+9
| | | | Notes: svn path=/head/; revision=466867
* Deprecated End of Life releases of KibanaMark Felder2018-04-096-0/+18
| | | | Notes: svn path=/head/; revision=466863
* Remove textproc/elasticsearch and related pluginsMark Felder2018-04-0929-2063/+0
| | | | | | | The sun has set and these are all far beyond End of Life Notes: svn path=/head/; revision=466862
* Remove ElasticSearch X-Pack packagesMark Felder2018-04-097-82/+0
| | | | | | | | | | | | | | | This is not a supported way to install the X-Pack plugins. The software comes with tools for installing and managing plugins. The plugins are a zip file with a payload that configures various system settings and a file/directory structure that does not match what these packages provide. The end result is a partially functional plugin with a myriad of issues due to files and configs missing from expected locations. Please use the elasticsearch-plugin and kibana-plugin commands to install X-Pack. Notes: svn path=/head/; revision=466861
* textproc/py-elasticsearch-curator: Update to 5.5.2Mark Felder2018-04-095-10/+13
| | | | | | | | | | | - Rename port to match py-elasticsearch and remove trailing -py suffix that doesn't match any upstream naming convention - Change MAINTAINER to elastic@ team Approved by: maintainer Notes: svn path=/head/; revision=466859
* Create textproc/py-elasticsearch5Mark Felder2018-04-094-0/+33
| | | | | | | | The 5.x version of the py-elasticsearch module is still required in situations where the newer 6.x module is not backwards compatible. Notes: svn path=/head/; revision=466858
* Update to 6.2.0Sunpoet Po-Chuan Hsieh2018-04-082-4/+4
| | | | | | | Changes: https://github.com/leethomason/tinyxml2/commits/master Notes: svn path=/head/; revision=466817
* Update to 0.21.0Antoine Brodin2018-04-082-4/+4
| | | | Notes: svn path=/head/; revision=466779
* devel/icu: update to 61.1Jan Beich2018-04-069-7/+9
| | | | | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61) Notes: svn path=/head/; revision=466648
* Tablib is an format-agnostic tabular dataset library, written in Python. ItWen Heping2018-04-064-0/+37
| | | | | | | | | | | | | | allows one to import, export, and manipulate tabular data sets. Advanced features include, segregation, dynamic columns, tags & filtering, and seamless format import & export. WWW: http://python-tablib.org PR: 227295 Submitted by: freebsd_ports@k-worx.org Notes: svn path=/head/; revision=466637
* New port: textproc/py-mkdocs-nature: MkDocs theme, a clone of the "greenish" ↵Yuri Victorovich2018-04-064-0/+32
| | | | | | | | | | Sphinx theme of the same name PR: 227309 Submitted by: Kai <freebsd_ports@k-worx.org> Notes: svn path=/head/; revision=466629
* New port: textproc/py-mkdocs: Project documentation with MarkdownYuri Victorovich2018-04-065-0/+42
| | | | | | | | PR: 227301 Submitted by: Kai <freebsd_ports@k-worx.org> Notes: svn path=/head/; revision=466628
* www/webkit2-gtk3: Update to 2.20.0Tobias Kortkamp2018-04-051-0/+1
| | | | | | | | | | | | | | | | | - Add WAYLAND option - Bump PORTREVISION of dependents - Fix build of epiphany 3.24.2 with newer WebKit versions PR: 223733 Submitted by: Greg V <greg@unrelenting.technology> (initial update to 2.18.3) Reviewed by: Ting-Wei Lan <lantw44@gmail.com> Approved by: gnome (maintainer timeout, too long) Security: 1ce95bc7-3278-11e8-b527-00012e582166 MFH: 2018Q2 Differential Revision: https://reviews.freebsd.org/D14872 Notes: svn path=/head/; revision=466598
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkJose Alonso Cardenas Marquez2018-04-052-1/+2
| | | | | | | | | | | | | - Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617 Notes: svn path=/head/; revision=466532