and we don't suppot lower Perl versions any more. This change makes this
port usable again.
- Trim duplicated dependency
- Bump PORTREVISION
Approved by: maintainer inactivity (aaron),
erwin (mentor)
Apache Tomcat version 6.0 implements the Servlet 2.5 and JavaServer Pages 2.1
specifications from the Java Community Process, and includes many additional
features that make it a useful platform for developing and deploying web app
-lications and web services.
Homepage: http://tomcat.apache.org
Submitted by: Nemo Liu <nemoliu at gmail dot com>
(with some good bits from Michael Pope <ws10@dtcorp.com.au> [1])
PR: ports/109166, ports/109187
Repocopy by: marcus (from www/tomcat55)
It's designed to be a useful quick-and-dirty parser for screen-scraping,
along the same lines as its parent:
1. Rubyful Soup won't choke if you give it bad markup. It yields a parse tree
that makes approximately as much sense as your original document.
This is usually good enough to collect the data you need and then run away.
2. Rubyful Soup provides a few simple methods and Ruby-like idioms for
navigating and searching a parse tree: a toolkit for dissecting a document
and extracting what you need. You don't have to create a custom parser for
each application. It's more flexible and easier to learn than XPath.
WWW: http://www.crummy.com/software/BeautifulSoup/
on a machine that has use_md_swap=1, allow for the possibility of reusing
a md between builds if md_persistent=1. This requires a patch from pjd
to support BIO_DELETE in md devices, but it is a big optimization when
it can be used.
'hostname nor servname provided, or not known', thus hopefully fix the
build of french/aster, which calls astk-serveur during its post-config.
Reported by: pointyhat via Kris
This module translates text or HTML into his style.
Author: Naoki Tomita <tomita@cpan.org>
WWW: http://search.cpan.org/~tomita/Acme-Lou-0.03/
PR: ports/108836
Submitted by: Masahiro Teramoto <markun at onohara.to>
Approved by: erwin (mentor, implicit)
libixp is a stand-alone client/server 9P library including ixpc client
which behaves like wmiir in the past. It consists of less than 2000
lines of code (including ixpc).
libixp's server api is based heavily on that of Plan 9's lib9p, and the
two libraries export virtually identical data structures.
WWW: http://www.suckless.org/wiki/libs
Inspired by: Gentoo ebuild, OpenBSD port