It's built on top of Nokogiri and libxml2, so it's fast and has a nice API.
Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML
sanitizers, which are based on HTML5lib's whitelist.
WWW: http://github.com/flavorjones/loofah
WWW: http://loofah.rubyforge.org/loofah/
PR: ports/147185
Submitted by: Eric Freeman <freebsdports at chillibear.com>
native formats and transforms them into a tree. Configuration changes are made
by manipulating this tree and saving it back into native config files.
WWW: http://augeas.net
PR: ports/146743
Submitted by: Russell Jackson <raj at csub.edu>
documents as trees of elements. This model may be familiar from many other
document systems, especially the HTML DOM. Pod::Elemental's document
object model is much less sophisticated than the HTML DOM, but still makes
a lot of document transformations easy.
WWW: http://search.cpan.org/dist/Pod-Elemental/
POD2::FR. These modules belong to the Italian and the French
translation projects of core Perl pods.
WWW: http://search.cpan.org/dist/POD2-Base/
PR: ports/146974
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
in a manner similar to the way the PPI package parses Perl.
WWW: http://search.cpan.org/dist/PPIx-Regexp
PR: ports/146973
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
introduces a more general approach for processing XML with Haskell. The
Haskell XML Toolbox uses a generic data model for representing XML
documents, including the DTD subset and the document subset, in Haskell.
It contains a validating XML parser, a HTML parser, namespace support,
an XPath expression evaluator, an XSLT library, a RelaxNG schema
validator and funtions for serialization and deserialization of user
defined data. The library make extensive use of the arrow approach for
processing XML.
WWW: http://www.fh-wedel.de/~si/HXmlToolbox/index.html
formats using a common MODS-format XML intermediate. For example, one
can convert RIS-format files to Bibtex by doing two transformations:
RIS->MODS->Bibtex. By using a common intermediate for N formats, only 2N
programs are required and not N^2-N. These programs operate on the
command line and are styled after standard UNIX-like filters.
WWW: http://www.scripps.edu/~cdputnam/software/bibutils/
- Update raptor to 1.4.21
- Update rasqal to 0.9.19
- Update redland to 1.0.10
- Update redland-bindings to 1.0.10.1
- Bump portrevision on depended ports
With hat on: kde@
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
2010-02-20 databases/mysql-connector-java50: Old version: please use databases/mysql-connector-java instead
2010-04-15 databases/p5-DBIx-Class-HTML-FormFu: This module is obsoleted by www/p5-HTML-FormFu-Model-DBIC
2010-04-29 devel/py-rbtree: "does not build with new pyrex and it's not active maintained"
2010-04-08 devel/tavrasm: No longer maintained, use devel/avra instead
2010-04-27 mail/postfix23: it's no longer maintened by upstream developer
2010-04-30 math/libgmp4: Use math/gmp instead.
2010-04-04 misc/ezload: does not build with new USB stack in 8-STABLE
2010-01-31 misc/gkrellmbgchg: use misc/gkrellmbgchg2
2010-03-04 multimedia/kbtv: no longer under development by author
2010-02-16 net/plb: broken; abandoned by author; use net/relayd or www/nginx instead
2010-04-30 security/vpnd: This software is no longer developed
2010-03-15 textproc/isearch: abandoned upstream, uses an obsolete version of GCC, not used by any other port
2010-04-02 www/caudium12: No longer maintained upstream, please switch to www/caudium14
2010-03-08 www/p5-Catalyst-Plugin-Cache-FileCache: Deprecated by module author in favor of www/p5-Catalyst-Plugin-Cache
This module allows you to search for any of a list of substrings
("keys") in a larger string. It is particularly efficient when the set
of keys is large.
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>
regular expressions in a text file (or several text files) and prints
out the paragraphs containing those expressions.
WWW: http://bmc.github.com/paragrep/
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>
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
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>
(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
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.
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>
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>
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>
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
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
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>
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>
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>
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>
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/
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.
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>
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>
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/
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>
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)
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>
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>
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>
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>
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>
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
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
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
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>