around Hailo. It accepts the events listed under "INPUT" and emits the events
listed under "OUTPUT".
WWW: http://search.cpan.org/dist/POE-Component-Hailo/
PR: ports/159295
Submitted by: milki <milki at rescomp.berkeley.edu>
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>
- Remove unneeded patch
- Doc tarball isn't used any more
- Generated docs aren't included any more
- Cleanup pkg-descr
- Pass maintainership to submitter
PR: ports/158187
Submitted by: "Jeremy C. Reed" <reed@reedmedia.net>
Approved by: petri.totterman@hmv.fi (maintainer bounce)
This patch is for PostgreSQL 8.2, 8.3, 8.4 and 9.0.
PostgreSQL 9.1 has it already.
PR: ports/158727
Submitted by: sunpoet (myself)
Approved by: girgen (maintainer timeout, 5 weeks)
- Fix problem when /dev/kmem file is not available
- Fix when installed without WITH_IPV6 option, when using pkg_delete
- fix of returning free diskspace in HOST-RESOURCES-MIB::hrStorageUsed
- BUMP PORTREVISION
PR: ports/159299
ports/159354
ports/159386
ports/159524
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Emil Smolenski <am@raisa.eu.org>
Rene Henzinger <henzinger@burda-ic.com>
Haskell. For more information or to download the latest version, you can visit
the Snap project website.
The Snap HTTP server is a high performance, epoll-enabled, iteratee-based web
server library written in Haskell. Together with the "snap-core" library upon
which it depends, it provides a clean and efficient Haskell programming
interface to the HTTP protocol.
Higher-level facilities for building web applications (like user/session
management, component interfaces, data modeling, etc.) are planned but not
yet implemented, so this release will mostly be of interest for those who:
* need a fast and minimal HTTP API at roughly the same level of abstraction
as Java servlets, or
* are interested in contributing to the Snap Framework project.
WWW: http://snapframework.com/
Obtained from: FreeBSD Haskell
- Add a $FreeBSD$
- REQUIRE: LOGIN instead of REQUIRE: DAEMON
- Add config comments
- Move load_rc_config up to what will soon become the standard location.
- s#/usr/local#%%PREFIX%%#
- Since the -p option is almost certainly mandatory here, use
command_args instead of _flags.
Submitted by: dougb
Pointy hat to: swills
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
and Traversable instance.
Provides a simple data structure mirroring a directory tree on the
filesystem, as well as useful functions for reading and writing
file and directory structures in the IO monad.
WWW: http://coder.bsimmons.name/blog/2009/05/directory-tree-module-released/
Obtained from: FreeBSD Haskell
isolate primitive for parser isolation, and replaces the asynchronous
errors with a user-handleable Either type. Similar to binary in
performance, but uses a strict ByteString instead of a lazy
ByteString, thus restricting it to operating on finite inputs.
WWW: http://hackage.haskell.org/package/cereal
Obtained from: FreeBSD Haskell