<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/textproc, branch TNF</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=TNF</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=TNF'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2016-01-30T11:09:18Z</updated>
<entry>
<title>Initial import of textproc/LDoc version 1.4.3.</title>
<updated>2016-01-30T11:09:18Z</updated>
<author>
<name>alnsn</name>
<email>alnsn@pkgsrc.org</email>
</author>
<published>2016-01-30T11:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7fad58c3f6e00869bd5f8f12942d3ce9d351e6f7'/>
<id>urn:sha1:7fad58c3f6e00869bd5f8f12942d3ce9d351e6f7</id>
<content type='text'>
LDoc is LuaDoc-compatible documentation generation system.</content>
</entry>
<entry>
<title>Import p5-XML-Descent-1.04 to pkgsrc</title>
<updated>2015-09-11T15:11:32Z</updated>
<author>
<name>bouyer</name>
<email>bouyer@pkgsrc.org</email>
</author>
<published>2015-09-11T15:11:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=65ece64f7fc52091f75d1b3374f2e263b981ee35'/>
<id>urn:sha1:65ece64f7fc52091f75d1b3374f2e263b981ee35</id>
<content type='text'>
The conventional models for parsing XML are either DOM (a data structure
representing the entire document tree is created) or SAX (callbacks are
issued for each element in the XML).

XML grammar is recursive - so it's nice to be able to write recursive
parsers for it. XML::Descent allows such parsers to be created.</content>
</entry>
<entry>
<title>Import p5-XML-TokeParser 0.05 to pkgsrc</title>
<updated>2015-09-11T15:08:39Z</updated>
<author>
<name>bouyer</name>
<email>bouyer@pkgsrc.org</email>
</author>
<published>2015-09-11T15:08:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=910dec2791c62821d5741f763254022d5c05f173'/>
<id>urn:sha1:910dec2791c62821d5741f763254022d5c05f173</id>
<content type='text'>
XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser
in much the same way that Gisle Aas' HTML::TokeParser provides a procedural
interface to HTML::Parser. XML::TokeParser splits its XML input up into
"tokens," each corresponding to an XML::Parser event.

A token is a bless'd reference to an array whose first element is an
event-type string and whose last element is the literal text of the
XML input that generated the event, with intermediate elements varying
according to the event type.

Each token is an object of type XML::TokeParser::Token. Read
"XML::TokeParser::Token" to learn what methods are available for
inspecting the token, and retrieving data from it.</content>
</entry>
<entry>
<title>csvkit is a suite of utilities for converting to and working with CSV,</title>
<updated>2015-01-11T13:35:16Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2015-01-11T13:35:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=40d2aa7c330cef3913ff77acf187bb3b61d391b6'/>
<id>urn:sha1:40d2aa7c330cef3913ff77acf187bb3b61d391b6</id>
<content type='text'>
the king of tabular file formats.</content>
</entry>
<entry>
<title>Imported from wip/py-openpyxl</title>
<updated>2014-10-25T22:19:45Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2014-10-25T22:19:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1c81d237db52fd8f179691f3077cb096ac1e135d'/>
<id>urn:sha1:1c81d237db52fd8f179691f3077cb096ac1e135d</id>
<content type='text'>
   openpyxl is a pure python reader and writer of Excel OpenXML files.

   It was born from lack of existing library to read/write natively from
   Python the new Office Open XML format.  All kudos to the PHPExcel team
   as openpyxl is a Python port of PHPExcel http://www.phpexcel.net/</content>
</entry>
<entry>
<title>Initial import of ocaml-text, packaged by Jaap Boender.</title>
<updated>2012-06-04T14:28:15Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2012-06-04T14:28:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=58a7d5c7789fd0e8f9f0bab655dd8af9a884c852'/>
<id>urn:sha1:58a7d5c7789fd0e8f9f0bab655dd8af9a884c852</id>
<content type='text'>
OCaml-Text is an OCaml library for dealing with Unicode.</content>
</entry>
<entry>
<title>Initial import of ocaml-tyxml, packaged by Jaap Boender in PR 45546:</title>
<updated>2012-06-04T13:13:14Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2012-06-04T13:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=19c4d00f5e3796da469ba82639785ba578d5ad71'/>
<id>urn:sha1:19c4d00f5e3796da469ba82639785ba578d5ad71</id>
<content type='text'>
TyXML is an OCaml library that allows you to build XML trees whose validity is
insured by the typechecker. It supports XHTML 1.0 and 1.1, HTML5 and SVG
(partial).</content>
</entry>
<entry>
<title>Initial import of py-Unidecode-0.04.9:</title>
<updated>2012-05-30T11:03:50Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2012-05-30T11:03:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dbf46fbe7f99af994df3eca58d9b43da2e8049d9'/>
<id>urn:sha1:dbf46fbe7f99af994df3eca58d9b43da2e8049d9</id>
<content type='text'>
It often happens that you have text data in Unicode, but you need
to represent it in ASCII. For example when integrating with legacy
code that doesn't support Unicode, or for ease of entry of non-Roman
names on a US keyboard, or when constructing ASCII machine identifiers
from human-readable Unicode strings that should still be somewhat
intelligeble (a popular example of this is when making an URL slug
from an article title).

Note that this module generally produces better results than simply
stripping accents from characters (which can be done in Python with
built-in functions). It is based on hand-tuned character mappings
that for example also contain ASCII approximations for symbols and
non-Latin alphabets.

This is a Python port of Text::Unidecode Perl module by Sean M.
Burke.</content>
</entry>
<entry>
<title>Initial import of textproc/p5-Unicode-LineBreak 2012.02</title>
<updated>2012-05-16T15:58:12Z</updated>
<author>
<name>bouyer</name>
<email>bouyer@pkgsrc.org</email>
</author>
<published>2012-05-16T15:58:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9e373de59cb1bcf6bd3402656a9685b6853e9d80'/>
<id>urn:sha1:9e373de59cb1bcf6bd3402656a9685b6853e9d80</id>
<content type='text'>
Three main modules and some supporting program files are contained. For
more details read following POD documentations:

    Text::LineFold - Line Folding for Plain Text
    Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters
    Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm</content>
</entry>
<entry>
<title>colorit is a simple utility for colorizing input texts</title>
<updated>2012-05-12T15:15:35Z</updated>
<author>
<name>cheusov</name>
<email>cheusov@pkgsrc.org</email>
</author>
<published>2012-05-12T15:15:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7dce649bff1ae96c8efc5c3d1ddfcaa639dcaf64'/>
<id>urn:sha1:7dce649bff1ae96c8efc5c3d1ddfcaa639dcaf64</id>
<content type='text'>
</content>
</entry>
</feed>
