* Simplifies Makefile (removes many unnecessary directives and the patch);
* Adds documentation (README explains the syntax how to create custom tables);
* Adds DESKTOP_ENTRIES;
* Improves pkg-descr;
* Passes maintainership to the submitter.
PR: 140239
Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net>
class by analysing its code. The idea is to have something similar
like javadoc. So it uses also comments written directly obove the
method definitions. It is designed to asumes a pm file which
represents a class.
Of course it can not understand every kind of syntax, parameters,
etc. But the plan is to improve this library in the future to
understand more and more automatically.
WWW: http://search.cpan.org/dist/Pod-Autopod/
Approved by: miwi,jadawin(mentors,implicit)
easy-to-write structured text format into HTML. Markdown's text format
is most similar to that of plain text email, and supports features such
as headers, *emphasis*, code blocks, blockquotes, and links.
Markdown's syntax is designed not as a generic markup language, but
specifically to serve as a front-end to (X)HTML. You can use span-level
HTML tags anywhere in a Markdown document, and you can use block level
HTML tags (like <div> and <table> as well).
Text::MultiMarkdown implements the MultiMarkdown markdown syntax
extensions from: http://fletcherpenney.net/multimarkdown/
WWW: http://search.cpan.org/dist/Text-MultiMarkdown/
Approved by: mentors(implicit)
read/write operations on files which comply with the
OASIS Open Document Format for Office Applications (ODF),
i.e. the ISO/IEC 26300:2006 standard.
It provides a high-level, document-oriented language, and isolates
the programmer from the details of the file format. It can process
different document classes (texts, spreadsheets, presentations,
and drawings). It can retrieve or update styles and images,
document metadata, as well as text content.
WWW: http://search.cpan.org/dist/OpenOffice-OODoc/
PR: ports/139548
Submitted by: meyser at xenet.de
scheme called Mozhi (https://sites.google.com/site/cibu/mozhi). The keymap is
written in Keyman keyboard language and developed as a part of Varamozhi
Project under the LGPL license.
The Mozhi is intended to be the most intuitive scheme for Malayalam speakers.
It simplifies what the user needs to remember and is is not phonetically
accurate.
This keymap supports the current standard for Malayalam Chillus (i.e. without
special encoding). It offers mnemonic keyboard functionality and smart-quote
functionality with comas and numerals.
This port installs the keyboard so that it can be used through SCIM KMFL
IMEngine (textproc/scim-kmfl-imengine).
WWW: http://varamozhi.sourceforge.net/
PR: ports/139498
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
The upstream moves the distfile to new location at site.google.com.
The new location redirects to randomly generated URL. For now,
temporarily put it as a local distfile.
Reported by: pointyhat
Approved by: rafan (co-mentor)
sequentially parsing XML files (so called "pull-mode" parsing)
and at the same time keeps track of the complete XML-path.
It was developped as a wrapper on top of XML::Parser.
WWW: http://search.cpan.org/dist/XML-Reader/
Approved by: mentors(implicit)