module. Please also note that there is another module that does similar
things (HTTPD::UserManage) and that this is a more simplistic module, not
doing all the things that one does.
PR: ports/144875
Submitted by: otaviof at gmail.com
simple data structures to JavaScript. That is, things that
don't need to be a class, or have special methods or whatever.
WWW: http://search.cpan.org/dist/Data-JavaScript-Anon/
PR: ports/145384
Submitted by: Eric Freeman <freebsdports at chillibear.com>
of keeping more than one copy from running (concurrency prevention).
It creates the PID file, checks for its existence when the script
is run, terminates the script if there is already an instance running,
and removes the PID file when the script finishes.
This module's objective is to provide a completely simplified
interface that makes adding PID-file-based concurrency prevention
to your script as quick and simple as possible; hence File::Pid::Quick.
For a more nuanced implementation of PID files, please see File::Pid.
WWW: http://search.cpan.org/dist/File-Pid-Quick/Quick.pm
PR: ports/146060
Submitted by: Eric Freeman <freebsdports@chillibear.com>
advanced features, such as STARTTLS, SMTP-AUTH, or IPv6 and with a
scriptable message composition capabilities supporting anything
from simple plain-text messages right up to building complex HTML
emails with alternative plain-text part, attachments and inline
images. The MIME-Type of the attachments can either be guessed
automatically or alternatively set on the command line, separately
for each attachment if required.
WWW: http://www.logix.cz/michal/devel/smtp-cli/
PR: ports/145937
Submitted by: Frank Wall <fw@moov.de>
also be in OPTIONS or they aren't passed to make.
Thats one huge subtlety. I'll fix this later, but don't have time now.
Reported by: kevin brintnall <kbrint@qwest.net> via e-mail
Pointy hat: myself
With Hat: apache@
This will fix about 100 pkg-plist left overs for httpd.conf
apxs -A comments out the LoadModule line
This adds custom FreeBSD mod to 'DELETE' the line so that it works with
our pkg-plists in packages.
- Remove -s form the cmp httpd.conf in pkg-plist to be blatant about why
it didn't get removed
- Bump PORTREVISION
- This will be in 2.0.64
PR: ports/133704
Obtained from: http://svn.apache.org/viewvc?rev=942211&view=rev
Reported by: olli hauer <ohauer@gmx.de> (and very good pr!)
With Hat: apache@
apxs -A comments out the LoadModule line
This adds custom FreeBSD mod to 'DELETE' the line so that it works with
our pkg-plists in packages.
- Remove -s form the cmp httpd.conf in pkg-plist to be blatant about why
it didn't get removed
- Tested with lang/php5
- Bump PORTREVISION
PR: ports/133704
With Hat: apache@
This will fix about 100 pkg-plist left overs for httpd.conf
- Bump PORTREVISION
- This will be in 2.2.16.
PR: ports/133704
Obtained from: http://svn.apache.org/viewvc?rev=942210&view=rev
Reported by: olli hauer <ohauer@gmx.de> (and very good pr!)
With Hat: apache@
Fix some memory leaks and a video device close hang issue. [1]
Update webcamd.conf script, to use the new notify system MFC'd in r207397. [2]
Note that the old script didn't work at all. And the new one only doesn't work
if you use an older version of 8-stable or 8.0-release.
Submitted by: maintainer [1], Andrew Thompson [2]