non port: textproc/Makefile |
Number of commits found: 3011 (showing only 100 on this page) |
Friday, 23 Apr 2010
|
23:46 dinoex
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
 |
23:43 dinoex
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
 |
22:32 dinoex
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
 |
22:31 dinoex
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
 |
22:30 dinoex
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
 |
22:16 dinoex
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
 |
22:09 dinoex
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
 |
15:36 dinoex
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
 |
15:21 dinoex
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
 |
Tuesday, 20 Apr 2010
|
11:37 wen
Styles for formatting Spreadsheet::WriteExcel
WWW: http://search.cpan.org/dist/Spreadsheet-WriteExcel-Styler/
PR: ports/145864
Submitted by: Ju Pengfei <jupengfei@gmail.com>
 |
Saturday, 17 Apr 2010
|
05:27 miwi
This library is minimum, easy-to-use, C implementation for xml file parsing.
Because XML parsing is always hard to reinvent.
Because very often, xml libraries are too big to fit with little application.
WWW: http://code.google.com/p/libroxml/
PR: ports/145755
Submitted by: Hung-Yi Chen <gaod at hychen.org>
 |
Saturday, 10 Apr 2010
|
23:47 sylvio
- Perl library for recursive descent XML parsing.
WWW: http://search.cpan.org/dist/XML-Descent/
PR: ports/145602
Submitted by: Mike Bristow <mike@urgle.com>
Approved by: itetcu (mentor, implicit)
 |
23:44 sylvio
- Perl library that provides a simplified interface to XML::Parser
WWW: http://search.cpan.org/dist/XML-TokeParser/
PR: ports/145601
Submitted by: Mike Bristow <mike@urgle.com>
Approved by: itetcu (mentor, implicit)
 |
Thursday, 8 Apr 2010
|
00:49 wen
Text::Extract::Word is a simple module for extracting the text
from a Microsoft Word file.
WWW: http://search.cpan.org/dist/Text-Extract-Word
PR: ports/145458
Submitted by: Ju Pengfei <jupengfei@gmail.com>
 |
Tuesday, 6 Apr 2010
|
15:18 kuriyama
Text-Sass - Perl implementation of http://sass-lang.com/.
WWW: http://search.cpan.org/dist/Text-Sass/
 |
Friday, 2 Apr 2010
|
16:25 miwi
- readded under textproc
Extract OpenOffice 1.x spreadsheet data
WWW: http://search.cpan.org/dist/Spreadsheet-ReadSXC/
Submitted by: Steve Wills <steve at mouf.net>
 |
16:24 miwi
- Readded unter textproc
Read the data from a spreadsheet
WWW: http://search.cpan.org/dist/Spreadsheet-Read/
 |
14:56 kuriyama
Text::MicroTemplate is a standalone, fast, intelligent, extensible
template engine.
WWW: http://search.cpan.org/dist/Text-MicroTemplate/
 |
Monday, 29 Mar 2010
|
07:27 wen
paragrep is a paragraph grep utility. It searches for a series of
regular expressions in a text file (or several text files) and prints
out the paragraphs containing those expressions.
WWW: http://bmc.github.com/paragrep/
 |
Sunday, 21 Mar 2010
|
12:56 miwi
Htmlc is an HTML template files expander that produces regular HTML pages from
source files that contain text fragments that require some computation to be
written. Those fragments can be the output of an arbitrary Unix command, for
instance the last modification date of a page, or parts of HTML pages to be
included in the page, or pieces of the page that are common to the entire WEB
site (a presentation header or a footer section for each page). Providing the
automatic inclusion of those text fragments into your HTML source pages, Htmlc
offers a server independent way of defining templates to factorize out the
repetitive parts of HTML pages. Htmlc also provides a variable expansion
facility (using definitions in the template file or in simple environment files
using a syntax a la objective Caml). In short, Htmlc ensures the static
verification and the static expansion of the Server Side Includes directives of
the Web pages in the efficient and friendly way of a command-line compiler.
WWW: http://htmlc.inria.fr/eng.htm
PR: ports/144896
Submitted by: Timothy Beyer <beyert at cs.ucr.edu>
 |
Saturday, 20 Mar 2010
|
18:52 miwi
Template::Tiny is a reimplementation of a partial subset of the Template
Toolkit in as few lines of code as possible.
It is intended for use in light-usage, low-memory, or low-cpu templating
situations, where you may need to upgrade to the full feature set in the
future, or if you want the familiarity of TT-style templates.
It is intended to have fully-compatible template and stash usage, with a
limited by similar Perl API.
Unlike Template Toolkit, Template::Tiny will process templates without a
compile phase (but despite this is still quicker, owing to heavy use of
the Perl regular expression engine.
WWW: http://search.cpan.org/dist/Template-Tiny/
PR: ports/144823
Submitted by: ports at c0decafe.net
 |
Tuesday, 9 Mar 2010
|
22:34 miwi
The TDH utilities are a set of programs and filters useful in working
with ordinary tabular ascii data from the command line or in shell
scripts. They were developed to supplement standard unix utilities
such as sort and uniq. Two of the utilities are designed to work
specifically with tab-delimited exports from Excel/spreadsheets.
A full-featured date and time package (libchron) is also included.
WWW: http://quisp.sourceforge.net/tdhkit
PR: ports/144440
Submitted by: Charlie Kester <corky1951@comcast.net>
 |
Sunday, 28 Feb 2010
|
20:14 makc
Connect stardict-BritannicaConcise, stardict-OxfordCollocation,
stardict-oald, stardict-MerrianWebster and stardict-longman to build
Feature safe: yes
 |
Saturday, 27 Feb 2010
|
22:04 gerald
Remove a few days after the end of the expiration period.
Feature safe: yes
 |
Thursday, 25 Feb 2010
|
12:59 miwi
lightweight C library that can parse John Gruber's [markdown]
(http://daringfireball.net/projects/markdown/) format and convert
it into several formats and can be easily extended.
It also provides two usage examples:
- lace: markdown to xhtml conversion.
- kilt: markdown to manpage conversion.
WWW: http://git.instinctive.eu/cgit/libupskirt/
PR: ports/Feature safe: yes
****
**** tag if you are sure this commit does not violate
**** feature freeze guidelines. If in doubt, contact portmgr.
****
cvs [commit aborted]: Message verification failed
/usr/ports/Tools/scripts/addport: cvs commit failed, aborting.
===> Done
[13:57][miwi@miwi] $ Feature safe: yes
(~/dev/ports/textproc/libupskirt)
zsh: command not found: Feature
[13:58][miwi@miwi] $ pc
(~/dev/ports/textproc/libupskirt)
===> Your username on freefall: miwi
===> Pre-commit portlint check
lightweight C library that can parse John Gruber's [markdown]
(http://daringfireball.net/projects/markdown/) format and convert
it into several formats and can be easily extended.
It also provides two usage examples:
- lace: markdown to xhtml conversion.
- kilt: markdown to manpage conversion.
WWW: http://git.instinctive.eu/cgit/libupskirt/
PR:>····>·······ports/144209
Submitted by:>··Bapt <baptiste.daroussin at gmail.com>
Feature safe: yes
 |
Monday, 15 Feb 2010
|
00:54 tobez
Add textproc/p5-Markapl 0.10, a templating system in Perl using
Perl-like syntax. It is similar to textproc/p5-Template-Declare,
but with some syntactic niceties impossible without using a
syntax-modifying devel/p5-Devel-Declare.
 |
Saturday, 13 Feb 2010
|
11:27 miwi
xml-commons is focussed on common code and guidelines for xml projects. The
first focus will be to organize and have common packaging for the various
externally-defined standards code relating to XML - things like the DOM,
SAX, and JAXP interfaces.
As the xml-commons community forms, we also hope to serve as a holding area
for other common xml-related utilities and code, and to help promulgate
common packaging, testing, documentation, and other guidelines across all
xml.apache.org subprojects.
WWW: http://xml.apache.org/commons/
PR: ports/143863
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
 |
Thursday, 11 Feb 2010
|
13:26 wen
pecl-yaml is a YAML-1.1 parser and emitter, it Support for
YAML 1.1 (YAML Ain't Markup Language) serialization using
the LibYAML library.
WWW: http://pecl.php.net/package/yaml/
 |
Saturday, 6 Feb 2010
|
13:47 gabor
The grep command searches one or more input files for lines containing a match
to a specified pattern. By default, grep prints the matching lines.
WWW: http://www.gnu.org/software/grep/
 |
Thursday, 4 Feb 2010
|
04:53 pgollucci
A light-weight and simple templating engine for Ruby.
WWW: http://github.com/manveru/ezamar
PR: ports/143512
Submitted by: Jyun-Yan You <jyyou at cs.nctu.edu.tw>
 |
Thursday, 28 Jan 2010
|
01:11 miwi
read a POD document as a series of trivial events
WWW: http://search.cpan.org/dist/Pod-Eventual
PR: ports/142056
Submitted by: Andrey Kostenko <andrey at kostenko.name>
 |
Wednesday, 27 Jan 2010
|
17:07 nobutaka
Add uim-el-emacs22, a slave port of textproc/uim-el for emacs22.
 |
01:11 miwi
Kwalify is a parser, schema validator, and data binding tool for YAML and JSON.
YAML and JSON are simple and nice format for structured data and easier for
human to read and write than XML. But there have been no schema for YAML
such as RelaxNG or DTD. Kwalify gets over this situation.
WWW: http://www.kuwata-lab.com/kwalify/
PR: ports/142933
Submitted by: Eric Freeman <freebsdports at chillibear.com>
 |
01:06 miwi
PHP Simple HTML DOM Parser is a HTML DOM parser written in PHP5+,
and it let you manipulate HTML in a very easy way!
Features:
* Supports invalid HTML.
* Find tags on an HTML page with selectors just like jQuery.
* Extract contents from HTML in a single line.
WWW: http://simplehtmldom.sourceforge.net/
PR: ports/142933
Submitted by: Joe Horn <joehorn at gmail.com>
 |
Saturday, 23 Jan 2010
|
01:33 wen
Pod::HtmlEasy is a perl module to generate HTML data from POD in a easy and
personalized mode. By default the HTML generated is similar to the CPAN site
style for module documentation.
WWW: http://search.cpan.org/dist/Pod-HtmlEasy/
 |
Wednesday, 20 Jan 2010
|
19:14 miwi
2010-01-08 audio/dino: has been broken for 7 months
2010-01-08 devel/asis-gpl: has been broken for 3 months
2010-01-08 devel/florist-gpl: has been broken for 3 months
2010-01-08 devel/kdesvn: has been broken for 4 months
2010-01-08 devel/radrails: has been broken for 3 months
2010-01-08 devel/rubygem-rtags: has been broken for 5 months
2010-01-12 games/hattrickorganizer: Has been broken for quite some time
2010-01-08 games/laughingman: has been broken for 3 months
2010-01-08 devel/aunit: has been broken for 3 months
2010-01-18 devel/gdb53: has been broken for 3 months
2010-01-08 lang/ccscript: has been broken for 4 months
2010-01-08 lang/gnat-glade: has been broken for 3 months
2010-01-08 lang/xsb: has been broken for 6 months
2010-01-08 multimedia/nmm: has been broken for 3 months
2010-01-08 multimedia/sabbu: has been broken for 3 months
2010-01-08 net/adasockets: has been broken for 3 months
2010-01-08 textproc/bidiv: has been broken for 3 months
2010-01-08 textproc/xmlada-gps: has been broken for 3 months
 |
Monday, 18 Jan 2010
|
06:46 pgollucci
- remove broken/expired ports@ ports
Approved by: portmgr (miwi)
audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months
audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months
chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months
chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months
devel/adabindx||2010-01-18|Has expired: has been broken for 3 months
devel/agide||2010-01-18|Has expired: has been broken for 6 months
devel/asis||2010-01-18|Has expired: has been broken for 3 months
devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind
devel/florist||2010-01-18|Has expired: has been broken for 3 months
editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months
graphics/gephex||2010-01-18|Has expired: has been broken for 3 months
graphics/irit||2010-01-18|Has expired: has been broken for 3 months
graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months
japanese/expect||2010-01-18|Has expired: has been broken for 3 months
lang/pnetc||2010-01-18|Has expired: has been broken for 5 months
mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months
net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months
net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months
palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months
print/latex-msc||2010-01-18|Has expired: has been broken for 3 months
science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months
shells/bush||2010-01-18|Has expired: has been broken for 3 months
textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4
months
textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months
x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
 |
Thursday, 14 Jan 2010
|
14:58 amdmi3
This is YALI, its a LOLCODE interpreter, written in perl.
WWW: http://1.618034.com/yali-yet-another-lolcode-interpreter/index.php
- While here, keep textproc/Makefile sorted
PR: 141173
Submitted by: Tom Sparks <tsparks@appliedops.net>
 |
Tuesday, 12 Jan 2010
|
22:22 pgj
The texmathml Haskell library provides functions to convert LaTeX math
formulas to presentation MathML. It supports basic LaTeX and AMS
extensions, but not macros.
WWW: http://hackage.haskell.org/package/texmath
PR: ports/142580
Submitted by: Jacula Modyun <jacula(at)gmail.com>
 |
22:17 pgj
Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds in Haskell.
WWW: http://hackage.haskell.org/package/feed
PR: ports/142568
Submitted by: Jacula Modyun <jacula(at)gmail.com>
 |
22:16 pgj
A simple XML library for Haskell.
WWW: http://hackage.haskell.org/package/xml
PR: ports/142567
Submitted by: Jacula Modyun <jacula(at)gmail.com>
 |
22:11 pgj
Basic implementation of the standard diff algorithm in Haskell.
WWW: http://hackage.haskell.org/package/Diff
PR: ports/142564
Submitted by: Jacula Modyun <jacula(at)gmail.com>
 |
Saturday, 9 Jan 2010
|
23:20 pgollucci
glpi-plugins-DataInjection is a glpi plugin.
It allows data import into GLPI using CSV files.
It allows to create models of injection for a future re-use.
It's been created in order to :
* Import datas coming from others asset management softwares
* Inject electronic delivery forms
Datas to be imported using the plugains are :
* Inventory datas (except softwares and licenses)
* Management datas (contract, contact, supplier)
* Configuration datas (user, group, entity)
PR: ports/140177
Submitted by: ddurieux <d.durieux at siprossii.com>
 |
23:20 pgollucci
glpi-plugins-AdditionalReports is a glpi plugin.
It enables additional reports.
Main features :
* It also plugin allow you to add new reports in a simply way
(one PHP script for the report and one for the translation).
* It handle the right for each new report
* It provides some new reports (as sample)
PR: ports/140176
Submitted by: ddurieux <d.durieux at siprossii.com>
 |
Wednesday, 6 Jan 2010
|
22:02 miwi
Quick CSS parser
WWW: http://search.cpan.org/dist/CSS-Croco
PR: ports/142050
Submitted by: andrey at kostenko.name
 |
Saturday, 2 Jan 2010
|
23:18 pgj
TagSoup is a Haskell library for extracting information out of
unstructured HTML code, sometimes known as tag-soup. The HTML does not
have to be well formed, or render properly within any particular
framework. This library is for situations where the author of the HTML
is not cooperating with the person trying to extract the information, but
is also not trying to hide the information.
WWW: http://www-users.cs.york.ac.uk/~ndm/tagsoup/
PR: ports/142183
Submitted by: Jacula Modyun <jacula(at)gmail.com>
 |
Thursday, 31 Dec 2009
|
11:53 skv
Add pootle 2.0.0, pootle is a user-friendly web portal for simple
translation process.
 |
Saturday, 26 Dec 2009
|
18:00 miwi
Text::Emoticon::MSN is a text filter that replaces text emoticons
like ":-)", ";-P", etc. to the icons of MSN Messenger, detailed
in http://messenger.msn.com/Resource/Emoticons.aspx
WWW: http://search.cpan.org/dist/Text-Emoticon-MSN/
PR: ports/142027
Submitted by: Alex Deiter <Alex.Deiter at Gmail.COM>
 |
Thursday, 24 Dec 2009
|
22:14 miwi
Ruby library for rendering safe templates which cannot affect the
security of the server they are rendered on.
WWW: http://www.liquidmarkup.org/
PR: ports/141946
Submitted by: peter.schuller at infidyne.com
 |
Sunday, 20 Dec 2009
|
14:14 kuriyama
Patches text with given patch.
WWW: http://search.cpan.org/dist/Text-Patch/
 |
Wednesday, 9 Dec 2009
|
06:55 wen
This module is a companion for XML::LibXML. It operates with LibXML
objects, could return or accept LibXML objects, and may be used for
easy data transformations.
It is faster in parsing then XML::Simple, XML::Hash, XML::Twig and
of course much slower than XML::Bare.
It is faster in composing than XML::Hash, but slower than XML::Simple.
WWW: http://http://search.cpan.org/dist/XML-Hash-LX/
 |
Sunday, 6 Dec 2009
|
14:39 lth
Add p5-String-Truncate 0.102, a module for when strings are too long to
be displayed in....
 |
Tuesday, 24 Nov 2009
|
14:51 skreuzer
Parse::BooleanLogic is a fast parser for boolean expressions. Originally
written for Request Tracker to parse SQL like expressions, it can be
used to parse other boolean logic sentences with OPERANDs joined using
binary OPERATORs and grouped and nested using parentheses.
 |
Sunday, 22 Nov 2009
|
13:21 miwi
This is the table based input method framework for IBus (Intelligent Input
Bus). It does not include real tables except two demo layouts, "Compose"
(which mimics Compose Key input) and "LaTeX" (which allows you to use LaTeX
commands as keyboard sequences to input various symbols).
WWW: http://code.google.com/p/ibus
PR: ports/140761
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
 |
12:14 wen
Intelligent Input Bus for Linux / Unix OS, iBus, is the next generation
input framework, developed by the developer of scim-python, includes all
its function, and much more.
This is the ibus-qt port, the input method module for Qt4 of ibus.
You may select ibus as the input method in qtconfig after installation.
WWW: http://code.google.com/p/ibus
PR: ports/140665
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
 |
Friday, 13 Nov 2009
|
14:07 bsam
The project aims to create a feature-rich dictionary lookup program.
It supports:
* Babylon .BGL files, complete with images and resources;
* StarDict .ifo/.dict./.idx/.syn dictionaries;
* Dictd .index/.dict(.dz) dictionary files;
* ABBYY Lingvo .dsl source files, together with abbreviations.
The files can be optionally compressed with dictzip. Dictionary
resources can be packed together into a .zip file;
* ABBYY Lingvo .lsa/.dat audio archives. Those can be indexed
separately, or be referred to from .dsl files.
LICENSE: GPL3 or later
WWW: http://goldendict.berlios.de/
 |
Tuesday, 10 Nov 2009
|
11:16 demon
New port: XML-Validate.
XML::Validate is a generic interface to different XML validation backends.
 |
Saturday, 31 Oct 2009
|
12:49 wen
Pod::Autopod is designed to generate pod documentation of a perl
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)
 |
Friday, 30 Oct 2009
|
16:18 skv
textproc/p5-XML-LibXML-Common merged into textproc/p5-XML-LibXML.
 |
Friday, 23 Oct 2009
|
02:59 wen
Markdown is a text-to-HTML filter; it translates an easy-to-read and
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)
 |
Wednesday, 21 Oct 2009
|
09:16 miwi
OpenOffice::OODoc is an extensible Perl interface allowing direct
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
 |
09:15 miwi
This is a keyboard for input of the Malayalam according to the transliteration
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>
 |
Tuesday, 20 Oct 2009
|
23:51 wen
XML::Reader provides a simple and easy to use interface for
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)
 |
Wednesday, 30 Sep 2009
|
14:21 miwi
This implements a spell checker to Text::SpellChecker
using ZConf::GUI.
textspellchecker - Spell checker script.
WWW: http://search.cpan.org/dist/Text-SpellChecker-GUI
PR: ports/139176
Submitted by: Zane C, Bowers <vvelox at vvelox.net>
 |
Friday, 4 Sep 2009
|
20:39 miwi
This is the m17n IMEngine for IBus (Intelligent Input Bus) framework. It
allows you to use official and contributed keyboard layouts of the m17n
project (available via devel/m17n-db and textproc/m17n-contrib) through
standard IBus interface. m17n-lib currenty supports input of more than 60
languages with more than 70 language-specific input methods.
WWW: http://code.google.com/p/ibus
PR: ports/138521
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
 |
Wednesday, 2 Sep 2009
|
17:26 miwi
This is a keyboard for typesetting Ancient Greek with precomposed Unicode
characters. It is written in Keyman Keyboard Language by SIL Non-Roman Script
Initiative (NRSI).
The main purpose of the keyboards is to provide a wide range of keying options,
so many characters can be entered in multiple ways. The features include:
* preserving the context when deleting;
* choosing the correct code for the sigma depending upon the encoding and
the context (so the correct final form is used when appropriate);
* understanding the context of gamma so that it can be typed as 'n' before
kappa, xi or chi and as 'ng' before another gamma.
* support for Greek punctuation.
WWW: http://scripts.sil.org/KeymanKeyboardLinks#e9f80714
PR: ports/138447
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
 |
17:25 miwi
This is a keyboard for input of the standardized Yi script of southwestern
China with Unicode Yi fonts. It is written in Keyman keyboard language and
developed by SIL Non-Roman Script Initiative (NRSI).
To keyboard a Yi syllable, you should type the Pinyin romanization for that
syllable, followed by a space. For keyboarding punctuation, use the usual
punctuation keystrokes.
The keyboard is compatible with Yi range as defined in Unicode 3.0 and it does
not provide keystrokes for the Yi Radicals which were added to Unicode 3.2
(U+A4A2..U+A4A3, U+A4B4, U+A4C1, U+A4C5).
WWW: http://scripts.sil.org/SILYI_home
PR: ports/138448
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
 |
17:24 miwi
This is a set of two keyboards that provides a single implementation for many
Roman writing systems across Africa, based on results compiled from data from
Benin, Burkina Faso, Cameroon, Chad, Cote d'Ivoire, Nigeria, Senegal and Togo.
The keyboards are written in Keyman keyboard language and developed by SIL
Non-Roman Script Initiative (NRSI). The software is distributed under the
X11-style license (http://scripts.sil.org/X11License).
This port installs the keyboards so that they can be used through SCIM KMFL
IMEngine (textproc/scim-kmfl-imengine). Two layouts are provided:
* mnemonic layout for any keyboard (using deadkeys);
* positional layout for US keyboard (using deadkeys and/or shift-states, i.e.
RALT and LALT keys).
WWW: http://scripts.sil.org/AfricanKeyboard1
PR: ports/138464
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
 |
Friday, 28 Aug 2009
|
19:15 miwi
TECkit (Text Encoding Conversion toolkit) is a toolkit for converting data
between 8-bit legacy encodings and Unicode. It can also be used for
transliteration of Unicode between different scripts.
TECkit uses a mapping description language (mapping byte encodings to Unicode).
Mapping rules can be extended by (1) the use of character sequences rather than
single characters on either side; (2) by the addition of contextual constraints
(environments) determining when a rule should apply; (3) and by the use of
character classes, optional and repeatable elements, grouping and alternation
to express more complex patterns to be matched and processed.
TECkit is particularly useful with XeTeX (Unicode-aware derivate of TeX).
The following binaries are provided:
teckit_compile mapping compiler that allows binary mapping tables (.tec)
to be built from TECkit description files (.map)
sfconv a tool for converting Standard Format (SF) files
txtconv a utility to apply TECkit mappings to plain-text files
WWW: http://scripts.sil.org/TECkit
PR: ports/138212
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
 |
Thursday, 27 Aug 2009
|
18:46 miwi
Template Toolkit plugin interface to Text::Autoformat module. This is
a separate distribution as of Template-Toolkit 2.22.
WWW: http://search.cpan.org/dist/Template-Plugin-Autoformat
PR: ports/137941
Submitted by: Vivek Khera <vivek at khera.org>
 |
Saturday, 22 Aug 2009
|
22:23 miwi
Sphinx search engine API Perl client.
WWW: http://search.cpan.org/dist/Sphinx-Search
PR: ports/138000
Submitted by: Vivek Khera <vivek at khera.org>
 |
22:10 miwi
Library to create spreadsheet files compatible with
MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.3
to 2.6
xlwt is a library for generating spreadsheet files that are compatible
with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt
has full support for Unicode. Excel spreadsheets can be generated on
any platform without needing Excel or a COM server. The only
requirement is Python 2.3 to 2.6. xlwt is a fork of pyExcelerator.
WWW: http://www.python-excel.org/
PR: ports/137969
Submitted by: Dikshie
 |
22:09 miwi
Library for developers to extract data from Microsoft Excel (tm)
spreadsheet files
Extract data from new and old Excel spreadsheets on any platform.
Pure Python (2.1 to 2.6). Strong support for Excel dates. Unicode-aware.
WWW: http://www.python-excel.org/
PR: ports/137970
Submitted by: Dikshie
 |
22:08 miwi
A logging framework handler that tracks when messages above a certain
level have been logged.
This is a handler for the python standard logging framework that can
be used to tell whether messages have been logged at or above a certain
level.
This can be useful when wanting to ensure that no errors have been
logged before committing data back to a database.
WWW: http://pypi.python.org/pypi/errorhandler/1.0.0
PR: ports/137970
Submitted by: Dikshie
 |
Thursday, 13 Aug 2009
|
16:41 miwi
Text::ASCIIMathML is a parser for ASCIIMathML text which produces
MathML XML markup strings that are suitable for rendering by any
MathML-compliant browser.
WWW: http://search.cpan.org/dist/Text-ASCIIMathML/
PR: ports/137605
Submitted by: Wen Heping <wenheping at gmail.com>
 |
Friday, 7 Aug 2009
|
16:01 skreuzer
Perl extension for inclusive and exclusive canonicalization of XML using libxml2
PR: ports/137474
Submitted by: Gea-Suan Lin <gslin@gslin.org>
 |
Thursday, 6 Aug 2009
|
11:11 demon
New port: MARC::XML.
MARC-XML is an extension to the MARC-Record distribution for working with
XML data encoded using the MARC21slim XML schema from the Library of Congress.
For more details see: http://www.loc.gov/standards/marcxml/
 |
Wednesday, 5 Aug 2009
|
09:10 miwi
MARC::Charset allows you to turn MARC-8 encoded strings into UTF-8
strings. MARC-8 is a single byte character encoding that predates
unicode, and allows you to put non-Roman scripts in MARC bibliographic
records.
WWW: http://search.cpan.org/dist/MARC-Charset
PR: ports/137433
Submitted by: Wen Heping <wenheping at gmail.com>
 |
00:39 amdmi3
This module creates a layer on top of DOM that allows you to program
in a "push" style rather than "pull". Once the document has been parsed
and you have a DOM object, you can call on the DOMHandler's traverse()
method to apply a set of call-back routines to all the nodes in a tree.
WWW: http://search.cpan.org/dist/XML-DOMHandler-1.0/
PR: 137424
Submitted by: Stefan Pauly <stefan@fh-mainz.de>
 |
Wednesday, 29 Jul 2009
|
14:13 miwi
Python lib for:
* creole markup -> html
* html -> creole markup
WWW: http://code.google.com/p/python-creole/
PR: ports/137235
Submitted by: Stanislav Svirid <count at 211.ru>
 |
Tuesday, 28 Jul 2009
|
17:47 miwi
Apertium is an open-source machine translation platform, initially aimed
at related-language pairs but recently expanded to deal with more
divergent language pairs (such as English-Catalan). The platform
provides:
1. a language-independent machine translation engine
2. tools to manage the linguistic data necessary to build a machine
translation system for a given language pair and
3. linguistic data for a growing number of language pairs
WWW: http://www.apertium.org/
PR: ports/137135
Submitted by: Mykola Dzham <freebsd at levsha.org.ua>
 |
17:47 miwi
lttoolbox is a toolbox for lexical processing, morphological analysis
and generation of words. The analysis is the process of splitting of
words splitting a word (e.g. cats) into its lemma 'cat' and the
grammatical information <n><pl>. The generation is the opposite
process.
The package is split into three programs, lt-comp, the compiler,
lt-proc, the processor, and lt-expand, which generates all possible
mappings between surface forms and lexical forms in the dictionary.
WWW: http://wiki.apertium.org/wiki/Lttoolbox
PR: ports/137134
Submitted by: Mykola Dzham <freebsd at levsha.org.ua>
 |
13:36 tobez
Add textproc/p5-XML-Parser-Style-EasyTree 0.03, a Perl module that
parses XML to a simple tree.
 |
09:18 skv
Add p5-String-RewritePrefix 0.004, rewrite strings based on a set of
known prefixes.
PR: ports/137133
Submitted by: Bill Brinzer <bill.brinzer xx gmail.com>
 |
Thursday, 16 Jul 2009
|
17:33 garga
This is a keyboard for input of the complex Biblical Hebrew (including
cantillation marks) with Unicode fonts. It is written in Keyman keyboard
language and developed by SIL Non-Roman Script Initiative (NRSI).
This port installs the keyboard so that it can be used through SCIM KMFL
IMEngine (textproc/scim-kmfl-imengine).
The keyboard is provided under the terms of MIT/X11 License.
WWW: http://scripts.sil.org/SILHebrUnic2
http://scripts.sil.org/SILHebrUni_Documentation
PR: ports/136768
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
 |
17:32 garga
This keyboard is designed to enable simple input of most Latin script
languages, including all major European Latin-script languages. The
keyboard is written in KMN Keyboard Language by the KMN language
developer, Tavultesoft (http://www.tavultesoft.com). The keyboard
uses punctuation and letter keys in sequence to access diacritic and
other letters.
This port installs the keyboard so that it can be used through SCIM
KMFL IMEngine (textproc/scim-kmfl-imengine).
Some of the supported languages include: Afrikaans, Albanian,
Balearic, Basque, Breton, Catalan, Croatian, Czech, Danish, Dutch,
Esperanto, Estonian, Faroese, Finnish, French, Gaelic, Galician,
German, Hungarian, Icelandic, Inuktitut, Italian, Kashubian, Ladin,
Latvian, Lithuanian, Maltese, Norwegian, Nynorsk, Polish, Portugese,
Romansch, Saami, Serbian, Slovak, Slovenian, Sorbian, Spanish,
Swedish, Tagalog, Turkish, Valencian, Vlaams, Walloon, Welsh and Zulu.
The keyboard is distributed under the terms of 3-clause BSD-licence.
WWW: http://eurolatin.keymankeyboards.com/
PR: ports/136150
Submitted by: Nikola Lecic <nikola.lecic at anthesphoria.net>
 |
Wednesday, 15 Jul 2009
|
13:47 amdmi3
Base class and utility methods for manipulating Perl via PPI. Pulled
out from the Padre::Task::PPI code.
WWW: http://search.cpan.org/dist/PPIx-EditorTools/
PR: 136699
Submitted by: Cezary Morga <cm@therek.net>
 |
Tuesday, 14 Jul 2009
|
23:18 pgollucci
This is an interface into HTML::SuperForm through the Template Toolkit. When
created without arguments (i.e. [% USE form = HTML.SuperForm %]), the
Template's stash is searched for an Apache object or a CGI object to pass to
HTML::SuperForm's constructor.
When created with arguments (i.e. [% USE form = HTML.SuperForm(arg) %]),
the arguments are passed to HTML::SuperForm's constructor.
A dep for www/p5-Gantry
Reported by: Cezary Morga <cm@therek.net>
 |
23:17 pgollucci
Used in its basic form, this module provides an interface for generating basic
HTML form elements much like HTML::StickyForms does. The main difference is
HTML::SuperForm returns HTML::SuperForm::Field objects rather than plain HTML.
This allows for more flexibilty when generating forms for a complex application.
To get the most out of this module, use it as a base (Super) class for your own
form object which generates your own custom fields. If you don't use it this
way,
I guess there's really nothing Super about it. Example are shown later in the
document.
The interface was designed with mod_perl and the Template Toolkit in mind,
but it works equally well in any cgi environment.
A dep for www/p5-Gantry
Reported by: Cezary Morga <cm@therek.net>
 |
06:02 pgollucci
LuaExpat is a SAX XML parser based on the Expat library. SAX is the Simple API
for XML and allows programs to:
* process a XML document incrementally, thus being able to handle huge
documents without memory penalties;
* register handler functions which are called by the parser during the
processing of the document, handling the document elements or text.
With an event-based API like SAX the XML document can be fed to the parser in
chunks, and the parsing begins as soon as the parser receives the first
document chunk. LuaExpat reports parsing events (such as the start and end of
elements) directly to the application through callbacks. The parsing of huge
documents can benefit from this piecemeal operation.
WWW: http://www.keplerproject.org/luaexpat
PR: ports/136265
Submitted by: Andrew Lewis <dru at silenceisdefeat.net>
 |
Monday, 13 Jul 2009
|
22:15 miwi
A simple wrapper for parsing OPML files.
WWW: http://rubyforge.org/projects/opml/
PR: ports/136719
Submitted by: TERAMOTO Masahiro <markun at onohara.to>
 |
22:13 miwi
HTMLEntities is a simple library to facilitate encoding and decoding of
named (ý and so on) or numerical ({ or Ī) entities
in HTML and XHTML documents.
WWW: http://rubyforge.org/projects/htmlentities/
PR: ports/136713
Submitted by: TERAMOTO Masahiro <markun at onohara.to>
 |
Sunday, 12 Jul 2009
|
22:19 miwi
LaTeX::Pod converts LaTeX sources to Perl's POD (Plain old
documentation) format. Currently only a subset of the available
LaTeX language is supported.
WWW: http://search.cpan.org/dist/LaTeX-Pod/
PR: ports/136639
Submitted by: Wen Heping <wenheping at gmail.com>
 |
14:05 dhn
Termcolor is a library for ANSI color formatting
like HTML for output in terminal.
WWW: http://github.com/jugyo/termcolor/tree/master
 |
Tuesday, 7 Jul 2009
|
13:27 amdmi3
Little and efficient Perl module to manage xml data.
WWW: http://search.cpan.org/dist/XML-TinyXML/
PR: 136395
Submitted by: Rick van der Zwet <info@rickvanderzwet.nl>
 |
Saturday, 20 Jun 2009
|
19:06 beat
POD::Abstract provides a means to load a POD (or POD compatible)
document without direct reference to it's syntax, and perform
manipulations on the abstract syntax tree.
This can be used to support additional features for POD, to format
output, to compile into alternative formats, etc.
While Pod looks like a simple format, the specification calls for
a number of special cases to be handled, and that makes any software
that works on Pod as text more complex than it needs to be. In
addition to this, Pod does not lend itself to a natural structured
model. This makes it difficult to manipulate without damaging the
validity of the document.
Pod::Abstract solves these problems by loading the document into a
structured tree, and providing consistent traversal, searching,
manpulation and re-serialisation. Pod related utilities are easy
to write using Pod::Abstract.
WWW: http://search.cpan.org/dist/Pod-Abstract/
PR: ports/135181
Submitted by: Cezary Morga <cm AT therek.net>
 |
Saturday, 13 Jun 2009
|
23:51 miwi
- Update to 1.0.1.12
- Connect py-markdown2 to the build
PR: 135247
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
 |
Friday, 12 Jun 2009
|
13:40 skreuzer
Atom takes in plain text with simple layout hints and outputs as HTML
or LaTeX.
PR: ports/135424
Submitted by: Chris Rees <chris@bayofrum.net>
Approved by: wxs (mentor)
 |
Friday, 5 Jun 2009
|
22:07 miwi
This module supports multipage tables via the xtab and the longtable
package. For publication quality tables it utilizes the booktabs
package. It also supports the tabularx and tabulary packages for
nicer fixed-width tables. Furthermore, it supports the colortbl
package for colored tables optimized for presentations. The powerful
new ctable package is supported and especially recommended when
footnotes are needed. LaTeX::Table ships with some predefined, good
looking themes.
WWW: http://search.cpan.org/dist/LaTeX-Table/
PR: ports/135243
Submitted by: Wen Heping <wenheping at gmail.com>
 |
22:07 miwi
The LaTeX::Driver module encapsulates the details of invoking the
Latex programs to format a LaTeX document. Formatting with LaTeX
is complicated; there are potentially many programs to run and the
output of those programs must be monitored to determine whether
further processing is required.
WWW: http://search.cpan.org/dist/LaTeX-Driver/
PR: ports/135170
Submitted by: Wen Heping <wenheping at gmail.com>
 |
Number of commits found: 3011 (showing only 100 on this page) |