notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: textproc/Makefile

Number of commits found: 3011 (showing only 100 on this page)

[First Page]  «  21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31  »  [Last Page]

Wednesday, 20 Jul 2005
10:46 sem search for other commits by this committer
Redet allows the user to construct regular expressions and test them against
input data. Written on TCL/Tk.

PR:             ports/83664
Submitted by:   Vsevolod Stakhov <vsevolod@highsecure.ru>
Original commit
Monday, 18 Jul 2005
11:37 erwin search for other commits by this committer
Add p5-Search-VectorSpace 0.02, a very basic vector-space search engine
perl module.

PR:             ports/73150
Submitted by:   clsung
Original commit
10:47 erwin search for other commits by this committer
Add p5-Text-NSP 0.71, perl5 modules for Ngram Statistics Package.

PR:             ports/72190
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Original commit
Wednesday, 13 Jul 2005
09:33 pav search for other commits by this committer
EmPy is a system for embedding Python expressions and statements in template
text; it takes an EmPy source file, processes it, and produces output. This
is accomplished via expansions, which are special signals to the EmPy system
and are set off by a special prefix (by default the at sign, @). EmPy can
expand arbitrary Python expressions and statements in this way, as well as a
variety of special forms. Textual data not explicitly delimited in this way
is sent unaffected to the output, allowing Python to be used in effect as a
markup language. Also supported are callbacks via hooks, recording and
playback via diversions, and dynamic, chainable filters. The system is highly
configurable via command line options and embedded commands.

PR:             ports/83308
Submitted by:   Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Original commit
Thursday, 7 Jul 2005
20:50 pav search for other commits by this committer
A simple rtf2html converter. If no file is specified rtf2html reads from
standard input.

PR:             ports/83057
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
Original commit
Wednesday, 6 Jul 2005
18:06 erwin search for other commits by this committer
Add colordiff 1.0.5, a tool to colorize diff output.

Colordiff is a wrapper for diff and produces the same output as diff but with
coloured syntax highlighting at the command line to improve readability.

The output is similar to how a diff-generated patch might appear in Vim or Emacs
with the appropriate syntax highlighting options enabled.

PR:             ports/83062
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
Original commit
Sunday, 3 Jul 2005
14:19 pav search for other commits by this committer
This program converts line endings of text files between MS-DOS and **IX
formats. It detects binary files in a nearly foolproof way and leaves them
alone unless you override this. It will also leave files alone that are already
in the right format and preserves file timestamps. User interrupts are handled
gracefully and no garbage or corrupted files left behind. 'flip' does not
convert files to a different character set, and it can not handle Apple
Macintosh line endings (CR only). For that (and more), you can use the 'recode'
program (package 'recode').

PR:             ports/82863
Submitted by:   Radim Kolar <hsn@netmag.cz>
Original commit
Wednesday, 29 Jun 2005
15:29 jylefort search for other commits by this committer
Add xlreader.

Read data from Excel spread sheets without Microsoft! Provides an API to allow
any application to read Excel documents. The xlreader tool converts Excel data
to tab delimited, CSV or SQL inserts. Written in C. Based on the the Java
version by Andrew Khan.

This project was designed out of frustration.

WWW: http://www.giffin.org/xlreader.php

PR:             ports/82629
Submitted by:   Emanuel Haupt <ehaupt@critical.ch>
Original commit
Friday, 24 Jun 2005
00:44 ahze search for other commits by this committer
Add ripole 0.1.4, a small program designed to pull attachments out of
OLE2 documents.

PR:             ports/82492
Submitted by:   Freddie Cash <fcash@sd73.bc.ca>
Original commit
Saturday, 11 Jun 2005
16:13 skv search for other commits by this committer
* reflect renaming on CPAN File-Spec to PathTools
   + add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
Original commit
Thursday, 2 Jun 2005
21:59 thierry search for other commits by this committer
Add slaves ports for Aspell's new dictionaries.
Original commit
09:48 barner search for other commits by this committer
Add p5-Bloom-Filter 0.03,
a probabilistic algorithm for doing
existence tests.

PR:             70062
Submitted by:   Aaron Straup Cope <ascope@cpan.org>
Original commit
09:03 barner search for other commits by this committer
Add p5-String-Format 1.13,
perl module for sprintf-like string
formatting capability.

PR:             79195
Submitted by:   Matt Mills <matt_mills@btopenworld.com>
Original commit
Wednesday, 1 Jun 2005
14:49 sem search for other commits by this committer
- New port: textproc/lemmatizer

Library for automatic morphological analysis of English,
Russian and German Languages.
Finds the lemmas (all forms) of a word.
Written in C++.

PR:             ports/81521
Submitted by:   Andrei V. Shetuhin <shetuhin@corp.mail.ru>
Original commit
Tuesday, 31 May 2005
09:16 vs search for other commits by this committer
Remove port which has been DEPRECATED for more than six months:
not up-to-date and is only a subset of biology/py-biopython
Original commit
Monday, 30 May 2005
14:16 kuriyama search for other commits by this committer
Add senna, embeddable Fulltext Search Engine (library only).
Original commit
Wednesday, 25 May 2005
16:33 hq search for other commits by this committer
The POI project consists of APIs for manipulating various file formats based
upon Microsoft's OLE 2 Compound Document format using pure Java. In short, you
can read and write MS Excel files using Java. Soon, you'll be able to read and
write Word files using Java. POI is your Java Excel solution as well as your
Word Excel solution. However, we have a complete API for porting other OLE 2
Compound Document formats and welcome others to participate.

WWW: http://jakarta.apache.org/poi/

PR:             78327
Submitted by:   Anton Yudin <toha@toha.org.ua>
Original commit
13:36 kevlo search for other commits by this committer
Initial import of libextractor 0.5

Libextractor is a library used to extract meta-data from files of
arbitrary type.
Original commit
Tuesday, 24 May 2005
21:24 pav search for other commits by this committer
New port: textproc/pear-Numbers_Roman PEAR methods for converting to and from
Roman Numerals

PEAR::Numbers_Roman provides static methods for converting to and from Roman
numerals. It supports Roman numerals in both uppercase and lowercase
styles and conversion for and to numbers up to 5 999 999.

PR:             ports/81447
Submitted by:   Antonio Carlos Venancio Junior <antonio@php.net>
Original commit
Sunday, 22 May 2005
08:24 mezz search for other commits by this committer
The Link Grammar Parser is a syntactic parser of English, based on link
grammar, an original theory of English syntax. Given a sentence, the system
assigns to it a syntactic structure, which consists of a set of labeled links
connecting pairs of words. The parser also produces a "constituent"
representation of a sentence (showing noun phrases, verb phrases, etc.).

WWW: http://www.link.cs.cmu.edu/link/
Original commit
Friday, 20 May 2005
18:01 pav search for other commits by this committer
This is a small shell script intended to be used in portable Unix install
scripts for showing progress bars.

PR:             ports/81216
Submitted by:   Erik Greenwald <erik@smluc.org>
Original commit
09:24 pav search for other commits by this committer
RefDB is a client-server database system for storing, retrieving and
formatting bibliographic references.  It is a front-end for an SQL
database backend---either SQLite, MySQL, or PostgreSQL.

PR:             ports/81251
Submitted by:   Paul A. Hoadley <paulh@logicsquad.net>
Original commit
Saturday, 14 May 2005
16:31 jylefort search for other commits by this committer
Add py-xlwriter.

pyXLWriter is a Python library for generating Excel-compatible spreadsheets.
It's a port of John McNamara's Perl Spreadsheet::WriteExcel module (see
http://www.cpan.org) to Python.

WWW: http://pyxlwriter.sourceforge.net/

PR:             ports/80930
Submitted by:   Choe Cheng-Dae <whitekid@gmail.com>
Original commit
12:09 jylefort search for other commits by this committer
Add py-excelerator.

pyExcelerator is a Python library that can generate Excel 97+ files and import
Excel 95+ files. It supports Unicode in Excel files, and can use a variety of
formatting features and printing options. It can dump Excel and OLE2 compound
files.

WWW: http://sourceforge.net/projects/pyexcelerator

PR:             ports/80962
Submitted by:   Choe Cheng-Dae <whitekid@gmail.com>
Original commit
Sunday, 8 May 2005
22:59 vanilla search for other commits by this committer
Add scim-input-pad 0.1.0, SCIM add-on to input various symbols with
on-screen pad.

PR:             ports/80747
Submitted by:   chinsan <chinsan@mail2000.com.tw>
Original commit
21:46 lioux search for other commits by this committer
New port python-xmltv version 0.5.21: A Python module that provides
access to XMLTV TV listings
Original commit
08:02 lioux search for other commits by this committer
New port py-TVGrab version 0.5.1: A xmltv python library to write
grabbers of tv scheduling collections
Original commit
Saturday, 7 May 2005
14:54 lth search for other commits by this committer
Add p5-Text-Textile 0.7, a perl-based implementation of the Textile
syntax by Dean Allen.

PR:             ports/80635
Submitted by:   Travis Campbell <hcoyote@ghostar.org>
Original commit
Wednesday, 27 Apr 2005
15:29 ijliao search for other commits by this committer
add p5-XML-Parser-Lite-Tree 0.03
Lightweight XML tree builder
Original commit
Friday, 22 Apr 2005
10:32 ijliao search for other commits by this committer
add re_graph 0.2
Regular Expression Graphing Program
Original commit
Wednesday, 20 Apr 2005
12:10 lth search for other commits by this committer
Add p5-Text-ASCIITable 0.15, create a nice formatted table using ASCII
characters.
Original commit
Monday, 18 Apr 2005
11:36 skv search for other commits by this committer
Add docbook-xml-440 4.4,
DocBook/XML DTD V4.4, designed for
technical documentation.
Original commit
Friday, 15 Apr 2005
04:54 flz search for other commits by this committer
- Add py-twistedFlow, Documentation generator with HTML and LaTeX support.

PR:             ports/79927
Submitted by:   Neal Nelson <neal@nelson.name>
Original commit
Thursday, 14 Apr 2005
08:14 tobez search for other commits by this committer
Remove p5-Sort-PolySort.

Forgotten by:   tobez
Noticed by:     boris^H^H^H^H^Hlawrance
Original commit
Monday, 11 Apr 2005
21:41 pav search for other commits by this committer
New port: textproc/pear-XML_Wddx PEAR Wddx pretty serializer and deserializer

PEAR::XML_Wddx does 2 things:
a) a drop in replacement for the XML_Wddx extension (if it's not built in)
b) produce an editable wddx file (with indenting etc.) and uses CDATA, rather
than char tags

PR:             ports/79367
Submitted by:   Antonio Carlos Venancio Junior <antonio@php.net>
Original commit
19:59 pav search for other commits by this committer
PEAR::XML_Beautifier will add indentation and linebreaks to you XML files,
replace all entities, format your comments and makes your document easier to
read.

You can influence the way your document is beautified with several options.

PR:             ports/79402
Submitted by:   Antonio Carlos Venancio Junior <antonio@php.net>
Original commit
19:09 pav search for other commits by this committer
PEAR::XML_HTMLSax provides an API very similar to the native PHP XML
extension (http://www.php.net/xml), allowing handlers using one to be easily
adapted to the other.

The key difference is HTMLSax will not break on badly formed XML, allowing it
to be used for parsing HTML documents. Otherwise HTMLSax supports all the
handlers available from Expat except namespace and external entity handlers.

PR:             ports/79403
Submitted by:   Antonio Carlos Venancio Junior <antonio@php.net>
Original commit
Sunday, 10 Apr 2005
13:36 pav search for other commits by this committer
Ruby-htmltools tools for parsing and manipulating HTML text in Ruby.
It can be used for programmatically access outside HTML-pages.
I hope to extend it to become a web-publishing framework in the future.

PR:             ports/79432
Submitted by:   Alexander Novitsky <alecn2002@yandex.ru>
Original commit
Sunday, 3 Apr 2005
13:06 lth search for other commits by this committer
Add p5-PPI-HTML 0.02, generate syntax-hightlighted HTML for Perl using
PPI.
Original commit
12:59 lth search for other commits by this committer
Add p5-PPI 0.903, analyze and manipulate Perl code without using perl
itself.
Original commit
Tuesday, 15 Mar 2005
22:54 flz search for other commits by this committer
- Add p5-IO-CSVHeaderFile 0.03, a Perl module to automate reads from CSV
formatted text files.

PR:             ports/74293
Submitted by:   Vasek Balcar <vasek@ti.cz>
Original commit
Saturday, 12 Mar 2005
10:39 marcus search for other commits by this committer
Presenting GNOME 2.10 for FreeBSD!

The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall.  However, a lot of
FreeBSD specific additions and fixes have been made.  For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support.  See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.

GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work.  We would also like to thank our adventurous users that chose to
ride the walrus.  We'd especially like to thank the following users that
provided patches for GNOME 2.10:

ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk

And anyone else I may have accidentally omitted.

As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer.  However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession.  You can
use the deskutils/splashsetter port to choose the one you like best.

As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10.  Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.

Enjoy!
Original commit
Friday, 11 Mar 2005
20:57 pav search for other commits by this committer
New port for py-zpt, which is a version of Zope Page Templates that does not
require Zope and is hence useful for doing templating in other projects.

PR:             ports/78573
Submitted by:   Benno Rice <benno@jeamland.net>
Original commit
19:33 pav search for other commits by this committer
emacs-wiki enables you to create and use hyperlinks and simple formatting in
plain text files, and to optionally publish your pages as HTML.

PR:             ports/78612
Submitted by:   Dryice Liu <dryice@liu.com.cn>
Original commit
19:21 pav search for other commits by this committer
Read XML data into Lisp structures, and allow those same List structures
to be written out as XML.

PR:             ports/78610
Submitted by:   Dryice Liu <dryice@liu.com.cn>
Original commit
Wednesday, 9 Mar 2005
09:02 ahze search for other commits by this committer
Add p5-Text-Aspell 0.04, perl interface to the GNU Aspell library.

PR:             ports/78425
Submitted by:   lars.eggert@gmx.net
Original commit
Monday, 7 Mar 2005
03:42 clsung search for other commits by this committer
- This port will add real people text to speech functionality
  to stardict2.
- Contribution also to ports/74660
  statue <statue AT freebsd dot netlab dot cse dot yzu dot edu dot tw>

PR:             74714
Submitted by:   delphij
Original commit
03:00 clsung search for other commits by this committer
- This is the im engine for scim table based input methods.
- 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>
Original commit
Thursday, 3 Mar 2005
11:13 tobez search for other commits by this committer
Add p5-Regexp-Log-Common, a regexp parser for the common log format.
Original commit
11:11 tobez search for other commits by this committer
Add p5-Regexp-Log, a base Perl class for log files regexp builders.
Original commit
Monday, 28 Feb 2005
13:29 skv search for other commits by this committer
Add hhm 0.1, HTML Help Maker.
Original commit
Tuesday, 22 Feb 2005
20:06 sem search for other commits by this committer
New port: ArCHMage is extensible reader/decompiler of files in CHM format.

PR:             ports/77930
Submitted by:   Vsevolod Stakhov <vsevolod(at)highsecure.ru>
Original commit
Friday, 18 Feb 2005
23:44 kris search for other commits by this committer
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Original commit
10:29 pav search for other commits by this committer
This port allows to create nice syntax coloured listings for display on web
sites

PR:             ports/61384
Submitted by:   Marc van Woerkom <marc.vanwoerkom@fernuni-hagen.de>
Original commit
Tuesday, 15 Feb 2005
17:17 mat search for other commits by this committer
Add p5-Sort-Naturally 1.02, sort lexically, but sort numeral parts
numerically.

PR:             ports/p5-Sort-Naturally/
Submitted by:   Aaron Dalton <aaron@daltons.ca>
Original commit
Friday, 11 Feb 2005
21:33 sem search for other commits by this committer
libhtmlparse is a lightweight HTML parsing library. It is designed for
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>
Original commit
Wednesday, 9 Feb 2005
19:15 ahze search for other commits by this committer
Add gnome-translate 0.99, a natural language translator.

PR:             ports/76860
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be>
Original commit
19:12 ahze search for other commits by this committer
Add libtranslate 0.99, a natural language translation library.

PR:             ports/76859
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be>
Original commit
10:24 pav search for other commits by this committer
An ocaml wrapper for the Expat XML parsing library.

PR:             ports/77266
Submitted by:   Marwan Burelle <marwan.burelle@lri.fr>
Original commit
Sunday, 6 Feb 2005
20:02 sem search for other commits by this committer
New port: textproc/stardict2-dictd_mova, mova dictionaries for stardict

PR:             ports/75560
Submitted by:   Timur I. Bakeyev <timur(at)gnu.org>
Original commit
18:41 sem search for other commits by this committer
New port: textproc/stardict2-quick, dictionaries for stardict from Quick

PR:             ports/75561
Submitted by:   Timur I. Bakeyev <timur(at)gnu.org>
Original commit
Sunday, 23 Jan 2005
21:55 thierry search for other commits by this committer
Add info2man: translate GNU info files into man pages.
Original commit
Friday, 14 Jan 2005
21:41 pav search for other commits by this committer
Add clit, a tool to manipulate Microsoft LIT eBook format.

PR:             ports/76201
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Original commit
Monday, 10 Jan 2005
00:39 mezz search for other commits by this committer
xmlroff is an XSL formatter written in C that produces PDF and PostScript.

WWW: http://xmlroff.org

PR:             ports/75972
Submitted by:   James Earl <james@icionline.ca>
Original commit
Friday, 31 Dec 2004
07:49 demon search for other commits by this committer
New port: p5-MARC-Record.
The core class for representing a single MARC record.
Original commit
Tuesday, 28 Dec 2004
16:00 thierry search for other commits by this committer
Adding three new dictionaries:

- Amharic (am);
- Oriya (or);
- Low Saxon (nds).
Original commit
Saturday, 25 Dec 2004
19:25 knu search for other commits by this committer
Add ruby-xml-script, a Ruby module for scripting an XML stream using
an ASP-like notation.
Original commit
Thursday, 23 Dec 2004
07:49 edwin search for other commits by this committer
New port: textproc/redland-bindings - Language bindings for the redland rdf
library'

        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>
Original commit
07:48 edwin search for other commits by this committer
New port: textproc/py-rss2gen: python rss 2.0 generator

        RSS2Gen is a Python library for generating RSS 2.0 feeds.

PR:             ports/72054
Submitted by:   Choe, Cheng-Dae <whitekid@gmail.com>
Original commit
07:43 edwin search for other commits by this committer
[NEW PORT] textproc/tkxmlive - Tcl/Tk XML Intelligence Visual Editor

        Tcl/TK XML Intelligence Visual Editor
        WWW: http://tkxmlive.sourceforge.netTcl/

PR:             ports/70846
Submitted by:   Nicola Vitale <nivit@email.it>
Original commit
Wednesday, 22 Dec 2004
15:42 olgeni search for other commits by this committer
Remove textproc/xmerl (now included in lang/erlang).
Original commit
06:29 edwin search for other commits by this committer
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>
Original commit
06:17 edwin search for other commits by this committer
A (new) port of the resume-extensions XSL stylesheets.

        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>
Original commit
06:09 edwin search for other commits by this committer
A (new) port of the add-css-links XSL stylesheet

        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>
Original commit
Saturday, 11 Dec 2004
05:43 ahze search for other commits by this committer
Move japanese/estraier --> textproc/estraier
Original commit
Thursday, 2 Dec 2004
12:09 dd search for other commits by this committer
Python binding for Syck, a YAML parser and emitter
Original commit
12:08 dd search for other commits by this committer
Syck is a YAML parser for popular scripting languages
Original commit
Wednesday, 1 Dec 2004
21:46 pav search for other commits by this committer
Add pychm, a package that provides bindings for Jed Wing's CHMLIB library.

PR:             ports/74458
Submitted by:   Radek Kozlowski <radek@raadradd.com>
Original commit
Tuesday, 30 Nov 2004
15:33 tobez search for other commits by this committer
We don't have csv2txt, we do have csv2xml.

PR:             74556
Submitted by:   Renato Botelho < renato a@t galle d.t com d.t br >
Original commit
Monday, 29 Nov 2004
01:42 hq search for other commits by this committer
The Digester package lets you configure an XML -> Java object mapping module,
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/
Original commit
Sunday, 28 Nov 2004
20:57 linimon search for other commits by this committer
Remove more expiring ports from the build.
Original commit
Wednesday, 17 Nov 2004
03:02 hq search for other commits by this committer
A Java XML Update engine

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/
Original commit
Tuesday, 16 Nov 2004
21:39 thierry search for other commits by this committer
- Update the german dictionary;

- 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.
Original commit
Saturday, 13 Nov 2004
13:25 pav search for other commits by this committer
Add csv2xml, a simple but effective csv to xml converter.

PR:             ports/73895
Submitted by:   Jacob Rhoden <jacob@rhoden.id.au>
Original commit
Friday, 12 Nov 2004
19:02 pav search for other commits by this committer
The purpose of this program is to compare two versions of an
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>
Original commit
Thursday, 4 Nov 2004
03:23 clsung search for other commits by this committer
- perl extension, basis for n-gram analysis, which is
  XS-based implementation of n-gram spectrum analysis.
- currently provide two function: ngram_counts add_to_counts.

Approved by:    co-mentor (vanilla)
Original commit
Wednesday, 3 Nov 2004
06:48 clsung search for other commits by this committer
- This perl module provide two functions to get prefix/suffix from
  text.
- Prefix/Suffix examination is useful in Natural Language Processing.

Approved by:    co-mentor (vanilla)
Original commit
Thursday, 28 Oct 2004
17:14 hq search for other commits by this committer
Nux is a small, straightforward, and surprisingly effective open-source
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/
Original commit
12:57 clsung search for other commits by this committer
- modules for measuring/computing the similarity of text documents
- perl5.6 at least

Approved by:    co-mentor (vanilla)
Original commit
Tuesday, 26 Oct 2004
15:45 hq search for other commits by this committer
XOM is a new XML object model. It is an open source (LGPL), tree-based API for
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/
Original commit
Friday, 15 Oct 2004
08:14 tobez search for other commits by this committer
Add p5-Text-Original, a perl module to find original, non-quoted text in
a message.
Original commit
Thursday, 14 Oct 2004
14:26 tobez search for other commits by this committer
Add p5-Plucene-Plugin-Analyzer-SnowballAnalyzer, a stemmed analyzer
plugin for p5-Plucene search engine.
Original commit
12:24 tobez search for other commits by this committer
Add p5-Lingua-Stem-Snowball, a perl module that provides unified
interface to Snowball stemmers.
Original commit
Wednesday, 13 Oct 2004
22:19 pav search for other commits by this committer
Add iiimf-gnome-im-switcher.

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>
Original commit
19:35 pav search for other commits by this committer
Add iiimf-x-lib, X Client Framework for Internet/Intranet Input Method

PR:             ports/72613
Submitted by:   Kuang-che Wu <kcwu@csie.org>
Original commit
18:40 tobez search for other commits by this committer
Add p5-Lingua-StopWords, a Perl module providing lists of stopwords for
several languages.
Original commit
08:06 arved search for other commits by this committer
Remove this ports.
Version 3 of this module is now part of the p5-XML-RAI port

Approved by:    clsung (Maintainer)
Original commit
07:48 arved search for other commits by this committer
Add p5-XML-Elemental, an XML::Parser style and generic classes package
for simplistic and perlish handling of XML data
Original commit
Tuesday, 12 Oct 2004
12:09 clsung search for other commits by this committer
- new port textproc/p5-XML-Clean
The ultimate quest of this module is to produce from non-XML text
text, that will will most probably pass throught any XML parser one
could find.

Basic cleaning is just XML tag matching (for every opening tag there
will be closing tag as well, and they will form a tree structure).

When you add some extra parameters, you will receive complete XML
text, including XML head and root element (if none were defined in
text, then some will be added).

WWW: http://search.cpan.org/~pkubanek/XML-Clean/

PR:             ports/71829
Submitted by:   Rong-En Fan <rafan AT infor dot org>
Approved by:    mentor (vanilla)
Original commit
Saturday, 28 Aug 2004
23:58 thierry search for other commits by this committer
Add slaves ports for Aspell's new dictionaries.
Original commit

Number of commits found: 3011 (showing only 100 on this page)

[First Page]  «  21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31  »  [Last Page]