Commit graph

1230 commits

Author SHA1 Message Date
wiz
53d9117b7d textproc/Makefile: add one new 2021-05-31 22:31:25 +00:00
pin
feee5444a5 Add molybdenum 2021-05-29 17:23:02 +00:00
adam
4b06a84abe py-wcmatch: added version 8.2
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order
to provide file matching and globbing that more closely follows the features
found in Bash. In some ways these libraries are similar to Python's builtin
libraries as they provide a similar interface to match, filter, and glob the
file system. But they also include a number of features found in Bash's
globbing such as backslash escaping, brace expansion, extended glob pattern
groups, etc. They also add a number of new useful functions as well, such as
globmatch which functions like fnmatch, but for paths.
2021-05-28 04:25:14 +00:00
wiz
4acdcee8c3 textproc/Makefile: sort 2021-05-13 09:50:27 +00:00
pin
917edac907 Add csview 2021-05-12 12:25:56 +00:00
taca
44cac81de7 textproc/Makefile: add and enable ruby-rqrcode 2021-05-09 15:16:03 +00:00
taca
2da60a1386 textproc/Makefile: add and enable ruby-rqrcode_core 2021-05-09 15:13:52 +00:00
prlw1
d146703912 Add utf8-cpp 2.3.4
UTF8-CPP: UTF-8 with C++ in a Portable Way

Many C++ developers miss an easy and portable way of handling Unicode
encoded strings. The original C++ Standard (known as C++98 or C++03) is
Unicode agnostic. C++11 provides some support for Unicode on core
language and library level: u8, u, and U character and string literals,
char16_t and char32_t character types, u16string and u32string library
classes, and codecvt support for conversions between Unicode encoding
forms. In the meantime, developers use third party libraries like ICU,
OS specific capabilities, or simply roll out their own solutions.

In order to easily handle UTF-8 encoded Unicode strings, I came up with
a small generic library. For anybody used to work with STL algorithms
and iterators, it should be easy and natural to use. The code is freely
available for any purpose - check out the license at the beginning of
the utf8.h file. If you run into bugs or performance issues, please let
me know and I'll do my best to address them.
2021-05-04 14:24:33 +00:00
prlw1
97d2b32e95 Add PEGTL 2.8.3
The Parsing Expression Grammar Template Library (PEGTL) is a
zero-dependency C++ header-only parser combinator library for
creating parsers according to a Parsing Expression Grammar (PEG).

Grammars are written as regular C++ code, created with template
programming (not template meta programming), i.e. nested template
instantiations that naturally correspond to the inductive definition
of PEGs (and other parser-combinator approaches).

A comprehensive set of parser rules that can be combined and extended
by the user is included, as are mechanisms for debugging grammars,
and for attaching user-defined actions to grammar rules.
2021-05-04 14:19:51 +00:00
fcambus
da41b5d2f1 Add py-prettytable. 2021-05-04 08:34:30 +00:00
joerg
9352fe2a54 + py27-cssselect2 2021-04-29 23:42:47 +00:00
joerg
709bff274c + py27-pyphen 2021-04-29 23:39:38 +00:00
joerg
a0f7b9c844 + py27-tinycss2 2021-04-29 13:13:08 +00:00
wiz
f8d1dfaa34 textproc: add py-epr-reader 2021-04-26 21:19:54 +00:00
pho
1453625840 textproc: +hs-commonmark-pandoc 2021-04-25 04:07:33 +00:00
pho
32a0e0d198 textproc: +hs-commonmark-extensions 2021-04-25 04:02:22 +00:00
pho
d0be9226c3 textproc: +hs-commonmark 2021-04-24 19:33:14 +00:00
pho
5ba7c3748c textproc: +hs-citeproc 2021-04-24 19:26:55 +00:00
pho
2d25879377 textproc: +hs-rfc5051 2021-04-24 19:19:41 +00:00
pho
de23cb1a96 textproc: +hs-appar 2021-04-24 17:48:04 +00:00
pho
485110e1ec textproc: +hs-xml-conduit 2021-04-24 16:23:34 +00:00
pho
0c6f0e14fc textproc: +hs-xml-types 2021-04-24 16:13:45 +00:00
pho
aaa7afa417 textproc: +hs-prettyprinter-ansi-terminal 2021-04-24 06:40:38 +00:00
pho
9b61a88c81 textproc: +hs-prettyprinter 2021-04-24 06:31:51 +00:00
adam
82b2e9570d py-pygments25: copied from py-pygments, 2.5.2 is the last version that supports Python 2.7. 2021-04-06 14:11:11 +00:00
triaxx
3d3ced45f8 textproc: Added py-itemadapter and py-itemloaders 2021-03-21 21:18:21 +00:00
scole
c2252a59d7 Restore split-thai 2.0 package after moving source from pkgsrc to MASTER_SITE_LOCAL 2021-03-20 15:46:23 +00:00
markd
a276f42bc4 textproc: +libkolabxml 2021-03-19 22:18:13 +00:00
scole
7df24cee83 Remove package. Apparently software without its own separate repository cannot be stored in pkgsrc 2021-03-19 00:48:36 +00:00
adam
76ed676fbf py-cjson: removed 2021-03-18 09:37:12 +00:00
gutteridge
112fd0cb00 textproc: remove go-levenshtein, it was already in devel 2021-02-25 01:38:55 +00:00
gutteridge
15cbd54b6d textproc: add go-levenshtein 2021-02-25 01:14:36 +00:00
pin
967e1cdd63 Add paperoni 2021-02-24 13:18:45 +00:00
markd
834466175d textproc: +upmendex 2021-02-21 06:22:03 +00:00
taca
4310d82358 textproc/Makefile: add and enable ruby-rexml 2021-02-14 14:53:42 +00:00
taca
4ea8a9f267 textproc/Makefile: add and enable ruby-actiontext61 2021-02-14 14:09:19 +00:00
pin
6c7646e0ac Add lok 2021-02-12 08:16:35 +00:00
adam
700657689a py-parsimonious: added version 0.8.1
Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure
Python-and the most usable. It's based on parsing expression grammars (PEGs),
which means you feed it a simplified sort of EBNF notation. Parsimonious was
designed to undergird a MediaWiki parser that wouldn't take 5 seconds or a GB
of RAM to do one page, but it's applicable to all sorts of languages
2021-02-07 20:10:18 +00:00
nia
7703e4a4e4 add textproc/inih.
inih (INI Not Invented Here) is a simple .INI file parser written in C. It's
only a couple of pages of code, and it was designed to be small and simple,
so it's good for embedded systems. It's also more or less compatible with
Python's ConfigParser style of .INI files, including RFC 822-style multi-line
syntax and name: value entries.
2021-02-03 10:28:41 +00:00
pin
fba6d70245 Add sd 2021-01-31 15:57:58 +00:00
riastradh
f2d3bc4cc6 devel/ruby-kramdown-rfc2629: Import kramdown-rfc2629-1.3.24 2021-01-16 20:50:04 +00:00
riastradh
b298ce768f textproc/py-xml2rfc: Import xml2rfc-3.5.0 2021-01-16 19:11:45 +00:00
triaxx
f73ad2f81a Makefile: Add erlang-yconf version 1.0.9 2021-01-16 18:20:06 +00:00
taca
9b14ca4415 textproc/Makefile: add and enable ruby-simplecov_json_formatter 2021-01-12 01:20:08 +00:00
pin
02fd1dd274 Add bk 2021-01-01 14:01:03 +00:00
pin
30a82d7738 Add nanogrep 2021-01-01 13:51:21 +00:00
nia
2ae4e95814 Add textproc/libcue
libcue provides an API for parsing and extracting data from CUE sheets.
2020-12-19 10:22:45 +00:00
pin
0536cc0042 Add textproc/stava 2020-11-28 20:55:43 +00:00
pin
92156b2812 Add textproc/diffr 2020-11-26 21:45:14 +00:00
pin
3d8a48d7ed remove zoxide 2020-11-25 11:01:23 +00:00