- This IM engine was included as part of scim in 1.0.x version,
and splited into a separate package since 1.2.0.
PR: 78264
Submitted by: Jie Gao <gaoj AT cpsc dot ucalgary dot ca>
applications where speed is critical and certain advanced features aren't
necessary. It's intended to be as simple as possible to use.
PR: ports/75704
Submitted by: Mooneer Salem <mooneer(at)translator.cx>
The Redland RDF parser package (textproc/redland) recently
forked into two packages -- one for the core library, and
another for the bindings for various languages. This port
is for the language bindings for redland.
The textproc/redland port may itself have to be updated/changed,
as redland-bindings requires librdf.la to build the Java
component (possibly Ruby or TCL too, unable to test), and
this is not installed by the textproc/redland port currently.
I will work on a new redland port soon.
The OPTIONS part of this port could probably be improved
by somebody with more knowledge on the subject than I (this
is my first attempt at writing a port), but I see that there
are fairly recent discussions on the mailing lists regarding
using OPTIONS together with WITH_ -> USE_
I will be actively using this software on FreeBSD for a
number of years to come, and will happily act as the port
maintainer.
PR: ports/70374
Submitted by: Russell Cloran <russell.ru.ac.za@rucus.ru.ac.za>
This port extends the textproc/resume stylesheets
http://aaronland.info/xsl/xmlresume
PR: ports/69998
Submitted by: Aaron Straup Cope <ascope@cpan.org>
A (new) port of the resume-extensions XSL stylesheets.
This port extends the textproc/resume stylesheets
http://aaronland.info/xsl/xmlresume
PR: ports/69998
Submitted by: Aaron Straup Cope <ascope@cpan.org>
A (new) port of the add-css-links XSL stylesheet.
This stylesheet is required by the (newly submitted)
'resume-extensions' port which extends the textproc/resume
stylesheets
PR: ports/69995
Submitted by: Aaron Straup Cope <asc@vineyard.net>
which triggers certain actions called rules whenever a particular pattern of
nested XML elements is recognized. A rich set of predefined rules is available
for your use, or you can also create your own. Advanced features of Digester
include:
- Ability to plug in your own pattern matching engine, if the standard one is
not sufficient for your requirements.
- Optional namespace-aware processing, so that you can define rules that are
relevant only to a particular XML namespace.
- Encapsulation of Rules into RuleSets that can be easily and conveniently
reused in more than one application that requires the same type of
processing
WWW: http://jakarta.apache.org/commons/digester/
Jaxup defines an interface to update XML documents, through which clients can
work without knowledge of the exact object model that the document uses. The
interface is called Updater, and the idea behind it is the same as with Jaxen's
Navigator interface. In addition, an implementation of xmldb.org's proposed
XUpdate specification is provided. The implementation is in the XUpdate class.
Implementations of the Updater interface are provided for the following object
models:
- DOM
- Dom4j
- JDom
WWW: http://klomp.org/jaxup/
- Add two new dictionaries: Persian (Farsi) and alt-de (German using the
original spelling rules);
- A new slave port has been created for the Persian dictionary.
Remark: no new slave port for alt-de, because (1) it might get merged
with the normal de dictionary and (2) Serge Gagnon is working on a
reorganization of all these slaves-ports. To install it use the port
textproc/aspell.
Internet Draft and as output produce a diff in one of several
formats:
- side-by-side html diff
- paged wdiff output in a text terminal
- a text file with changebars in the left margin
- a simple unified diff output
In all cases, internet-draft headers and footers are stripped before
generating the diff, to produce a cleaner diff.
PR: ports/73836
Submitted by: Lars Eggert <lars.eggert@gmx.net>
extension of the XOM XML library. Nux is geared towards versatile embedded
integration and interchange, in particular for high-throughput server container
environments (e.g. large-scale Peer-to-Peer messaging network infrastructures
over high-bandwidth networks, scalable MOMs, etc). But its simplicity also
makes it useful for client side XML query/transformation workflow pipelines.
Features include:
- Seamless W3C XQuery support for XOM.
- Efficient and flexible pools and factories for XQueries, XSL Transforms, as
well as Builders that validate against various schema languages, including
W3C XML Schemas, DTDs, RELAX NG, Schematron, etc.
- For simple and complex continuous queries and/or transformations over very
large or infinitely long XML input, a convenient streaming path filter API
combines full XQuery support with straightforward filtering.
- Glue for integration with JAXB and for queries over ill-formed HTML.
- All this is rock-solid, dependable, well documented, and ships in a jar file
that weighs just 60 KB.
WWW: http://dsd.lbl.gov/nux/
processing XML with Java that strives for correctness and simplicity.
XOM is designed to be easy to learn and easy to use. It works very
straight-forwardly, and has a very shallow learning curve. Assuming you're
already familiar with XML, you should be able to get up and running with XOM
very quickly.
WWW: http://www.cafeconleche.org/XOM/
This port provides two input method utility applications for GNOME desktop
environments.
GIMLET - GNOME Input Method Language Enabling Tool
As a gnome-panel applet, this UI is used to select input languages for IIIM
client applications (IIIMGCF and IIIMXCF).
GIMPET - GNOME Input Method Property Edittingggg Tool
As a gnome capplet, this UI is to allow user to customize input methods,
for enabling/disabling input method infrastucuture itself, and
enabling/disabling input method statur bar and candidate choice window.
PR: ports/72617
Submitted by: Kuang-che Wu <kcwu@csie.org>