This does not actually set the background, but calls another
program to do it, but what makes it useful is it allows for
random images to be used as well as the last image to be
called. This makes it useful for setting the image upon
login or changing it regullarly through cron.
When it is ran for the first time it creates a ZConf config
named "zbgset" used store the settings.
PR: ports/124964
Submitted by: "Zane C.B." <vvelox@vvelox.net>
- Fix installation when user sets NO_INSTALL_MANPAGES
- Use ${MASTER_SITE_GOOGLE_CODE} as primary download site
- Use versioned Python command in the bang line of the scripts
This is like comiccron, but stores the tabs in ZConf. For
it to run the command, the last or next time it will be
will have to be within a minute and 15 seconds. For most
usages, you will want to have the hour and minute set to
*. This allows a user to do something how ever many times
they want any time during the period it is active.
After running through every entry in the crontab, it then
exits.
Why not cron?
You can have cron open opera or the like on a specific
display by either switch or enviromental options, but it
will always open it. This allows you to open it any time
along the point it is active.
PR: ports/124962
Submitted by: "Zane C.B." <vvelox@vvelox.net>
file or LDAP backed storage.
A configuration system allowing for either file or LDAP
backed storage.
WWW: http://search.cpan.org/dist/Net-LDAP-Makepath/
PR: ports/124958
Submitted by: "Zane C.B." <vvelox@vvelox.net>
The Crypt::OpenSSL::AES module implements a wrapper around
OpenSSL's AES (Rijndael) library.
PR: ports/125387
Submitted by: John Ferrell <jdferrell3 at yahoo.com>
image should be resized to fix the screen, or full which means it should be
scaled to fit the screen.
use Image::Size::FillFullSelect;
my $iffs = Image::Size::FillFullSelect->new();
my $FFselection = $iffs->select("someImage.gif");
WWW: http://search.cpan.org/dist/Image-Size-FillFullSelect/
PR: ports/124957
Submitted by: Zane C.B. <vvelox@vvelox.net>
tool. It is meant to complement active crawlers and manual proxies more
commonly used for this task, and is optimized specifically for an accurate and
sensitive detection, and automatic annotation, of potential problems and
security-relevant design patterns based on the observation of existing,
user-initiated traffic in complex web 2.0 environments.
WWW: http://code.google.com/p/ratproxy/
PR: ports/125249
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>