packages would install HTML man pages. Since this is not the default setting
for NetBSD, and most (all?) pkgsrc developers use NetBSD as their primary
development operating system, PLISTs all over pkgsrc don't contain HTML man
pages.
pkg/21214.
RXP is a very fast validating XML parser written by Richard Tobin of the
University of Edinburgh. It complies fully with the W3C test suites
(although we have compiled it without Unicode support for the time being).
We would like to thank Richard Tobin and Henry Thompson of the Language
Technology Group for making this code available to the world.
pyRXP is a wrapper around this which constructs a lightweight in-memory
"tuple tree" in a single call. This structure is the lightest one we could
define in Python, and it is constructed entirely in C code, resulting in
unprecedented speed. It is a core part of ReportLab's forthcoming XML
toolkit, which aims to offer simple, fast and pythonic tools for common XML
processing tasks.
pkg/20215.
This is a port of No-IP.com's dynamic DNS update client. When
configured correctly, the client will check the local IP address at a
given time interval for any changes. If the local IP address has
changed it will notify the DNS servers at No-IP.com and update the IP
corresponding to your No-IP/No-IP+ hostname.
David Ferlier via PR pkg/20070.
TetriNET is an addictive 6 player tetr*s game
What this program does is set up a TetriNET server that ordinary
TetriNET clients can connect to. It attempts to fix some of the
"glaring" holes in the TetriNET protocol that I discovered, and which
I'm sure some people use as cheats, but I now see why it is nearly
impossible to fix ;), without a modification to the client.
I've kept the server as close to the same as the original TetriNET
server, but I've added some extras that I've often wanted, such as
the "/kick" and "/ban" keywords.
Please note, this server in no way encompasses the whole game. The clients
are the ones that do most of the work, with the server just passing suitable
packets between each client, and of course adding some of it's own.
Author: Brendan Grieve (brg@cheerful.com)
PR pkg/19741.
Postal is a SMTP benchmark.
Postal-list will list all the possible expansions for an account name (used
for creating a list of accounts to create on your test server).
Rabid is the mad Biff, it is a POP benchmark.
<david AT netbsd-fr DOT org> in PR pkg/19403.
This is a port of RedHat 8.0 "Bluecurve" theme for GTK/GNOME.
It won't install RedHat logos and pixmaps, but only the required
theme engines.
Changes:
----
added Dutch translation (by t.c.witte@phys.uu.nl)
added partial Esperanto translation (by mterry@fastmail.fm)
added Romanian translation (by eugenh@urban-grafx.ro)
added Russian translation (by avl@cad.ru)
added missing "include <sys/time.h>" (by netgeek@speakeasy.net)
added missing #defines for solaris (by alan@cesma.usb.ve)
added new icon and install icon family into new location per icon theme spec
fixed disk-full-causes-xpad-contents-to-disappear bug
made pads not show up in taskbar
added 'pads start sticky' option
It's totally ready to import into pkgsrc :)
revision 1.6
date: 2003/09/01 10:21:17; author: martin; state: Exp; lines: +253 -295
Avoid perl'isms like using regular expressions for simple parsing.
This roughly doubles the speed in my tests, still leaving room for
improvement (this is still pretty malloc-happy code).
attributes handling.
* Methods to set, remove, update html attributes.
* Handles comments in HTML code.
* Handles layout, tabs, line endings for nicer HTML code.
dates, times and time zones without the need of timestamps,
which is a huge limitation for php programs. Includes time zone data,
time zone conversions and many date/time conversions.
It does not rely on 32-bit system date stamps, so
you can display calendars and compare dates that date
pre 1970 and post 2038. This package also provides a class
to convert date strings between Gregorian and Human calendar formats.