xmpp4moz is:
* A browser connector that provides rich user-to-user communication
and interaction to web applications, in real-time and without server
hacks.
* A family of high-level components to quickly build XUL-based
applications that communicate via XMPP.
WWW: http://dev.hyperstruct.net/xmpp4moz
programmer's life simple. No more heavy framework, not more dirty. PumperWeb
keeps programmers simple and smart. There is a old said, "Keep It Simple &
Stupid". Stupid! A good stupid is another way to be smart.
WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki
PR: ports/110941
Submitted by: Thinker K.F. Li <thinker at branda.to>
fucntions, no complex candy. ez_web is working as a CGI or apache handler
with mod_python.
WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/ez_web
PR: ports/110930
Submitted by: Thinker K.F. Li <thinker at branda.to>
control released as Open Source under LGPL by Moxiecode Systems AB. It has
the ability to convert HTML TEXTAREA fields or other HTML elements to editor
instances. TinyMCE is very easy to integrate into other Content Management
Systems.
This module integrates the TinyMCE WYSIWYG editor into a Drupal site for
editing advanced site content.
WWW: http://drupal.org/project/tinymce
PR: ports/110867
Submitted by: Nick Hilliard <nick at foobar.org>
control released as Open Source under LGPL by Moxiecode Systems AB. It has
the ability to convert HTML TEXTAREA fields or other HTML elements to editor
instances. TinyMCE is very easy to integrate into other Content Management
Systems.
TinyMCE Features
* Easy to integrate, takes only two lines of code.
* Customizable through themes and plugins.
* Customizable XHTML 1.0 output. Block invalid elements and force
attributes.
* International language support (Language packs)
* Multiple browser support, Mozilla, MSIE, FireFox, Opera and Safari
(experimental).
* PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and
a lot faster to load.
* You can easily use AJAX to save and load content!
WWW: http://tinymce.moxiecode.com/
PR: ports/110868
Submitted by: Nick Hilliard <nick at foobar.org>
Its main advantages over SARG are much better speed (7x-20x times),
more reports support, crossplatform work and W3C compliance of
generated HTML/CSS reports code.
WWW: http://free-sa.sourceforge.net
PR: ports/110710
Submitted by: Anton Karpov <toxa@toxahost.ru>
It supports a variety of different methods (diff, html, size, date, MD5 sum,
regexp) and only prints the URIs of the Web pages that changed so that its
output can easily be used by other scripts (such as wget or mail).
WWW: http://pkqs.net/~sbeyer/#netstiff
PR: ports/110686
Submitted by: Alexander Logvinov <ports at logvinov.com>
which provide interface between Perl scripts and RT
(an industrial-grade ticketing system) using REST protocol.
Most of the features have been implemented and
tested with rt 3.6.0 and later.
WWW: http://search.cpan.org/dist/RT-Client-REST/
PR: ports/110675
Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
The pluging starts an external `realplay' executable anyway, so the
realplay can remain of Linux version, working cleanly with the FreeBSD
browsers.
Adobe is using the same method for Acrobat Reader, but does not publish
the plugin's source.
The Trean (Bookmarks) application allows you to store, organize and manage, and
most importantly access your web browser bookmarks on-line and in one central
place accessible from any web browser.
By storing your bookmarks here, you can access them from any browser on any
machine that can access the Horde applications. This means you can easily access
your bookmarks from multiple browsers, multiple machines, remote locations, etc.
And if you upgrade, switch, or test out browsers, you don't have to worry about
what happens to your bookmarks or how to import them into the new browser.
WWW: http://horde.org/trean/
PR: ports/110400
Submitted by: Beech Rintoul <beech@alaskaparadise.com>
- Follow the project name change as it was with tomcat55
- Pass maintainership to submitter
PR: ports/109424
Submitted by: Nemo Liu <nemoliu@gmail.com>
Repo-opied by: marcus
2007-03-07 emulators/grustibus: Project was abandoned 6 years ago and expects an old version of xmame (0.37b4), please use other frontends instead (like gxmame)
2007-03-10 graphics/drm-kmod: Broken on all supported versions of FreeBSD
g (should work for other servers conforming to the Common Log Format).
Create the parser with the log format from your server .conf file,
parse lines to get dict corresponding to fields defined in the log format.
WWW: http://code.google.com/p/apachelog/
framework to store access logs in a database. Any missing tables and columns
are automatically created if the module is given a database user with
sufficient privileges.
This module was designed for simplicity and therefore doesn't allow the
nearly-inifinite customization of other logging modules. For example,
column and table names are created automatically, which not only
simplifies configuration but improves performance as well.
WWW: http://bfoz.net/projects/mod_log_dbd/
-Brandon
bfoz@bfoz.net
PR: ports/108326
Submitted by: Brandon Fosdick <bfoz at bfoz.net>
Search Web Services. All results from these services are properly formatted
XML, and this package facilitates for correct parsing of these result sets.
WWW: http://pysearch.sourceforge.net/
PR: ports/109723
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
phpMp is a web interface for Music Player Daemon (MPD) which allows
remote control of MPD. For example, to control a housewide stereo system
from multiple locations.
Horde is used by these ports: mail/imp, mail/mimp, mail/turba,
devel/chora, deskutils/kronolith, deskutils/nag, mail/ingo, ftp/gollem
security/jeta, www/horde-passwd and deskutils/mnemo, .
This package does not contain anything by itself -- it is a
"meta-port" that depends on other Horde packages. Its sole purpose is
to require dependencies so users can install this package only and
have all the Horde stuff pulled in by the port/package dependency mechanism.
WWW: http://www.horde.org/
PR: ports/109519
Submitted by: beech at alaskaparadise.com
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/