summaryrefslogtreecommitdiff
path: root/textproc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-12-08textproc: add libfyamlkhorben1-1/+2
2022-11-29py-markuppy: added version 1.14adam1-1/+2
This is MarkupPy - a Python module that attempts to make it easier to generate HTML/XML from a Python program in an intuitive, lightweight, customizable and pythonic way.
2022-11-23Add md4c version 0.4.8 to pkgsrc-currentnros1-1/+2
MD4C stands for "Markdown for C" and is a markdown parser available as a library and markdown to html commandline converter.
2022-11-06py-jaraco.text: added version 3.10.0adam1-1/+2
This package provides handy routines for dealing with text, such as wrapping, substitution, trimming, stripping, prefix and suffix removal, line continuation, indentation, comment processing, identifier processing, values parsing, case insensitive comparison, and more.
2022-10-27textproc: remove markdown2social.nikita1-2/+1
2022-10-26py-demjson: removed; successor py-demjson3adam1-2/+2
2022-10-26py-jsonschema-spec: updated to 0.1.2adam1-1/+2
JSONSchema Spec with object-oriented paths Key features * Traverse elements like paths * Access spec on demand with separate dereferencing accessor layer
2022-10-14py-elementtree: remove; obsolete, last change 2005-03-16adam1-2/+1
2022-10-08py-pygccxml: added version 2.2.1adam1-1/+2
pygccxml is a specialized XML reader that reads the output from CastXML. It provides a simple framework to navigate C++ declarations, using Python classes. [pkgsrc/textproc/py-pygccxml] adam% head Makefile
2022-09-24OdfConverter: removewiz1-2/+1
Does not build in any bulk builds I could find, upstream development stopped in 2010.
2022-09-11textproc/Makefile: + py-lunrwiz1-1/+2
2022-09-05textproc/Makefile: add and enable ruby-actionpack52-xml_parsertaca1-1/+2
2022-08-30textproc/Makefile: add and enable ruby-sanitizetaca1-1/+2
2022-08-29textproc/Makefile: add and enable ruby-html-pipelinetaca1-1/+2
2022-08-29textproc/Makefile: add and enable ruby-commonmarkertaca1-1/+2
2022-08-29textproc/Makefile: add and enable ruby-deckar01-task_listtaca1-1/+2
2022-07-10py-sphinx1: removewiz1-2/+1
2022-06-29camlp4: removewiz1-3/+1
camlp4 is an outdated way to build packages with caml and does not work with pkgsrc ocaml versions for more than a year. Remove camlp4 and all packages using it. Ok jaapb@
2022-06-10Add fsrxpin1-1/+2
2022-05-31p5-Text-WordDiff: add version 0.09markd1-1/+2
This module is a variation on the lovely Text::Diff module. Rather than generating traditional line-oriented diffs, however, it generates word-oriented diffs. This can be useful for tracking changes in narrative documents or documents with very long lines. To diff source code, one is still best off using Text::Diff. But if you want to see how a short story changed from one version to the next, this module will do the job very nicely.
2022-05-12py-yamllint: added version 1.26.3adam1-1/+2
A linter for YAML files. yamllint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc.
2022-05-09Add hckpin1-1/+2
2022-05-05Added ocaml-textutils_kernel to Makefile SUBDIRsjaapb1-1/+2
2022-05-03Add htmlqpin1-1/+2
2022-05-03Add choosepin1-1/+2
2022-05-03Add angle-grinderpin1-1/+2
2022-05-03Add tucpin1-1/+2
2022-04-30Added textproc/R-fontawesome version 0.2.2mef1-1/+2
2022-04-23Added textproc/R-reprex version 2.0.1mef1-1/+2
2022-04-23Added textproc/R-dtplyr version 1.2.1mef1-1/+2
2022-04-21textproc/Makefile: + glowwiz1-1/+2
2022-04-20textproc: add tree-sitternia1-1/+2
Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited.
2022-04-20py-dill: added version 0.3.4adam1-1/+2
dill extends python's pickle module for serializing and de-serializing python objects to the majority of the built-in python types. Serialization is the process of converting an object to a byte stream, and the inverse of which is converting a byte stream back to a python object hierarchy.
2022-04-19textproc/Makefile: add py27-markupsafe, py27-jinja2tnn1-1/+3
2022-04-17p5-MultiMarkdown: removewiz1-2/+1
Same package, better version in p5-Text-MultiMarkdown
2022-04-07py-fastjsonschema: added version 2.15.3adam1-1/+2
fastjsonschema implements validation of JSON documents by JSON schema. The library implements JSON schema drafts 04, 06 and 07. The main purpose is to have a really fast implementation.
2022-04-06textproc/Makefile: + py-typogrifywiz1-1/+2
2022-04-05py-validate-pyproject: added version 0.7.1adam1-1/+2
With the approval of PEP 517 and PEP 518, the Python community shifted towards a strong focus on standardisation for packaging software, which allows more freedom when choosing tools during development and make sure packages created using different technologies can interoperate without the need for custom installation procedures. This shift became even more clear when PEP 621 was also approved, as a standardised way of specifying project metadata and dependencies. validate-pyproject was born in this context, with the mission of validating pyproject.toml files, and make sure they are compliant with the standards and PEPs. Behind the scenes, validate-pyproject relies on JSON Schema files, which, in turn, are also a standardised way of checking if a given data structure complies with a certain specification.
2022-04-05py-ini2toml: added version 0.10adam1-1/+2
The original purpose of this project is to help migrating setup.cfg files to PEP 621, but by extension it can also be used to convert any compatible .ini/.cfg file to TOML.
2022-03-29*: finish package removalswiz1-3/+1
2022-03-16Add csvlenspin1-1/+2
2022-03-06textproc: add lua-ftcsvnia1-1/+2
ftcsv is a fast csv library written in pure Lua. It features two parsing modes, one for CSVs that can easily be loaded into memory (up to a few hundred MBs depending on the system), and another for loading files using an iterator - useful for manipulating large files or processing during load. It correctly handles most csv (and csv-like) files found in the wild, from varying line endings (Windows, Linux, and OS9), UTF-8 BOM support, and odd delimiters. There are also various options that can tweak how a file is loaded, only grabbing a few fields, renaming fields, and parsing header-less files!
2022-02-27Add scatterbrainedsearchpin1-1/+2
2022-02-23textproc/Makefile: + hs-text-manipulatepho1-1/+2
2022-02-23textproc/Makefile: + hs-parserspho1-1/+2
2022-02-23textproc/Makefile: + hs-charsetpho1-1/+2
2022-02-23textproc/Makefile: + hs-boxespho1-1/+2
2022-02-21Add ydiff.fcambus1-1/+2
2022-02-16textproc/Makefile: + hs-HsYAML-aesonpho1-1/+2
2022-02-16textproc/Makefile: + hs-rope-utf16-splaypho1-1/+2