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: 3014 (showing only 100 on this page)

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

Sunday, 13 Aug 2006
15:30 sat search for other commits by this committer
Add port textproc/flex:

Flex is a tool for generating scanners. A scanner, sometimes called a
tokenizer, is a program which recognizes lexical patterns in text. The
flex program reads user-specified input files, or its standard input
if no file names are given, for a description of a scanner to generate.
The description is in the form of pairs of regular expressions and C
code, called rules. Flex generates a C source file named, "lex.yy.c",
which defines the function yylex(). The file "lex.yy.c" can be compiled
and linked to produce an executable. When the executable is run, it
analyzes its input for occurrences of text matching the regular
expressions for each rule. Whenever it finds a match, it executes the
corresponding C code.

WWW: http://flex.sourceforge.net/

Note that there's flex 2.5.4 in the base system. This port provides
a newer version for programs that require it, textproc/xxdiff for one.
Original commit
Friday, 11 Aug 2006
08:18 clsung search for other commits by this committer
Add msort 8.27, sorting files in sophisticated ways.

PR:             ports/101777
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
06:52 clsung search for other commits by this committer
Add metaf2xml 1.8, parses and decodes aviation routine and stores the
components in XML.

PR:             ports/101779
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Thursday, 10 Aug 2006
09:15 clsung search for other commits by this committer
- Ferret is a high-performance, full-featured text search engine library written
for Ruby.
Original commit
01:45 clsung search for other commits by this committer
- CLucene is a C++ port of Lucene: the high-performance,
  full-featured text search engine written in Java.
  CLucene is faster than lucene as it is written in C++.
Original commit
Thursday, 3 Aug 2006
03:03 clsung search for other commits by this committer
- YamCha is a generic, customizable, and open source
  text chunker oriented toward a lot of NLP tasks.
Original commit
Wednesday, 2 Aug 2006
11:03 sat search for other commits by this committer
Add port textproc/p5-Text-Flowed:

This module provides functions that deals with formatting data with
Content-Type 'text/plain; format=flowed' as described in RFC2646
(http://www.rfc-editor.org/rfc/rfc2646.txt). In a nutshell,
format=flowed text solves the problem in plain text files where it
is not known which lines can be considered a logical paragraph,
enabling lines to be automatically flowed (wrapped and/or joined)
as appropriate when displaying.

In format=flowed, a soft newline is expressed as " \n", while hard
newlines are expressed as "\n". Soft newlines can be automatically
deleted or inserted as appropriate when the text is reformatted.

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

Justification:  socialtext dependency
Original commit
10:06 sat search for other commits by this committer
Add port textproc/p5-Plucene-Simple:

This provides a simple interface to Plucene. Plucene is large and multi-
featured, and it expected that users will subclass it, and tie all the
pieces together to suit their own needs. Plucene::Simple is, therefore,
just one way to use Plucene. It's not expected that it will do exactly
what *you* want, but you can always use it as an example of how to
build your own interface.

WWW: http://search.cpan.org/dist/PluceneSimple/

Justification:  socialtext dependency
Quirks:         1/6 test fails
Original commit
01:20 ijliao search for other commits by this committer
add p5-Text-Quote 0.3
Quotes strings as required for perl to eval them back correctly

PR:             101018
Original commit
Tuesday, 1 Aug 2006
12:29 clsung search for other commits by this committer
Add p5-Text-Delimited 2.00, module for parsing delimited text files.

PR:             ports/101158
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
12:26 clsung search for other commits by this committer
Add p5-XML-Literal 0.01, syntax suppor for XML literals.

PR:             ports/101155
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
03:33 clsung search for other commits by this committer
- p5-XML-RSS-Feed provide the ability of Persistant XML RSS Encapsulation
Original commit
01:37 clsung search for other commits by this committer
Add pear-XML_DTD 0.4.2, parsing of DTD files and DTD validation of XML
files.

PR:             ports/101081
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
Monday, 31 Jul 2006
18:51 novel search for other commits by this committer
This stem extension for PHP provides stemming capability for a variety of
languages using Dr. M.F. Porter's Snowball API, which can be found at:
http://snowball.tartarus.org

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

PR:             ports/101106
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
Thursday, 27 Jul 2006
07:29 clsung search for other commits by this committer
Add p5-XML-Flow 0.81, store (restore) perl data structures in XML
stream.

PR:             ports/100906
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Tuesday, 25 Jul 2006
22:07 sat search for other commits by this committer
Add port textproc/p5-Text-Bastardize:

Bastardize provides an magical object into which text can be charged
and then returned in various, slighty modified ways.

Among others, bastardize has the following methods:

rdct converts english to hyperreductionist english
    (ex. "english" becomes "")

pig pig latin
    (ex. "hi there" becomes "ihay erethay")

k3wlt0k a k3wlt0kizer developed originally by Fmh

rot13 implements rot13 "encryption" in perl
    (ex. "foo bar" becomes "sbb one")

rev reverses the arrangement of characters

censor attempts to censor text which might be innaproriate

n20e performs numerical abbreviations
    (ex. "numerical_abbreviation" becomes "n20e")

WWW: http://search.cpan.org/dist/Text-Bastardize/
Original commit
21:50 sat search for other commits by this committer
Add port textproc/p5-Unicode-CheckUTF8:

This is an XS wrapper around some Unicode Consortium code to check if
a string is valid UTF-8, revised to conform to what expat/Mozilla
think is valid UTF-8, especially with regard to low-ASCII characters.

Note that this module has NOTHING to do with Perl's internal UTF8 flag
on scalars.

This module is for use when you're getting input from users and want
to make sure it's valid UTF-8 before continuing.

WWW: http://search.cpan.org/dist/Unicode-CheckUTF8/
Original commit
21:13 miwi search for other commits by this committer
Text::Emoticon::GoogleTalk is a text filter that replace text emoticons like
":-)", "<3", etc. with the icons of Google Talk (or Gmail Chat), detailed in
http://mail.google.com/support/bin/answer.py?answer=34056

WWW:    http://search.cpan.org/dist/Text-Emoticon-GoogleTalk/

PR:             ports/100676
Submitted by:   chinsan <chinsan.tw(at)gmail.com>
Approved by:    krion (mentor)
Original commit
Saturday, 22 Jul 2006
09:23 miwi search for other commits by this committer
Add uncrustify , highly configurable source code beautifier.

The goals of this project are simple:
Create a highly configurable, easily modifiable source code beautifier.
What it does:
 * Ident code, aligning on parens, assignments, etc
 * Align on '=' and variable definitions
 * Align structure initializers
 * Align #define stuff
 * Align backslash-newline stuff
 * Reformat comments (a little bit)
 * Fix inter-character spacing
 * Add or remove parens on return statements
 * Add or remove braces on single-statement if/do/while/for statements
 * Highly configurable - 118 configurable options as of version 0.0.15

 WWW: http://uncrustify.sourceforge.net

PR:             ports/100604
Submitted by:   Dmitry Marakasov <amdmi3 at mail.ru>
Original commit
04:54 clsung search for other commits by this committer
Add p5-Lingua-EN-NamedEntity 1.7, basic Named Entity Extraction
algorithm.

PR:             ports/100675
Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
Original commit
Friday, 21 Jul 2006
12:23 rafan search for other commits by this committer
Add p5-CSS 1.07, object oriented access to Cascading Style Sheets (CSS).

PR:             ports/100640
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
Wednesday, 19 Jul 2006
19:10 ale search for other commits by this committer
XStream is a simple library to serialize Java objects
to XML and back again.

WWW: http://xstream.codehaus.org/
Original commit
13:50 clsung search for other commits by this committer
Add p5-Text-Trac 0.03, perl extension for formatting text with Trac Wiki
Style.

PR:             ports/100528
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
07:17 clsung search for other commits by this committer
Add p5-XML-SAXDriver-Excel 0.06, perl SAX driver for converting Excel
files to XML.

PR:             ports/100509
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
07:15 clsung search for other commits by this committer
Add p5-XML-SAXDriver-CSV 0.07, perl SAX driver for converting CSV files
to XML.

PR:             ports/100510
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
Monday, 17 Jul 2006
18:23 rafan search for other commits by this committer
Add p5-YAML-Tiny 0.05, YAML::Tiny - Read/Write YAML files with as little
code as possible.

PR:             ports/100444
Submitted by:   Yuan-Chung Hsiao <ychsiao at ychsiao.org>
Original commit
Saturday, 15 Jul 2006
14:28 thierry search for other commits by this committer
All dictionaries can be installed separately:

  - by default, textproc/aspell installs the English dictionaries (no
    change);
  - thereafter you can install any foreign dictionary;
  - when you install a foreign dictionary, i.e. french/aspell or
    textproc/da-aspell, it installs only the dictionaries, and depends
    upon textproc/aspell for the programs;
  - if you don't need the English dictionaries, you can define
    WITHOUT_DICTEN or install textproc/aspell-without-dicten;
  - add a new port for textproc/en-aspell: if aspell had been installed
    without the English dictionaries, they can be added thereafter;
  - add a missing port for german/alt-aspell;
  - foreign dictionaries are almost independent from textproc/aspell,
    and their maintainership is available.

Credits:        special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
Original commit
09:45 itetcu search for other commits by this committer
Slave port for redland python bindings.

PR:             ports/99487
Submitted by:   Jordi Haarman
Original commit
07:54 clsung search for other commits by this committer
Add p5-XML-Mini 1.2.8, perl implementation of the XML::Mini XML
create/parse interface.

PR:             ports/100265
Submitted by:   Vivek Khera <vivek at khera.org>
Original commit
06:37 clsung search for other commits by this committer
Add p5-Text-Format+NWrap 0.52, various subroutines to format and wrap
text.

PR:             ports/100264
Submitted by:   Vivek Khera <vivek at khera.org>
Original commit
05:07 clsung search for other commits by this committer
Add p5-XML-DOM2 0.03, DOM controlled, strict XML module for extentable
xml objects.

PR:             ports/100247
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Friday, 14 Jul 2006
06:16 clsung search for other commits by this committer
Add p5-SGML-DTDParse 2.00, parse an SGML or XML DTD.

PR:             ports/100082
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
Thursday, 13 Jul 2006
06:56 novel search for other commits by this committer
This package reads and writes any document that conforms to the PDF
specification generously provided by Adobe at
http://partners.adobe.com/public/developer/pdf/index_reference.html

The file format is well-supported, with the exception of the
"linearized" or "optimized" output format, which this module can read
but not write.  Many specific aspects of the document model are not
manipulable with this package (like fonts), but if the input document
is correctly written, then this module will preserve the model
integrity.

This library grants you some power over the PDF security model. Note
that applications editing PDF documents via this library MUST respect
the security preferences of the document. Any violation of this
respect is contrary to Adobe's intellectual property position, as
stated in the reference manual at the above URL.

WWW:    http://search.cpan.org/dist/CAM-PDF/

PR:             ports/100182
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
03:34 clsung search for other commits by this committer
Add p5-Pod-XML 0.96, module to convert POD to XML.

PR:             ports/100095
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
01:51 rafan search for other commits by this committer
Add p5-Pod-Xhtml 1.52, generate well-formed XHTML documents from POD
format documentation.

PR:             ports/100174
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Wednesday, 12 Jul 2006
19:29 itetcu search for other commits by this committer
EXML is an abstracted, generalized interface to an xml parser/writer, using
ecore data structures and making things generally easy to get around in.

The functions detailed in EXML.h are fairly self explanatory, and the io
interfaces are also generalized and independent (open from a socket, write
to in memory xml image).

WWW: http://www.enlightenment.org/

PR:             ports/100002
Submitted by:   Stanislav Sedov <ssedov at mbsd.msk.ru>
Original commit
14:13 rafan search for other commits by this committer
Remove textproc/p5-JSON-Syck, which is removed before
and I added it back yesterday.

Requested by:   tobez
Original commit
05:53 rafan search for other commits by this committer
Add csvdiff 1.3, compare/diff two (comma) seperated files with each
other.

PR:             ports/100097
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
05:46 clsung search for other commits by this committer
Add p5-XML-Handler-Dtd2DocBook 0.41, generate a DocBook documentation
from a DTD.

PR:             ports/100077
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
03:41 clsung search for other commits by this committer
Add p5-XML-Handler-Dtd2Html 0.41, SAX2 handler for generate a Html
documentation from a DTD.

PR:             ports/100075
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
Tuesday, 11 Jul 2006
20:58 rafan search for other commits by this committer
You might want to know the difference between JSON and JSON::Syck.

Since JSON is a pure-perl module and JSON::Syck is based on libsyck,
JSON::Syck is supposed to be very fast and memory efficient. See
chansen's benchmark table at
http://idisk.mac.com/christian.hansen/Public/perl/serialize.pl

JSON.pm comes with dozens of ways to do the same thing and lots of
options, while JSON::Syck doesn't. There's only Load and Dump.

Oh, and JSON::Syck doesn't use camelCase method names :-)

Author: Audrey Tang <autrijus@autrijus.org>
        Tatsuhiko Miyagawa <miyagawa@gmail.com>
WWW:    http://search.cpan.org/dist/JSON-Syck/

PR:             ports/100071
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
20:42 rafan search for other commits by this committer
Add p5-Regexp-Common-profanity_us 2.2, provide regexes for U.S.
profanity.

PR:             ports/100070
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
15:11 rafan search for other commits by this committer
Add p5-Search-Estraier 0.06, pure perl module to use Hyper Estraier
search engine.

PR:             ports/100073
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
14:14 clsung search for other commits by this committer
Add p5-XML-XPathEngine 0.03, a re-usable XPath engine for DOM-like
trees.

PR:             ports/100074
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
11:43 novel search for other commits by this committer
This module transforms HTML into PDF, using an assortment of XML
transformations implemented in PDF::FromHTML::Twig.

There is also a command-line utility, html2pdf.pl, that comes with this
distribution.

WWW:    http://search.cpan.org/dist/PDF-FromHTML/

PR:             ports/100060
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
10:40 clsung search for other commits by this committer
Add p5-Text-CSV_PP 1.01, comma-separated values manipulation routines PP
version.

PR:             ports/100064
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
10:34 clsung search for other commits by this committer
Add p5-Text-Emoticon 0.04, factory class for Yahoo! and MSN emoticons.

PR:             ports/100068
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
10:25 clsung search for other commits by this committer
Add p5-Text-Hatena 0.14, perl extension for formatting text with Hatena
Style.

PR:             ports/100066
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
10:14 novel search for other commits by this committer
This is a generalized API that allows a module that generates PDFs to
transparently target multiple backends without changing its code.

WWW:    http://search.cpan.org/dist/PDF-Writer/

PR:             ports/100058
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
05:26 rafan search for other commits by this committer
Add p5-XML-RSS-Liberal 0.01, XML::RSS With A Liberal Parser.

PR:             ports/99967
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
05:15 rafan search for other commits by this committer
Add p5-XML-Liberal 0.12, super liberal XML parser that parses broken
XML.

PR:             ports/99966
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Monday, 10 Jul 2006
15:47 clsung search for other commits by this committer
Add p5-Text-Tags 0.04, parses folksonomy space-separated tags.

PR:             ports/99978
Submitted by:   Gea-Suan Lin <gslin at gslin.org>
Original commit
Sunday, 9 Jul 2006
13:08 itetcu search for other commits by this committer
An integrated solution for XML-based publishing in print and web.
It is specifically targeted at producing technical documentation
in the field of computer science.

Documents are written in an XML-based markup language and translated
to different formats with XSL-transformations. At this time, eCromedos
supports the target formats XHTML and LATEX. Where LATEX output can be
further processed into high-quality printable formats by use of the
TEX typesetting system (http://www.ctan.org).

Author: Tobias Koch <tkoch@ecromedos.net>
WWW:    http://www.ecromedos.net/

PR:             ports/98895
Submitted by:   Nicola Vitale   <nivit at email.it>
Original commit
Wednesday, 5 Jul 2006
19:29 garga search for other commits by this committer
SDCV(StarDict under Console Version) is simple, cross-platform text-based
utility for work with dictionaries in StarDict's format.

The word from "list of words" may be string with leading '/' for using Fuzzy
search algorithm, string may contain '?' and '*' for using regexp search.
It work in interactive and not interactive mode.

WWW: http://sdcv.sourceforge.net/

PR:             ports/96836
Submitted by:   chinsan <chinsan.tw at gmail.com>
Original commit
Tuesday, 4 Jul 2006
14:04 vd search for other commits by this committer
Remove expired leaf ports:
2006-07-01 emulators/linux_base-fc3
2006-06-15 misc/linux-opengroupware
2006-07-01 net/opengk
2006-07-01 security/p5-Crypt-OpenPGP
2006-07-01 textproc/sed_inplace
2006-07-01 textproc/xml4j
2006-07-01 x11-wm/aewm++
Original commit
Thursday, 22 Jun 2006
00:53 aaron search for other commits by this committer
Adding port textproc/p5-Games-Dissociate, A Dissociated Press algorithm
and filter.

Approved by:    tobez (implicit)
Original commit
Monday, 19 Jun 2006
05:15 aaron search for other commits by this committer
Adding port textproc/p5-CSS-Squish, Compact many CSS files into one big
file.

Approved by:    tobez (implicit)
Original commit
Tuesday, 13 Jun 2006
02:20 aaron search for other commits by this committer
Adding port textproc/p5-XML-Atom-Stream, A client interface for
AtomStream.

Approved by:    tobez (implicit)
Original commit
Wednesday, 7 Jun 2006
05:14 clsung search for other commits by this committer
- textproc/p5-Text-MagicTemplate has been expired and replace by
  textproc/p5-Template-Magic
Original commit
Tuesday, 6 Jun 2006
21:02 aaron search for other commits by this committer
Adding port textproc/p5-Text-Decorator, Apply a chain of filters to text.

Approved by:    tobez (implicit)
Original commit
Monday, 5 Jun 2006
07:50 ijliao search for other commits by this committer
add p5-XML-RSS-SimpleGen 11.11
For writing RSS files
Original commit
Tuesday, 30 May 2006
22:13 aaron search for other commits by this committer
Adding port textproc/p5-Parse-Flex, a fast, XS-based flex parser.

- minor 'make test' failure reported to vendor

Approved by:    tobez (implicit)
Original commit
Monday, 29 May 2006
22:36 aaron search for other commits by this committer
Adding port textproc/p5-Syntax-Highlight-Engine-Kate, a Perl port of Kate's
syntax highlighting engine.

Approved by:    tobez (implicit)
Original commit
20:36 aaron search for other commits by this committer
Adding port textproc/p5-Text-Diff3, Compute three-way differences between texts.

Approved by:    tobez (implicit)
Original commit
Sunday, 28 May 2006
15:54 pav search for other commits by this committer
- Rename ports

  textproc/gtkspell2 -> textproc/gtkspell
  textproc/gtkspell2-reference -> textproc/gtkspell-reference
Original commit
15:45 pav search for other commits by this committer
- Rename port textproc/gnomespell -> textproc/gnome-spell
Original commit
15:41 pav search for other commits by this committer
- Rename port textproc/gnomedocutils -> textproc/gnome-doc-utils
Original commit
Friday, 26 May 2006
18:44 aaron search for other commits by this committer
Adding port textproc/p5-Petal-Utils, Useful template modifiers for Petal.

Approved by:    tobez (implicit)
Original commit
18:28 aaron search for other commits by this committer
Adding port textproc/p5-Petal-Mail, Format text e-mail using Petal.

Approved by:    tobez (implicit)
Original commit
18:16 aaron search for other commits by this committer
Adding port textproc/p5-Petal-CodePerl, Make Petal go faster by compiling the
expression.

Approved by:    tobez (implicit)
Original commit
Thursday, 25 May 2006
23:16 aaron search for other commits by this committer
Adding port textproc/p5-Petal, Perl Template Attribute Language - TAL for Perl!

Approved by:    tobez (implicit)
Original commit
22:55 aaron search for other commits by this committer
Adding port textproc/p5-MKDoc-XML, The MKDoc XML Toolkit.

Approved by:    tobez (implicit)
Original commit
19:41 aaron search for other commits by this committer
Adding port textproc/p5-Text-Unaccent, Remove accents from a string.

Approved by:    tobez (implicit)
Original commit
16:56 aaron search for other commits by this committer
Adding port textproc/p5-MathML-Entities, Convert XHTML+MathML Named Entities to
Numeric Character References

Approved by:    tobez (implicit)
Original commit
Wednesday, 24 May 2006
17:47 aaron search for other commits by this committer
Adding port textproc/p5-Algorithm-RabinKarp, an implementation of Rabin and
Karp's streaming hash, as described
in "Winnowing: Local Algorithms for Document Fingerprinting" by Schleimer,
Wilkerson, and Aiken.

Approved by:    tobez (implicit)
Original commit
11:10 tobez search for other commits by this committer
Add p5-Data-Report - a framework for flexible reporting.
Original commit
Saturday, 20 May 2006
19:14 sem search for other commits by this committer
XML::Xerces is the Perl API to the Apache project's Xerces XML
parser. It is implemented using the Xerces C++ API, and it provides
access to most of the C++ API from Perl.

WWW: http://xerces.apache.org/xerces-p/

PR:             ports/95296
Submitted by:   Ken Menzel <kenm@icarz.com>
Original commit
Tuesday, 16 May 2006
22:42 aaron search for other commits by this committer
Adding port textproc/p5-String-Fraction, convert fractions into unicode chars.

Approved by:    tobez (implicit)
Original commit
Monday, 15 May 2006
16:39 aaron search for other commits by this committer
Adding port textproc/p5-TeX-Encode, Encode/decode Perl utf-8 strings into TeX

Approved by:    tobez (implicit)
Original commit
Thursday, 11 May 2006
17:36 jylefort search for other commits by this committer
Move the libxslt programming reference to the libxslt-reference port.
Original commit
17:25 jylefort search for other commits by this committer
Move the libxml2 programming reference to the libxml2-reference port.
Original commit
03:51 jylefort search for other commits by this committer
Move the gtkspell2 programming reference to the gtkspell2-reference port.
Original commit
Wednesday, 10 May 2006
01:59 aaron search for other commits by this committer
Add p5-Pod-LaTeX 0.58, convert Pod to LaTeX.

PR:             ports/93913
Submitted by:   Paul Dlug <paul@aps.org>
Approved by:    tobez (implicit)
Original commit
Monday, 8 May 2006
20:37 anray search for other commits by this committer
Add dictem-xemacs21-mule: dictEm is a dict client for [X]Emacs.

Submitted by:   Max N. Boyarov <m.boyarov@gmail.com>
Original commit
20:14 anray search for other commits by this committer
Add dictem: DictEm is a dict client for [X]Emacs.

Submitted by:   Max N. Boyarov <m.boyarov@gmail.com>
Original commit
Sunday, 7 May 2006
13:39 vanilla search for other commits by this committer
Add pecl-ctemplate, it's php extension for google ctemplate library.
Original commit
Friday, 5 May 2006
06:34 aaron search for other commits by this committer
Add gladtex 0.3, a program to replace LaTeX formulas in HTML files with
images.

PR:             ports/92820
Submitted by:   Nicola Vitale   <nivit@email.it>
Approved by:    tobez
Original commit
06:32 aaron search for other commits by this committer
Add textogif 1.1, a Perl script to convert LaTeX formulas into GIFs.

PR:             ports/92800
Submitted by:   Nicola Vitale   <nivit@email.it>
Approved by:    tobez
Original commit
Monday, 1 May 2006
12:56 pav search for other commits by this committer
Divmod Reverend is a simple, general purpose Bayesian classifier,
written in Python.
It is designed to be easy to adapt and extend for your application.

Stuff you can do with the Reverend:

    * classify RSS stories
    * classify recipes by cuisine
    * who do you write like? Shakespeare, Dickens or Austen
    * detect the language of a document
    * is your code more like Guido's or Peter's

Author: Amir Bakhtiar <amir@divmod.org>
WWW:    http://www.divmod.org/trac/wiki/DivmodReverend

PR:             ports/96531
Submitted by:   Nicola Vitale <nivit@email.it>
Original commit
Friday, 28 Apr 2006
07:34 ijliao search for other commits by this committer
add iksemel 1.2
XML parser library mainly designed for Jabber applications

PR:             96283
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>
Original commit
Thursday, 27 Apr 2006
01:52 ijliao search for other commits by this committer
add google-ctemplate 0.1
A simple but powerful template language for C++

pass maintainership to clsung
Original commit
Tuesday, 25 Apr 2006
09:08 tobez search for other commits by this committer
Add p5-Text-Markdown 1.0.3, markdown Perl5 module.

PR:             ports/96292
Submitted by:   Fernan Aguero <fernan@iib.unsam.edu.ar>
Original commit
Sunday, 23 Apr 2006
08:44 erwin search for other commits by this committer
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>
Original commit
Friday, 21 Apr 2006
04:09 leeym search for other commits by this committer
- 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/
Original commit
Thursday, 20 Apr 2006
17:37 scrappy search for other commits by this committer
add pecl-xdiff
Original commit
Wednesday, 19 Apr 2006
08:38 clsung search for other commits by this committer
- p5-Tree-Suffix is a perl interface to the libstree library (C library)
Original commit
Sunday, 16 Apr 2006
16:47 nobutaka search for other commits by this committer
Add uim-qt. QT modules of uim input method.

PR:             ports/95785
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Original commit
16:46 nobutaka search for other commits by this committer
Add uim-m17nlib. Uim plugin using m17n library input method.

PR:             ports/95785
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Original commit
16:44 nobutaka search for other commits by this committer
Add uim-gtk. GTK+ modules of uim input method.

PR:             ports/95785
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Original commit
16:43 nobutaka search for other commits by this committer
Add uim-gnome. GNOME applets of uim input method

PR:             ports/95785
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
Original commit

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

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