Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Similar to csound, but the 'original' bath version.
|
|
|
|
|
|
This perl scipt prints a summary of mail in Maildir waiting to be read.
When no path to Maildir is specified, it defaults to ~/Maildir
|
|
Changes are bugfixes and support for more languages and zones.
|
|
have /usr/pkg/bin in the default path for cron etc. ick.
|
|
|
|
|
|
qmHandle is a simple perl script which allows you to view and manage the qmail
message queue.
The key features of qmHandle are:
* Freeware and open source, under the GNU General Public License
* You can read the qmail queue, like you do with the qmail-qread program.
However, the output of this program is improved over qmail-qread,
with the output of the message subjects and color capabilities
* You can print queue statistics, like qmail-qstat with color capabilities
* You can view a message in the queue
* You can remove a message from the queue
|
|
Mipam <mipam@ibb.net>, with some editing from me.
|
|
|
|
Provided in PR 12072 by Ben Collver (collver@linuxfreemail.com).
Ularn is a fantasy games in which your child has contracted a strange dis-
ease, and none of your home remedies seem to have any effect. You set
out to find a remedy in a limited amount of time, and to collect gold
along the way of course!
Ularn is based on larn, and adds the concept of character classes.
|
|
ChangeLog too long to include here, available in ChangeLog file in DISTFILE.
Fixes pkg/12588 by Martti Kuparinen <martti.kuparinen@iki.fi>
|
|
|
|
|
|
Provided in PR 12134 by Jens A Nilsson <jens@subzero.campus.luth.se>
This emulator is capable of providing a faithful replication of the
HP48. In order to do so, it requires a copy of the ROM software
from YOUR calculator. In order to avoid breaking copyright laws,
and upsetting HP, you MUST BE THE PROUD OWNER OF AN HP48 before
running this program. Of course you can run this program without a
copy of the ROM software in order to write trivial machine code
programs but you will not be able to access any of the calculator
functionality.
WWW: http://home.earthlink.net/~rmmlgetz/
|
|
|
|
Provided in PR 12490 by Shelby <snoonan@dragonfly.tbearsiberians.com>
Minor modifications by myself.
gpsim is a PIC simulator that supports X, stimulii, and modules
|
|
so we need to set -I to get the headers there. (There's some
-I.../include/netbsd already, i guess that's for a NetBSD-native JDK or
something, not touching that one).
Adresses PR 12571 by Omar Asfour <oasfour@email.com>
|
|
|
|
This package was provided by Shelby <snoonan@vmlabs.com> in PR 12489.
Modified slightly by myself to put the documentation in the correct
directory, and to use mkdep, ignoring any errors.
eXdbm provides configuration database routines for the eXode environment
|
|
|
|
|
|
Extract from DESCR:
Deliver allows any user to write a shell script that processes all
incoming mail messages for that user. The system administrator may
also install scripts that process all messages.
The output of a script is a list of mail addresses, files and programs
that should receive the message. It has access to each message as it
is processed, so the action can be content dependent. The script may
also generate automatic replies, like the "vacation" program, or pass
along a modified version of the original message.
|
|
|
|
|
|
2001-04-27 12:34 dillema
* www6to4_forward.conf (1.6; tags: www6to4-1-4): removed SOCKS
config entries
* www6to4.h (1.8; tags: www6to4-1-4): bumpee version number
* Makefile (1.7; tags: www6to4-1-4), loaders.c (1.6; tags:
www6to4-1-4), parsers.c (1.5; tags: www6to4-1-4), socket.c (1.12;
tags: www6to4-1-4), www6to4.c (1.26; tags: www6to4-1-4), www6to4.h
(1.7): fixed several memory leaks
|
|
|
|
|
|
|
|
Provided by Thomas Runge (runge@rostock.zgdv.de) in PR 12491.
wmphoto is a dock-app that can show you a photo and execute a command
related to that photo. You can have many photos.
|
|
This is a not so short little ditty that does the simple conversion of mouse
button presses into key presses. By grabbing only the 4th and 5th mouse
buttons the program is able to receive input from the Intellimouse series
mice. The wheel button can always be used as middle button, this program
does not affect how the XServer reacts towards it. A mouse with a wheel
button is a 3 button mouse, and should be configured as such!
Note that other wheeled mice such as the Logitech MouseMan+ or TrackMan+ are
Intellimouse compatible and can be used with this as well. For more
information on setting up your wheeled mouse to work with X, see either the
imwheel man page or the FAQ.
Fixes pkg/12515 by Philipp Huber <uebs@gmx.at>
|
|
|
|
Provided in PR 12584 by Ben Collver (collver@linuxfreemail.com).
troffcvt is a translator that turns troff input into a form that can
be more easily processed. The troffcvt distribution comes with
postprocessors that turn troffcvt into various destination formats
such as HTML (Hypertext Markup Language), RTF (Rich Text Format) or
plain text.
|
|
|
|
Provided in PR 12583 by Ben Collver (collver@linuxfreemail.com).
This distribution contains source and documentation for an RTF (Rich
Text Format) translation tool. Translators exist to produce plaintext
and troff output.
|
|
|
|
Provided in PR 12581 by Ben Collver (collver@linuxfreemail.com)
MemMgr is a fairly trivial memory management library. There
is little it does that cannot be done using routines in the
C library. (In fact, allocation and disposal is implemented
using C library routines.) The purposes of MemMgr are two-
fold.
(i) Minimize configuration burden on applications that
dynamically allocate memory. For instance, malloc() on
some systems returns a char pointer; on others it
returns a void pointer. The MemMgr library routines
encapsulate system-specific configuration differences
and exports a fixed interface which is system-indepen-
dent. Once you compile and install it, you just use it
without thinking about whether your UNIX is System V or
BSD inspired.
(ii) Provide two parallel sets of allocation routines which
either return NULL (for applications which want to
check) or panic (for applications which simply want to
die) on allocation failures. Panicking is implemented
using the ETM library, which introduces a dependency on
the ETM distribution. So be it. I use ETM for all my
programs anyway
|
|
|
|
Provided in PR 12580 by Ben Collver (collver@linuxfreemail.com)
Exception and Termination Manager (ETM), a simple(-minded) library to manage
exceptional conditions that arise during program execution, and to provide
for orderly program shutdown.
|
|
|
|
|
|
Provided in PR 12582 by Ben Collver (collver@linuxfreemail.com).
This library provides a consistent interface across systems to
operations that tend to vary in ugly ways for different UNIX systems,
such as file locking and directory reading.
|
|
Network Traffic Meter - the implementation of the
Internet Accounting Architecture (RFC 2063 and RFC 2064).
Fixes pkg/12647 by Dave Burgess <burgess@neonramp.com>
|
|
|
|
Provided in PR 12579 by Ben Collver (collver@linuxfreemail.com)
libts provides source and documentation for a library implementing a
simple token scanner.
|
|
sites which gives us a German mirror site again.
|
|
"infosoc.uni-koeln.de".
|
|
|