Net::XMPP is a convenient tool to use for any perl script that would
like to utilize the XMPP Instant Messaging protocol. While not a client
in and of itself, it provides all of the necessary back-end functions to
make a CGI client or command-line perl client feasible and easy to use.
Net::XMPP is a wrapper around the rest of the official Net::XMPP::xxxxxx
packages.
ok simon@
This module provides the user with methods to connect to a remote
server, send a stream of XML to the server, and receive/parse an XML
stream from the server.
ok simon@
this is OpenBSD, we move forward with lib numbers, not backwards, even if
we choose to revert the package contents, so people don't get burnt if both
exist in their /usr/local/lib dir
move to libesd.so.2.39, bump PKGNAME (thanks sturm@)
ok jasper@ sthen@
mail (also known as "Spam") containing images as the main content
carrier. Using different methods, it analyzes the content and properties
of images to distinguish between normal mails (Ham) and spam mails. The
methods mainly are:
* Optical Character Recognition using different engines and settings
* Fuzzy word matching algorithm applied to OCR results
* Image hashing system to learn unique properties of known spam images
* Dimension, size and integrity checking of images
* Content-Type verification for the containing email
Help from William Yodlowsky <bsd () openbsd.rutgers.edu>
Help and ok steven@, simon@
Gerber Viewer (gerbv) is a viewer for Gerber files. Gerber files are
generated from PCB CAD system and sent to PCB manufacturers as basis for
the manufacturing process. The standard supported by gerbv is RS-274X.
The basic difference between RS-274D (the old standard) and RS-274X is
basically the addition of apertures in RS-274X. It might be possible to
make an RS-274X file out of an RS-274D file and an aperture list.
gerbv also supports drill files. The format supported are known under
names as NC-drill or Excellon. The format is a bit undefined and
different EDA-vendors implement it different. But basically you need to
have the tools definition in the file, then the parser is quite
tolerant. The different holes are shown as dots in the (scaled) correct
size.
from Andreas Bihlmaier <andreas.bihlmaier at gmx.de> (MAINTAINER), with some
tweaks by me
reminded by claudio@
Ristretto is a simple image-viewer for the Xfce Desktop Environment. It
features zooming, directory browsing, thumbnail bar and slideshow.
from Landry Breuil (landry.breuil at gmail)
zzuf is a transparent application input fuzzer. Its purpose is to find
bugs in applications by corrupting their user-contributed data (which
more than often comes from untrusted sources on the Internet). It works
by intercepting file and network operations and changing random bits in
the program's input. zzuf's behaviour is deterministic, making it easier
to reproduce bugs. Its main areas of use are:
* quality assurance: use zzuf to test existing software, or integrate it
into your own software's testsuite
* security: very often, segmentation faults or memory corruption issues
mean a potential security hole, zzuf helps exposing some of them
with help and ok jasper@
now toggles the output.master.mute mixer control.
- let configure get SDL build info from pkg-config instead of
using sdl-config in the port Makefile - from brad@
- bump pkgname
Update to 0.4.0, ok ajacoutot@
changes:
* Complete reorganisation of the interface and the code
* Only allocate necessary memory
* Support unlimited number of icons
* Automagically create another dock when the first one is full
* --width and --height available, superseeding --vertical and --square
* --multiple is default now, removed it and added --no-multiple
* Fix bug of some applications (grip, castpodder...) having their icons at 0,0