Commit graph

1026 commits

Author SHA1 Message Date
gutteridge
c31477b33b textproc/Makefile: add py-markups 2019-03-01 22:09:36 +00:00
gutteridge
532d76c95a textproc/Makefile: add py-markdown-math 2019-03-01 04:28:40 +00:00
triaxx
ee2cc489ac yelp-tools: import 3.31.90 from wip 2019-02-17 19:04:47 +00:00
wiz
107970b0b9 textproc/Makefile: + py-css-parser 2019-02-14 11:58:03 +00:00
adam
45eaa76987 py-manuel: added version 1.10.1
Manuel lets you mix and match traditional doctests with custom test syntax.
2019-02-12 09:10:31 +00:00
leot
5522c04ef1 textproc: Add libxls 2019-02-11 21:56:10 +00:00
leot
8ccbe85187 textproc: Add libxlsxwriter 2019-01-30 12:56:14 +00:00
gutteridge
f7c7654660 Add and enable py-isc_dhcp_leases 2019-01-06 01:50:25 +00:00
wiz
3c50e2efa5 textproc/Makefile: + json-schema. 2018-12-23 17:22:43 +00:00
bsiegert
4539ebf6ed Add a package for p5-ODF-lpOD.
From Edgar Fuss in PR pkg/53774.

This module is an office document management interface. It allows the
users to create or transform office documents, or to extract data from
them. It can handle files which comply with the ODF standard and whose
type is text (odt), spreadsheet (ods), presentation (odp) or drawing
(odg). It interacts directly with the files and doesn't depend on a
particular office software.
2018-12-20 13:32:55 +00:00
markd
215b40433c textproc: add xindy 2018-12-03 19:29:00 +00:00
adam
11c653eb80 fmtlib: added version 5.2.1
fmt (formerly cppformat) is an open-source formatting library. It can be used
as a fast and safe alternative to printf and IOStreams.
2018-12-02 17:12:18 +00:00
jaapb
25aa30ed7c Added ocaml-xml-light to Makefile SUBDIRs 2018-11-29 10:46:27 +00:00
adam
9f5e8746ea py-eradicate: added version 0.2.1
With modern revision control available, there is no reason to save
commented-out code to your repository. eradicate helps cleans up existing junk
comments. It does this by detecting block comments that contain valid Python
syntax that are likely to be commented out code. (It avoids false positives
like the sentence this is not good, which is valid Python syntax, but is
probably not code.)
2018-11-20 14:09:58 +00:00
ryoon
ee65a889ca Enable go-regexp2 2018-11-18 08:28:37 +00:00
ryoon
4c947fca0d Enable go-diff 2018-11-18 08:25:47 +00:00
ryoon
26780ef9b2 Enable go-chroma 2018-11-18 08:23:32 +00:00
nia
c16e88eae1 textproc/py-precis-i18n: import version 1.0.0
If you want your application to accept unicode user names and passwords,
you must be careful in how you validate and compare them. The PRECIS
framework makes internationalized user names and passwords safer for
use by applications. PRECIS profiles transform unicode strings into a
canonical form, suitable for comparison.
2018-11-15 23:48:23 +00:00
bsiegert
cf88156f95 Import wip/enchant as textproc/enchant2.
This is the newer 2.x release series of enchant. The package does not
conflict with the older 1.x (textproc/enchant). The goal is to move
all reverse-depends to this version, then delete enchant 1.
2018-11-01 09:36:47 +00:00
bsiegert
ae058fe578 Add a package for hfstospell-0.5.1.
This is a library that's part of providing a fully featured spellchecker
for Finnish. From DESCR:

This is a minimal hfst optimized lookup format based spell checker library and
a demonstrational implementation of command line based spell checker. The
library is licenced under Apache licence version 2, other licences can be
obtained from University of Helsinki.
2018-10-26 20:43:07 +00:00
adam
4ca632acc3 Added py-ptable; Removed py-prettytable 2018-10-16 14:32:37 +00:00
adam
02f725843a py-toml: added version 0.10.0
A Python library for parsing and creating TOML.
2018-10-07 08:20:49 +00:00
maya
1216154c54 Add json-yaml version 1.1.1
Packaged by Sijmen J. Mulder, in PR pkg/53483

Convert JSON to YAML on the command line.  Useful to get more readable output
from web APIs and such.
2018-09-22 07:24:10 +00:00
adam
b117680d38 py-parse_type: added version 0.4.2
parse_type extends the parse module (opposite of string.format()) with the
following features:
* build type converters for common use cases (enum/mapping, choice)
* build a type converter with a cardinality constraint (0..1, 0..*, 1..*) from
  the type converter with cardinality=1.
* compose a type converter from other type converters
* an extended parser that supports the CardinalityField naming schema and
  creates missing type variants (0..1, 0..*, 1..*) from the primary type
  converter
2018-08-28 09:56:44 +00:00
wiz
b5fcbabf33 textproc/Makefile: + gtkspell3 2018-08-25 12:03:34 +00:00
jperkin
0170eea2f0 textproc: Import p5-Win32-ShellQuote version 0.003001.
Quotes argument lists to be used in Win32 in several different
situations.

Windows passes its arguments as a single string instead of an array as
other platforms do. In almost all cases, the standard Win32
CommandLineToArgvW function is used to parse this string. cmd.exe has
different rules for handling quoting, so extra work has to be done if it
is involved. It isn't possible to consistantly create a single string
that will be handled the same by cmd.exe and the stardard parsing rules.

Perl will try to detect if you need the shell by detecting shell
metacharacters. The routine that checks that uses different quoting
rules from both cmd.exe and the native Win32 parsing. Extra work must
therefore be done to protect against this autodetection.
2018-08-09 11:20:54 +00:00
jperkin
2e2bf22a70 Rename mail/p5-Tie-Handle-SkipHeader -> textproc/p5-Tie-Handle-Offset
Apologies, I used the subclass name instead of the primary module name.
2018-08-09 10:00:43 +00:00
nia
95366066a8 textproc/py-colored: Import colored-1.3.5
colored is a very simple Python library for color and formatting in
terminals.
2018-07-27 02:30:08 +00:00
jaapb
7d27fec03d Added py-antlr4 to Makefile SUBDIRs 2018-07-26 16:35:51 +00:00
manu
8d75b2a5ec Added textproc/asciidir version 0.6
asccidir recursively remove non-ASCII characters from file name.

By default, western languages accents are turned into plain ASCII
characters, and evertything else non ASCII is removed, but a
transliteration map can be provided for more complex translations.
2018-07-26 14:27:23 +00:00
jaapb
db0879d89b Added py-pybtex to Makefile SUBDIRs 2018-07-26 13:56:08 +00:00
jaapb
db542e792d Added py-sphinxcontrib-bibtex to Makefile SUBDIRs 2018-07-26 10:39:16 +00:00
minskim
314396c48a textproc/Makefile: Add go-tablewriter 2018-07-17 03:55:01 +00:00
wen
03a690ded8 Add p5-PPIx-QuoteLike 2018-06-19 06:37:21 +00:00
prlw1
2902eb8e05 Enable xfpt, sdop and aspic. 2018-06-15 13:17:51 +00:00
minskim
93fb334bf6 textproc/Makefile: Add go-glob 2018-06-12 23:50:05 +00:00
minskim
7cf29295bc textproc/Makefile: Add py-sphinx-autodoc-typehints 2018-05-27 01:59:37 +00:00
minskim
1a11adc177 textproc/Makefile: Add R-htmltools 2018-05-12 21:54:29 +00:00
maya
68bf080e27 Add ripgrep in textproc directory.
suggested by alnsn. thanks.
2018-05-08 07:48:39 +00:00
wiz
4001fc4a49 p5-Alien-Base: remove, obsoleted by p5-Alien-Build 2018-05-02 13:01:57 +00:00
tsutsui
77e73423c9 textproc/Makefile: + unicode-character-database 2018-04-28 01:09:17 +00:00
schmonz
d6e83f8f98 Add and enable libhighlight. 2018-04-09 02:47:00 +00:00
maya
c0e7ceb3dc +yaml-cpp03, krita, opencolorio 2018-04-06 03:47:12 +00:00
bacon
4125928fc0 textproc/Makefile: Add man2html 2018-03-21 23:40:30 +00:00
minskim
f549ea3522 textproc/Makefile: Add R-utf8 2018-03-15 18:37:23 +00:00
taca
cb5a8302a9 textproc/Makefile: add and enable ruby-rails-dom-testing1 2018-03-13 16:20:42 +00:00
taca
863e8b2ca2 textproc/Makefile: add and enable ruby-erubi 2018-03-13 16:08:39 +00:00
ginsbach
7f4ec8e1a5 textproc/Makefile: xxdiff and xxdiff-scripts 2018-03-11 21:05:51 +00:00
rillig
2d646be8e9 textproc: add translate-toolkit 2018-03-11 15:44:29 +00:00
maya
c323306816 p5-MultiMarkdown: new package
Convert MultiMarkdown syntax to (X)HTML
2018-03-11 13:04:15 +00:00