Commit graph

1574 commits

Author SHA1 Message Date
Baptiste Daroussin
6f1b301a3c Add Tsonga hunspell dictionnaries 2011-07-20 16:37:29 +00:00
Baptiste Daroussin
de766ead61 Add Tswana hunspell dictionnaries 2011-07-20 16:36:49 +00:00
Baptiste Daroussin
65a3458551 Add itailian hunspell dictionnary 2011-07-20 14:25:00 +00:00
Baptiste Daroussin
3e5bc7a3a7 Add english hunspell dictionnaries 2011-07-20 09:35:28 +00:00
Julien Laffaye
5f71edd927 - Connect textproc/hunspell to the build
- Unconnect hungarian/hunspell
- Chase hunspell move
- Add an entry to MOVED and UPDATING

Approved by:	bapt (mentor)
2011-07-18 16:21:26 +00:00
Sunpoet Po-Chuan Hsieh
68d1ea6142 - 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/
2011-07-14 06:50:52 +00:00
Baptiste Daroussin
a38ee34431 textproc/xpp3 depend on an expired port
2011-05-01 textproc/xmlpull: Upstream disapear and distfile is no more available
2011-07-11 11:49:38 +00:00
Martin Matuska
66defa5cd1 Simple PEAR template engine
WWW: http://pear.phpunit.de/
2011-07-11 10:49:27 +00:00
Martin Matuska
5c4365e639 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/
2011-07-11 09:54:52 +00:00
Ashish SHUKLA
a4a5fe9869 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
2011-07-10 21:26:42 +00:00
Martin Matuska
1773d83b2c This Horde package provides PDF generation using only PHP,
without requiring any external libraries.

WWW: http://pear.horde.org
2011-07-07 21:12:28 +00:00
Martin Matuska
f80771763d Horde unified spellchecking API.
WWW: http://pear.horde.org
2011-07-07 21:11:33 +00:00
Martin Matuska
046aa1cc8a This Horde package provides a text-based diff engine and renderers
for multiple diff output formats.

WWW: http://pear.horde.org
2011-07-07 20:57:47 +00:00
Martin Matuska
8aa08c16a2 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
2011-07-07 20:53:49 +00:00
Martin Matuska
ed5b562bec 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
2011-07-07 20:52:50 +00:00
Martin Matuska
592e116d91 This Horde package allows to convert Kolab data objects from XML to hashes.
WWW: http://pear.horde.org
2011-07-07 20:17:45 +00:00
Martin Matuska
2d173d3843 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
2011-07-07 18:52:08 +00:00
Martin Matuska
6242d0be3e 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
2011-07-07 18:48:40 +00:00
Martin Matuska
65d49e37ad The Horde_Text_Filter library provides common methods for fitering
and converting text.

WWW: http://pear.horde.org
2011-07-07 18:46:22 +00:00
Herve Quiroz
270293fb91 Add saxon-he 2011-07-05 20:44:52 +00:00
Mark Linimon
a8e449f748 Fix SUBDIR: the correct name of the repocopied port is kmfl-sil-ipa-unicode.
Forgotten by:	wxs
2011-06-30 04:30:42 +00:00
Martin Wilke
6f02349a10 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>
2011-06-27 14:48:01 +00:00
Martin Wilke
b4c2350afc 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>
2011-06-27 14:47:00 +00:00
Martin Wilke
99b421ff1f 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>
2011-06-25 09:38:40 +00:00
Baptiste Daroussin
61f81b983a Hyphen - hyphenation library to use converted TeX hyphenation patterns
WWW:	http://hunspell.sourceforge.net
2011-06-17 23:23:20 +00:00
Baptiste Daroussin
6f11bd8f9e 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
2011-06-17 23:00:15 +00:00
Baptiste Daroussin
3517c5d5a9 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
2011-06-09 15:45:58 +00:00
Wesley Shields
e649ddedf9 - 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)
2011-06-03 01:00:16 +00:00
Sunpoet Po-Chuan Hsieh
b105016010 - 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/
2011-06-01 15:43:18 +00:00
Wen Heping
afdab4d17e 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>
2011-06-01 08:48:18 +00:00
Wesley Shields
bb38f439cf Chase the scim-kmfl to kmfl changes.
Noticed by:	eadler@
2011-05-30 19:51:01 +00:00
Ashish SHUKLA
92b30f2ed2 Hyperlinked documentation for the xhtml library.
This documentation is generated by HsColour and haddock.

Obtained from:	   FreeBSD Haskell
2011-05-25 18:45:54 +00:00
Steve Wills
fcb7edb495 This program is designed to let you play with the Perl YAML modules in an
interactive way. When you to type in Perl, you get back YAML. And vice versa.

WWW:	http://search.cpan.org/dist/YAML-Shell/
2011-05-24 21:49:48 +00:00
Ashish SHUKLA
0c76a8384f - Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:		ports/156642
Approved by:	tabthorpe (mentor)
Obtained from:	FreeBSD Haskell
2011-05-09 05:28:57 +00:00
Steve Wills
a687efca7b Sass is an extension of CSS3, adding nested rules, variables, mixins, selector
inheritance, and more. It's translated to well-formatted, standard CSS using
the command line tool or a web-framework plugin.

WWW:	http://rubygems.org/gems/sass
2011-05-06 22:53:57 +00:00
Thierry Thomas
863a55a7fa Add kn-aspell, aspell Kannada dictionary. 2011-05-05 19:45:33 +00:00
Steve Wills
2a8fa92edf Simple, feature rich ascii table generation library.
- Optional headings
 - Alignment of columns, headings, or cells
 - Supports column span
 - Easy modification of table strings (+, -, |)

WWW: https://github.com/visionmedia/terminal-table

PR:		ports/156435
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2011-05-03 02:40:59 +00:00
Baptiste Daroussin
47a21a54dd Remove unmaintained expired ports from textproc
2011-05-01 textproc/ctpp: Deprecated please use ctpp2 textproc/ctpp2
2011-05-01 textproc/dsssl-docbook-cygnus: Distfile is no more available
2011-05-01 textproc/fdp-tools: Distfile is no more available
2011-05-01 textproc/gtkdiff: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-client-lib: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-csconv: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-headers: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-le-unit: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-protocol-lib: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-server: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-x: Upstream disapear and distfile is no more available
2011-05-01 textproc/iiimf-x-lib: Upstream disapear and distfile is no more available
2011-05-01 textproc/maketeidtd: Upstream disapear and distfile is no more available
2011-05-01 textproc/minidom: Upstream disapear and distfile is no more available
2011-05-01 textproc/ocaml-yaxpo: Upstream disapear and distfile is no more available
2011-05-01 textproc/p5-LJ-SpellCheck: Upstream disapear and distfile is no more available
2011-05-01 textproc/py-HyperText: Upstream disapear and distfile is no more available
2011-05-01 textproc/smartdoc: Upstream disapear and distfile is no more available
2011-05-01 textproc/xmlpp: Upstream disapear and distfile is no more available
2011-05-01 19:29:59 +00:00
Rene Ladan
5fafbc0f8b Garbage collect expired ports
2011-04-01 accessibility/linux-f8-atk: End of Life since Jan 7, 2009
2011-04-01 archivers/linux-f8-ucl: End of Life since Jan 7, 2009
2011-04-01 archivers/linux-f8-upx: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-alsa-lib: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-arts: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-esound: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-freealut: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libaudiofile: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libogg: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libvorbis: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-mikmod: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-nas-libs: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-openal: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-sdl_mixer: End of Life since Jan 7, 2009
2011-04-01 databases/linux-f8-sqlite3: End of Life since Jan 7, 2009
2011-04-02 databases/postgresql81-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-02 databases/postgresql73-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-02 databases/postgresql74-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-02 databases/postgresql80-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-01 devel/linux-f8-libglade: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-sdl12: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-allegro: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-libsigc++20: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-libglade2: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-nspr: End of Life since Jan 7, 2009
2011-04-01 dns/linux-f8-libidn: End of Life since Jan 7, 2009
2011-04-01 emulators/linux_base-f8: End of Life since Jan 7, 2009
2011-04-01 emulators/linux_base-f9: End of Life since Jul 10, 2009
2011-04-01 emulators/linux_base-fc6: End of Life since December 7, 2007
2011-04-01 emulators/linux_base-f7: End of Life since June 13, 2008
2011-04-01 ftp/linux-f8-curl: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-sdl_image: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-ungif: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-imlib: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-cairo: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-dri: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-gdk-pixbuf: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-jpeg: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-png: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-libGLU: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-libmng: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-png10: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-tiff: End of Life since Jan 7, 2009
2011-04-01 lang/linux-f8-libg2c: End of Life since Jan 7, 2009
2011-04-01 lang/linux-f8-tcl84: End of Life since Jan 7, 2009
2011-04-01 multimedia/linux-f8-libtheora: End of Life since Jan 7, 2009
2011-04-02 net-p2p/dcd: No fetch sources and looks like project abandoned
2011-03-31 net/straw: abandoned upstream and does not work with python 2.6+
2011-04-01 security/linux-f8-libssh2: End of Life since Jan 7, 2009
2011-04-01 security/linux-f8-nss: End of Life since Jan 7, 2009
2011-04-01 security/linux-f8-openssl: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-libxml2: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-scim-gtk: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-scim-libs: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-expat: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-libxml: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-aspell: End of Life since Jan 7, 2009
2011-04-01 www/linux-f8-flashplugin10: End of Life since Jan 7, 2009
2011-03-30 www/mediawiki112: abandoned upstream
2011-03-30 www/mediawiki113: abandoned upstream
2011-03-30 www/mediawiki114: abandoned upstream
2011-03-30 www/mediawiki16: abandoned upstream
2011-04-01 x11-fonts/linux-f8-fontconfig: End of Life since Jan 7, 2009
2011-03-01 x11-themes/gnome-icons-cool-gorilla: "no mastersite"
2011-04-01 x11-themes/linux-f8-hicolor-icon-theme: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-gtk: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-gtk2: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-openmotif: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-pango: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-qt33: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-tk84: End of Life since Jan 7, 2009
2011-04-01 x11/linux-f8-xorg-libs: End of Life since Jan 7, 2009
2011-04-04 17:12:43 +00:00
Steve Wills
f619d8c3fd Perl library that provides several modules to compute or validate check digits.
WWW:	http://search.cpan.org/dist/Algorithm-CheckDigits/
2011-04-03 18:19:25 +00:00
Steve Wills
71719d62f6 This is a Ruby class for processing XSLT.
WWW:	http://rubygems.org/gems/ruby-xslt
2011-04-03 17:23:50 +00:00
Steve Wills
eabf6e5896 Oops, committed to wrong category 2011-04-03 15:39:20 +00:00
Steve Wills
bb506333c5 Ruby C bindings to libbzip2
WWW:	http://rubygems.org/gems/bzip2-ruby
2011-04-03 15:28:18 +00:00
TAKATSU Tomonari
7820ddae48 - Add a new port: textproc/ruby-escape
Ruby escape - HTML/URI/shell escaping utilities

  Features:
    - several escaping/composing functions
      * HTML text
      * HTML attribute value
      * URI path
      * shell command line
    - dedicated classes for escaped strings
    - escape and compose strongly related strings at once

  WWW:	http://www.a-k-r.org/escape/
2011-03-29 21:00:05 +00:00
Martin Wilke
ed00ff9b29 This is a generic, language-neutral framework for extending
Ruby objects with linguistic methods.

It includes an English-language module with inflection,
pluralisation, conjunctions, indefinite articles, present
participles, ordinal numbers, numbers to words, general
quantification, integration with WordNet and CMU's LinkGrammar,
as well as a framework for providing modules for other languages.

WWW: http://deveiate.org/projects/Linguistics/

PR:		ports/155701
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2011-03-25 12:06:00 +00:00
Cheng-Lung Sung
80d975624c zope.i18nmessageid provides facilities for declaring such messages
within program source text; translation of the messages is the
responsiblitiy of the 'zope.i18n' package.

WWW: http://www.python.org/pypi/zope.i18nmessageid
2011-03-21 08:57:31 +00:00
Cheng-Lung Sung
fda791c2a1 translationstring is a library used for internationalization (i18n) duties.
This package provides a translation string class, a translation string
factory class, translation and pluralization primitives, and a utility
that helps Chameleon templates use translation facilities of this package.
It does not depend on Babel, but its translation and pluralization
services are meant to work best when provided with an instance of
the babel.support.Translations class.

WWW:	http://pypi.python.org/pypi/translationstring
2011-03-21 08:19:07 +00:00
Cheng-Lung Sung
500beb4506 Chameleon is an HTML/XML template language compiler written in Python.
The distribution comes with a complete template engine:
Chameleon Page Templates

WWW:	http://chameleon.repoze.org/
2011-03-21 06:18:17 +00:00
Wen Heping
f2be525a12 BibTeX::Parser is a pure perl BibTeX parser.
WWW: http://search.cpan.org/dist/BibTeX-Parser/
2011-03-16 02:10:51 +00:00
Wen Heping
d50381498d LaTeX::ToUnicode provides a method to convert LaTeX-style markups
for accents etc. into their Unicode equivalents. It translates
commands for special characters or accents into their Unicode
equivalents and removes formatting commands.

WWW:    http://search.cpan.org/dist/LaTeX-ToUnicode/
2011-03-16 02:02:37 +00:00