Mono 1.1.8.x (FreeBSD ports tree) and Mono 1.1.9.x (BSD# ports tree)
and the inclussion of the Mono Debugger in 1.1.9.x which was used when
creating this port.
Approved by: ahze (mentor)
Notified by: krismail
mostly bug fixes, with a few small new features. See the following for
details: http://www.washington.edu/pine/changes/4.63-to-4.64.html
I also updated the Pine port to stop building Pico, and instead
depend on the Pico port. This solves a CONFLICTS situation, and
is arguably the more logical way to handle this. Also, if you use
an alternate editor for Pine, you no longer have to install Pico
if you don't want it.
Make the dependency on ispell conditional. [1] This is not exactly
what the PR originator requested, but it will accomplish basically
the same thing.
Use these new things called variables to help ensure that the
maildir patches can be found from version to version. [2]
PR [1]: ports/75569
Submitted by [1]: Jeremy Chadwick <freebsd@jdc.parodius.com>
PR [2]: ports/86960
Submitted by [2]: Lewis Thompson <lewiz@compsoc.man.ac.uk>
the check-deprecated target uses. This results in bizarre quoting like
echo """Incomplete pkg-plist (port installs into nonstandard perl directory)""."
but that's life in bsd.port.mk land for now.
up-to-the-second blackhole list server designed to monitor global network
activity and make decisions based on network spread and infection rate -
that is, abuse from an address which has been reported by a number of
participating networks. This is in far contrast to how most other
blacklists function, where fallable humans (many with political agendas) must
process thousands of reports and make decisions - many times after the fact.
The RABL is fully reactive to new threats and can block addresses within
seconds of widespread infection - good to know in this world of drone PCs
and stolen accounts. The RABL server blacklists addresses until they have
cleared a minimum duration (an hour by default) without any additional
reporting, making the appeals process as simple as "fix your junk". The RABL
is designed to function via automated machine-learning spam filters, such as
Bayesian filters. Each participating network is granted write authentication
in the blackhole list, to prevent abuse. A client tool is also provided.
The RABL client is the lookup and reporting component of the RABL. It is
necessary for performing streaming connection lookups and writing to the RABL
(assuming you have an account).
PR: 87096
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
them. These are probably not the only ports that do this, but
they are the only ones with bad shell metacharacters that the
extra quotes un-quote.
Approved by: linimon
* pass maintainership to submitter (Vasil Dimov)
* change HAS_CONFIGURE with GNU_CONFIGURE, it is actually
GNU Configure that we have
* optionally install some useful files in share/doc
* add wrap-target to package's internal `check' target
* files/patch-l2_ut_format.c is not needed anymore
PR: 86886
Submitted by: Vasil Dimov <vd@datamax.bg>
The libgmail project is a pure Python binding to provide access to Google's
Gmail web-mail service.
PR: 86622
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
Approved by: pav (mentor)