Commit graph

1906 commits

Author SHA1 Message Date
Gabor Pali
325f949e00 Provides support for parsing and emitting Yaml documents.
This package includes the full libyaml C library version 0.1.2 by Kirill
Simonov in the package so you don't need to worry about any non-Haskell
dependencies.

WWW:	http://github.com/snoyberg/yaml/

Obtained from:	FreeBSD Haskell
2012-02-18 16:56:16 +00:00
Gabor Pali
7ebd2904f2 This package provides parsing and rendering functions for XML. It is
based on the datatypes found in the xml-types package.  This package is
broken up into the following modules:

 * Text.XML: DOM-based parsing and rendering.  This is the most commonly
   used module.

 * Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional
   traversing of the DOM, similar to XPath.

 * Text.XML.Unresolved: A slight modification to Text.XML which does not
   require all entities to be resolved at parsing.  The datatypes are
   slightly more complicated here, and therefore this module is only
   recommended when you need to deal directly with raw entities.

 * Text.XML.Stream.Parse: Streaming parser, including some streaming
   parser combinators.

 * Text.XML.Stream.Render: Streaming renderer.

WWW:	http://github.com/snoyberg/xml

Obtained from:	FreeBSD Haskell
2012-02-18 16:36:34 +00:00
Gabor Pali
408b2300ea The xml-types package.
WWW:	http://hackage.haskell.org/package/xml-type

Obtained from:	FreeBSD Haskell
2012-02-18 16:30:09 +00:00
Gabor Pali
f2526f6fb0 A port of the Java library by Terrence Parr.
WWW:	http://hackage.haskell.org/package/HStringTemplate

Obtained from:	FreeBSD Haskell
2012-02-18 03:08:15 +00:00
Matthias Andree
0cee5591d4 The main function of wiggle is to apply a patch to a file in a similar
manner to the patch(1) program.

The distinctive difference of wiggle is that it will attempt to apply a
patch even if the before part of the patch doesn't match the target
file perfectly. This is achieved by breaking the file and patch into
words and finding the best alignment of words in the file with words in
the patch. Once this alignment has been found, any differences (word-
wise) in the patch are applied to the file as best as possible.
2012-02-15 23:29:56 +00:00
Gabor Pali
61691c8918 - Remove textproc/hs-attoparsec-text: The package has been deprecated. Now
the attoparsec includes all functionality from this library.

Obtained from:	FreeBSD Haskell
2012-02-13 06:13:00 +00:00
Xin LI
e3b558a9fb Re-add fcitx-keyboard - X keyboard integration to textproc category. 2012-02-08 07:03:23 +00:00
TAKATSU Tomonari
acdafc1b38 - Add a new port: textproc/R-cran-stringr
stringr is a set of simple wrappers that make R's string functions
  more consistent, simpler and easier to use. It does this by ensuring
  that: function and argument names (and positions) are consistent,
  all functions deal with NA's and zero length character appropriately,
  and the output data structures from each function matches the input
  data structures of other functions.

  WWW:	http://cran.r-project.org/web/packages/stringr/
2012-02-07 14:35:21 +00:00
Sunpoet Po-Chuan Hsieh
c2a64efc9c - Add nl-hunspell 2.10
Dutch hunspell dictionaries

WWW: http://www.opentaal.org/bestanden

Requested by:	kwm
2012-02-06 02:56:47 +00:00
Eitan Adler
59389fbc5c Add the last two ports I added to build
Pointyhat to: me
2012-02-04 05:10:39 +00:00
Martin Wilke
e87b9d93af TyXML is an OCaml library that allows you to build XML trees whose validity is
insured by the typechecker. It supports XHTML 1.0 and 1.1, HTML5 and SVG
(partial).

WWW: http://ocsigen.org/tyxml/

PR:		ports/163313
Submitted by:	Jaap Boender <jaapb@kerguelen.org>
2012-01-28 10:30:15 +00:00
Baptiste Daroussin
dd9c796801 Add libexttextcat 3.2.0, language guessing by N-Gram-Based Text
Categorization.

libexttextcat is a fork of textproc/libtextcat and though conflict with it, it is a dependency of upcoming libreoffice 3.5.0
2012-01-21 20:18:52 +00:00
Rene Ladan
859c0875ae Remove expired port:
2012-01-20 textproc/qgoogletranslator: Runtime is broken because Google close free usage of API.  Project closed.
2012-01-20 22:11:48 +00:00
Brendan Fabeny
93ac30ca4a Add reflex 20100906, relocalizable fast lexical scanner. 2012-01-10 21:02:40 +00:00
Olli Hauer
2c96f26a12 - remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )

with hat apache@
2012-01-01 19:30:58 +00:00
Jun Kuriyama
665db63837 Using output of /dev/urandom. Simply convert bytes into 8-bit
characters.

WWW: http://search.cpan.org/dist/String-Urandom/
2011-12-31 08:45:26 +00:00
Rene Ladan
c3df4f93ad Remove expired, unmaintained ports:
2011-11-30 textproc/skribe
2011-11-30 emulators/wahcade
2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion
2011-11-30 editors/koffice-kde3
2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion
2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported
2011-11-30 databases/fireprofile
2011-12-01 audio/gnowavcut: Abandonware
2011-12-01 mail/demime: No upstream development since 2007
2011-12-03 x11/wmmsg: No more public distfiles
2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore.
2011-12-03 misc/demoniac: No more upstream, no more public distfiles
2011-12-03 cad/gtkwave: No more public distfiles, no more upstream
2011-12-07 databases/clip: No develop anymore for long
2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on
2011-12-28 17:49:04 +00:00
Sunpoet Po-Chuan Hsieh
55e30789f6 - Add p5-Text-Prefix-XS 0.15
Text::Prefix::XS implements something of an trie algorithm for matching (and
extracting) prefixes from text strings.

WWW: http://search.cpan.org/dist/Text-Prefix-XS/
2011-12-28 15:59:51 +00:00
Ruslan Makhmatkhanov
44bd789a48 - Add sixth portion of dependencies needed for Plone 4 import.
Approved by:   novel (mentor)
2011-12-23 19:52:28 +00:00
Ruslan Makhmatkhanov
9ebd3bc0cd - Add first portion of dependencies needed for Plone 4 import.
Submitted by:   rm (myself, via github)
Approved by:    novel (mentor)
2011-12-18 19:27:58 +00:00
Martin Wilke
dde7047b55 rstyoutube is a package for embedding YouTube videos in reStructuredText
documents.

WWW:	http://bitbucket.org/cliff/rstyoutube

PR:		ports/163343
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-12-18 09:04:41 +00:00
Philip M. Gollucci
8d20cbf718 fast_xs provides C extensions for escaping text.
The original String#fast_xs method is based on the xchar code by Sam Ruby:

o   intertwingly.net/stories/2005/09/28/xchar.rb
o   intertwingly.net/blog/2005/09/28/XML-Cleansing

_why also packages an older version with Hpricot (patches submitted). The
version here should be compatible with the latest version of Hpricot code.

Ruby on Rails will automatically use String#fast_xs from either Hpricot or this
gem version with the bundled Builder package.

String#fast_xs is an almost exact translation of Sam Ruby's original
implementation (String#to_xs), but it does escape a " (which is an
optional, but all parsers are able ot handle it. XML::Builder as packaged in
Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs
available.

WWW: http://fast-xs.rubyforge.org/

PR:		ports/163362
Submitted by:	Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
2011-12-16 22:23:34 +00:00
Philip M. Gollucci
66f31bdae7 Async (EventMachine) HTTP client, with support for:
o   Asynchronous HTTP API for single & parallel request execution
o   Keep-Alive and HTTP pipelining support
o   Auto-follow 3xx redirects with max depth
o   Automatic gzip & deflate decoding
o   Streaming response processing
o   Streaming file uploads
o   HTTP proxy and SOCKS5 support
o   Basic Auth & OAuth
o   Connection-level & Global middleware support
o   HTTP parser via http_parser.rb
o   Works wherever EventMachine runs: Rubinius, JRuby, MRI

WWW: https://github.com/igrigorik/em-http-request

PR:		ports/163361
Submitted by:	Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
2011-12-16 22:22:45 +00:00
Sunpoet Po-Chuan Hsieh
5468d240d0 - Add p5-String-ToIdentifier-EN 0.06
String::ToIdentifier::EN provides a utility method, "to_identifier" for
converting an arbitrary string into a readable representation using the ASCII
subset of \w for use as an identifier in a computer program. The intent is to
make unique identifier names from which the content of the original string can
be easily inferred by a human just by reading the identifier.

If you need the full set of \w including Unicode, see the subclass
String::ToIdentifier::EN::Unicode.

Currently, this process is one way only, and will likely remain this way.

The default is to create camelCase identifiers, or you may pass in a separator
char of your choice such as _.

Binary char groups will be separated by _ even in camelCase identifiers to make
them easier to read, e.g.: foo_2_0xFF_Bar.

WWW: http://search.cpan.org/dist/String-ToIdentifier-EN/

Feature safe:	yes
2011-12-05 11:32:45 +00:00
Cheng-Lung Sung
b0e20209eb This module subclasses Pod::Parser and converts POD to Markdown.
WWW: http://search.cpan.org/dist/Pod-Markdown/

Feature safe:	yes
2011-11-18 08:39:20 +00:00
Wen Heping
c852f82b9c This package provides a parser and renderers for the classic Zope
"structured text" markup dialect (STX). STX is a plain text markup
in which document structure is signalled primarily by identation.

WWW: http://pypi.python.org/pypi/zope.structuredtext

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe:	yes
2011-11-14 06:34:55 +00:00
Sunpoet Po-Chuan Hsieh
efa9e0dea0 - Add p5-XML-LibXML-Cache 0.10
XML::LibXML::Cache is a cache for XML::LibXML documents loaded from files. It is
useful to speed up loading of XML files in persistent web applications.

This module caches the document object after the first load and returns the
cached version on subsequent loads. Documents are reloaded whenever the document
file changes. Changes to other files referenced during parsing also cause a
reload. This includes external DTDs, external entities or XIncludes.

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

Feature safe:	yes
2011-11-13 16:56:26 +00:00
Sunpoet Po-Chuan Hsieh
4e5204c7c9 - Add p5-Marpa-HTML 0.102
Marpa::HTML does "high-level" parsing of HTML. It allows handlers to be
specified for elements, terminals and other components in the hierarchical
structure of an HTML document. Marpa::HTML is an extremely liberal HTML parser.
Marpa::HTML does not reject any documents, no mater how poorly they fit the HTML
standards.

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

Feature safe:	yes
2011-11-13 13:22:44 +00:00
Wen Heping
d59d10533c This implementation of Gettext for Python includes a Msgfmt class
which can be used to generate compiled mo files from Gettext po
files and includes support for the newer msgctxt keyword.

WWW: http://pypi.python.org/pypi/python-gettext

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe:	yes
2011-11-11 08:17:55 +00:00
Wen Heping
bd392915ba The Zope3 Template Attribute Languate (TAL) specifies the custom
namespace and attributes which are used by the Zope Page Templates
renderer to inject dynamic markup into a page. It also includes
the Macro Expansion for TAL (METAL) macro language used in page
assembly.

WWW: http://pypi.python.org/pypi/zope.tal

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github)
Feature safe:	yes
2011-11-11 08:08:27 +00:00
Sunpoet Po-Chuan Hsieh
7183655863 - Add p5-XML-LibXML-PrettyPrint 0.002
Long XML files can be daunting for humans to read. Of course, XML is really
designed for computers to read - not people - but there are times when mere
mortals do need to read and edit XML by hand. For example, if your application
stores its configuration in XML, or you need to dump some XML to STDOUT for
debugging purposes.

Syntax highlighting helps, but to really make sense of some XML, proper
indentation can be vital. Hence XML::LibXML::PrettyPrint - it can be applied to
an XML::LibXML DOM tree to reformat it into a more readable result.

Pretty-printing XML is not as CPU-efficient as dumping it out sloppily, so
unless you're pretty sure that a human is going to need to make sense of your
XML, you should probably not use this module.

WWW: http://search.cpan.org/dist/XML-LibXML-PrettyPrint/
2011-11-05 17:09:54 +00:00
Doug Barton
a1b8c7234f Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
2011-11-02 01:35:45 +00:00
Doug Barton
ef1a7001c8 x11-toolkits/gambas2-gb-qt has been broken for over a year.
Remove it, and the ports that depend on it.
2011-11-01 05:19:50 +00:00
Doug Barton
2555968c05 audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client	Disappeared from CPAN
editors/doxymacs	Depends on www/w3-4, which is DEPRECATED
graphics/libart		Does not fetch, no more public distfiles
java/jboss4		Does not build with new ant
korean/hanterm		Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts	No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra	Depends on korean/hlatex, which is DEPRECATED
korean/texinfo		Depends on korean/hlatex, which is DEPRECATED
korean/hlatex		No more public distfiles
mail/jboss-mailservices	Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW	Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid	Disappeared from CPAN
multimedia/fxtv		Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex	Upstream disapeared and distfile is not available
net/py-timeoutsocket	Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG	Unmaintained and not used anymore
textproc/javacc		No more public distfiles
www/w3-4/Makefile	Upstream disapeared and distfile is not available
www/commonist		Depends on textproc/javacc, which is DEPRECATED
www/newsfeed		Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons		Upstream disapear and distfile is no more available
x11-themes/geramik	Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap	No more public distfiles
x11-wm/fvwm95-i18n	Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95		Depends on x11/fbsd-icons, which is DEPRECATED
2011-11-01 04:34:28 +00:00
Steve Wills
8a04cb2eb1 Ruby wrapper for pygmentize.
WWW:	https://github.com/github/albino
2011-10-29 14:57:45 +00:00
Steve Wills
25bd2abf68 kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict
syntax definition and supporting several common extensions.

WWW:	http://kramdown.rubyforge.org/
2011-10-29 13:50:38 +00:00
Cheng-Lung Sung
a7b34405b9 You can think of pss as an enhanced grep designed to search
inside source code files. pss is very similar to the Perl ack
tool (see https://bitbucket.org/eliben/pss/wiki/PssAndAck).

WWW:	https://bitbucket.org/eliben/pss
2011-10-28 09:32:15 +00:00
Adam Weinberger
9e57be564d MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plain
text into well formatted documents, including HTML, PDF (by way of
LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or
'.fodt', which can in turn be converted into RTF, Microsoft Word, or
virtually any other word-processing format).

MMD is a superset of the Markdown syntax, originally created by John
Gruber. It adds multiple syntax features (tables, footnotes, and
citations, to name a few), in addition to the various output formats
listed above (Markdown only creates HTML). Additionally, it builds in
'smart' typography for various languages (proper left- and right-sided
quotes, for example).

MultiMarkdown was originally a fork of the Markdown Perl code, but as of
version 3.0 has been rewritten as a fork of peg-markdown by John
MacFarlane, written in C. It can be compiled for any major operating
system, and as a native binary runs much faster than the Perl version it
replaces.

NOTE: To use the mmd2pdf script, you must install print/latexmk.

WWW: http://www.fletcherpenney.net/multimarkdown/
2011-10-27 22:18:55 +00:00
Steve Wills
ad172226dc Sass adapter for the Rails asset pipeline.
WWW:	http://rubygems.org/gems/sass-rails
2011-10-27 03:04:14 +00:00
Wen Heping
b2c62c5575 itextomml provides native Ruby bindings to itex2MML, which converts
itex equations to MathML.

WWW: http://golem.ph.utexas.edu/~distler/blog/itex2MML.html
2011-10-23 03:52:56 +00:00
Sunpoet Po-Chuan Hsieh
ed69158d86 - Add rubygem-yard 0.7.3
YARD - Yay! A Ruby Documentation Tool

YARD is a documentation generation tool for the Ruby programming language. It
enables the user to generate consistent, usable documentation that can be
exported to a number of formats very easily, and also supports extending for
custom Ruby constructs such as custom class level definitions.

WWW: http://yardoc.org/
2011-10-22 12:14:06 +00:00
Ryan Steinmetz
9d2f5014a6 New port: textproc/fex
fex works like cut or awk in its field navigation, but allows
you to specify token-based fields in a much more concise, flexible,
and readable way.

Due to the simplicity of fex's language, it can enable you to replace
many common invocations of cut and awk with a single invocation of fex.

WWW: http://semicomplete.com/projects/fex/
2011-10-18 21:09:14 +00:00
Steve Wills
b4a0c40ec4 Compass is a Sass-based Stylesheet Framework that streamlines the creation and
maintainance of CSS.

WWW: http://compass-style.org/

PR:		ports/161469
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com>
2011-10-17 01:51:39 +00:00
Alberto Villa
483990fcf2 - Stop installing the rapper binary with raptor and bump PORTREVISION.
- Update raptor2 to 2.0.4.
- Update rasqal to 0.9.27.
- Update redland to 1.0.14.
- Update redland-bindings to 1.0.13.1.
- Update shared-desktop-ontologies to 0.8.0. [1]
- Update soprano to 2.7.0 and disable clucene indexer.
- Update strigi to 0.7.6.

PR:		157022 [1]
Submitted by:	rakuco [1]
2011-10-16 22:55:01 +00:00
Li-Wen Hsu
ac16e03cca Add ats-contrib-parcomb 0.2.5, parser combinators for ATS language.
PR:		ports/161577
Submitted by:	Jyun-Yan You <jyyou@cs.nctu.edu.tw>
2011-10-14 17:04:06 +00:00
Sunpoet Po-Chuan Hsieh
808887753d - Add p5-Text-Padding 1.110170
Text::Padding provides a simple way to align a text on the left, right or
center. If left & right are easy to achieve (see sprintf()), i found no cpan
module that achieved a simple text centering. Well, of course, Perl6::Form
provides it, but it's incredibly slow during startup / destroy time. And
Text::Reform was segfaulting during destroy time.

Hence this module, which aims to provide only those 3 methods.

WWW: http://search.cpan.org/dist/Text-Padding/
2011-10-12 18:21:11 +00:00
Frederic Culot
1188bef63f HTML::HTML5::Entities is a pure Perl, drop-in replacement for HTML::Entities,
providing the character entities defined in HTML5.

WWW: http://search.cpan.org/dist/HTML-HTML5-Entities/

This new module is needed to update textproc/p5-HTML-HTML5-Parser.
2011-10-11 09:04:09 +00:00
Sunpoet Po-Chuan Hsieh
91ea415cb5 - Add p5-Tk-Pod 0.9939
Tk::Pod is a simple Pod browser with hypertext capabilities in a Toplevel
widget.

WWW: http://search.cpan.org/dist/Tk-Pod/
2011-10-10 03:21:33 +00:00
Sunpoet Po-Chuan Hsieh
a94048b413 - Add p5-Unicode-Collate 0.80
Unicode::Collate is an implementation of Unicode Technical Standard #10 (a.k.a.
UTS #10) - Unicode Collation Algorithm (a.k.a. UCA).

WWW: http://search.cpan.org/dist/Unicode-Collate/
2011-10-10 01:01:06 +00:00
Sunpoet Po-Chuan Hsieh
44720f3515 - Add p5-Sphinx-Manager 0.06
Sphinx::Manager provides utilities to start, stop, restart, and reload the
Sphinx search engine binary (searchd), and to run the Sphinx indexer program.
The utilities are designed to handle abnormal conditions, such as PID files not
being present when expected, and so should be robust in most situations.

WWW: http://search.cpan.org/dist/Sphinx-Manager/
2011-10-05 10:43:17 +00:00
Sunpoet Po-Chuan Hsieh
50665c9baf - Add p5-Sphinx-Config 0.09
Sphinx::Config is a Perl module to read, modify and write configuration file of
Sphinx search engine.

WWW: http://search.cpan.org/dist/Sphinx-Config/
2011-10-05 10:40:28 +00:00
Sunpoet Po-Chuan Hsieh
a188b16f80 - Add p5-Excel-Writer-XLSX 0.26
The Excel::Writer::XLSX module can be used to create an Excel file in the 2007+
XLSX format. The XLSX format is the Office Open XML (OOXML) format used by Excel
2007 and later. Multiple worksheets can be added to a workbook and formatting
can be applied to cells. Text, numbers, and formulas can be written to the
cells. This module cannot, as yet, be used to write to an existing Excel XLSX
file.

WWW: http://search.cpan.org/dist/Excel-Writer-XLSX/
2011-10-02 18:32:12 +00:00
Steve Wills
fb3a2d1c70 Sanitize is a whitelist-based HTML sanitizer. Given a list of
acceptable elements and attributes, Sanitize will remove all
unacceptable HTML from a string.

Using a simple configuration syntax, you can tell Sanitize to
allow certain elements, certain attributes within those elements,
and even certain URL protocols within attributes that contain URLs.
Any HTML elements or attributes that you don't explicitly allow
will be removed.

Author: Ryan Grove
WWW: https://github.com/rgrove/sanitize/
WWW: http://wonko.com/post/sanitize

PR:		ports/158312
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
2011-10-02 17:14:09 +00:00
Doug Barton
2778716571 As previously advertised, remove ports that previously had been
DEPRECATED without EXPIRATION_DATE, and the ports that depend
on them.

audio/mt-daapd
	Use audio/firefly instead
databases/p5-DBIx-Class-Validation
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
devel/p5-Class-Data-Accessor
	Please consider using p5-Class-Accessor-Grouped or p5-Moose
graphics/libflash
	gplflash is no longer supported. Please use gnash instead
graphics/flashplayer
	Depends on DEPRECATED graphics/libflash
japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
net/p5-OAuth-Lite
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
net-mgmt/py-snmp
	use net-mgmt/py-snmp4 instead
net-mgmt/py-twistedSNMP
	Relies on net-mgmt/py-snmp, which is DEPRECATED
net-p2p/gift
	unmaintained upstream for several years
net-p2p/giftcurs
	unmaintained upstream for several years
net-p2p/giftoxic
	unmaintained upstream for several years
net-p2p/giftui
	unmaintained upstream for several years
net-p2p/apollon
	Depends on net-p2p/gift, which is DEPRECATED
textproc/p5-FormValidator-Simple
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/flashplugin-mozilla
	gplflash is no longer supported. Please use graphics/gnash, \
www/p5-HTML-Widget
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Plugin-AutoRestart
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Example-InstantCRUD
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-Catalyst-Plugin-FormValidator-Simple
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-Catalyst-Plugin-HTML-Widget
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/asterisk-fop
	Depends on www/flashplugin-mozilla which is DEPRECATED
www/p5-Handel
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-DBIx-Class-HTMLWidget
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-HTML-Widget-DBIC
	Disappear from CPAN
x11-wm/fvwm24
	No longer supported by fvwm.org
2011-09-30 08:58:22 +00:00
Sunpoet Po-Chuan Hsieh
8318c72e2c - Add p5-SVG-Parser 1.03
SVG::Parser is an XML parser for SVG Documents. It takes XML as input and
produces an SVG object as its output.

SVG::Parser supports both XML::SAX and XML::Parser (Expat) parsers, with SAX
preferred by default. Only one of these needs to be installed for SVG::Parser to
function.

A list of preferred parsers may be specified in the import list - SVG::Parser
will use the first parser that successfully loads. Some basic measures are taken
to provide cross-compatability. Applications requiring more advanced parser
features should use the relevant parser module directly; see SVG::Parser::Expat
and SVG::Parser::SAX.

WWW: http://search.cpan.org/dist/SVG-Parser/
2011-09-29 01:48:26 +00:00
Baptiste Daroussin
fdb59a6602 Library and tools for parsing the visio file format structure
WWW:	http://www.freedesktop.org/wiki/Software/libvisio
2011-09-19 14:38:46 +00:00
Koop Mast
b68ae99d25 Add itstool or ITS tool
ITS Tool allows you to translate your XML documents with PO files, using rules
from the W3C Internationalization Tag Set (ITS) to determine what to translate
and how to separate it into PO file messages.

WWW: http://itstool.org
2011-09-17 16:00:49 +00:00
Pietro Cerutti
89583e1a3f - New port: textproc/zorba
Zorba is a general purpose XQuery processor implementing in C++ the W3C
  family of specifications. The query processor has been designed to be
  embeddable in a variety of environments such as other programming languages
  extended with XML processing capabilities, browsers, database servers, XML
  message dispatchers, or smartphones. Zorba can be accessed through APIs from
  C, C++, Ruby, Python, Java, and PHP. Zorba runs on most platforms and is
  available under the Apache license v2.

  WWW: http://www.zorba-xquery.com
2011-09-14 07:38:20 +00:00
Baptiste Daroussin
447afa5045 2011-09-01 x11-wm/epiwm: Abandonware
2011-09-01 x11-toolkits/p5-GdkPixbuf: Disappear from CPAN
2011-09-01 x11-toolkits/XawPlus: No more public distfiles
2011-09-01 x11-fonts/gnome-font-sampler: No more public distfiles
2011-09-01 x11/xvattr: No more public distfiles
2011-09-01 www/xitami: No more public distfiles
2011-09-01 www/webredirect: No more public distfiles
2011-09-01 www/webglimpse: No more public distfiles
2011-09-01 www/squishdot: No more public distfiles
2011-09-01 www/py-forgethtml: No more public distfiles
2011-09-01 www/mmosaic: No more public distfiles
2011-09-01 www/ljsm: No more public distfiles
2011-09-01 www/ljpms: No more public distfiles
2011-09-01 www/ashe: No more public distfiles
2011-09-01 textproc/europass-xsl: BROKEN for more than 6 month
2011-09-01 textproc/carthage: No more public distfiles
2011-09-07 09:30:17 +00:00
Ashish SHUKLA
1f79b231d2 This library parses and dumps documents that are formatted according to
RFC 4180, "The common Format and MIME Type for Comma-Separated Values
(CSV) Files". This format is used, among many other things, as a lingua
franca for spreadsheets, and for certain web services.

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

PR:		ports/159689
Submitted by:	Kaspars Bankovskis <kaspars@bankovskis.lv>
2011-09-06 03:13:38 +00:00
Sunpoet Po-Chuan Hsieh
d5b3bd784c - Add p5-Template-Plugin-Filter-Minify-JavaScript-XS 0.93
Template::Plugin::Filter::Minify::JavaScript::XS is a Template Toolkit filter,
which uses JavaScript::Minifier::XS to compress javascript code from filtered
content during template processing.

WWW: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-JavaScript-XS/
2011-09-04 09:31:57 +00:00
Sunpoet Po-Chuan Hsieh
92a3678d48 - Add p5-Template-Plugin-Filter-Minify-JavaScript 0.93
Template::Plugin::Filter::Minify::JavaScript is a Template Toolkit filter, which
uses JavaScript::Minifier to compress javascript code from filtered content
during template processing.

WWW: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-JavaScript/
2011-09-04 09:31:23 +00:00
Sunpoet Po-Chuan Hsieh
4933b293b0 - Add p5-Template-Plugin-Filter-Minify-CSS-XS 0.95
Template::Plugin::Filter::Minify::CSS::XS is a Template Toolkit filter, which
uses CSS::Minifier::XS to minify css code from filtered content during template
processing.

WWW: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-CSS-XS/
2011-09-04 09:30:44 +00:00
Sunpoet Po-Chuan Hsieh
f373d3c7c9 - Add p5-Template-Plugin-Filter-Minify-CSS 0.94
Template::Plugin::Filter::Minify::CSS is a Template Toolkit filter, which uses
CSS::Minifier to minify css code from filtered content during template
processing.

WWW: http://search.cpan.org/dist/Template-Plugin-Filter-Minify-CSS/
2011-09-04 09:26:08 +00:00
Sunpoet Po-Chuan Hsieh
fb375fb60a - 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/
2011-09-03 21:35:20 +00:00
TAKATSU Tomonari
b7d35b97bc - Add a new port: textprox/R-cran-xtable
Coerce data to LaTeX and HTML tables

  WWW:	http://cran.r-project.org/web/packages/xtable/
2011-09-03 15:35:48 +00:00
Lars Thegler
88f0caf971 Add p5-Regexp-Common-net-CIDR 0.02, provide patterns for CIDR blocks. 2011-09-01 12:34:55 +00:00
Lars Thegler
c501e1578a Add p5-HTML-Quoted 0.03, extract structure of quoted HTML mail message. 2011-09-01 12:24:52 +00:00
Lars Thegler
db157f0fe7 Add p5-Regexp-IPv6 0.03, regular expression for IPv6 addresses. 2011-09-01 11:37:10 +00:00
Jimmy Olgeni
a6061aed8c Add markdown-mode.el: an Emacs major mode for editing Markdown-formatted
text files.
2011-08-30 14:47:15 +00:00
TAKATSU Tomonari
e1dcfc6487 - 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
2011-08-30 11:24:07 +00:00
TAKATSU Tomonari
427c7813ef - 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/
2011-08-21 04:15:04 +00:00
Gabor Pali
5e2cffad94 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
2011-08-14 17:46:17 +00:00
Steve Wills
c7fa2c6848 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>
2011-08-14 03:53:54 +00:00
Steve Wills
0294c37226 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>
2011-08-13 22:32:54 +00:00
Gabor Pali
1ca1d55acd 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
2011-08-13 20:59:10 +00:00
Gabor Pali
1eba923158 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
2011-08-13 19:41:48 +00:00
Gabor Pali
f2e1b36450 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
2011-08-13 19:37:58 +00:00
Gabor Pali
6f1c542521 The attoparsec-enumerator package.
WWW: http://john-millikin.com/software/attoparsec-enumerator/

Obtained from:	FreeBSD Haskell
2011-08-13 19:35:15 +00:00
Gabor Pali
690407d24c 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
2011-08-13 18:42:01 +00:00
Steve Wills
5ce5df4d84 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
2011-08-12 16:11:39 +00:00
Sunpoet Po-Chuan Hsieh
0ff6bed6fa - 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/
2011-08-10 12:31:09 +00:00
Steven Kreuzer
428240801f Remove textproc/ack as it is already already in the tree as textproc/p5-ack 2011-08-09 16:46:38 +00:00
Steven Kreuzer
2f0c1de452 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/
2011-08-09 13:48:34 +00:00
Steve Wills
a4a63957dd Source code spell checker.
WWW: http://git.profusion.mobi/cgit.cgi/lucas/codespell/

PR:		ports/159564
Submitted by:	Glen Barber <gjb at FreeBSD.org>
2011-08-07 02:20:26 +00:00
MANTANI Nobutaka
c54e6efca6 Add uim-gtk3, GTK+ 3.x modules of uim input method. 2011-08-06 11:57:02 +00:00
Baptiste Daroussin
8b6dad2efd 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
2011-08-03 06:49:58 +00:00
Cy Schubert
356fbfe6ba gtkdiff has been resurrected. 2011-08-02 20:28:07 +00:00
TAKATSU Tomonari
67d09fa031 - 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/
2011-08-01 15:41:41 +00:00
Baptiste Daroussin
934221cca7 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
2011-08-01 05:52:02 +00:00
Sunpoet Po-Chuan Hsieh
3fd8e422e2 - Sort SUBDIRs
- Fix NO_VIET_KDE coverage
2011-08-01 02:53:58 +00:00
Steve Wills
d32d08c006 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>
2011-07-31 14:11:28 +00:00
Sunpoet Po-Chuan Hsieh
9a2b404bcc - Connect polish/hunspell
- Disconnect textproc/pl-hunspell
2011-07-31 08:49:24 +00:00
TAKATSU Tomonari
1beef12100 - 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/
2011-07-30 16:13:04 +00:00
Ryan Steinmetz
541ed970ee 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)
2011-07-25 01:44:59 +00:00
Sunpoet Po-Chuan Hsieh
d6f0bd8af7 - 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
2011-07-23 09:29:41 +00:00
Sunpoet Po-Chuan Hsieh
33769004ce - 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
2011-07-23 09:26:07 +00:00
Sunpoet Po-Chuan Hsieh
c7bab4a1b8 - 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
2011-07-23 09:24:28 +00:00
Baptiste Daroussin
2eff2d7953 Add some locales thesaurus 2011-07-21 14:33:07 +00:00
Baptiste Daroussin
ea6fd57c6e Add Swedish hyphenation rules 2011-07-21 10:34:20 +00:00
Baptiste Daroussin
090849a23c Add Slovenian hyphenation rules 2011-07-21 10:33:39 +00:00
Baptiste Daroussin
d219522128 Add Slovak hyphenation rules 2011-07-21 10:33:03 +00:00
Baptiste Daroussin
6050b5a8b9 Add Romanian hyphenation rules 2011-07-21 10:31:37 +00:00
Baptiste Daroussin
85fe1eb6a3 Add Dutch hyphenation rules 2011-07-21 10:28:53 +00:00
Baptiste Daroussin
0a86114277 Add Lithuanian hyphenation rules 2011-07-21 10:28:16 +00:00
Baptiste Daroussin
83e02dc756 Add Italian hyphenation rules 2011-07-21 10:27:38 +00:00
Baptiste Daroussin
c6c48fbd11 Add Icelandic hyphenation rules 2011-07-21 10:26:58 +00:00
Baptiste Daroussin
0c06b564be Add Indonesian hyphenation rules 2011-07-21 10:25:37 +00:00
Baptiste Daroussin
a066e304db Add Spanish hyphenation rules 2011-07-21 10:23:22 +00:00
Baptiste Daroussin
2fbbffa45c Add Greek hyphenation rules 2011-07-21 10:22:43 +00:00
Baptiste Daroussin
2348c5b60c Add Danish hyphenation rules 2011-07-21 08:31:30 +00:00
Baptiste Daroussin
53bc47ac9c Add Bulgarian hyphenation rules 2011-07-21 08:13:03 +00:00
Baptiste Daroussin
8aa8cd5a39 Add Spanish hunspell dictionaries 2011-07-21 06:31:26 +00:00
Baptiste Daroussin
086ec8d524 Add Norwegian (Nynorsk and Bokmaal) hunspell dictionaries 2011-07-21 06:15:35 +00:00
Baptiste Daroussin
babf787652 Add Polish hunspell dictionaries 2011-07-21 05:51:08 +00:00
Baptiste Daroussin
ce07bfe887 Add Romanian hunspell dictionaries 2011-07-21 05:35:53 +00:00
Baptiste Daroussin
bd2c4b75f3 Add Slovak hunspell dictionaries 2011-07-21 05:19:26 +00:00
Mark Linimon
621254280d 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
2011-07-21 02:43:51 +00:00
Baptiste Daroussin
fdd5ae5bce Add Somali hunspell dictionaries 2011-07-20 22:26:35 +00:00
Baptiste Daroussin
1c12e11e1b Add Albanian hunspell dictionaries 2011-07-20 22:09:00 +00:00
Baptiste Daroussin
6b95504327 Add Serbian hunspell dictionnaries 2011-07-20 21:31:55 +00:00
Baptiste Daroussin
e6a0ed5030 Add Swati hunspell dictionaries 2011-07-20 21:21:45 +00:00
Baptiste Daroussin
3279817d4d Add Turkmen hunspell dictionaries 2011-07-20 21:08:41 +00:00
Baptiste Daroussin
f7cb58ec85 Add Tigrigna hunspell dictionaries 2011-07-20 21:07:36 +00:00
Baptiste Daroussin
a8165659f2 Add Telugu hunspell dictionaries 2011-07-20 21:07:01 +00:00
Baptiste Daroussin
efcaea30e2 Add Swedish hunspell dictionnaries 2011-07-20 21:06:18 +00:00
Baptiste Daroussin
4e077d913b Add Zulu hunspell dictionnaries 2011-07-20 16:41:34 +00:00
Baptiste Daroussin
377ef8d49e Add Yiddish hunspell dictionaries 2011-07-20 16:41:02 +00:00
Baptiste Daroussin
c21151808c Add Xhosa hunspell dictionnaries 2011-07-20 16:40:15 +00:00
Baptiste Daroussin
f6c35beaab Add Wallon hunspell dictionaries 2011-07-20 16:39:36 +00:00
Baptiste Daroussin
3e12fd307b Add Venda hunspell dictionnaries 2011-07-20 16:38:48 +00:00
Baptiste Daroussin
1d2c90e1da Add Uzbek hunspell dictionaries 2011-07-20 16:38:09 +00:00
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
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
Josh Paetzel
63fe5cd360 Welcome Pootle 2.1.1 to the ports tree
Feature safe:	Yes
2010-09-07 22:40:58 +00:00
Renato Botelho
430df7191c Remove textproc/smartdoc-devel, older than stable and unmaintained 2010-08-31 15:30:00 +00:00
Dmitry Marakasov
01f45759a4 A C++ XML parser library.
WWW:	http://bitbucket.org/klepa/simplexml

PR:		149320
Submitted by:	Konstantin Lepa <konstantin.lepa@gmail.com>
2010-08-31 02:04:59 +00:00
Thierry Thomas
eb2794183f Jarnal is an open-source application for notetaking, sketching, keeping a
journal, making a presentation, annotating a document - including pdf - or
collaborating using a stylus, mouse or keyboard. It is similar to Microsoft
Windows Journal and to the earlier Mimeo whiteboarding and Palm notepad
applications.

WWW:	http://levine.sscnet.ucla.edu/general/software/tc1000/jarnal.htm
2010-08-28 15:56:43 +00:00
Pav Lucistnik
d1e1053b93 exmpp is a fast and scalable library for the Extensible Messaging and Presence
Protocol (XMPP) written in Erlang/OTP.

Main features:
 - Based on Erlang message reception and pattern matching. The programming
   style is close to Erlang approach and lead to very short pieces of code.
 - Support for both formating of client and server packets.
 - Based on Erlang atoms and binary to limit memory consumption. It can be
   used to write a highly scalable XMPP proxy or XMPP server.
 - SSL support.
 - Several different XML parsers can be used (expat, libxml2).

WWW: https://support.process-one.net/doc/display/EXMPP/exmpp+home

PR:		ports/147135
Submitted by:	Maxim Ignatenko <gelraen.ua@gmail.com>
2010-08-26 13:20:17 +00:00
Li-Wen Hsu
eeed177451 Add libcue 1.4.0, CUE Sheet Parser Library.
PR:		ports/149887
Submitted by:	buganini at gmail.com
2010-08-22 21:33:27 +00:00
Jose Alonso Cardenas Marquez
50d6de20f4 - New port: textproc/fpc-libxml2
Interface to xml2 library

PR:		146001
Submitted by:	Christopher Key <cjk32 __ __ cam.ac.uk>
2010-08-16 18:14:38 +00:00
Max Brazhnikov
57ade5402c Connect uim-qt4 2010-08-10 21:50:51 +00:00
Max Brazhnikov
a25383168d Connect scim-kmfl-khmer 2010-08-02 18:38:29 +00:00
Sergey Skvortsov
e6019a6ec3 Add p5-PPIx-Utilities 1.000001, extensions to PPI. 2010-07-30 14:58:58 +00:00
Wesley Shields
9a8fd9da35 Remove textproc/mini-xml as it is outdated and a duplicate of textproc/mxml.
Technically, textproc/mini-xml was added to the tree first but it has been
outdated for a while now.

PR:		ports/148775
Submitted by:	Bapt <baptiste.daroussin@gmail.com>
2010-07-25 11:24:16 +00:00
Hajimu UMEMOTO
99fb430990 Add new port - IBus client for GNU Emacs.
Feature safe:	yes
2010-07-04 10:01:00 +00:00
Sylvio Cesar Teixeira
fbcfa7f19b - Simple Data Validation
WWW:	http://search.cpan.org/dist/Validator-Custom/

PR:		ports/148324
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe:	yes
2010-07-02 20:29:18 +00:00
Wen Heping
9f550f2336 HTML::HTML5::Parse is substantially the same as the non-CPAN module
Whatpm::HTML. Changes include:
    * Provides an XML::LibXML-like DOM interface. If you usually use
XML::LibXML's DOM parser, this should be a drop-in solution for tag
soup HTML.
    * Constructs an XML::LibXML::Document as the result of parsing.
    * Via bundling and modifications, removed external dependencies
on non-CPAN packages.

WWW: http://search.cpan.org/dist/HTML-HTML5-Parser/

PR:		ports/148308
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
Feature safe:	yes
2010-07-02 08:54:56 +00:00
Xin LI
759976db23 Add ibus-kmfl 1.0.2, KMFL IMEngine for IBus framework.
PR:		ports/147763
Submitted by:	Nikola Lecic <nikola.lecic at anthesphoria.net>
2010-06-10 18:30:26 +00:00
Anton Berezin
b795626b1b Add textproc/p5-Text-Xslate 0.1031, a high performance template engine
for Perl.
2010-06-10 08:14:17 +00:00
Martin Wilke
4a979b24e7 A declarative SAX parsing library backed by Nokogiri.
WWW: http://github.com/pauldix/sax-machine

PR:		ports/147183
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-06-03 17:07:13 +00:00
Martin Wilke
dbdc74ae88 Loofah is a general library for manipulating HTML/XML documents and fragments.
It's built on top of Nokogiri and libxml2, so it's fast and has a nice API.
Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML
sanitizers, which are based on HTML5lib's whitelist.

WWW: http://github.com/flavorjones/loofah
WWW: http://loofah.rubyforge.org/loofah/

PR:		ports/147185
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
2010-06-03 17:06:22 +00:00
Martin Wilke
01f88fc8d9 Ruby bindings for Augeas
WWW:	 http://augeas.net/

PR:		ports/146744
Submitted by:	Russell Jackson <raj at csub.edu>
2010-06-02 16:49:51 +00:00
Martin Wilke
3e488db3fd Augeas is a configuration editing tool. It parses configuration files in their
native formats and transforms them into a tree. Configuration changes are made
by manipulating this tree and saving it back into native config files.

WWW:	http://augeas.net

PR:		ports/146743
Submitted by:	Russell Jackson <raj at csub.edu>
2010-06-02 16:48:12 +00:00
Dmitry Sivachenko
1c8ca5bff0 New port: irstlm.
The IRST Language Modeling Toolkit features algorithms and data structures suitable to estimate, store, and access very large LMs.
2010-05-31 13:01:23 +00:00
Wen Heping
d97f1e3dc4 Pod::Elemental is a system for treating a Pod (plain old documentation)
documents as trees of elements. This model may be familiar from many other
document systems, especially the HTML DOM. Pod::Elemental's document
object model is much less sophisticated than the HTML DOM, but still makes
a lot of document transformations easy.

WWW: http://search.cpan.org/dist/Pod-Elemental/
2010-05-27 08:47:16 +00:00
Wen Heping
3cd3f5e9f9 p5-POD2-Base is an abstraction of the code in POD2::IT and
POD2::FR. These modules belong to the Italian and the French
translation projects of core Perl pods.

WWW:    http://search.cpan.org/dist/POD2-Base/

PR:		ports/146974
Submitted by:	Ashish SHUKLA <wahjava@gmail.com>
2010-05-26 02:17:35 +00:00
Wen Heping
2b3953d222 The purpose of the PPIx-Regexp package is to parse regular expressions
in a manner similar to the way the PPI package parses Perl.

WWW:    http://search.cpan.org/dist/PPIx-Regexp

PR:		ports/146973
Submitted by:	Ashish SHUKLA <wahjava@gmail.com>
2010-05-26 02:14:37 +00:00
Gabor Pali
52a16208ea Rename the following Haskell ports to bring them in sync with the
HackageDB:

  archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive
  devel/hs-binary-ghc -> devel/hs-binary
  devel/darcs -> devel/hs-darcs
  devel/hs-language-c-ghc -> devel/hs-language-c
  devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck
  devel/hs-pcre-light-ghc -> devel/hs-pcre-light
  devel/hs-utf8-string-ghc -> devel/hs-utf8-string
  graphics/hs-HGL-ghc -> graphics/hs-HGL
  ports-mgmt/porte -> ports-mgmt/hs-porte
  security/hs-digest-ghc -> security/hs-digest
  textproc/hs-haxml -> textproc/hs-HaXml
  textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate
  textproc/hs-polyparse-ghc -> textproc/hs-polyparse
  textproc/pandoc -> textproc/hs-pandoc
  x11/hs-x11-ghc -> x11/hs-X11
  x11/hs-x11-xft-ghc -> x11/hs-X11-xft
  x11/xmobar -> x11/hs-xmobar
  x11-toolkits/hs-opengl-ghc -> x11-toolkits/hs-OpenGL
  x11-toolkits/hs-OpenGLRaw-ghc -> x11-toolkits/hs-OpenGLRaw
  x11-toolkits/hs-GLURaw-ghc -> x11-toolkits/hs-GLURaw
  x11-toolkits/hs-glut-ghc -> x11-toolkits/hs-GLUT
  x11-wm/xmonad -> x11-wm/hs-xmonad
  x11-wm/xmonad-contrib -> x11-wm/hs-xmonad-contrib
2010-05-24 21:52:43 +00:00
Gabor Pali
84cc657d1d Minimal binding to libxml2. Additional functions will be added when
needed.

WWW: http://hackage.haskell.org/package/libxml
2010-05-22 21:41:52 +00:00
Martin Wilke
e70a9fa217 tidyp will validate your HTML, and output cleaned-up HTML.
WWW:	http://tidyp.com/

PR:		ports/146598
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
2010-05-16 09:23:35 +00:00