GTK-Launch is a program launcher, the equivalent of "Run Command" in
KDE or GNOME.
It features a command history, and only runs the command if it is valid.
WWW: http://gtk-launch.descamps.net/
PR: ports/83911
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Thinglaunch is a very fast launcher program for X.
You can bind it to a key in your favorite window manager, and when you want to
start a program, just type its name. thinglaunch has a tiny footprint and
depends only on Xlib.
WWW: http://unix.freshmeat.net/projects/thinglaunch/
PR: ports/83904
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Changes included in this update:
o Removal of all sed replace scripting, at Vendor's request.
o dcc dameons su to the dcc user correctly, now using /bin/sh
(or other default shell as defined) instead of nologin when
su'ing to the dcc user.
o Ownerships of the ${PREFIX}/bin executables fixed. Now owned
by root. Request sent to Vendor to make this a user-defined
setting.
Also remove BROKEN, DEPRECATED and EXPIRATION_DATE tags.
PR: ports/83936
Submitted by: Dean Hollister (maintainer)
mixer).
- Use CONFIGURE_ variables (instead of WRKSRC/configure).
- Add @ to REINPLACE_CMD (no echo).
- Change last line in pkg-plist to use %%DATADIR%%.
PR: ports/83881
Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
-The tarball has been renamed, but no md5 (checksum) change.
PR: ports/83966
Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Reported by: krismail
- Unbreak it by fixing the library search path, remove the DEPRECATED and
EXPIRATION_DATE too.
PR: ports/83998
Submitted by: Stephane Legrand <stephane@freebsd.org> (maintainer)
Spfval validates SPF records. It does not check them via the network, this was
intentionally omitted in favour of focusing purely on syntactically validating
SPF records. Simply pass the validator a string and it will see if it validates
as an SPFv1 or SPF-Classic record.
If an error is found, it tries its best to report the error in question and the
specific location in the record where the error occured.
WWW: http://spfval.codeshare.ca/
PR: ports/83899
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
This port provides a program that can be used to clean out temporary-file
directories. It recursively searches the directory, refusing to chdir()
across symlinks, and removes files that have not been accessed in a
user-specified amount of time. You can specify a set of files to protect
from deletion with a shell pattern.
It will not remove symlinks, sockets, fifos, or special files unless given a
command line option enabling it to.
WWW: http://packages.debian.org/stable/admin/tmpreaper.html
PR: ports/83868
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Watchfolder watches specified folders for incoming files and processes them
with programs assigned to those folders. Afterwards, the files are removed
from the inbound directory.
WWW: http://freshmeat.net/projects/watchd/
PR: ports/83867
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Actually exMARS is a redcode simulator, just like exhaust and pMARS. In fact,
I have shamelessly taken sourcecode from pMARS, exhaust, some ideas from
qMars, a shot of optimizations, shook everything well, and garnished
everything with a high level interface for Ruby.
PR: ports/83920
Submitted by: Alejandro Pulver (alejandro at varnet.biz)