Commit graph

1379 commits

Author SHA1 Message Date
Martin Wilke
4bc9da11f9 A UTF8 layer for IO, ByteStrings and Strings. The utf8-string package provides
operations for encoding UTF8 strings to Word8 lists and back, and for reading
and writing UTF8 without truncation.

WWW: http://github.com/glguy/utf8-string/

PR:		ports/129427
Submitted by:	Samy Al Bahra <sbahra at kerneled.org>
2008-12-06 15:33:01 +00:00
Martin Wilke
7fd3acb105 A small library that allows you to parse CSV formatted data efficiently
with Haskell.

WWW: http://code.haskell.org/~dons/code/bytestring-csv

PR:		ports/129162
Submitted by:	Samy Al Bahra <sbahra at kerneled.org>
2008-11-29 21:44:00 +00:00
Martin Wilke
20245525d2 This module is built on Text::Aspell, but adds some of the
functionality provided by the internal gnu aspell API. This allows
one to deal with blocks of text, rather than just words. For
instance, we provide methods for iterating through the text,
serializing the object (thus remembering where we left off), and
highlighting the current misspelled word within the text.

WWW: http://search.cpan.org/dist/Text-SpellChecker/
2008-11-23 16:35:26 +00:00
Hiroki Sato
053280bd76 Add textproc/linux-scim-gtk, Linux binary version of an SCIM module
for gtk library, separated from textproc/linux-scim-libs.
2008-11-21 15:45:58 +00:00
Martin Wilke
14e392f075 A program which can be used to converts a single HTML file or a collection
of related HTML files into a single LaTeX file.

WWW: http://www.iwriteiam.nl/html2tex.html

PR:		ports/128631
Submitted by:	martin.dieringer at gmx.de
2008-11-13 21:37:58 +00:00
Martin Wilke
b527b77010 Ruby wrapper around David Loren Parsons' discount, a fast,
BSD-licensed c implementation of John Gruber's Markdown plus
some aspects of SmartyPants.  Markdown is a text-to-HTML
conversion language for web writers, inspired by the format
of plain-text e-mail messages.  Markdown allows you to write
in an easy-to-read, easy-to-write plain text format, then
convert it to structurally valid XHTML (or HTML).

WWW: http://github.com/rtomayko/rdiscount/

PR:		ports/128548
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
2008-11-09 23:02:01 +00:00
Martin Wilke
00031d4dc5 Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
common subsequence (LCS) algorithm to compute intelligent differences between
two sequenced enumerable containers.

WWW: http://rubyforge.org/projects/ruwiki/

PR:		ports/128591
Submitted by:	Daniel Roethlisberger <daniel at roe.ch>
2008-11-09 23:00:51 +00:00
Jeremy Chadwick
6c8915f368 This library provides Boyer-Moore and Knuth-Morris-Pratt string search
implementations for Haskell bytestrings (with support for all strict and
lazy ByteString permutations).

WWW: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/stringsearch

Submitted by:	sbahra on EFnet #bsdports
2008-11-02 01:32:14 +00:00
Sergey Skvortsov
2c9117b75e Add p5-XML-Atom-Ext-OpenSearch 0.01, XML::Atom extension for OpenSearch
data.
2008-10-27 11:42:47 +00:00
Martin Wilke
b10df17072 Kwalify is a parser, schema validator, and data binding tool for
YAML and JSON.
This package provides a Perl 5 implementation of Kwalify.

WWW: http://search.cpan.org/dist/Kwalify/
2008-10-24 09:35:07 +00:00
Lars Thegler
f60dcf4170 Add p5-XML-Rules 1.05, parse XML and specify rules for individual tags. 2008-10-14 11:52:13 +00:00
Martin Wilke
4488490785 - Connect textproc/xerces-c2-devel 2008-10-12 11:13:31 +00:00
Stanislav Sedov
1c98d18014 - Add textproc/ruby-liquid, a non evaling template engine for ruby. 2008-10-06 14:24:47 +00:00
Lars Thegler
d72c21f098 Add p5-pod2pdf 0.42, converts POD to PDF format. 2008-10-02 11:51:06 +00:00
Martin Wilke
a022fa80ec Amberfish is general purpose text retrieval software, developed at Etymon
by Nassib Nassar and distributed as open source software under the terms
of version 2 of the GNU General Public License (GPL). Its distinguishing
features are indexing/search of semi-structured text (i.e. both free tex
and multiply nested fields), built-in support for XML documents using the
Xerces library, structured queries allowing generalized field/tag paths,
hierarchical result sets (XML only), automatic searching across multiple
databases (allowing modular indexing), TREC format results, efficient
indexing, and relatively low memory requirements during indexing (and the
ability to index documents larger than available memory). Z39.50 support
is available. Other features include Boolean queries, right truncation,
phrase searching, relevance ranking, support for multiple documents per
file, incremental indexing, and easy integration with other UNIX tools,
The architecture is also designed to permit proximity queries; however,
they are not fully implemented at present.

WWW: http://www.etymon.com/tr.html

This port also includes the Porter stemming algorithm for suffix
stripping, available at:
     http://www.tartarus.org/~martin/PorterStemmer

PR:		ports/127580
Submitted by:	Pedro Giffuni
2008-09-30 14:19:57 +00:00
Martin Wilke
95ee2714b0 Text::WikiCreole implements the Wiki Creole markup language, version
1.0, as described at http://www.wikicreole.org.  It reads Creole 1.0
markup and returns XHTML.

In addition to the official Creole 1.0 markup elements, it also supports
several extensions, such as plugins, superscript, subscript, underline,
definition lists, indented paragraphs, plugins, etc.

WWW: http://search.cpan.org/dist/Text-WikiCreole/

PR:		ports/127705
Submitted by:	Matthew Fuller <fullermd at over-yonder.net>
2008-09-30 08:48:16 +00:00
Max Brazhnikov
9445c3e0fc Add textproc/scim-bridge and textproc/scim-bridge-qt4:
Scim-bridge is wrapper library for SCIM, written in C. Scim-bridge
is seperated in two parts, the agent and the clients. The agent is
the IME server which communicates with SCIM. The clients are IMModules
which communicate only with the agent so that there is no binary
dependency between the clients and SCIM.

WWW:	http://www.scim-im.org/projects/scim_bridge/

PR:		126603
Submitted by:	Henry Hu <henry.hu.sh at gmail.com>
Approved by:	miwi (mentor)
2008-09-23 15:16:58 +00:00
Edwin Groothuis
cabd6ca967 [new port] Add textproc/stardict3
Add new port textproc/stardict3 (update stardict-2.x to
	stardict-3.x).

	StarDict is a Cross-Platform and international dictionary
	written in Gtk2.  It has powerful features such as "Glob-style
	pattern matching," "Scan selection word," "Fuzzy query,"
	etc.

	WWW: http://stardict.sourceforge.net/

PR:		ports/125924
Submitted by:	"Eric L. Chen" <d9364104@mail.nchu.edu.tw>
2008-09-23 02:35:09 +00:00
Li-Wen Hsu
b652cfa177 Add py-sphinx 0.4.2, python documentation generator. 2008-09-07 19:38:48 +00:00
Chin-San Huang
d2d421fd99 Add p5-Text-CharWidth, get number of occupied columns of a string on terminal.
This module supplies features similar as wcwidth(3) and wcswidth(3) in C
language.

Characters have its own width on terminal depending on locale. For example,
ASCII characters occupy one column per character, east Asian fullwidth
characters (like Hiragana or Han Ideograph) occupy two columns per
character, and combining characters (apperaring in ISO-8859-11 Thai,
Unicode, and so on) occupy zero columns per character. mbwidth() gives the
width of the first character of the given string and mbswidth() gives the
width of the whole given string.

The names of mbwidth and mbswidth came from "multibyte" versions of wcwidth
and wcswidth which are "wide character" versions.

mblen(string) returns number of bytes of the first character of the string.
Please note that a character may consist of multiple bytes in multibyte
encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, or Big5.

mbwidth(string) returns the width of the first character of the string.
mbswidth(string) returns the width of the whole string.

Parameters are to be given in locale encodings, not always in UTF-8.

WWW: http://search.cpan.org/dist/Text-CharWidth/
2008-08-31 08:31:02 +00:00
Chin-San Huang
7c5c013873 Add p5-Text-Flow, flexible text flowing and word wrapping for not just ASCII
output.

This module provides a flexible way to wrap and flow text for both ASCII and
non-ASCII outputs.

The main purpose of this module is to provide text wrapping and flowing
features without being tied down to ASCII based output and fixed-width
fonts. My needs were for a more sophisticated text control in PDF and GIF
output formats in particular.

WWW: http://search.cpan.org/dist/Text-Flow/
2008-08-30 17:16:29 +00:00
Cheng-Lung Sung
e2f9df4db8 - Perl extension for manipulating the Penn Treebank format 2008-08-27 03:04:09 +00:00
Pietro Cerutti
9aac2f9850 New port: es-ispell
Spanish dictionary for the ispell spell-checking program.

PR:		125838
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2008-08-19 14:55:26 +00:00
Pietro Cerutti
7058061ce7 New port: it-ispell
Italian dictionary for the ispell spell-checking program.

PR:		125842
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
2008-08-19 14:43:55 +00:00
Martin Wilke
568f8e877f The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
2008-08-09 16:52:28 +00:00
Martin Wilke
22f37f4bf8 Soprano (formerly known as QRDF) is a library which provides a highly usable
object-oriented C++/QT4 framework for RDF data. It uses different RDF storage
solutions as backends through a simple plugin system. Soprano is targetted at
desktop applications that need a RDF data storage solution. It has been
optimized for easy usage and simplicity.

WWW:	http://soprano.sourceforge.net/
2008-08-05 11:21:38 +00:00
Martin Wilke
d56984b056 - Update to qt 4.4.1
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
2008-08-04 23:30:38 +00:00
Martin Wilke
9e55a82a81 This module attempts to extract the maximum amount of content from available
documents, and is less concerned with XML compliance than alternatives.
Rather than rely on XML::Parser, it uses heuristics and good old-fashioned
Perl regular expressions.

WWW:	http://search.cpan.org/dist/XML-RSSLite/

PR:		ports/126116
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2008-08-04 10:52:10 +00:00
Philip M. Gollucci
6673f0faff This is a CORE module. If you installed perl 5.003 or above, a
version of this module is already available to you. This CPAN
package is only here to update core distributions prior 5.005.

The version provided is the same that comes with perl 5.00502.
If you run a newer version of perl, the version of Text::ParseWords
included there may be newer. This package is not fully synchronized
with the perl distributions.

Please run "perldoc Text::ParseWords" to see what this module
is for.

WWW:	http://search.cpan.org/dist/Text-ParseWords/

Approved by:    araujo (mentor)
2008-07-31 18:35:52 +00:00
Philip M. Gollucci
06b2f8f373 HTML::RewriteAttributes is designed for simple yet powerful HTML
attribute rewriting.  You simply specify a callback to run for each
attribute and we do the rest for you.  This module is designed to
be subclassable to make handling special cases eaiser.

WWW: http://search.cpan.org/dist/HTML-RewriteAttributes/
2008-07-28 19:00:24 +00:00
Gabor Kovesdan
21fc2ea487 DocBook is a general purpose XML schema particularly well suited to books and
papers about computer hardware and software (though it is by no means limited
to these applications).

The Version 5.0 release is a complete rewrite of DocBook in RELAX NG.
The intent of this rewrite is to produce a schema that is true to the spirit
of DocBook while simultaneously removing inconsistencies that have arisen as
a natural consequence of DocBook's long, slow evolution. The Technical
Committee has taken this opportunity to simplify a number of content models
and tighten constraints where RELAX NG makes that possible.

The Technical Committee provides the DocBook 5.0 schema in other schema
languages, including W3C XML Schema and an XML DTD, but the RELAX NG Schema
is now the normative schema.

WWW: http://www.docbook.org/specs/docbook-5.0-spec-cd-04.html
2008-07-22 22:37:20 +00:00
Martin Wilke
07c0553cca Python bindings for the wbxml2 library.
WWW: http://www.synce.org/moin/

PR:		ports/125307
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-07-19 20:05:23 +00:00
Sergey Skvortsov
917a9e8892 Add p5-CSS-Minifier-XS 0.03, XS based CSS minifier. 2008-07-18 12:29:03 +00:00
Sergey Skvortsov
e85a76f301 Add p5-JavaScript-Minifier-XS 0.05, XS based JavaScript minifier. 2008-07-18 12:25:46 +00:00
Gabor Kovesdan
05b59154ec The DocBook DTD defines structural and content-based SGML markup
for computer documentation, with a primary emphasis on software
documentation and related classes of technical documents. Its
main high-level hierarchical structures are for books, reference
entries (for example, ``man pages''), and articles. It is
maintained by the DocBook Technical Committee of OASIS.

This port contains DocBook 4.5.  Note that DocBook 4.5 includes
the XML DocBook DTD as part of the SGML DTD distribution.  If
you do not need SGML DTD you should install:
  textproc/docbook-xml-450
instead.  There are no conflicts if both ports are installed
but you will have duplicates of most of the files.

WWW: http://www.docbook.org/specs/docbook-4.5-spec-cs-01.html
2008-07-13 14:38:16 +00:00
Gabor Kovesdan
29788e5255 The DocBook DTD defines structural and content-based SGML markup
for computer documentation, with a primary emphasis on software
documentation and related classes of technical documents. Its
main high-level hierarchical structures are for books, reference
entries (for example, ``man pages''), and articles. It is
maintained by the DocBook Technical Committee of OASIS.

This port contains DocBook 4.4.  Note that DocBook 4.4 includes
the XML DocBook DTD as part of the SGML DTD distribution.  If
you do not need SGML DTD you should install:
  textproc/docbook-xml-440
instead.  There are no conflicts if both ports are installed
but you will have duplicates of most of the files.

WWW: http://www.docbook.org/specs/cd-docbook-docbook-4.4.html
2008-07-13 14:36:46 +00:00
Pietro Cerutti
c6182d6159 - New port: ansifilter
Ansifilter is a customizable ANSI Code converter. ansifilter can
  output to plain text, HTML, and RTF.

PR:		125444
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (new maintainer)
2008-07-09 21:27:14 +00:00
Edwin Groothuis
acb77e7f73 [NEW PORT] textproc/doc-mode.el: asciidoc fontlocking for emacs
doc-mode is an emacs mode for editing documentation, specifically
	designed for use with asciidoc (textproc/asciidoc).

	WWW: http://xpt.sourceforge.net/tools/doc-mode/

PR:		ports/123339
Submitted by:	peter.schuller@infidyne.com
2008-07-05 00:46:27 +00:00
Edwin Groothuis
982d958fff [maintainer update] textproc/dictem: Upgrade to use system default Emacs
Remove EMACS_PORT_NAME to use system default emacs version
	Note: to avoid conflicts please remove dictem-emacs22 port first.

PR:		ports/117580
Submitted by:	Max N. Boyarov <m.boyarov@bsd.by>
2008-07-05 00:14:19 +00:00
Martin Wilke
07d5e942db shuffle, as its name implies, shuffles the lines of its input (either
standard input, or the named files) into random order. It is in a
sense the very inverse of sort(1)).

WWW:    http://www.eskimo.com/~scs/src/#shuffle

PR:		ports/124100
Submitted by:	Greg Larkin <glarkin at sourcehosting.net>
2008-06-20 17:57:09 +00:00
Peter Pentchev
f05c384708 Add the bomstrip port - strip the UTF-8 BOM bytes from text files,
implemented in many programming languages.  The port uses my patchset
which adds three new implementations, some build infrastructure,
a manual page and a couple of other fixes.

Author:	Mechiel Lukkien <mechiel@xs4all.nl>
WWW:	http://www.xs4all.nl/~mechiel/projects/bomstrip/
2008-06-14 11:06:20 +00:00
Felippe de Meirelles Motta
39db22ac4d Perl::Critic::Bangs is a collection of Perl::Critic policies
that will help make your code better.

WWW: http://search.cpan.org/dist/Perl-Critic-Bangs/

PR:		ports/124333
Submitted by:	vany <ivan@serezhkin.com>
Approved by:	gabor (mentor, implicit)
2008-06-14 08:00:10 +00:00
Philippe Audeoud
92425c733a Parse/write/merge/edit RSS/RDF/Atom syndication feeds
WWW: http://search.cpan.org/dist/XML-FeedPP/

PR:		ports/124250
Submitted by:	Oleg Mamontov <oleg at mamontov.net>
Approved by:	tabthorpe (mentor)
2008-06-05 20:09:20 +00:00
Wesley Shields
6e6ab4495a Perl module for converting XML hash structures into plain text.
Approved by:	garga (mentor, implicit)
2008-06-01 23:01:08 +00:00
Dirk Meyer
9f45e9bca9 This framework is a simple parser and exporter for OPML files.
The main classes in this framework are OPMLDocument and OPMLOutline.
OPML is a file format used to store all kinds of outlines. It's based
on XML and also usually stores some meta information. This includes
author and creation time information and a document title.

WWW: http://www.etoile-project.org/
2008-05-11 13:29:57 +00:00
Martin Wilke
56a3c2a14f Enchant is a binder for libenchant. Libenchant
provides a common API for many spell libraries,
such as aspell/pspell(intended to replace
ispell),hspell(hebrew),ispell,myspell/hunspell
(OpenOffice project, mozilla),uspell (primarily
Yiddish, Hebrew, and Eastern European languages)

WWW:   http://pecl.php.net/package/enchant/

PR:		ports/122820
Submitted by:	Wen heping <wenheping at gmail.com>
2008-04-27 20:52:10 +00:00
Sergey Skvortsov
4994d1f521 Add p5-Regexp-Common-Email-Address 1.01, regex pattern for Email
Addresses.
2008-04-25 14:34:52 +00:00
Sergey Skvortsov
f9cef43c22 Add libcsv 2.0.1, small, simple and fast CSV library. 2008-04-23 14:26:24 +00:00
Cheng-Lung Sung
fa976d2aed This libary can serve as an advanced lexer for (GNU) makefiles. It
parses makefiles as "documents" and the parsing is lossless. The
results are data structures similar to DOM trees. The DOM trees hold
every single bit of the information in the original input files,
including white spaces, blank lines and makefile comments. That means
it's possible to reproduce the original makefiles from the DOM trees.
In addition, each node of the DOM trees is modifiable and so is the
whole tree, just like the PPI module used for Perl source parsing and
the HTML::TreeBuilder module used for parsing HTML source.

WWW:	http://search.cpan.org/dist/Makefile-DOM/

PR:		ports/122843
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-04-18 06:04:08 +00:00
Michael Johnson
1c3af98eb0 Add libwps
Libwps is a library (for use by word procesors, for example) for importing the
Microsoft Works word processor file format. It imports Works format versions 2,
3, 4, 5 (aka 2000), and 8 with some formatting. The scope of this project is
just a Works word processor import filter, so there are no plans for supporting
an export filter, spreadsheets, or databases.

WWW: http://libwps.sourceforge.net/
2008-04-16 17:54:21 +00:00
Lars Thegler
2504c8f292 Add p5-Pod-Spell 1.01, a formatter for spellchecking Pod. 2008-04-16 14:12:31 +00:00
Hiroki Sato
c3d52440d0 linux-scim-libs is library part of Smart Common Input Method
platform, also known as SCIM, in Linux binary.  This is a
development platform to make Input Method developers live
easier. It has very clear architecture and very simple
programming interface.
2008-04-13 18:19:53 +00:00
Martin Wilke
abc01da3e2 Templates like perl module HTML::Template
WWW: http://reki.ru/products/ctpp/

PR:		ports/121933
Submitted by:	Andrei V. Shetuhin <reki at reki.ru>
2008-03-26 12:55:51 +00:00
Rong-En Fan
a385653e01 BeeDiff is a graphical file comparator. User have a possibility
to compare and merge a two text files.  All differences are highlighted
in colors.

WWW: http://www.beesoft.org/beediff.html

PR:		ports/122010
Submitted by:	Max Brazhnikov <makc at issp.ac.ru>
2008-03-24 12:52:48 +00:00
Joe Marcus Clarke
a5c5d06829 This port already existed in multimedia/gstreamer-plugins-annodex. 2008-03-24 04:03:45 +00:00
Joe Marcus Clarke
6f32add9a7 The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
2008-03-24 03:52:36 +00:00
Felippe de Meirelles Motta
72e02684fa - Module already included in core perl.
Reported by:	leeym
Approved by:	gabor (mentor)
2008-03-17 21:56:40 +00:00
Rong-En Fan
98e4fbfcc8 Lucene is a Java full-text search engine. Lucene is not a complete
application, but rather a code library and API that can easily be used
to add search capabilities to applications.

WWW: http://lucene.apache.org/java/

PR:		ports/121537
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
2008-03-11 10:51:17 +00:00
Thierry Thomas
52ec88fef9 Adding Aspell Turkmen dictionary. 2008-03-05 20:48:55 +00:00
Martin Wilke
0958f9af70 This is a simple set of C++ classes which allow to use
templates like perl module HTML::Template

WWW: http://reki.ru/products/ctpp/

PR:		ports/119979
Submitted by:	reki at reki.ru (Andrei V. Shetuhin)
2008-02-28 09:38:12 +00:00
Martin Wilke
534294fdd9 The goal of this module is providing good code readability and clarity
of intent for command-line option processing. While readability is a
subjective standard, Getopt::Lucid relies on a more verbose,
plain-English option specification as compared against the more symbolic
approach of Getopt::Long.

WWW:	http://search.cpan.org/dist/Getopt-Lucid/

PR:		ports/120804
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
2008-02-19 06:55:03 +00:00
Martin Wilke
aebf041a88 Text::ParseWords - Parse text into an array of tokens or array of arrays.
WWW:	http://search.cpan.org/dist/Text-ParseWords/

PR:		ports/120632
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
2008-02-16 21:13:56 +00:00
Chin-San Huang
4c9379ddfc HTML::Tiny is a simple, dependency free module for generating HTML (and
XML). It concentrates on generating syntactically correct XHTML using a
simple Perl notation.

In addition to the HTML generation functions utility functions are provided
to :
    * encode and decode URL encoded strings
    * entity encode HTML
    * build query strings
    * JSON encode data structures

WWW: http://search.cpan.org/dist/HTML-Tiny/
2008-01-26 00:59:40 +00:00
Sergey Skvortsov
e0de7b3bdd Relax NG Compact Syntax validator 2008-01-22 13:04:18 +00:00
Edwin Groothuis
96c3c9822a Development version of textproc/sphinxsearch
Sphinx is a full-text search engine, distributed under GPL version
    2. Commercial license is also available for embedded use.

    Generally, it's a standalone search engine, meant to provide fast,
    size-efficient and relevant fulltext search functions to other
    applications. Sphinx was specially designed to integrate well with SQL
    databases and scripting languages. Currently built-in data sources
    support fetching data either via direct connection to MySQL, or from
    an XML pipe.

    As for the name, Sphinx is an acronym which is officially decoded as
    SQL Phrase Index.

    WWW: http://www.sphinxsearch.com/

Submitted by:	Daniel Gerzo <danger@FreeBSD.org>
2008-01-19 11:53:15 +00:00
Martin Wilke
2c6d8c7605 The aim of SCEW is to provide an easy interface around the XML Expat
parser.
SCEW also incorporates functions to create and handle XML trees. That
is, add and delete nodes, change attribute names and values...

WWW: http://www.nongnu.org/scew/

PR:		ports/119543
Submitted by:	Pietro Cerutti <gahr at gahr.ch>
2008-01-14 09:57:20 +00:00
Martin Wilke
553d665f82 A PECL HTML parser extension based on the ekhtml library
WWW: http://pecl.php.net/package/html_parse

PR:		ports/118920
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-12 16:36:45 +00:00
Martin Wilke
5bfa981946 El-Kabong is a high-speed, forgiving, sax-style HTML parser.
Its aim is to provide consumers with a very fast, clean,
lightweight library which parses HTML quickly, while forgiving
syntactically incorrect tags.

WWW: http://ekhtml.sourceforge.net/

PR:		ports/118917
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2008-01-12 16:35:08 +00:00
Martin Wilke
e4b9103902 This is a Renderer driver for Structures_DataGrid that generates a XML
string.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XML/
2008-01-12 16:12:40 +00:00
Martin Wilke
ccdbb6f60f This is a Renderer driver for Structures_DataGrid that generates a CSV
string.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_CSV/
2008-01-12 16:09:40 +00:00
Martin Wilke
041fd5bf3a This is a Renderer driver for Structures_DataGrid that generates a XLS
string.

WWW: http://pear.php.net/package/Structures_DataGrid_Renderer_XLS/
2008-01-12 16:08:36 +00:00
Martin Wilke
8f414a1a51 Strip-o-Gram is a library for converting HTML to Plain Text
and stripping specified tags from HTML.

PR:		ports/119526
Submitted by:	Oleg Ukraincev <oleg at ht-systems.ru>
2008-01-10 22:17:24 +00:00
Li-Wen Hsu
7c579589e3 Add py-libtre 0.7.5, python interface for the tre regular expressions
library.

PR:		ports/113446
Submitted by:	bf <bf2006a at yahoo.com>
2007-12-31 21:45:21 +00:00
Martin Wilke
1f8afcce0d Text::Trim does what chomp does, but at both ends of the string.
WWW:	http://search.cpan.org/dist/Text-Trim/
2007-12-31 00:20:02 +00:00
Martin Wilke
0d7efa9686 File_Fortune provides a PHP interface to reading fortune files. With it, you may
retrieve a single fortune, a random fortune, or all fortunes in the file.

Additionally, it offers the ability to access fortune files as if they were a
native array, including updating and deleting items. All write operations will
produce a binary header file to allow compatability with the fortune and
fortune-mod programs (as well as other fortune interfaces).

WWW: http://pear.php.net/package/File_Fortune/
2007-12-31 00:11:28 +00:00
Andrej Zverev
dc4bbbce24 Regexp::Copy allows you to copy the contents of one Regexp object to another.
A problem that I have found with the qr// operator is that the Regexp objects that
it creates are is impossible to dereference. This causes problems if you want to
change the data in the regexp without losing the reference to it.
Its impossible. Regexp::Copy allows you to change the Regexp by copying one object
created through qr// to another.

PR:		ports/118991
Submitted by:	az@
2007-12-25 08:57:51 +00:00
Kevin Lo
fe29d9adb7 Initial import of chm2pdf 0.9.
It is a simple Python script that converts CHM files into PDF files.
2007-12-20 10:51:14 +00:00
Martin Wilke
e8903afda3 This is a DataSource driver for Structures_DataGrid using XML files.
WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS/
2007-12-19 13:42:36 +00:00
Martin Wilke
892f823a7a This is a DataSource driver for Structures_DataGrid using RSS files.
WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_RSS/
2007-12-19 13:41:38 +00:00
Pav Lucistnik
2843d48c80 This library can read and write CSV files, including all extensions used by
Excel - eg. quotes, newlines, 8 bit characters in fields, "0 etc.

WWW: http://merjis.com/developers/csv

PR:		ports/118801
Submitted by:	Thomas V. Crimi <tcrimi@procida.us>
2007-12-18 14:13:20 +00:00
Chin-San Huang
fdb8808dba Add pecl-doublemetaphone 0.1.2, a PECL extension which implements the
Double Metaphone algorithm.

PR:		ports/117884
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2007-12-16 04:00:15 +00:00
Martin Wilke
768f02433a Rak is a grep replacement in pure Ruby. It accepts Ruby syntax regular
expressions and automatically recurses directories, skipping .svn/,
.cvs/, pkg/ and more things you don't care about. It is based on the Perl
tool.

WWW: http://rak.rubyforge.org/

PR:		ports/118625
Submitted by:	Robert Gogolok <gogo at cs.uni-sb.de>
2007-12-14 20:50:48 +00:00
Andrew Pantyukhin
1e193f9abb Add port textproc/docdiff:
DocDiff compares two files and shows the difference. It can compare
files word by word, char by char, or line by line. It has several
output formats such as HTML, tty, Manued, or user-defined markup.

WWW: http://www.kt.rim.or.jp/~hisashim/docdiff/
Author: Hisashi MORITA <hisashim at kt dot rim dot or dot jp>

Inspired by:	Debian package
2007-12-14 00:29:34 +00:00
Martin Wilke
4e7f0a180b Perl module for camelcase, de-camelcase string.
WWW:	http://search.cpan.org/dist/String-CamelCase

PR:		ports/117665
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei.org>
2007-12-12 13:22:24 +00:00
Chin-San Huang
15c55082cd Add pecl-xslcache, the XSL Cache extension is a modification of PHP's standard XSL extension
that caches the parsed XSL stylesheet representation between sessions for
2.5x boost in performance!

WWW: http://code.nytimes.com/projects/xslcache/
2007-10-28 11:14:34 +00:00
Boris Samorodov
ac55be9c34 Connect devel/linux-libglade2 and textproc/linux-libxml2.
Forgotten by:	bsam (me)
Pinged by:	linimon (thanks!)
2007-10-25 12:18:34 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Renato Botelho
cf3b33696b This is mnemonic keyboard that covers entire IPA (International
Phonetic Alphabet) Unicode 5 range, written in Keyman keyboard
language. The keyboard is 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).

This open source keyboard is provided under SIL's Freeware licence
(http://www.sil.org/computing/catalog/freeware.html) which makes it
free for personal use only and non-distributable. Besides,

  <quot>If you plan to redistribute your modified keyboard you must
  rename it.</quot>

WWW: http://scripts.sil.org/UniIPAKeyboard#dee994f5

PR:		ports/117171
Submitted by:	Nikola Lecic <nikola.lecic at anthesphoria.net>
2007-10-24 19:47:03 +00:00
Renato Botelho
e6e73d0051 KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).

SCIM KMFL IMEngine allows you to use KMN keyboards (compiled with
textproc/kmflcomp) through standard SCIM interface.

The powerful KMN keyboard language supports contextual deadkeys,
pre- and post-processing of keystrokes, rules grouping, 'storing'
of character classes for use in similar rules, custom and Unicode
character constants, SIL Ethnologue language codes, etc.

Official Tavultesoft repository contains keyboards that cover more
than 220 languages. Significant number of them are open source.
Ported keyboards are textproc/scim-kmfl-*.

WWW: http://kmfl.sourceforge.net/

PR:		ports/117170
Submitted by:	Nikola Lecic <nikola.lecic at anthesphoria.net>
2007-10-23 11:38:44 +00:00
Renato Botelho
630bc19927 This library provides an engine to interpret compiled
(textproc/kmflcomp) KMFL keyboard tables written in Keyman keyboard
language for use with SCIM KMFL IMEngine
(textproc/scim-kmfl-imengine).

KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).

WWW: http://kmfl.sourceforge.net/

PR:		ports/117169
Submitted by:	Nikola Lecic <nikola.lecic at anthesphoria.net>
2007-10-18 16:05:36 +00:00
Renato Botelho
e6de2ce4c4 KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
systems. KMFL is being jointly developed by SIL International
(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).

This is compiler for keyboard sources written in Keyman keyboard
language (.kmn files). Resulting binaries (.kmfl) can be used with
SCIM KMFL IMEngine (textproc/scim-kmfl-imengine).

The powerful KMN keyboard language supports contextual deadkeys,
pre- and post-processing of keystrokes, rules grouping, 'storing'
of character classes for use in similar rules, custom and Unicode
character constants, SIL Ethnologue language codes, etc.

Official Tavultesoft repository contains keyboards that cover more
than 220 languages. Significant number of them are open source.
Ported keyboards are textproc/scim-kmfl-*.

WWW: http://kmfl.sourceforge.net/

PR:		ports/117167
Submitted by:	Nikola Lecic <nikola.lecic at anthesphoria.net>
2007-10-18 12:29:50 +00:00
Cheng-Lung Sung
bc1b0038da utf8proc is a library for processing UTF-8 encoded Unicode strings.
Some features are Unicode normalization, stripping of default ignorable
characters, case folding and detection of grapheme cluster boundaries.
A special character mapping is available, which converts for example the
characters "Hyphen" (U+2010), "Minus" (U+2212) and
"Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to
make them equal for comparisons.

WWW:	http://www.flexiguided.de/publications.utf8proc.en.html
2007-10-16 08:39:36 +00:00
Martin Wilke
4ece4e8e8d Mini-XML is a small XML parsing library that you can use to
read XML and XML-like data files in your application without
requiring large non-standard libraries.

WWW:	http://www.minixml.org/
2007-10-12 22:23:05 +00:00
Andrew Pantyukhin
123d815215 - Sort category Makefiles
Inspired by:	Jason Harris <jharris@widomaker.com>
Howto:		http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
2007-10-05 23:33:27 +00:00
Thomas Abthorpe
7542e5c15d fxp is a validating XML parser written completely in the functional
programming language SML. fxp can validate both XML 1.0 and XML 1.1
documents. It has a programming interface allowing for production of XML
applications based on fxp. It is installed with four example applications.

WWW: http://www2.informatik.tu-muenchen.de/~berlea/Fxp

PR:		ports/116572
Submitted by:	Timothy Bourke <timbob at bigpond.com>
2007-10-04 03:02:59 +00:00
Thierry Thomas
bc95ba4eb8 Aspell Malayalam dictionary.
WWW: https://savannah.nongnu.org/task/?6787
2007-10-02 19:43:30 +00:00
Vanilla I. Shu
5bfae253b5 Add xqilla, it's an XQuery & XPath2 library. 2007-09-22 14:54:36 +00:00
Thomas Abthorpe
1fe85dfab6 Xaira is an XML Aware Indexing and Retrieval Application
designed to allow fast access to large corpora marked up
in XML.

Xaira is the current name for a new version of SARA, the text
searching software originally developed at OUCS for use with
the British National Corpus.

This new version has been entirely re-written as a general
purpose XML search engine, which will operate on any corpus
of well-formed XML documents. It is however best used with
TEI-conformant documents.

Xaira has full Unicode support. This means you can use it to
search and display text in any language, provided you have a
suitable Unicode font installed on your system.

WWW: http://www.xaira.org

PR:		ports/116259
Submitted by:	Mathias Monnerville <mathias at monnerville.com>
2007-09-19 12:21:34 +00:00
Edwin Groothuis
df98d470f3 [New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
Simple major mode to edit YAML file for Emacsen.

	WWW: http://yaml-mode.clouder.jp/

PR:		ports/114383
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-09-07 23:24:57 +00:00
Edwin Groothuis
dbfec5c06b [New Port] texproc/yaml-mode.el: Simple major mode to edit YAML file for Emacsen
Simple major mode to edit YAML file for Emacsen.

	WWW: http://yaml-mode.clouder.jp/

PR:		ports/114383
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2007-09-07 23:23:20 +00:00
Andrew Pantyukhin
8c7809cbfd Add port textproc/supercat:
Supercat (spc) is a program that colorizes text based on matching
regular expressions/strings/characters. Supercat supports html output
as well as standard ASCII text. Unlike some text-colorizing programs
that exist, Supercat does not require you to have to be a programmer to
make colorization rules.

WWW: http://supercat.nosredna.net/
Author: Thomas G. Anderson <bug-spc@nosredna.net>
2007-09-03 16:16:55 +00:00
Andrew Pantyukhin
573245eaa2 Add port textproc/translate-toolkit:
The Translate Toolkit is a set of software and documentation designed
to help make the lives of localizers both more productive and less
frustrating.  The software includes programs to covert localization
formats to the common PO format and programs to check and manage PO
files.  The documentation includes guides on using the tools, running a
localization project and how to localize various projects from
OpenOffice.org to Mozilla.

At its core the software contains a set of classes for handling various
localization storage formats: DTD, properties, OpenOffice.org GSI/SDF,
CSV and of course PO and XLIFF.  It also provides scripts to convert
between these formats.

Also part of the Toolkit are Python programs to create word counts,
merge translations and perform various checks on PO and XLIFF files.

WWW: http://translate.sourceforge.net/

Based on:	Gentoo Portage ebuild (bug #153512)
2007-08-30 19:20:13 +00:00
Cheng-Lung Sung
fd1155dfad MetaUML is a GNU GPL MetaPost library for typesetting UML diagrams,
using a human-friendly textual notation.

Here's what you can do with MetaUML (also see the FAQ):

    * Create UML diagrams readily usable in a LaTeX article or book.
    * Create independent PDF-s
    * Create jpeg-s, png-s etc.

WWW:	http://metauml.sourceforge.net/

PR:		ports/115910
Submitted by:	TAKATSU Tomonari <tota at rtfm.jp>
2007-08-29 06:59:38 +00:00
Chin-San Huang
788c558ba9 Add p5-HTML-Copy, Copy a HTML file without breaking links.
Submitted by:	chinsan
Approved by:	rafan (mentor, implicit)
2007-08-25 12:26:18 +00:00
Cheng-Lung Sung
9cb5299b4d YASA is a simple implementation of Suffix Array for counting
frequency of given text/string.

This module provides a Perl interface to YASA via REST.

WWW: http://search.cpan.org/dist/Net-YASA/
2007-08-21 09:23:54 +00:00
Martin Wilke
ba9f03eada HTML::Entities::ImodePictogram handles HTML entities for i-mode
pictogram (emoji), which are assigned in Shift_JIS private area.

See http://www.nttdocomo.co.jp/i/tag/emoji/index.html for details
about i-mode pictogram.

WWW: http://search.cpan.org/dist/HTML-Entities-ImodePictogram/

PR:		ports/115594
Submitted by:	Shinsuke Matsui <smatsui at karashi.org>
2007-08-21 09:13:43 +00:00
Martin Wilke
d5f006b60e The syck extension is a binding to the Syck library which facilitates
YAML parsing.

YAML(tm) (rhymes with "camel") is a straightforward machine parsable
data serialization format designed for human readability and
interaction with scripting languages. YAML is optimized for data
serialization, configuration settings, log files, Internet
messaging and filtering.

WWW: http://pecl.php.net/package/syck/

PR:		ports/115252
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2007-08-21 08:58:59 +00:00
Martin Wilke
ea1790a268 HTML::FormatText::WithLinks takes HTML and turns it into plain text
but prints all the links in the HTML as footnotes. By default, it
attempts to mimic the format of the lynx text based web browser's
--dump option.

Author: Struan Donald. <struan@cpan.org>
WWW: http://search.cpan.org/~struan/HTML-FormatText-WithLinks-0.09/

PR:		ports/115358
Submitted by:	loader <loader at freebsdmall.com>
2007-08-21 08:36:04 +00:00
Sergey Skvortsov
09c1573297 Add p5-Data-FormValidator-Constraints-DateTime 1.09, data::FormValidator
constraints for dates and times.
2007-08-16 21:58:13 +00:00
Andrew Pantyukhin
39b7790b5b Add port textproc/yould:
Yould is a generator for pronounceable random words.  The engine uses
Markov chains with two letter transitions. This distribution includes
trained engines for several languages: English, Dutch, Finnish, Italian,
French and German.

WWW: http://ygingras.net/yould
Author: Yannick Gingras <ygingras@ygingras.net>

Based on:	OpenBSD port
2007-08-09 11:02:34 +00:00
Andrew Pantyukhin
fba2f87a8c Add port textproc/soothsayer:
Soothsayer is an intelligent predictive text entry platform. Soothsayer
exploits redundant information embedded in natural languages to generate
predictions. Soothsayer's modular and pluggable architecture allows its
language model to be extended and customized to utilize statistical,
syntactic, and semantic information sources.

A predictive text entry system attempts to improve ease and speed of
textual input. Word prediction consists in computing which word tokens
or word completions are most likely to be entered next. The system
analyses the text already entered and combines the information thus
extracted with other information sources to calculate a set of most
probable tokens.

WWW: http://soothsayer.sourceforge.net/
2007-08-07 12:11:14 +00:00
Sergey Skvortsov
be6f81adcc Add p5-Text-Highlight 0.04, syntax highlighting framework. 2007-08-05 12:42:04 +00:00
MANTANI Nobutaka
df9a0c7692 Add uim-el-emacs21, Emacs lisp for uim input method library for emacs21. 2007-08-04 07:30:42 +00:00
Ying-Chieh Liao
a234119de5 add rubygem-formosa 0.0.1
A collection of libraries for Taiwanese languages processing

pass maintainership to author
2007-07-31 12:00:42 +00:00
Ying-Chieh Liao
fc702030d1 add p5-Text-Greeking 0.11
Generate meaningless text that creates the illusion of the document
2007-07-31 06:44:22 +00:00
Cheng-Lung Sung
584dbd3038 Search::Odeum is an interface to the Odeum API. Odeum is the inverted
index API which is a part of qdbm database library.

WWW:	http://search.cpan.org/dist/Search-Odeum/

PR:		ports/114939
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-07-30 02:24:17 +00:00
Cheng-Lung Sung
4d21bff8f1 Ah yes, INI files. We love them. We hate them. We cannot escape
them. Originally made popular by Windows, INI files are everywhere
including in Samba[www.samba.org] and Trac[trac.edgewall.org]. This
gem has one goal: make INI file, structure, and stream manipulation
as fast, safe, and simple as possible. We take a modal approach
with a pluggable parser class.

WWW: http://IniFile.RubyForge.org/

PR:		ports/114786
Submitted by:	Yarema <yds at CoolRat.org>
2007-07-30 02:08:07 +00:00
Chin-San Huang
64e2283a00 Add pear-File_Fortune 1.0.0, an interface for reading from and writing
to fortune files.

PR:		ports/114518
Submitted by:	Zhen REN <bg1tpt at gmail.com>
Approved by:	rafan (mentor, implicit)
2007-07-29 14:07:54 +00:00
Chin-San Huang
7e4b26ddf0 Add p5-SGML-Parser-OpenSP 0.100r1, parse SGML documents using OpenSP.
PR:		ports/114975
Submitted by:	Naram Qashat <cyberbotx at cyberbotx.com>
Approved by:	rafan (mentor, implicit)
2007-07-28 19:31:51 +00:00
Chin-San Huang
976cadd0a2 Add p5-Google-Data-JSON, Google::Data::JSON provides several methods to
convert an XML feed into a JSON feed, and vice versa. The JSON format is
defined in Google Data APIs, http://code.google.com/apis/gdata/json.html .

Approved by:	rafan (mentor, implicit)
2007-07-28 14:17:21 +00:00
Chin-San Huang
1078666f87 Add p5-Test-Perl-Critic, Test::Perl::Critic wraps the Perl::Critic engine in
a convenient subroutine suitable for test programs written using the
Test::More framework.
This makes it easy to integrate coding-standards enforcement into the build
process.

Approved by:	rafan (mentor, implicit)
2007-07-28 11:47:09 +00:00
Cheng-Lung Sung
de1da38e13 This module provides an implementation of Canonical XML Recommendation
(Version 1, 15 March 2001). It uses XML::GDOME for its DOM tree and
XPath nodes.

It provides a XS wrapper around libxml2's Canonical XML code.

WWW:	http://search.cpan.org/dist/XML-Canonical/

PR:		ports/114596
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-07-23 03:09:36 +00:00
Andrew Pantyukhin
11c953071b Add port textproc/humanzip:
humanzip is a compression program that operates on text files.  Unlike
most compression algorithms, its output is human readable.  Indeed, it
is explictly meant to be read by humans and might even be easier to read
than the original.

humanzip compresses files by looking for common strings of words and
replacing them with single symbols. The idea is to reduce the screen and
print size of documents.  Humanzip does not explictly try to reduce the
size of the file as measured in bytes, although this usually happens
incidentally.

WWW: http://savannah.nongnu.org/projects/humanzip/
Author: Matthew Strait
2007-07-21 19:16:45 +00:00
Rong-En Fan
c60b383183 QStarDict is a StarDict clone written with using Qt4.
The user interface is similar to StarDict.

Main features
* Full support of StarDict dictionaries
* Working in system tray
* Scanning mouse selection and showing popup window
  with translation of selected word

WWW: http://qstardict.ylsoftware.com/

Note that it is a GPLv3 software.

PR:		ports/114556
Submitted by:	Yinghong.Liu <relaxbsd at gmail.com>
2007-07-20 05:26:35 +00:00
Martin Matuska
8b36df6e6e deplate is a ruby based tool for converting documents written in wiki-like
markup to LaTeX, HTML, "HTML slides", or docbook. It supports page templates,
embedded LaTeX code, footnotes, citations, bibliographies, automatic generation
of an index, table of contents etc. It can be used to create web pages and (via
LaTeX or Docbook) high-quality printouts from the same source. In this respect
it is similar to tools like remoteaft or remotetxt2tags.

WWW: http://deplate.sourceforge.net

Approved by: garga (mentor)
2007-07-16 11:19:40 +00:00
Pav Lucistnik
15552c5f06 SXML is a skimpy XML parsing and grafting C library that you can use to read
and write XML-like configuration file for your application.

Author:	Kouichi ABE (WALL) <kouichi@MysticWALL.COM>
WWW:	http://www.MysticWALL.COM/software/sxml/index.html

PR:		ports/113994
Submitted by:	Kouichi ABE (WALL) <kouichi@mysticwall.com>
2007-07-15 22:16:11 +00:00
Cheng-Lung Sung
c39ecaf873 This is a text analyzer for analyzing CJK texts. Plucene does not
support CJK texts natively. This module encodes terms in MIME::Base64
format to get around this problem. Texts are assumbed to be in UTF-8
encoding.

WWW:	http://search.cpan.org/dist/Plucene-Analysis-CJKAnalyzer/

PR:		ports/114376
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-07-09 05:16:53 +00:00
Cheng-Lung Sung
70cc480c30 - repocopy ruby-spreadsheet-excel to rubygem-spreadsheet-excel
- remove ruby-spreadsheet-excel

PR:		ports/114148
2007-07-09 01:57:54 +00:00
Martin Wilke
4207cadc7a Text::Report - Perl extension for generating mixed columnar formatted reports
and report templates

Author: David Huggins <davidius@cpan.org>
WWW:    http://search.cpan.org/dist/Text-Report/

PR:		ports/114373
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
2007-07-07 16:19:09 +00:00
Gabor Kovesdan
2f227cfa92 This is the BSD-licensed version of the well-known sort utility, obtained from
OpenBSD. It lacks some features of GNU sort. It is a proposed project idea
to replace the GNU sort with this one, but it needs to be completed first.
Patches are highly appreciated.

WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools

Obtained from:	OpenBSD
2007-06-19 21:21:32 +00:00
Gabor Kovesdan
3d93484078 This is the BSD-licensed version of the well-known grep utility, obtained from
OpenBSD. It lacks some features of GNU grep. It is a proposed project idea
to replace the GNU grep with this one, but it needs to be completed first.
Patches are highly appreciated.

WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools

Obtained from:	OpenBSD
2007-06-19 21:20:04 +00:00
Gabor Kovesdan
76fd880143 This is the BSD-licensed version of the well-known diff utility, obtained from
OpenBSD. It lacks some features of GNU diff. It is a proposed project idea
to replace the GNU diff with this one, but it needs to be completed first.
Patches are highly appreciated.

WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools

Obtained from:	OpenBSD
2007-06-19 21:18:28 +00:00
Thierry Thomas
7310ed0bff Add Aspell Frisian (Frysk) dictionary.
<http://borel.slu.edu/crubadan/>
2007-06-12 19:50:53 +00:00
Andrew Pantyukhin
08fc6a1973 Add port textproc/ots:
The Open Text Summarizer is an open source tool for summarizing texts.
The program reads a text and decides which sentences are important and
which are not.

WWW: http://libots.sourceforge.net/

Inspired by:	Debian Package of the Day
Based on:	OpenBSD port
2007-06-09 18:25:06 +00:00
Martin Wilke
9bdfc66330 This is a SCIM IMEngine module which uses m17n library as the backend.
WWW: http://www.scim-im.org/

PR:		ports//112587
Submitted by:	Yinghong.Liu <liu_yinghong at yahoo.com.cn>
2007-06-05 09:38:39 +00:00
Gabor Kovesdan
7e0a9eeb7b Remove expired ports:
2007-01-01 textproc/ruby-html-parser: distfile and homepage disappeared
2007-03-10 textproc/ruby-libxslt: Broken on all supported versions of FreeBSD
2007-05-26 www/py-htmltestcase: Upstream site disappeared and dependency is set to expire
2007-06-04 15:42:56 +00:00
Dmitry Sivachenko
c8630b3adf New port: MARC::Lint.
A mechanism for validating MARC records.

Asked for by:	Marten Richter<marten.richter@freenet.de>
PR:		112718
2007-05-31 11:29:52 +00:00
Lars Thegler
08803e2f46 Add p5-PPI-XS 0.900, XS acceleration for the PPI perl parser. 2007-05-26 16:12:05 +00:00
Lars Thegler
325348f568 Add p5-UML-Class-Simple 0.09, render simple UML class diagrams, by
loading the code.
2007-05-03 10:21:05 +00:00
Martin Wilke
d025dab138 XML_Feed_Parser is a parser for (the various) RSS and Atom format XML feeds.
It attempts to provide a somewhat unified API while still allowing access to
the full details of each feed type.

WWW: http://pear.php.net/package/XML_Feed_Parser/
2007-05-01 19:10:21 +00:00
Cheng-Lung Sung
0f8447a3bf Add p5-XML-MyXML 0.09766, a simple-to-use XML module parsing and
creating XML documents.

PR:		ports/112261
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2007-05-01 02:03:31 +00:00
Martin Wilke
c77a73c3b4 texttable is a module to generate a formatted text table, using ASCII
characters.

WWW: http://cheeseshop.python.org/pypi?name=texttable&:action=display
2007-04-24 14:25:42 +00:00
Andrew Pantyukhin
6ffd6b1352 Add port textproc/py-html2text:
html2text is a Python script that convers a page of HTML into clean,
easy-to-read plain ASCII text. Better yet, that ASCII also happens to
be valid Markdown (a text-to-HTML format).

WWW: http://www.aaronsw.com/2002/html2text/
Author: Aaron Swartz <me@aaronsw.com>

Inspired by:	pkgsrc package
2007-04-23 11:15:06 +00:00
Anton Berezin
6086d86ea5 Add textproc/p5-Template-Declare 0.07, yet another Perl templating
module.
2007-04-23 08:49:09 +00:00
Dryice Dong Liu
8ee69c1d4d New port for py-mako. This is a template library written in Python.
Approved by:	itetcu (mentor, implicit)
2007-04-23 05:00:07 +00:00
Maxim Sobolev
b34ace4998 Remove this port - it's already exists as textproc/wbxml2.
Pointy hat to:	sobomax
2007-04-22 22:52:50 +00:00
Maxim Sobolev
c8d168f36b Add libwbxml 0.9.2, library and tools to parse, encode and handle WBXML
documents.
2007-04-20 00:39:04 +00:00
Martin Wilke
c53b6c9890 2007-04-06 sysutils/tct: this port is obsolete, please use sysutils/sleuthkit instead
2007-04-10 textproc/ocaml-yaxi: Does not build
2007-04-10 ukrainian/pine.language: Leaves behind config file on deinstall
2007-04-10 www/mod_zap: Incomplete pkg-plist
2007-04-10 www/sahana2: Conflicting dependencies: php4 vs php5
2007-04-10 www/urchin5: Does not install
2007-04-07 databases/cyrus-smlacapd: this software is obsolete
2007-04-10 17:59:13 +00:00
Li-Wen Hsu
a95bf91c6d Add py-hyperestraier-python 0.9.2, pure Python HyperEstraier library.
PR:		ports/111267
Submitted by:	Junji NAKANISHI <jun-g at daemonfreaks.com>
Approved by:    clsung (mentor)
2007-04-06 07:02:16 +00:00
Anton Berezin
24f710368c Add textproc/p5-Template-Plugin-Lingua-EN-Inflect 0.02, a Perl modules
that interfaces Template Toolkit with Lingua::EN::Inflect.
2007-04-05 17:57:26 +00:00