6658 Commits

Author SHA1 Message Date
ajacoutot
76a1a78a6f Update to gspell-1.10.0. 2022-04-19 13:00:07 +00:00
gnezdo
3ce5eb335a Upgrade textproc/pandoc to 2.17.1.1 (for ghc-9.2.2)
Straight forward cabal-bundler run.

OK kili@
2022-04-19 06:57:49 +00:00
sthen
11f36733ca unbreak zathura-pdf-mupdf runtime, reported by Shadrock Uhuru 2022-04-18 22:34:11 +00:00
ajacoutot
bcf9612f0c Update to link-grammar-5.10.4. 2022-04-18 09:38:15 +00:00
ajacoutot
7a961cc9cf Update to gspell-1.9.1. 2022-04-18 08:17:55 +00:00
benoit
e7ed205a71 Update to p5-PPIx-QuoteLike-0.022 from wen heping. 2022-04-17 19:27:05 +00:00
benoit
c2ead244c5 Update to p5-PPIx-Regexp-0.084 from wen heping. 2022-04-17 19:21:37 +00:00
ajacoutot
6e76040c6a Update to enchant2-2.3.3. 2022-04-17 08:00:43 +00:00
fcambus
1e92a7c208 Update delta to 0.12.1. 2022-04-16 13:39:12 +00:00
landry
6ec4de45f8 textproxy/zathura/plugins/mupdf: update to 0.3.8 2022-04-14 12:51:47 +00:00
landry
ab357b03cb textproc/zathura/core: update to 0.4.9 2022-04-14 12:20:38 +00:00
bluhm
900a170762 update p5-XML-LibXSLT to 2.000000 2022-04-13 20:51:26 +00:00
ajacoutot
122ed3bebf Update to py3-ICU-2.9. 2022-04-13 06:58:36 +00:00
ajacoutot
8a328cdf5c Update to gtranslator-42.0. 2022-04-13 06:16:48 +00:00
ajacoutot
530bc85451 +gi-docge
+py-smartypant
+py-typogrify
2022-04-13 05:51:25 +00:00
ajacoutot
5136b55f6b Import gi-docgen-2022.1.
GI-DocGen is a document generator for GObject-based libraries. GObject is the
base type system of the GNOME project. GI-Docgen reuses the introspection data
generated by GObject-based libraries to generate the API reference of these
libraries, as well as other ancillary documentation.

ok robert@
2022-04-13 05:48:50 +00:00
ajacoutot
e0b1a45ad2 Import py3-typogrify-2.0.7.
Typogrify provides a set of custom filters that automatically apply various
transformations to plain text in order to yield typographically-improved HTML.
While often used in conjunction with Jinja_ and Django_ template systems, the
filters can be used in any environment.

ok robert@
2022-04-13 05:48:06 +00:00
ajacoutot
9016437f90 Import py3-smartypants-2.0.1.
SmartyPants is a free web publishing plug-in for Movable Type, Blosxom, and
BBEdit that easily translates plain ASCII punctuation characters into "smart"
typographic punctuation HTML entities.

ok robert@
2022-04-13 05:47:21 +00:00
ajacoutot
eb64fae6af Update to icu4c-71.1. 2022-04-13 05:43:38 +00:00
sthen
09e26ce5a1 Update to xxdiff-20220318 (upstream stopped doing releases and are just
using source checkouts), moving most of the accompanying scripts to Python 3.
Remove termdiff which hasn't been moved to Python 3 but was already flaky.
2022-04-12 20:44:13 +00:00
sthen
f90e06e4fa update to mupdf-1.19.1 2022-04-12 20:33:26 +00:00
sthen
1bd8e2b3af install the jless.help file in share/doc/jless so it's easier to find the
available keys. also refer to the web version in DESCR.
2022-04-03 13:02:44 +00:00
sthen
fa9b267a30 sync WANTLIB 2022-03-31 13:44:42 +00:00
sthen
e766bd2b3b update to asciidoctor-2.0.17, maintainer timeout (been through a bulk) 2022-03-31 13:41:49 +00:00
sthen
45398fe1b1 sync WANTLIB for various ports with "NOT REACHABLE" libs 2022-03-31 12:52:13 +00:00
sthen
3cdf2816b0 sync WANTLIB for some packages that could be semi-automated for some
common missing libs, with "help" from portbump, but i reviewed everything
2022-03-27 16:23:04 +00:00
sthen
e988d9ce1e sync WANTLIB 2022-03-24 21:15:18 +00:00
sthen
60a48cf9c2 switch the default php version to 8.0 2022-03-23 23:58:28 +00:00
sthen
9d623ec305 explicitly set MODPHP_VERSION=7.4 for PHP ports unless they're known
or strongly suspected to support at least 8.0. (7.4 is currently on security
support only, and that finishes in November, so I intend to switch the "ports
default" version to 8.0).

some of these ports _may_ work with 8.0 already, some have pull requests or
support in newer upstream code (not always in a release), others definitely
need 7.4.
2022-03-22 18:20:52 +00:00
sthen
dba26a39be update to tcpdf-6.4.4 2022-03-22 18:04:54 +00:00
phessler
cd9226d81f doesn't build on aarch64 2022-03-21 13:03:21 +00:00
sthen
de6b063fb1 update to calibre-5.39.1 2022-03-21 11:40:55 +00:00
sthen
177136ffc6 add HOMEPAGE 2022-03-18 14:35:08 +00:00
sthen
e749c4ec39 +jless 2022-03-18 13:34:06 +00:00
sthen
d2b1eae23c import textproc/jless, ok kn@
jless is a command-line viewer designed for reading, exploring, and
searching through JSON data. It also supports YAML.

jless will pretty print your files and apply syntax highlighting.
Use it when exploring external APIs, or debugging request payloads.

Expand and collapse Objects and Arrays to grasp the high- and low-level
structure of a document. jless has a large suite of vim-inspired
commands that make exploring data a breeze.

jless supports full text regular-expression based search. Quickly find
the data you're looking for in long String values, or jump between
values for the same Object key.
2022-03-18 13:33:50 +00:00
sthen
c8aa14b194 update to py3-MarkupSafe-2.1.1 2022-03-16 09:41:02 +00:00
sthen
c9c73b5ead Change MODPERL_REGEN_PPPORT to accept a filename. Useful when the port
uses a different name or a subdirectory for the file.

Adjust some ports to use it: p5-DBI (different name), p5-Template (xs
subdirectory). There are others that could use this.

OK bluhm@
2022-03-14 08:23:29 +00:00
sthen
2b8ad941ef update to py3-unidecode-1.3.4 2022-03-12 10:18:40 +00:00
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
sthen
db1ad673f9 add pledge to textproc/par, from mp39590 at gmail com, ok maintainer
regen plist, drop rcs ids while there
2022-03-11 12:04:06 +00:00
semarie
b736671902 textproc/py-ofxparse: update to 0.21
remove RCSTag while here
2022-03-10 14:50:26 +00:00
kn
e7411f37c1 Remove RCSIDs from ports I maintain 2022-03-10 12:03:30 +00:00
jca
cd0fba1ff1 Drop RCS Ids in the ports I maintain 2022-03-10 00:04:05 +00:00
sthen
385739a94f drop rcs id in category Makefiles 2022-03-09 16:18:03 +00:00
sthen
a98e0e6666 remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
jeremy
dc3fcb35dd Add patch to build with already installed gumbo 2022-03-06 22:42:07 +00:00
kmos
18e028af74 Do the usual C99 dance for base-gcc to fix the build on sparc64 2022-03-04 21:42:00 +00:00
sthen
13ed1b92f5 update to calibre-5.38.0 2022-03-04 14:08:58 +00:00
jeremy
7f8a7c3318 Update nokogiri to 1.13.1
Enables HTML5 parsing using gumbo.

OK sebastia@
2022-03-03 22:33:43 +00:00
sthen
dab3606435 ripgrep picks up asciidoctor in preference to asciidoc if installed at
build time; change the BDEP

install the actual zsh completion file to the zsh completion dir, not the
PowerShell file...
2022-03-03 14:33:54 +00:00