Add the WITH_VPOPMAIL_SQWEBMAIL_CREATION knob to make vadduser
(well, make_user_dir(), actually) create an sqwebmail-config file
specifying the outgoing messages' sender address.
This is a thin wrapper around the shellwords.pl package,
which comes preinstalled with Perl. This module imports a
single subroutine, shellwords(). The shellwords() routine
parses lines of text and returns a set of tokens using the
same rules that the Unix shell does for its command-line
arguments. Tokens are separated by whitespace, and can be
delimited by single or double quotes. The module also
respects backslash escapes.
PR: ports/50081
Submitted by: George Hartzell <hartzell@fruitfly.org>
p5-DNS-Zone Perl modules to manipulate name service zone
files. Needed by (future new) ZoneMaster port (see
below/later)
PR: ports/48563
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
5-DNS-Config Perl modules to manipulate name service configurations.
Needed by (future new) ZoneMaster port (see below/later)
PR: ports/48562
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
p5-UPS-Nut provides a perl interface to setting and retrieving
values from the Network UPS tools servers.
PR: ports/50765
Submitted by: Eric Schnoebelen <eric@mr-bill.cirr.com>
This module is a wrapper around the diff algorithm from the
module Algorithm::Diff. It's job is to simplify a visualization
of the differences of each strings.
Compared to the many other Diff modules, the output is
neither in diff-style nor are the recognised differences
on line or word boundaries, they are at character level.
PR: ports/51434
Submitted by: Mathieu Arnold <m@absolight.net>
RT is an industrial-grade ticketing system. It lets a group
of people intelligently and efficiently manage requests
submitted by a community of users. RT is used by systems
administrators, customer support staffs, NOCs, developers
and even marketing departments at over a thousand sites
around the world.
PR: ports/45905
Submitted by: Autrijus Tang <autrijus@autrijus.org>
1. Fixed bento error (was not buildable on alpha)
2. Updating 1.4.2 -> 1.4.3
3. Removed RM_INSTALL=${X11BASE} from port makefile,
because it was forcing OpenRM makefiles to install things
even during port build phase.
4. Fixed calls to pthread_setconcurrency in demo programs.
Now they all are buildable.
PR: ports/51267
Submitted by: Igor Pokrovsky <igor.pokrovsky@cnrm.meteo.fr>
Upgrading to the latest -stable release of Horde.
Removing a dependency on security/pear-Crypt_CBC.
The full list of changes can be viewed here:
<http://cvs.horde.org/co.php/horde/docs/CHANGES?r=1.207.2.77>;.
Note: this upgrade will be necessary to upgrade Kronolith to 1.1.
PR: ports/51390
Submitted by: Thierry Thomas <thierry@pompo.net>
make ssh2 connects working w/o the ssh-askpass utility (fix the
code how to acquire a [pt]ty pair) The user may still choose the
ssh-askpass way inside the application. That way is just no longer
forced (as i did with the last update). Now it's possible to choose
between direct password-sending from the application, or sending
the password with the ssh-askass utility.
PR: ports/51391
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Update to 0.6, which oa. fixes Inline problems which broke resizing
if 'make test' was not run after /tmp/ was cleaned.
PR: ports/51268
Submitted by: Erwin Lansing <erwin@lansing.dk>
There are no refactoring tools in the ports tree at all. This
should be fixed, so I chose the one that was most useful to me
and has the coolest name to boot.
PR: ports/49975
Submitted by: Mike Meyer <mwm@mired.org>
Update to 5.0.17.
Use incremental diffs, instead of latest tarball to avoid
unfetchable distfile everytime a new version is released.
PR: ports/51354
Submitted by: Alex Dupre <sysadmin@alexdupre.com>