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

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

[First Page]  «  13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23  »  [Last Page]

Saturday, 3 Sep 2011
21:35 sunpoet search for other commits by this committer
- Add p5-CSS-Minifier 0.01

CSS::Minifier removes unnecessary whitespace from CSS. The primary requirement
developing this module is to not break working stylesheets: if working CSS is in
input then working CSS is output. The Mac/Internet Explorer comment hack will be
minimized but not stripped and so will continue to function.

This module understands space, horizontal tab, new line, carriage return, and
form feed characters to be whitespace. Any other characters that may be
considered whitespace are not minimized. These other characters include
paragraph separator and vertical tab.

For static CSS files, it is recommended that you minify during the build stage
of web deployment. If you minify on-the-fly then it might be a good idea to
cache the minified file. Minifying static files on-the-fly repeatedly is
wasteful.

WWW: http://search.cpan.org/dist/CSS-Minifier/
Original commit
15:35 tota search for other commits by this committer
- Add a new port: textprox/R-cran-xtable

  Coerce data to LaTeX and HTML tables

  WWW:  http://cran.r-project.org/web/packages/xtable/
Original commit
Thursday, 1 Sep 2011
12:34 lth search for other commits by this committer
Add p5-Regexp-Common-net-CIDR 0.02, provide patterns for CIDR blocks.
Original commit
12:24 lth search for other commits by this committer
Add p5-HTML-Quoted 0.03, extract structure of quoted HTML mail message.
Original commit
11:37 lth search for other commits by this committer
Add p5-Regexp-IPv6 0.03, regular expression for IPv6 addresses.
Original commit
Tuesday, 30 Aug 2011
14:47 olgeni search for other commits by this committer
Add markdown-mode.el: an Emacs major mode for editing Markdown-formatted
text files.
Original commit
11:24 tota search for other commits by this committer
- Add a new port: textproc/p5-Text-HikiDoc

  'HikiDoc' is a text-to-HTML conversion tool for web writers. The
  original 'HikiDoc' is Ruby implementation.

  This library is pure perl implementation of 'HikiDoc', and has
  interchangeability with the original.

  WWW:  http://search.cpan.org/dist/Text-HikiDoc/lib/Text/HikiDoc.pm
Original commit
Sunday, 21 Aug 2011
04:15 tota search for other commits by this committer
- Add a new port: textproc/R-cran-XML

  This package provides many approaches for both reading and creating XML
  (and HTML) documents (including DTDs), both local and accessible via HTTP or
  FTP. It also offers access to an XPath "interpreter".

  WWW:  http://cran.r-project.org/web/packages/XML/
Original commit
Sunday, 14 Aug 2011
17:46 pgj search for other commits by this committer
A library that performs fast, accurate conversion between double
precision floating point and text.  This library is implemented as
bindings to the C++ double-conversion library written by Florian Loitsch
at Google: http://code.google.com/p/double-conversion/.

The Text versions of these functions are about 30 times faster than the
default show implementation for the Double type. The ByteString versions
are slower than the Text versions; roughly half the speed. (This seems
to be due to the cost of allocating ByteString values via malloc.)

As a final note, be aware that the bytestring-show package is about 50%
slower than simply using show.

WWW:    http://github.com/mailrank/double-conversion

Obtained from:  FreeBSD Haskell
Original commit
03:53 swills search for other commits by this committer
Hailo is a fast and lightweight markov engine intended to replace AI::MegaHAL.
Hailso has a Mouse (or Moose) based core with pluggable storage, tokenizer and
engine backends.

Hailo is similar to MegaHAL in functionality, the main differences (with the
default backends) being better scalability, drastically less memory usage, an
improved tokenizer, and tidier output.

With Hailo, you can create, modify, and query Hailo brains. To use Hailo in
event-driven POE applications, you can use the POE::Component::Hailo wrapper.

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

PR:             ports/159065
Submitted by:   milki <milki@rescomp.berkeley.edu>
Original commit
Saturday, 13 Aug 2011
22:32 swills search for other commits by this committer
Strip whitespace and comments from JavaScript code

WWW:    http://search.cpan.org/dist/JavaScript-Minifier

PR:             ports/159632
Submitted by:   Kurt Lidl <kurt.lidl@cello.com>
Original commit
20:59 pgj search for other commits by this committer
Contains renderers and parsers for both XML and HTML 5 document fragments,
which share data structures wo that it's easy to work with both.  Document
fragments are bits of documents, which are not constrained by some of the
high-level structure rules (in particular, they may contain more than one
root element).

WWW: http://hackage.haskell.org/package/xmlhtml

Obtained from:  FreeBSD Haskell
Original commit
19:41 pgj search for other commits by this committer
A blazingly fast HTML combinator library for the Haskell programming language.
The Text.Blaze module is a good starting point, as well as this tutorial:
<http://jaspervdj.be/blaze/tutorial.html>.

WWW: http://jaspervdj.be/blaze

Obtained from:  FreeBSD Haskell
Original commit
19:37 pgj search for other commits by this committer
A fast parser combinator library, aimed particularly at dealing efficiently
with network protocols and complicated text/binary file formats.

This library is basically a translation of the original attoparsec library
to use text instead of bytestrings.

WWW: http://patch-tag.com/r/felipe/attoparsec-text/home

Obtained from:  FreeBSD Haskell
Original commit
19:35 pgj search for other commits by this committer
The attoparsec-enumerator package.

WWW: http://john-millikin.com/software/attoparsec-enumerator/

Obtained from:  FreeBSD Haskell
Original commit
18:42 pgj search for other commits by this committer
A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats.

WWW: http://hackage.haskell.org/package/attoparsec

Obtained from:  FreeBSD Haskell
Original commit
Friday, 12 Aug 2011
16:11 swills search for other commits by this committer
This Perl module is a emulation of Spreadsheet::ParseExcel for Excel 2007
(.xlsx) file format. It supports styles and many of Excel's quirks, but not
all. It populates the classes from Spreadsheet::ParseExcel for
interoperability; including Workbook, Worksheet, and Cell.

WWW:    http://search.cpan.org/dist/Spreadsheet-XLSX
Original commit
Wednesday, 10 Aug 2011
12:31 sunpoet search for other commits by this committer
- Add p5-HTML-Entities-Interpolate 1.04

HTML::Entities::Interpolate is a pure Perl module to call
HTML::Entities::encode_entities, via a hash, within a string.

WWW: http://search.cpan.org/dist/HTML-Entities-Interpolate/
Original commit
Tuesday, 9 Aug 2011
16:46 skreuzer search for other commits by this committer
Remove textproc/ack as it is already already in the tree as textproc/p5-ack
Original commit
13:48 skreuzer search for other commits by this committer
ack is a tool like grep, designed for programmers with large trees of
heterogeneous source code.

ack is written purely in Perl, and takes advantage of the power of
Perl's regular expressions

WWW:    http://betterthangrep.com/
Original commit
Sunday, 7 Aug 2011
02:20 swills search for other commits by this committer
Source code spell checker.

WWW: http://git.profusion.mobi/cgit.cgi/lucas/codespell/

PR:             ports/159564
Submitted by:   Glen Barber <gjb at FreeBSD.org>
Original commit
Saturday, 6 Aug 2011
11:57 nobutaka search for other commits by this committer
Add uim-gtk3, GTK+ 3.x modules of uim input method.
Original commit
Wednesday, 3 Aug 2011
06:49 bapt search for other commits by this committer
Removing old ruby stuff

2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9
2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9
2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9
2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9
2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9
2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9
2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
Original commit
Tuesday, 2 Aug 2011
20:28 cy search for other commits by this committer
gtkdiff has been resurrected.
Original commit
Monday, 1 Aug 2011
15:41 tota search for other commits by this committer
- Add a new port: textproc/rubygem-coderay

  CodeRay is a Ruby library for syntax highlighting.

  Syntax highlighting means: You put your code in, and you get it back colored;
  Keywords, strings, floats, comments - all in different colors. And with line
  numbers.

  Syntax Highlighting...

   * makes code easier to read and maintain
   * lets you detect syntax errors faster
   * helps you to understand the syntax of a language
   * looks nice
   * is what everybody should have on their website
   * solves all your problems and makes the girls run after you

  WWW:  http://coderay.rubychan.de/
Original commit
05:52 bapt search for other commits by this committer
Bye bye abandonwares (part 5)

2011-08-08 russian/messarge: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 russian/pgp.language: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 security/ifd-gempc410: Has expired: Looks like an abandonware, no
more public distfiles
2011-08-08 security/libidea: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 security/rain: Has expired: Looks like an abandonware, no more public
distfiles
2011-08-08 sysutils/Tee: Has expired: No more public distfile
2011-08-08 sysutils/curly: Has expired: No more public distfiles
2011-08-08 sysutils/i855vidctl10: Has expired: No more public distfiles
2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 sysutils/rsyslog3-snmp: Has expired: unsupported upstream
2011-08-08 sysutils/xapply: Has expired: No more public distfiles
2011-08-08 textproc/asm2html: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 textproc/diff-mode.el: Has expired: Looks like an abandonware, no
more public distfiles
2011-08-08 vietnamese/gtk-im-vi: Has expired: Looks like an abandonware, no more
public distfiles
2011-08-08 www/campsite: Has expired: Does not work
2011-08-08 www/p5-PLP: Has expired: No more upstream, looks like an abandonware
2011-08-08 www/wcol: Has expired: Looks like an abandonware, no more public
distfiles
2011-08-08 x11-toolkits/sdl_gui: Has expired: Looks like an abandonware, no more
public distfiles
Original commit
02:53 sunpoet search for other commits by this committer
- Sort SUBDIRs
- Fix NO_VIET_KDE coverage
Original commit
Sunday, 31 Jul 2011
14:11 swills search for other commits by this committer
This gem removes common margin from indented strings, such as the ones produced
by indented heredocs.  In other words, it strips out leading whitespace chars
at the beggining of each line, but only as much as the line with the
smallest margin.

WWW: http://rubygems.org/gems/heredoc_unindent

PR:             ports/158747
Submitted by:   Loic Pefferkorn <loic-freebsd at loicp.eu>
Original commit
08:49 sunpoet search for other commits by this committer
- Connect polish/hunspell
- Disconnect textproc/pl-hunspell
Original commit
Saturday, 30 Jul 2011
16:13 tota search for other commits by this committer
- Add a new port: textproc/ruby-hikidoc

  'HikiDoc' is a text-to-HTML conversion tool for web writers. HikiDoc
  allows you to write using an easy-to-read, easy-to-write plain text
  format, then convert it to structurally valid HTML (or XHTML).

  WWW:    http://rubyforge.org/projects/hikidoc/
Original commit
Monday, 25 Jul 2011
01:44 zi search for other commits by this committer
New port: textproc/artha

Artha is a free cross-platform English thesaurus that works completely
off-line and is based on WordNet. Stable releases for download are
currently available for GNU/Linux and Microsoft Windows; it is tested
on major Desktop Environments like GNOME, KDE, Xfce, etc and on Microsoft
Windows XP, Vista and 7. Artha is released under the GNU General Public
Licence version 2; hence you are free to copy/redistribute it.

WWW: http://artha.sourceforge.net/wiki/index.php/Home

PR:             ports/155573
Submitted by:   Zhihao Yuan <lichray@gmail.com>
Approved by:    wxs (mentor)
Original commit
Saturday, 23 Jul 2011
09:29 sunpoet search for other commits by this committer
- Add p5-HTML-Packer 1.002001

HTML::Packer is another HTML code cleaner.

WWW: http://search.cpan.org/dist/HTML-Packer/
     http://github.com/nevesenin/html-packer-perl
Original commit
09:26 sunpoet search for other commits by this committer
- Add p5-JavaScript-Packer 1.004

JavaScript::Packer, a JavaScript compressor, is an adaptation of Dean Edwards'
Packer.js. Additional information: http://dean.edwards.name/packer/

WWW: http://search.cpan.org/dist/JavaScript-Packer/
     http://github.com/nevesenin/javascript-packer-perl
Original commit
09:24 sunpoet search for other commits by this committer
- Add p5-CSS-Packer 1.002

CSS::Packer is another CSS minifier.

WWW: http://search.cpan.org/dist/CSS-Packer/
     http://github.com/nevesenin/css-packer-perl
Original commit
Thursday, 21 Jul 2011
14:33 bapt search for other commits by this committer
Add some locales thesaurus
Original commit
10:34 bapt search for other commits by this committer
Add Swedish hyphenation rules
Original commit
10:33 bapt search for other commits by this committer
Add Slovenian hyphenation rules
Original commit
10:33 bapt search for other commits by this committer
Add Slovak hyphenation rules
Original commit
10:31 bapt search for other commits by this committer
Add Romanian hyphenation rules
Original commit
10:28 bapt search for other commits by this committer
Add Dutch hyphenation rules
Original commit
10:28 bapt search for other commits by this committer
Add Lithuanian hyphenation rules
Original commit
10:27 bapt search for other commits by this committer
Add Italian hyphenation rules
Original commit
10:26 bapt search for other commits by this committer
Add Icelandic hyphenation rules
Original commit
10:25 bapt search for other commits by this committer
Add Indonesian hyphenation rules
Original commit
10:23 bapt search for other commits by this committer
Add Spanish hyphenation rules
Original commit
10:22 bapt search for other commits by this committer
Add Greek hyphenation rules
Original commit
08:31 bapt search for other commits by this committer
Add Danish hyphenation rules
Original commit
08:13 bapt search for other commits by this committer
Add Bulgarian hyphenation rules
Original commit
06:31 bapt search for other commits by this committer
Add Spanish hunspell dictionaries
Original commit
06:15 bapt search for other commits by this committer
Add Norwegian (Nynorsk and Bokmaal) hunspell dictionaries
Original commit
05:51 bapt search for other commits by this committer
Add Polish hunspell dictionaries
Original commit
05:35 bapt search for other commits by this committer
Add Romanian hunspell dictionaries
Original commit
05:19 bapt search for other commits by this committer
Add Slovak hunspell dictionaries
Original commit
02:43 linimon search for other commits by this committer
Disconnect the following deprecated ports that only work with java1.4:

  devel/colorer
  java/jboss3
  security/jce_policy14
  textproc/galax

PR:             ports/158969
Submitted by:   rene
Original commit
Wednesday, 20 Jul 2011
22:26 bapt search for other commits by this committer
Add Somali hunspell dictionaries
Original commit
22:09 bapt search for other commits by this committer
Add Albanian hunspell dictionaries
Original commit
21:31 bapt search for other commits by this committer
Add Serbian hunspell dictionnaries
Original commit
21:21 bapt search for other commits by this committer
Add Swati hunspell dictionaries
Original commit
21:08 bapt search for other commits by this committer
Add Turkmen hunspell dictionaries
Original commit
21:07 bapt search for other commits by this committer
Add Tigrigna hunspell dictionaries
Original commit
21:07 bapt search for other commits by this committer
Add Telugu hunspell dictionaries
Original commit
21:06 bapt search for other commits by this committer
Add Swedish hunspell dictionnaries
Original commit
16:41 bapt search for other commits by this committer
Add Zulu hunspell dictionnaries
Original commit
16:41 bapt search for other commits by this committer
Add Yiddish hunspell dictionaries
Original commit
16:40 bapt search for other commits by this committer
Add Xhosa hunspell dictionnaries
Original commit
16:39 bapt search for other commits by this committer
Add Wallon hunspell dictionaries
Original commit
16:38 bapt search for other commits by this committer
Add Venda hunspell dictionnaries
Original commit
16:38 bapt search for other commits by this committer
Add Uzbek hunspell dictionaries
Original commit
16:37 bapt search for other commits by this committer
Add Tsonga hunspell dictionnaries
Original commit
16:36 bapt search for other commits by this committer
Add Tswana hunspell dictionnaries
Original commit
14:25 bapt search for other commits by this committer
Add itailian hunspell dictionnary
Original commit
09:35 bapt search for other commits by this committer
Add english hunspell dictionnaries
Original commit
Monday, 18 Jul 2011
16:21 jlaffaye search for other commits by this committer
- Connect textproc/hunspell to the build
- Unconnect hungarian/hunspell
- Chase hunspell move
- Add an entry to MOVED and UPDATING

Approved by:    bapt (mentor)
Original commit
Thursday, 14 Jul 2011
06:50 sunpoet search for other commits by this committer
- Add p5-XML-XML2JSON 0.05

XML::XML2JSON is a Perl module to convert XML to JSON (and JSON to XML) using
the following rules from Google (http://code.google.com/apis/gdata/json.html):

Basic:
- The feed is represented as a JSON object; each nested element or attribute
  is represented as a name/value property of the object.
- Attributes are converted to String properties.
- Child elements are converted to Object properties.
- Elements that may appear more than once are converted to Array properties.
- Text values of tags are converted to $t properties.

Namespace:
- If an element has a namespace alias, the alias and element are concatenated
  using "$". For example, ns:element becomes ns$element.

XML:
- XML version and encoding attributes are converted to version and encoding
  attributes of the root element, respectively.

WWW: http://search.cpan.org/dist/XML-XML2JSON/
Original commit
Monday, 11 Jul 2011
11:49 bapt search for other commits by this committer
textproc/xpp3 depend on an expired port
2011-05-01 textproc/xmlpull: Upstream disapear and distfile is no more available
Original commit
10:49 mm search for other commits by this committer
Simple PEAR template engine

WWW: http://pear.phpunit.de/
Original commit
09:54 mm search for other commits by this committer
Symfony YAML is a PHP library that parses YAML strings and converts them to
PHP arrays. It can also converts PHP arrays to YAML strings.

WWW: http://components.symfony-project.org/yaml/
Original commit
Sunday, 10 Jul 2011
21:26 ashish search for other commits by this committer
The module Data.CaseInsensitive provides the 'CI' type constructor which can
be parameterised by a string-like type like: 'String', 'ByteString', 'Text',
etc.  Comparisons of values of the resulting type will be insensitive to
cases.

WWW: http://hackage.haskell.org/package/case-insensitive

Obtained from:  FreeBSD Haskell
Original commit
Thursday, 7 Jul 2011
21:12 mm search for other commits by this committer
This Horde package provides PDF generation using only PHP,
without requiring any external libraries.

WWW: http://pear.horde.org
Original commit
21:11 mm search for other commits by this committer
Horde unified spellchecking API.

WWW: http://pear.horde.org
Original commit
20:57 mm search for other commits by this committer
This Horde package provides a text-based diff engine and renderers
for multiple diff output formats.

WWW: http://pear.horde.org
Original commit
20:53 mm search for other commits by this committer
This Horde package provides encoding and decoding of WBXML
(Wireless Binary XML) documents. WBXML is used in SyncML for transferring
smaller amounts of data with wireless devices.

WWW: http://pear.horde.org
Original commit
20:52 mm search for other commits by this committer
This package provides an element object that can be used to provide
SimpleXML-like functionality over a DOM object. The main advantage over
using SimpleXML is the ability to add multiple levels of new elements
in a single call, without introducing "ghost" objects.

WWW: http://pear.horde.org
Original commit
20:17 mm search for other commits by this committer
This Horde package allows to convert Kolab data objects from XML to hashes.

WWW: http://pear.horde.org
Original commit
18:52 mm search for other commits by this committer
The Horde_Text_Flowed:: class provides common methods for manipulating text
using the encoding described in RFC 3676 ('flowed' text).

WWW: http://pear.horde.org
Original commit
18:48 mm search for other commits by this committer
The Horde_Text_Filter_Csstidy:: class provides the PHP-based library needed
to perform optimization/compression on CSS code. It is provided in a separate
package as the code is under the GPLv2 license instead of the LGPLv2 license
used for the Text_Filter class.

WWW: http://pear.horde.org
Original commit
18:46 mm search for other commits by this committer
The Horde_Text_Filter library provides common methods for fitering
and converting text.

WWW: http://pear.horde.org
Original commit
Tuesday, 5 Jul 2011
20:44 hq search for other commits by this committer
Add saxon-he
Original commit
Thursday, 30 Jun 2011
04:30 linimon search for other commits by this committer
Fix SUBDIR: the correct name of the repocopied port is kmfl-sil-ipa-unicode.

Forgotten by:   wxs
Original commit
Monday, 27 Jun 2011
14:48 miwi search for other commits by this committer
This is a port of Q's XML module, which also includes support for XSLT. The
module provides a simplified interface to the Gnome libxml2 and libxslt
libraries, and supplies all the necessary data structures and operations to
inspect, create, modify and transform XML documents with ease.

WWW:    http://docs.pure-lang.googlecode.com/hg/pure-xml.html

PR:             ports/156103
Submitted by:   Zhihao Yuan <lichray at gmail.com>
Original commit
14:47 miwi search for other commits by this committer
pure-csv is a module for reading and writing Comma Separated Value (CSV)
files from within Pure.

WWW:    http://docs.pure-lang.googlecode.com/hg/pure-csv.html

PR:             ports/156103
Submitted by:   Zhihao Yuan <lichray at gmail.com>
Original commit
Saturday, 25 Jun 2011
09:38 miwi search for other commits by this committer
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/

PR:             ports/157654
Submitted by:   Max Baryshnikov <mephius at gmail.com>
Original commit
Friday, 17 Jun 2011
23:23 bapt search for other commits by this committer
Hyphen - hyphenation library to use converted TeX hyphenation patterns

WWW:    http://hunspell.sourceforge.net
Original commit
23:00 bapt search for other commits by this committer
MyThes is a simple thesaurus that uses a structured text data file and an index
file with binary search to lookup words and phrases and return information on
part of speech, meanings, and synonyms

WWW:    http://hunspell.sourceforge.net
Original commit
Thursday, 9 Jun 2011
15:45 bapt search for other commits by this committer
Remove lang/njs and ports that depends on it, njs has no more public distfile
and no more upstream
the other aren't under development anymore

lang/ruby-js
textproc/ruby-xml-script
www/ruby-asp
2011-05-01 lang/njs: Upstream disapear and distfile is no more available
Original commit
Friday, 3 Jun 2011
01:00 wxs search for other commits by this committer
- Introduce textproc/kmfl-khmer in place of the removed
  textproc/scim-kmfl-khmer. There is no need to repocopy as there
  is no history to preserve.

PR:             ports/156855
Submitted by:   Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
Original commit
Wednesday, 1 Jun 2011
15:43 sunpoet search for other commits by this committer
- Add p5-XML-Toolkit 0.13

XML::Toolkit is a suite of tools that work to make handling XML easier. It is
designed to marshall XML documents into Moose classes and back again with
minimal changes.

WWW: http://search.cpan.org/dist/XML-Toolkit/
Original commit
08:48 wen search for other commits by this committer
OCaml-Text is a library for dealing with ``text'', i.e. a sequence of Unicode
characters, in a convenient way.

WWW: http://forge.ocamlcore.org/projects/ocaml-text/

PR:             ports/156473
Submitted by:   Jaap Boender <jaapb@kerguelen.org>
Original commit
Monday, 30 May 2011
19:51 wxs search for other commits by this committer
Chase the scim-kmfl to kmfl changes.

Noticed by:     eadler@
Original commit
Wednesday, 25 May 2011
18:45 ashish search for other commits by this committer
Hyperlinked documentation for the xhtml library.
This documentation is generated by HsColour and haddock.

Obtained from:     FreeBSD Haskell
Original commit

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

[First Page]  «  13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23  »  [Last Page]