diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-29 09:43:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-29 09:43:06 +0800 |
commit | 78a4db8e7e172cf86b9151a9cdceb9ab199c4157 (patch) | |
tree | 4a2058e0835c130d6fde489d4cb10151290a7b0e /textproc/libtranslate/pkg-descr | |
parent | ba809a4ce1ee5d8c53fcec6f157ac92e9f6554d7 (diff) | |
download | marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.gz marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.bz2 marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.lz marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.xz marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.zst marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.zip |
Switch libsoup dependency to libsoup22.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10258 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/libtranslate/pkg-descr')
-rw-r--r-- | textproc/libtranslate/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/libtranslate/pkg-descr b/textproc/libtranslate/pkg-descr new file mode 100644 index 000000000..6921d5e74 --- /dev/null +++ b/textproc/libtranslate/pkg-descr @@ -0,0 +1,17 @@ +libtranslate is a library for translating text and web pages between +natural languages. Its modular infrastructure allows to implement new +translation services separately from the core library. + +libtranslate is shipped with a generic module supporting web-based +translation services such as Babel Fish, Google Language Tools and +SYSTRAN. Moreover, the generic module allows to add new services +simply by adding a few lines to a XML file (see the services.xml(5) +manual page). + +The libtranslate distribution includes a powerful command line +interface (see the translate(1) manual page). + +WWW: http://www.nongnu.org/libtranslate/ + +- Jean-Yves Lefort +jylefort@FreeBSD.org |