Commit graph

1533 commits

Author SHA1 Message Date
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
Steve Wills
f3ce347a06 Perl module which implements version 4.0 of the Wordnik API and provides a
simple object-oriented interface with methods named after the REST ones
provided by Wordnik.

WWW:	http://search.cpan.org/dist/WWW-Wordnik-API/
2011-03-12 18:38:55 +00:00
Dmitry Marakasov
43dfe9d3e4 Geo::Parse::OSM - OpenStreetMap XML file regexp parser
WWW:	http://search.cpan.org/dist/Geo-Parse-OSM/
2011-03-12 00:05:20 +00:00
Wen Heping
b3d21674ab ODF::lpOD is an Open Document management interface. It allows the users to
create or transform office documents, or to extract data from them. It can
handle documents which comply with the Open Document Format international
standard (ODF). It may handle text documents (ODT), spreadsheet documents(ODS),
as well as presentation(ODP) or drawing documents (ODG).

WWW: http://search.cpan.org/dist/ODF-lpOD/
2011-03-11 08:44:52 +00:00
Sunpoet Po-Chuan Hsieh
1381ab169f - Add p5-XML-LibXML-SAX-ChunkParser 0.00003
XML::LibXML::SAX::ChunkParser's purpose is to simply keep parsing
possibly incomplete XML fragments, for example, from a socket.

WWW: http://search.cpan.org/dist/XML-LibXML-SAX-ChunkParser/

PR:		ports/155340
Submitted by:	"ports@c0decafe.net" <ports@c0decafe.net>
2011-03-07 15:35:48 +00:00
Dennis Herrmann
28a3674ea8 smu - simple markup
Smu is a simple interpreter for a simplified markdown dialect.

WWW:	http://s01.de/~tox/index.cgi/proj_smu
2011-03-07 12:55:24 +00:00
Martin Wilke
16a7232ea3 Unicode-LineBreak package.
Three main modules and some supporting program files are contained. For
more details read following POD documentations:

    Text::LineFold - Line Folding for Plain Text
    Unicode::GCString - String as Sequence of UAX #29 Grapheme Clusters
    Unicode::LineBreak - UAX #14 Unicode Line Breaking Algorithm

WWW: http://search.cpan.org/dist/Unicode-LineBreak/

PR:		ports/154845
Submitted by:	Olivier Girard <Olivier.Girard at univ-angers.fr>
2011-03-04 13:59:59 +00:00
Cheng-Lung Sung
a6e131e4b9 rubygem-multi_xml
A generic swappable back-end for XML parsing.

Lots of Ruby libraries utilize XML parsing in some form, and
everyone has their favorite XML library. In order to best
support multiple XML parsers and libraries, multi_xml is a
general-purpose swappable XML backend library.

WWW: http://rubygems.org/gems/multi_xml
2011-03-04 08:31:12 +00:00
Martin Wilke
b3c8e65d3b Remove:
www/py-turbodjango
	www/py-turbosetup
	textproc/py-csv
	devel/py-uuid
2011-02-27 16:22:06 +00:00
Jun Kuriyama
f411fbd99c Parse DHCP leases file from ISC dhcpd.
WWW: http://search.cpan.org/dist/Text-DHCPLeases/
2011-02-26 09:06:04 +00:00
Martin Wilke
3e8d73e14d - Part 1 of python24 removal
- Clean up bsd.python.mk (remove PYWSGIREF, PYHASHLIB, PYCTYPES and PYEXPAT) all these is now part of python
	  since python25

Remove:
	textproc/py-expat
	devel/py-ctypes
	security/py-hashlib
	www/py-wsgiref
2011-02-25 09:46:39 +00:00
Wen Heping
fa396c2c68 XML/Ada is a full XML suite for use with Ada compilers, such as GNAT AUX.
XML/Ada is a set of modules that provide a simple manipulation of XML
streams.  It supports the whole XML 1.1 specification and can parse any file
that follows this standard, including the contents of the DTD although no
validation of the documents is performed based on those.

It provides support for a number of standards associated with XML such as
SAX, DOM, and XML schemas.  Additionally, it includes a module to manipulate
unicode streams since this is required by the XML standard.

WWW: http://libre.adacore.com/libre/tools/xmlada/

PR:		ports/153828
Submitted by:	John Marino <freebsdml@marino.st>
2011-02-24 06:30:10 +00:00
Pietro Cerutti
10820f3445 - New port: textproc/xerces-c3
This is a port of the 3.x series of the Apache Xerces-C++ library.

  Xerces-C++ is a validating XML parser written in a portable subset of C++.
  Xerces-C++ makes it easy to give your application the ability to read and
  write XML data. A shared library is provided for parsing, generating,
  manipulating, and validating XML documents using the DOM, SAX, and SAX2 APIs.
2011-02-23 17:13:25 +00:00
Wen Heping
c7046707cd The standard for machine-readable cataloging (MARC) records is documented at
http://loc.gov/marc/. This package enables you to read existing MARC records
from a file, string, or (using the YAZ extension), from a Z39.50 source. You
can also use this package to create new MARC records.

WWW: http://pear.php.net/package/File_MARC
2011-02-21 00:47:51 +00:00
Chin-San Huang
d721eecb6d Add textproc/p5-HTML-QRCode, generate HTML based QR Code.
WWW:  http://search.cpan.org/dist/HTML-QRCode/
2011-02-16 05:05:03 +00:00
Chin-San Huang
d030b77dba Add textproc/Text-QRCode, gnerate text based QR Code.
This module allows you to generate QR Code using ' ' and '*'.

WWW:  http://search.cpan.org/dist/Text-QRCode/
2011-02-16 05:03:28 +00:00
Frederic Culot
657eb01ae1 SQL::Tokenizer is a simple tokenizer for SQL queries. It does not claim
to be a parser or query verifier. It just creates sane tokens from a
valid SQL query.

WWW: http://search.cpan.org/dist/SQL-Tokenizer

PR:		ports/154706
Submitted by:	milki <milki AT rescomp.berkeley.edu>
2011-02-13 07:04:22 +00:00
Wen Heping
6a30c925f4 This Module provides an OO-interface to the htmldoc program.
You can use it to produce PDF or PS files from a HTML-document.
Currently many but not all parameters of HTMLDoc are supported.

WWW: http://search.cpan.org/dist/HTML-HTMLDoc/

PR:		ports/153955
Submitted by:	Menshikov Konstantin <kostjnspb@yandex.ru>
Feature safe:	yes
2011-01-18 12:59:42 +00:00
Ulrich Spörlein
508e2056ba Connect textproc/groff to the build.
Feature safe:	yes
2011-01-15 17:35:02 +00:00
Renato Botelho
21526892f3 Remove expired ports:
2011-01-01 audio/emphasis: abandoned upstream
2011-01-01 converters/ecore-txt: abandoned upstream
2011-01-01 deskutils/estickies: abandoned upstream
2011-01-01 devel/ecore-job: abandoned upstream
2011-01-01 devel/engrave: abandoned upstream
2011-01-01 devel/evfs: abandoned upstream
2011-01-01 devel/ruby-ecore: abandoned upstream
2011-01-01 graphics/exhibit: abandoned upstream
2011-01-01 graphics/epsilon: abandoned upstream
2011-01-01 graphics/esmart: abandoned upstream
2011-01-01 graphics/ruby-edje: abandoned upstream
2011-01-01 graphics/ruby-esmart: abandoned upstream
2011-01-01 graphics/ruby-evas: abandoned upstream
2011-01-01 graphics/ruby-redact: abandoned upstream
2011-01-01 multimedia/eclair: abandoned upstream
2011-01-01 security/phpmyid: Development has ceased.
2011-01-01 sysutils/ecore-config: abandoned upstream
2011-01-01 sysutils/extrackt: abandoned upstream
2011-01-01 textproc/exml: abandoned upstream
2011-01-02 www/mod_accesscookie: upstream is gone
2011-01-02 www/mod_vdbh: upstream is gone
2011-01-02 www/mod_auth_any: upstream is gone
2011-01-02 www/mod_log_data: upstream is gone and will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-01-01 x11-fm/entropyfm: abandoned upstream
2011-01-01 x11-themes/e17-splash-fortune: abandoned upstream
2011-01-01 x11-themes/e17-splash-shiny: abandoned upstream
2011-01-01 x11-themes/e17-splash-takara: abandoned upstream
2011-01-01 x11-themes/e17-theme-blue_eyed: abandoned upstream
2011-01-01 x11-themes/e17-theme-dali: abandoned upstream
2011-01-01 x11-themes/e17-theme-gant: abandoned upstream
2011-01-01 x11-themes/e17-theme-japan2007: abandoned upstream
2011-01-01 x11-themes/e17-theme-kor: abandoned upstream
2011-01-01 x11-themes/e17-theme-milky: abandoned upstream
2011-01-01 x11-themes/e17-theme-night_bling: abandoned upstream
2011-01-01 x11-themes/e17-theme-simply_white: abandoned upstream
2011-01-01 x11-themes/e17-splash-azul: abandoned upstream
2011-01-01 x11-themes/e17-splash-blue: abandoned upstream
2011-01-01 x11-themes/e17-splash-clean: abandoned upstream
2011-01-01 x11-themes/e17-splash-logo: abandoned upstream
2011-01-01 x11-toolkits/etk: abandoned upstream
2011-01-01 x11-toolkits/ewl: abandoned upstream
2011-01-01 x11-toolkits/enhance: abandoned upstream
2011-01-01 x11-wm/e17-module-bling: abandoned upstream
2011-01-01 x11-wm/e17-module-mixer: abandoned upstream
2011-01-01 x11-wm/e17-utils: abandoned upstream
2011-01-01 x11/elicit: abandoned upstream
2011-01-01 x11/enity: abandoned upstream
2011-01-01 x11/examine: abandoned upstream
2011-01-01 x11/ecore-desktop: abandoned upstream
2011-01-03 14:38:01 +00:00
Dima Panov
8e87ff39df - Update graphics/libwpg to 0.2.0 release
- Update textproc/libwpd to 0.9.0 release
- Add graphics/libwpg01 and textproc/libwpd08 as support libraries only
- Take maintainership of textproc/libwpd[08]	[1]
- Chase dependencies in related ports
- Describe updating procedure in UPDATING

Approved by:	Mikhail Teterin (maintainer) via mail [1]
2011-01-03 11:51:29 +00:00
Thierry Thomas
50151405f0 Adding Aspell Asturian dictionary.
WWW: http://docu.softastur.org/Aspell
2010-12-28 18:56:07 +00:00
Wen Heping
b11ec6a474 Pdfgrep is a tool to search text in PDF files. It works similar to grep.
Features:

        * search for regular expressions.
        * support for some important grep options, including:
                o filename output.
                o page number output.
                o optional case insensitivity.
                o count occurrences.
        * and the most important feature: color output!

WWW: http://pdfgrep.sourceforge.net/

PR:		ports/152648
Submitted by:	Michael Ranner <michael@ranner.eu>
2010-12-15 08:14:48 +00:00
Timur I. Bakeyev
e0f8a6a654 This module provides an easy-to-use interface for encoding and decoding
Internationalized Domain Names (IDNs).

IDNs use characters drawn from a large repertoire (Unicode), but IDNA
allows the non-ASCII characters to be represented using only the ASCII
characters already allowed in so-called host names today (letter-digit-
hypen, "/[A-Z0-9-]/i").
2010-12-10 01:22:19 +00:00
Wen Heping
18cef50f03 p5-XML-Compile-Dumper is a perl module to dump compiled
XML translators.

WWW:    http://search.cpan.org/dist/XML-Compile-Dumper/

PR:		ports/152652
Submitted by:	Patrick Powell <papowell@astart.com>
2010-12-09 08:27:57 +00:00
Wen Heping
ec190f95f9 Often, XML messages and schemas are created by automatic tools. These
tools may provide very nice user interfaces, but tend to produce
horrible XML.  If you have to read these ugly products, you are in for
pain.  The purpose of this module (and the script "xmlrewrite" which is
part of this distribution) is to be able to rewrite XML messages and
Schema's into something maintainable.

The main difference between this module and other beautifiers is that
the clean-up is based on schema rules.  For instance, it is permitted
to remove blanks around and inside integers, but not in strings.
Beautifiers which do not look into the schema have only limited
possibilities for cleanup, or may accidentally change the message
content.

WWW:    http://search.cpan.org/dist/XML-Rewrite/

PR:		ports/152658
Submitted by:	Patrick Powell <papowell@astart.com>
2010-12-09 07:22:41 +00:00
Greg Larkin
9e74af8f58 File::Inplace is a Perl module intended to ease the common task of
editing a file in-place. Inspired by variations of Perl's -i option,
this module is intended for somewhat more structured and reusable
editing than command line Perl typically allows.

File::Inplace endeavors to guarantee file integrity; that is, either
all of the changes made will be saved to the file, or none will.
It also offers functionality such as backup creation, automatic
field splitting per-line, automatic chomping/unchomping, and aborting
edits partially through without affecting the original file.

WWW:    http://search.cpan.org/dist/File-Inplace/
2010-12-08 21:03:20 +00:00
Anton Berezin
a35b82c608 Add textproc/p5-String-Flogger, a string munging Perl module for
loggers.
2010-12-03 19:53:54 +00:00
Philip M. Gollucci
6372ece335 Library to perform character encoding auto-detection in Ruby.
WWW: https://github.com/jmhodges/rchardet

PR:		ports/152219
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-11-27 00:17:47 +00:00
MANTANI Nobutaka
312a702b4b - Update to 1.6.0.
- Add textproc/uim-kde4, KDE4 panel applet of uim input method. It is a
  slave port of textproc/uim.
- Remove japanese/uim-canna and japanese/uim-prime. Now the canna and prime
  modules are implemented as scheme scripts and they can be installed from
  textproc/uim.
- Enable helper tools installation of textproc/uim-qt4.
- Enable sj3 support of textproc/uim.
2010-11-26 17:38:22 +00:00
Dmitry Marakasov
7e3953d581 Qt gui for google translate based on ajax api
WWW: http://code.google.com/p/qgt

PR:		152416
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
2010-11-21 18:15:00 +00:00
Jun Kuriyama
a583e8ee3c groonga is an open-source fulltext search engine and column store.
It lets you write high-performance applications that requires fulltext
search.

WWW: http://groonga.org/
2010-11-20 11:30:22 +00:00
Wen Heping
55d546ae72 Tralics is a free software whose purpose is to convert a LaTeX
document into an XML file.

WWW: http://www-sop.inria.fr/miaou/tralics/

PR:		ports/152081
Submitted by:	Artyom Olshevskiy <siasiamail@gmail.com>
2010-11-10 08:15:48 +00:00
Josh Paetzel
be5629e921 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++.

WWW:	http://sourceforge.net/projects/clucene/

PR:		ports/151951
Submitted by:	Tom Judge <tom at tomjudge.com>
2010-11-05 15:49:20 +00:00
Wen Heping
e0f6da3e82 XML::Entities provides a mapping from the standard XML entities
to their Unicode characters. A function for decoding is provided.
The mapping can be generated from a DTD file with entity definitions.

WWW:    http://search.cpan.org/dist/XML-Entities/
2010-11-03 08:06:45 +00:00
Sunpoet Po-Chuan Hsieh
f47bcd02e8 - Add p5-CSS-Simple-2874
CSS::Simple is an interface through which to read/write/manipulate CSS
files while respecting the cascade order.

WWW: http://search.cpan.org/dist/CSS-Simple

PR:		ports/151798
Submitted by:	Vivek Khera <vivek@khera.org>
Approved by:	pgollucci (mentor, implicit)
2010-10-28 16:14:05 +00:00
TAKATSU Tomonari
6dfc57c155 - Add a new port: textproc/ruby-rttool
RT is a simple and human-readable table format.
  RTtool is a converter from RT into various formats.
  RT can be incorporated into RD.

  At this time, RTtool can convert RT into HTML and plain text.
  To convert into plain text, you need w3m.

  WWW:	http://www.rubyist.net/~rubikitch/computer/rttool/index.en.html
2010-10-06 12:42:24 +00:00
Wen Heping
aff7774f56 Text::CSV::Encoded is a perl module of encoding aware Text::CSV.
It inherits Text::CSV and is aware of input/output encodings.

WWW: http://search.cpan.org/dist/Text-CSV-Encoded/

PR:		ports/150710
Submitted by:	Sebastien Santoro <dereckson@gmail.com>
2010-09-20 08:51:42 +00:00
Josh Paetzel
ae6044e2f8 Duplicate of textproc/pootle
textproc/py-Pootle
2010-09-15 16:21:39 +00:00
Wen Heping
99c24a832b Sigil is a multi-platform WYSIWYG ebook editor. It is designed to edit books
in ePub format.
* Free and open source software under GPLv3
* Multi-platform: runs on Windows, FreeBSD, Linux and Mac
* Full Unicode support: everything you see in Sigil is in UTF-16
* Full EPUB spec support
* WYSIWYG editing
* Multiple Views: Book View, Code View and Split View
* Metadata editor with full support for all possible metadata entries
(more than 200) with full descriptions for each
* Table Of Contents editor
* Multi-level TOC support
* Book View fully supports the display of any XHTML document possible
under the OPS spec
* SVG support
* Basic XPGT support
* Advanced automatic conversion of all imported documents to Unicode
* Currently imports TXT, HTML and EPUB files; more will be added with time
* Embedded HTML Tidy; all imported documents are thoroughly cleaned;
  changing views cleans the document so no matter how much you screw
  up your code, it will fix it (usually)
* An actually usable user interface

WWW: http://code.google.com/p/sigil/

PR:		ports/150348
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
2010-09-10 06:31:09 +00:00
Tim Bishop
064cf3b453 This is a port of ML/I (Macro Language I) which is the grand-daddy of nearly
all macro processors. It is still maintained and ported to a large number
of systems.

WWW: http://www.ml1.org.uk

PR:		ports/150234
Submitted by:	Bob Eager <rde at ml1.org.uk>
2010-09-08 10:33:43 +00:00
Wen Heping
05d0670211 py-MarkupSafe is a python module that implements a XML/HTML/XHTML Markup
safe string.

WWW:    http://pypi.python.org/pypi/MarkupSafe/
2010-09-08 02:18:02 +00:00