1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

955 Commits

Author SHA1 Message Date
Ying-Chieh Liao
220e8ece45 add google-ctemplate 0.1
A simple but powerful template language for C++

pass maintainership to clsung
2006-04-27 01:52:15 +00:00
Anton Berezin
aae8188e7e Add p5-Text-Markdown 1.0.3, markdown Perl5 module.
PR:		ports/96292
Submitted by:	Fernan Aguero <fernan@iib.unsam.edu.ar>
2006-04-25 09:08:55 +00:00
Erwin Lansing
3ec36ea94c KinoSearch is a loose port of the Java search engine library Apache Lucene,
written in Perl and C. The archetypal application is website search, but it
can be put to many different uses.

Features
 * Extremely fast and scalable - can handle millions of documents
 * Full support for 12 Indo-European languages.
 * Support for boolean operators AND, OR, and AND NOT; parenthetical
   groupings, and prepended +plus and -minus
 * Algorithmic selection of relevant excerpts and highlighting of search terms
   within excerpts
 * Highly customizable query and indexing APIs
 * Phrase matching
 * Stemming
 * Stoplists

WWW: http://www.rectangular.com/kinosearch/

PR:		ports/96115
Submitted by:	Vivek Khera <vivek@khera.org>
2006-04-23 08:44:40 +00:00
Yen-Ming Lee
21687c1105 - add p5-XML-RSS-Parser 4.0
XML::RSS::Parser is a lightweight liberal parser of RSS feeds. This parser
is "liberal" in that it does not demand compliance of a specific RSS version
and will attempt to gracefully handle tags it does not expect or understand.
The parser's only requirements is that the file is well-formed XML and
remotely resembles RSS. Roughly speaking, well formed XML with a channel
element as a direct sibling or the root tag and item elements etc.

There are a number of advantages to using this module then just using
a standard parser-tree combination. There are a number of different RSS
formats in use today. In very subtle ways these formats are not entirely
compatible from one to another. XML::RSS::Parser makes a couple assumptions
to "normalize" the parse tree into a more consistent form. For instance,
it forces channel and item into a parent-child relationship.

WWW: http://search.cpan.org/dist/XML-RSS-Parser/
2006-04-21 04:09:07 +00:00
Marc G. Fournier
3c0df914cb add pecl-xdiff 2006-04-20 17:37:23 +00:00
Cheng-Lung Sung
30b40f4cf2 - p5-Tree-Suffix is a perl interface to the libstree library (C library) 2006-04-19 08:38:22 +00:00
MANTANI Nobutaka
be9825e4f4 Add uim-qt. QT modules of uim input method.
PR:		ports/95785
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2006-04-16 16:47:40 +00:00
MANTANI Nobutaka
e1cb76089d Add uim-m17nlib. Uim plugin using m17n library input method.
PR:		ports/95785
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2006-04-16 16:46:19 +00:00
MANTANI Nobutaka
bf53e8b27e Add uim-gtk. GTK+ modules of uim input method.
PR:		ports/95785
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2006-04-16 16:44:32 +00:00
MANTANI Nobutaka
aafe137582 Add uim-gnome. GNOME applets of uim input method
PR:		ports/95785
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2006-04-16 16:43:18 +00:00
Norikatsu Shigemura
d40ad636ad Add p5-WWW-Google-SiteMap 1.08, is a perl extention to manage
Google SiteMaps.

The Sitemap Protocol allows you to inform search engine
crawlers about URLs on your Web sites that are available
for crawling.

WWW:	http://search.cpan.org/dist/WWW-Google-SiteMap/
2006-04-14 23:06:16 +00:00
Mark Linimon
4c9725dfc2 Finish removing p5-JSON-Syck.
Pointy hat to:	tobez
2006-04-14 19:18:58 +00:00
Anton Berezin
0c3674981c Add textproc/p5-Makefile-Parser 0.11, a Perl module that parses makefiles. 2006-04-11 13:30:05 +00:00
Alexey Dokuchaev
9573492329 Add ssddiff, a diff application for semistructured data such as XML files.
WWW: http://ssddiff.alioth.debian.org/
2006-04-11 04:05:13 +00:00
Renato Botelho
52140fb40c nXML is a C library for parsing, writing and creating XML 1.0 and 1.1 files
or streams. It supports utf-8, utf-16be and utf-16le, ucs-4 (1234, 4321,
2143, 2312).

Author:	Andrea Marchesini <bakunin@autistici.org>
WWW:	http://www2.autistici.org/bakunin/libnxml/doc/

PR:		ports/95539
Submitted by:	Nicola Vitale	<nivit@email.it>
2006-04-09 18:02:57 +00:00
Renato Botelho
43cf76f912 Move recently added textproc/pyenchant to textproc/py-enchant for consistency
with other Python ports

Noted by:	danfe
Approved by:	maintainer
2006-04-06 15:05:08 +00:00
Renato Botelho
f5e19826c5 PyEnchant is a set of language bindings and some wrapper classes to make
the excellent Enchant spellchecker available as a Python module.
The bindings are generated using SWIG. It includes all the functionality
of Enchant with the flexibility of Python and a nice 'Pythonic'
object-oriented interface. It also aims to provide some higher-level
functionality than is available in the C API.

Author:	Ryan Kelly <ryan@rfk.id.au>
WWW:	http://pyenchant.sourceforge.net/

PR:		ports/95284
Submitted by:	Nicola Vitale	<nivit@email.it>
2006-04-06 11:39:20 +00:00
Anton Berezin
090b0675d0 Add textproc/p5-Lingua-EN-Fathom 1.09, a Perl module that measures
readability of English text.
2006-03-28 11:48:30 +00:00
Pav Lucistnik
30e54bba97 btparse is a C library for parsing and processing BibTeX files.
It provides a lexical scanner and LR parser (constructed by PCCTS),
both of which are efficient and offer good error detection and
recovery; a set of functions for traversing the AST (abstract
syntax tree) generated by the parser; and utility functions for
manipulating strings according to BibTeX conventions.

WWW:	http://www.gerg.ca/software/btOOL

PR:		ports/94686
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
2006-03-20 18:36:06 +00:00
Pav Lucistnik
4513766db9 Emacs Muse is an authoring and publishing environment for Emacs. It
simplifies the process of writings documents and publishing them to
various output formats.

Muse consists of two main parts: an enhanced text-mode for authoring
documents and navigating within Muse projects, and a set of publishing
styles for generating different kinds of output.

WWW: http://www.emacswiki.org/cgi-bin/wiki/MuseMode

PR:		ports/93716
Submitted by:	Dryice Liu <dryice@dryice.name>
2006-03-16 11:04:55 +00:00
Xin LI
d6c3971615 Add fixrtf, an utility that is intended for use with the
Documentation Project, which can embed PNGs into RTF
files.

Obtained from:	The FreeBSD Simplified Chinese Project
Approved by:	clive
2006-03-16 07:50:15 +00:00
Renato Botelho
0a4fa21bc3 Add libstree 0.4.2, a Generic Suffix Tree Library.
PR:		ports/94008
Submitted by:	clsung
2006-03-15 10:40:38 +00:00
Emanuel Haupt
2d095b145e Add p5-Text-vCard, a package to parse, edit and create multiple
vCards (RFC 2426).
2006-02-22 14:42:39 +00:00
Aaron Dalton
4733ac6446 Adding port textproc/p5-AI-Categorizer, a tool to aid in the automatic categorization of text documents.
Approved by:	tobez (implicit)
2006-02-20 17:47:38 +00:00
Aaron Dalton
89182e000d Adding port textproc/p5-CQL-Parser, compiles CQL strings into parse trees of Node subtypes.
Approved by:	tobez (implicit)
2006-02-19 23:26:45 +00:00
Aaron Dalton
4b9c802530 Adding port textproc/p5-String-Tokenizer, A simple string tokenizer.
Approved by:	tobez (implicit)
2006-02-19 23:05:28 +00:00
Aaron Dalton
a21ec186c9 Adding port textproc/p5-Parse-PhoneNumber.
Approved by:	tobez (implicit)
2006-02-18 22:34:37 +00:00
Aaron Dalton
8debde9f8b Adding port textproc/p5-Unicode-Normalize, implements Unicode normalization forms.
Committed by:	aaron
Approved by:	tobez (implicit)
2006-02-18 09:31:07 +00:00
Aaron Dalton
3c581302ff Add p5-Text-Capitalize 0.5, capitalize strings ("to WORK AS titles"
becomes "To Work as Titles").

PR:		ports/92856
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
Approved by:	tobez (implicit)
2006-02-17 23:36:38 +00:00
Eric Anholt
a26cccc0b7 New port: asciidoc, a tool to create man, html, pdf, etc. from short, formatted
plain-text documents.
2006-02-15 02:22:31 +00:00
Anton Berezin
dcfa97dfcd Add textproc/p5-HTML-EscapeEvil, a Perl module that will escape HTML
tags considered evil.
2006-02-14 08:28:35 +00:00
Jean-Yves Lefort
879a16d795 Add xmldiff.
xmldiff uses xmlprpr and diff to display meaningful differences in XML
files in an easy to read format. Output formats available include HTML,
ANSI colour, and regular diff. The coloured modes are particularly
useful for viewing small differences in context within large XML files.

WWW: http://software.decisionsoft.com/tools.html

PR:		ports/92947
Submitted by:	Paul Chvostek <paul+ports@it.ca>
2006-02-11 07:35:58 +00:00
Jean-Yves Lefort
7e63466156 Add xmlprpr.
An XML pretty printer created to format XML that doesn't make use of
mixed content. In the default mode each element is put on a separate
line with consistent indentation. It can also separate attributes onto
individual lines, sort attributes in a specified or alphabetic order,
expand self closing tags, and more.

Note that the distribution calls this tool "xmlpp", but it has been
renamed so as not to conflict with an xmlpp already in the ports tree.

WWW: http://software.decisionsoft.com/tools.html

PR:		ports/92946
Submitted by:	Paul Chvostek <paul+ports@it.ca>
2006-02-11 07:14:24 +00:00
Cheng-Lung Sung
ff5ead4435 Add p5-Text-WordDiff 0.02, text::WordDiff - Track changes between
documents.

- required for Bricolage 1.10.0

PR:		ports/92472
Submitted by:	Rod Taylor <ports@rbt.ca>
2006-01-30 14:41:28 +00:00
Jun Kuriyama
e480c1064c Add rast 0.3.1, full-text search system using N-gram. 2006-01-30 13:53:33 +00:00
Tilman Keskinoz
dab6f540ea Add py-chardet, Mark Pilgrim's "Universal Encoding Detector" 2006-01-25 22:46:32 +00:00
Andrey Slusar
34ffb5a9cd tools for helping translation of documentation
The po4a (po for anything) project goal is to ease translations
(and more interestingly, the maintenance of translations) using
gettext tools on areas where they were not expected like documentation.

This package contains the main libraries of po4a, and the following sub-modules:

  - KernelHelp: Help messages of each kernel compilation option.
  - Man: Good old manual page format.
  - Pod: Perl documentation format.
  - Sgml: either debiandoc or docbook DTD.
  - Dia: uncompressed Dia diagrams.
  - LaTeX: generic TeX or LaTeX format

WWW: http://packages.debian.org/unstable/text/po4a

PR:		ports/91532
Submitted by:	Meno Abels <meno.abels@adviser.com>
2006-01-24 19:48:09 +00:00
Andrey Slusar
239bbd6172 This module is a substitution for Text::Wrap, supporting
multibyte characters such as UTF-8, EUC-JP, and GB2312, fullwidth
characters such as east Asian characters, combining characters
such as diacritical marks and Thai, and languages which don't
use whitespaces between words such as Chinese and Japanese.

WWW: http://packages.debian.org/unstable/perl/libtext-wrapi18n-perl

PR:		ports/91532
Submitted by:	Meno Abels <meno.abels@adviser.com>
2006-01-24 19:42:34 +00:00
Andrey Slusar
c81c300815 This is a part of fakeroot project.
Fakeroot runs a command in an environment were it appears to have
root privileges for file manipulation, by setting LD_PRELOAD to a
library with alternative versions of getuid(), stat(), etc. This
is useful for allowing users to create archives (tar, ar, .deb .rpm
etc.) with files in them with root permissions/ownership. Without
fakeroot one would have to have root privileges to create the
constituent files of the archives with the correct permissions and
ownership, and then pack them up, or one would have to construct
the archives directly, without using the archiver.

WWW: http://freshmeat.net/projects/fakeroot

PR:		ports/91532
Submitted by:	Meno Abels <meno.abels@adviser.com>
2006-01-24 19:36:51 +00:00
Aaron Dalton
e428e89715 Add p5-XML-OPML 0.26, creates and updates OPML (Outline Processor Markup
Language) files.

PR:		ports/89350
Submitted by:	ijliao
Approved by:	tobez
2006-01-22 23:55:04 +00:00
Cheng-Lung Sung
54ffed78bb Add openvanilla-modules 0.7.1.20050902, input method modules for
OpenVanilla.

PR:		ports/85731
Submitted by:	Leland Wang <llwang@infor.org>
2006-01-21 06:12:20 +00:00
Cheng-Lung Sung
928d8277e9 Add scim-openvanilla 0.7.1.20050902, SCIM OpenVanilla input method
(IM)/output filter (OF) framework.

PR:		ports/85731
Submitted by:	Leland Wang <llwang@infor.org>
2006-01-20 10:08:11 +00:00
Cheng-Lung Sung
9d2c34fea1 Add openvanilla-framework 0.7.1.20050902, development header files for
OpenVanilla.

PR:		ports/85731
Submitted by:	Leland Wang <llwang@infor.org>
2006-01-20 08:07:05 +00:00
Thierry Thomas
bdab6f5f0e - Add a Gujarati (gu) dictionary;
- Update Lithuanian (lt) & Uzbek (uz) dictionaries.
2006-01-19 23:09:42 +00:00
Alex Dupre
f31cb16e15 Add php5-xmlwriter, the xmlwriter shared extension for php. 2006-01-16 12:09:32 +00:00
Cheng-Lung Sung
2181e34108 Add p5-XML-RSS-LibXML 0.15, XML::RSS with XML::LibXML.
PR:		ports/91819
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-01-16 02:39:06 +00:00
Anton Berezin
4d49b00821 Add textproc/p5-JSON-Syck 0.01, a fast, lightweight JSON loader and
dumper.
2006-01-10 19:37:06 +00:00
Anton Berezin
f1f8252ece Add textproc/p5-YAML-Syck 0.03, a Perl module that implements fast,
lightweight YAML loader and dumper.
2005-12-28 09:46:03 +00:00
Anton Berezin
12c4d9cda6 Add textproc/p5-String-Koremutake 0.30, a Perl module to convert to/from
Koremutake Memorable Random Strings.
2005-12-27 13:34:49 +00:00
MANTANI Nobutaka
25e658047c Add uim-el-xemacs21-mule. uim-el-xemacs21-mule is XEmacs lisp for uim input method library. 2005-12-25 06:10:54 +00:00