Commit graph

1696 commits

Author SHA1 Message Date
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