Commit Graph

27850 Commits

Author SHA1 Message Date
TAKATSU Tomonari
bc2505ed2a textproc/R-cran-commonmark: Update to 1.9.0
- Update to 1.9.0
- Drop maintainership
2023-05-08 15:19:34 +00:00
TAKATSU Tomonari
65f968e4d6 textproc/R-cran-vroom: Update to 1.6.3
- Update to 1.6.3
- Drop maintainership
2023-05-08 12:58:44 +00:00
Po-Chuan Hsieh
0cdd5e2f68 textproc/py-furo: Update to 2023.3.27
Changes:	https://github.com/pradyunsg/furo/blob/main/docs/changelog.md
2023-05-08 05:13:50 +08:00
Po-Chuan Hsieh
6628770482 textproc/p5-YAML-LibYAML: Update to 0.87
Changes:	https://metacpan.org/dist/YAML-LibYAML/changes
2023-05-08 05:13:25 +08:00
Dima Panov
efe8187b3b textproc/libwps: update to 0.4.14 release (+)
CHANGES:
- autoupdate configure.ac + correct various warnings
2023-05-07 23:38:58 +03:00
Dima Panov
b1db452e08 textproc/libmwaw03: update to 0.3.22 release (+)
CHANGES:
- correct many cppcheck and coverity warnings...
- add a parser for SpringBoard Publisher 2 files
- run autoupdate
- add a parser for Design Studio 2 files
- add a parser for Ready Set Go 6 files (and maybe some 7 files)
2023-05-07 23:38:57 +03:00
Dimitry Andric
9d2bf7ac7f textproc/html2text: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because textproc/html2text's Makefile does not explicitly set its C++
standard, this leads to several errors:

  /usr/local/lib/bison.cc:429:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
    register int yystate;
    ^~~~~~~~~
  /usr/local/lib/bison.cc:430:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
    register int yyn;
    ^~~~~~~~~
  /usr/local/lib/bison.cc:431:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
    register short *yyssp;
    ^~~~~~~~~
  /usr/local/lib/bison.cc:432:3: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
    register YY_HTMLParser_STYPE *yyvsp;
    ^~~~~~~~~

Add USE_CXXSTD=gnu++98 to avoid these errors.

PR:		271031
Approved by:	maintainer timeout (2 weeks)
MFH:		2023Q2
2023-05-07 20:38:47 +02:00
Thierry Thomas
bda0085238 textproc/py-jupyter_sphinx: add release 3.2
Remark: this is not the latest (4.0) but the one required by Sage.
2023-05-07 20:22:14 +02:00
Po-Chuan Hsieh
2ee3452db1 textproc/p5-XML-Schematron: Update to 1.12
- TEST_DEPENDS

Changes:	https://metacpan.org/dist/XML-Schematron/changes
2023-05-08 00:05:25 +08:00
Po-Chuan Hsieh
339a0e30bb textproc/rubygem-libxml-ruby: Update to 4.1.1
Changes:	https://github.com/xml4r/libxml-ruby/blob/master/HISTORY
2023-05-08 00:04:59 +08:00
Linus Sundqvist
195f3a08b3 textproc/augeas: Update to 1.14.0
News:
https://github.com/hercules-team/augeas/blob/master/NEWS

PR:		271199
With hat:	puppet
2023-05-06 15:43:37 -10:00
Romain Tartière
6797598713 textproc/rubygem-puppet-strings: Add OPTION for Puppet 8
Default packages are not changed. Not bumping PORTREVISION.

With hat:	puppet
2023-05-06 15:43:35 -10:00
TAKATSU Tomonari
1697298a3b textproc/R-cran-rbibutils: Update to 2.2.13
- Update to 2.2.13
- Drop maintainership
2023-05-06 14:51:00 +00:00
TAKATSU Tomonari
10da9a033f textproc/R-cran-rmarkdown: Update to 2.21
- Update to 2.21
- Drop maintainership
2023-05-06 09:46:19 +00:00
TAKATSU Tomonari
9caf593714 textproc/R-cran-sass: Update to 0.4.6
- Update to 0.4.6
- Drop maintainership
2023-05-06 03:18:34 +00:00
TAKATSU Tomonari
d3c24788d7 textproc/R-cran-htmltools: Update to 0.5.5
- Update to 0.5.5
- Drop maintainership
2023-05-05 14:57:43 +00:00
Matthias Fechner
099462dccc textproc/rubygem-nokogiri: bump due to libxml update 2023-05-04 20:01:53 +03:00
Wen Heping
1db609e72a textproc/typst: Update to 0.3.0 2023-05-04 20:00:08 +08:00
Jan Beich
cd2d8027f3 textproc/mdbook-mermaid: drop maintainership 2023-05-04 05:00:22 +00:00
Jan Beich
4b64ec61e2 textproc/mdbook-linkcheck: drop maintainership 2023-05-04 05:00:21 +00:00
Po-Chuan Hsieh
c6806d7368 textproc/rubygem-libxml-ruby: Update to 4.1.0
Changes:	https://github.com/xml4r/libxml-ruby/blob/master/HISTORY
2023-05-03 03:58:44 +08:00
Po-Chuan Hsieh
94713bad76 devel/re2: Update to 20230301
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/re2/releases
2023-05-03 03:58:21 +08:00
Po-Chuan Hsieh
5660b20e45 textproc/py-markdown2: Add NO_ARCH
Approved by:	portmgr (blanket)
2023-05-03 00:25:57 +08:00
Po-Chuan Hsieh
e7844c7ae0 textproc/luaexpat: Update to 1.5.1
- Strip shared library
- Update WWW

Changes:	https://github.com/lunarmodules/luaexpat/releases
		https://lunarmodules.github.io/luaexpat/#history
2023-05-03 00:19:51 +08:00
TAKATSU Tomonari
8379dec04b textproc/R-cran-yaml: Update to 2.3.7
- Update to 2.3.7
- Drop maintainership
2023-05-02 08:37:28 +00:00
TAKATSU Tomonari
f4d1d90330 textproc/R-cran-highr: Update to 0.10
- Update to 0.10
- Drop maintainership
2023-05-02 07:30:00 +00:00
TAKATSU Tomonari
db3279c98a textproc/R-cran-stringr: Update to 1.5.0
- Update to 1.5.0
- Update LICENSE
- Drop maintainership
2023-05-02 07:07:14 +00:00
Juraj Lutter
1bbba1b34c textproc/kibana8: Update to 8.7.0
Release notes:
https://www.elastic.co/guide/en/kibana/8.7/release-notes-8.7.0.html
2023-05-02 09:03:32 +02:00
Juraj Lutter
354e2dfad6 textproc/elasticsearch8: Update to 8.7.0
Release notes:
https://www.elastic.co/guide/en/elasticsearch/reference/8.7/release-notes-8.7.0.html
2023-05-02 09:03:32 +02:00
TAKATSU Tomonari
51e83a9b9f textproc/R-cran-utf8: Update to 1.2.3
- Update to 1.2.3
- Drop maintainership
2023-05-02 05:58:37 +00:00
TAKATSU Tomonari
5de21bb875 textproc/R-cran-stringi: Update to 1.7.12
- Update to 1.7.12
- Drop maintainership
2023-05-02 05:31:36 +00:00
Jose Alonso Cardenas Marquez
85d2fe1693 textproc/py-evtx2splunk: New port: Evtx to Splunk ingestor
Ingest EVTX files into a Splunk instance.

This tool is based on the work of :

Omer BenAmram
Blardy
Thanks to Ekto for its contribution.

Key features:

- Splunk HEC support with token auto-creation
- Splunk index auto-creation
- Multiprocessing support
- Caching for evtx reuse without reconverting
- Windows and Linux compatibility
- Rely on the great and fast evtx_dump Rust tool of Omer
- Evtx message resolutions from database

Note: evtx2splunk converts the EVTX to JSON and stores them in a temporary
place. Hence, up to the size of source EVTX can be created during the process.
These files are removed at the end of the process, except if keep_cache is
enabled.
2023-04-30 16:33:08 -05:00
Jose Alonso Cardenas Marquez
043215b4a1 textproc/evtx: New port: A Fast parser for the Windows XML Event Log (EVTX) format
A cross-platform parser for the Windows XML EventLog format

Features:

- Implemented using 100% safe rust - and works on all platforms supported by
  rust (that have stdlib).
- It's faster than any other implementation by order(s) of magnitude!
- Multi-threaded.
- Supports XML and JSON outputs, both being directly constructed from the token
  tree and independent of each other (no xml2json conversion is performed!)
- Supports some basic recovery of missing records/chunks!
2023-04-30 16:28:17 -05:00
Jose Alonso Cardenas Marquez
76b163ca87 textproc/py-splunk-hec: New port: Python class to submit events to Splunk HTTP Event Collector
This is a python class file for use with other python scripts to send events to
a Splunk http event collector.

Supported products:

Splunk v6.3.X+
Splunk v6.4.X+ for the raw input option
2023-04-30 15:53:44 -05:00
Felix Palmen
a6bb2f8c5e Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
2023-04-30 13:10:42 +02:00
Rene Ladan
9d2d8d3d33 textproc/ltxml/: Remove expired port:
2023-04-30 textproc/ltxml: Unfetchable
2023-04-30 11:25:26 +02:00
Jose Alonso Cardenas Marquez
b50cd4a799 textproc/py-docx-generator: New port: Tool to generate docx report from docx template and json data
Tool to generate docx report from docx template and json data
2023-04-30 02:10:36 -05:00
Jose Alonso Cardenas Marquez
94270243db textproc/py-docxtpl: New port: Python docx template engine
python-docx-template has been created because python-docx is powerful for
creating documents but not for modifying them.

The idea is to begin to create an example of the document you want to generate
with microsoft word, it can be as complex as you want: pictures, index tables,
footer, header, variables, anything you can do with word. Then, as you are
still editing the document with microsoft word, you insert jinja2-like tags
directly in the document. You save the document as a .docx file (xml format).
it will be your .docx template file.

Now you can use python-docx-template to generate as many word documents you
want from this .docx template and context variables you will associate.
2023-04-30 01:49:19 -05:00
Jose Alonso Cardenas Marquez
8295d3d545 textproc/py-docxcompose: New port: Python library for concatenating/appending Microsoft Word files
docxcompose is a Python library for concatenating/appending Microsoft Word
(.docx) files.
2023-04-29 23:24:29 -05:00
Kai Knoblich
a89ddefa6d textproc/py-mkdocs-material: Update to 9.1.8
Changelog since 9.1.6:

https://github.com/squidfunk/mkdocs-material/compare/9.1.6...9.1.8
2023-04-29 20:30:21 +02:00
Muhammad Moinur Rahman
b8835b4cd1 textproc/vale: Update version 2.25.1=>2.25.2
Changelog: https://github.com/errata-ai/vale/releases/tag/v2.25.2
2023-04-29 19:32:36 +02:00
Dimitry Andric
276de0b840 textproc/source-highlight: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because textproc/source-highlight's Makefile does not explicitly set its C++
standard, this leads to several errors:

  In file included from fileutil.cc:28:
  ./fileutil.h:30:41: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
  string readFile(const string &fileName) throw (IOException);
                                          ^~~~~~~~~~~~~~~~~~~
  ./fileutil.h:30:41: note: use 'noexcept(false)' instead
  string readFile(const string &fileName) throw (IOException);
                                          ^~~~~~~~~~~~~~~~~~~
                                          noexcept(false)
  fileutil.cc:51:41: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
  string readFile(const string &fileName) throw (IOException) {
                                          ^~~~~~~~~~~~~~~~~~~
  fileutil.cc:51:41: note: use 'noexcept(false)' instead
  string readFile(const string &fileName) throw (IOException) {
                                          ^~~~~~~~~~~~~~~~~~~
                                          noexcept(false)

In http://git.savannah.gnu.org/cgit/src-highlite.git/commit/?id=416b397
indicates that after 3.1.9 C++11 will be required and supported, so add
USE_CXXSTD=gnu++11 to avoid the errors for now.

PR:		271044
Approved by:	tcberner (maintainer)
MFH		2023Q2
2023-04-29 10:43:16 +02:00
Jose Alonso Cardenas Marquez
a0fc4152f2 textproc/opensearch-dashboards: Remove DEPRECATED
- Update node dependency to node16
- Bump PORTREVISION
2023-04-28 19:23:35 -05:00
Thierry Thomas
e409913844 textproc/py-wordcloud: upgrade to 1.9.1.1
Release note at
	<https://github.com/amueller/word_cloud/releases/tag/1.9.1.1>.
2023-04-28 18:27:11 +02:00
Roger Leigh
8aace14a34 textproc/xalan-c: Deprecate following upstream retirement
Submitter is probably maintainer (email address change).
Change maintainer to submitter's address.

PR:		267711
Approved by:	rleigh@apache.org (maintainer timeout)
2023-04-28 18:17:30 +02:00
Yuri Victorovich
f919d6159d textproc/jql: Update 6.0.5 → 6.0.6
Reported by:	portscout
2023-04-28 00:28:13 -07:00
Po-Chuan Hsieh
ed060e3e65 textproc/py-tomlkit: Update to 0.11.8
Changes:	https://github.com/sdispater/tomlkit/releases
2023-04-28 07:58:58 +08:00
Po-Chuan Hsieh
8a69a868e0 textproc/py-isbnlib: Update to 3.10.14
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/xlcnd/isbnlib/releases
2023-04-28 07:58:55 +08:00
Dima Panov
6e94e52ae7 textproc/libxml2: restore accidentally deleted PORTREVISION?= line 2023-04-28 01:54:46 +03:00
Matthew Seaman
4543e2f551 textproc/py-rich: update to 13.3.5
Changes:	https://github.com/Textualize/rich/blob/v13.3.5/CHANGELOG.md
Reported by:	repology
2023-04-27 20:49:53 +01:00