416 Commits

Author SHA1 Message Date
sthen
db786474ef build pecl extensions for php 8.1 where possible 2021-12-19 00:40:42 +00:00
sthen
f73d394826 remove pear-* ports, they are no longer used by other ports and many
are outdated. ok benoit@ ajacoutot@

These are library classes written in PHP for various functionality and
used to be needed to support PHP applications in the ports tree (things
like roundcube, horde and others used them) but all of this type of
software in ports now uses bundled dependencies. For development,
typically a language-specific dependency manager (like www/composer)
is used rather than OS packages.

www/pear (providing pear itself and pear-utils) is still kept.
2021-11-15 13:47:28 +00:00
sthen
db97a9fbd0 sort 2021-11-02 21:11:41 +00:00
sthen
c716f20488 +py-imaplib2,python3 2021-10-28 12:24:12 +00:00
sthen
03a0711f4b remove some MODPY_VERSION=${MODPY_VERSION_2} py-* (non-standalone) ports
which aren't used as dependencies in ports. many are either old stuff,
or things used to provide backports of functionality from newer Python
base versions which were used in ports that have already been converted
to py3-only.
2021-10-26 19:52:41 +00:00
tb
97f1071e4a Remove mail/cue. It's pretty broken and was never updated to compile with
OpenSSL 1.1 and later. According to fcambus, only pkgsrc have it packaged.
They disable OpenSSL support.

ok fcambus kn rsadowski
2021-10-25 15:44:33 +00:00
sthen
f611d84e40 drop php 7.3 from -current, although it is still officially in
security support it appears this is not really the case any more
https://bugs.php.net/bug.php?id=81026

add @pkgpaths to merge pecl-* etc across
mark www/syweb broken, it was marked 7.3-only so looks like it needs more work
other php-ish ports have a RDEP on either 7.4 (default version) or 8.0
2021-10-25 12:33:18 +00:00
sthen
f70f8dcfb5 +dovecot-fts-flatcurve 2021-09-13 09:18:18 +00:00
landry
5506f9fe5d remove enigmail.
main functionality has been available in thunderbird 78, and the
extension itself no longer works within thunderbird since then.
Technically still works within seamonkey, but users can still locally
install it from the xpi.

ok/prodding ajacoutot@
2021-08-31 08:30:10 +00:00
afresh1
58a92c2219 +p5-OpenSMTPd-Filter 2021-07-29 01:09:08 +00:00
sthen
07b7cd0c87 update to bogofilter-1.2.5, enable lmdb backend, and replace old copies
of gettext m4 files with newer ones from the gettext-tools package, the
latter fixing things so that it links to shared rather than static
libraries for the database dependencies.

found after investigating an issue reported by Martin Ziemer, ok espie@
2021-07-20 14:13:58 +00:00
solene
44480eca02 unhook mailpile 2021-05-03 16:22:12 +00:00
sthen
45cc7b3c2f unhook php 7.2 pecl packages
php 7.2 stopped getting security fixes at the end of November 2020
2021-04-30 16:38:45 +00:00
sthen
4c150e1ae3 add hyperscan flavour of rspamd for amd64. 2021-03-07 14:17:02 +00:00
sthen
e5327c4a96 remove wmpop3, wmmultipop3. both fail with -fno-common, appear dead upstream,
and a mail checker that can't use TLS isn't really all that useful nowadays.
ok kn@ tb@
2021-02-28 14:34:09 +00:00
sthen
0ad9c23336 rspamd,hyperscan snuck into mail/Makefile, spotted by naddy 2021-02-24 22:54:13 +00:00
sthen
9b64714929 build php-8.0 versions of the pecl ports which support it 2021-02-24 21:23:15 +00:00
kn
383b88eb16 Unhook mail/avenger
We package 0.8.3 05-Apr-2012 but 0.8.4 in 13-Jul-2013 and 0.8.5 in
08-Oct-2018 were released;  the release tarball's NEWS file states
"changes to make it compile with newer g++ and libcrypto" and
"Manually parse /etc/resolv.conf, rather than attempting to make use of the
res data structure (which at least on OpenBSD no longer actually contains
the addresses of resolvers)".

This port fails to build with "-fno-common" and noone has spoken up on
ports@ to fix and update it.

PS: http://www.mailavenger.org/NEWS is sitll missing 0.8.5 changes, so
best look at the actual tarball.

Unhook now and give it a few days grace period before actual removal.
OK gnezdo for sending it to the attic
2021-02-22 11:55:23 +00:00
sthen
32469d8e7a +dcc 2021-01-17 21:27:56 +00:00
afresh1
cd3da5c2de +p5-Catalyst-View-Email 2020-10-09 02:43:51 +00:00
pamela
abf6d91212 add mutt-wizard 2020-09-09 07:30:26 +00:00
sthen
7848952239 neomutt tweaks, based on a diff from Olivier Taïbi
- add a notmuch flavour
- allow w3m or lynx for html->txt generation (Olivier just added w3m;
but it depends on quite a machine-dependent library so I prefer not to
force that)
2020-08-13 18:22:58 +00:00
afresh1
6118c12bae + p5-Email-Filter-Rules p5-Mail-ListDetector 2020-05-18 00:16:15 +00:00
sthen
ab328dacbd +notmuch 2020-05-15 08:58:43 +00:00
schwarze
77ef99ead5 Delete mail/akpop3d.
Alexei dot Malinin at mail dot ru reported a compiler warning that,
in my opinion, probably indicates a security vulnerability, but due
to an incomplete description of the affected feature in the
documentation, it is unclear how it should be fixed.  The program
appears to be sloppily written, sloppily documented, and abandoned
upstream 15 years ago.

OK ajacoutot@ for deleting it.
2020-04-29 15:25:45 +00:00
landry
f9708065c8 Remove dspam, dead upstream since ~2014. For something like an antispam
software, this is like 'last millenium', so better rely on something
else like rspamd..

cf https://sourceforge.net/p/dspam/mailman/message/32585111/

ok jca@ sthen@ cwen@
2020-04-22 06:35:08 +00:00
sthen
4797d5f7dc build PHP 7.4 versions of the pecl-* ports 2020-04-21 20:42:00 +00:00
sthen
8627503364 +rcube-html5-notifier 2020-03-03 22:15:13 +00:00
sthen
e21a1ca650 +dovecot-fts-xapian 2020-02-06 11:30:56 +00:00
sthen
e687a55587 +gmail-oauth2 2019-12-16 22:03:50 +00:00
sthen
d0ce11bc87 remove php71 builds of pecl modules, and pecl-libsodium which is rolled
into php core as of 7.2
2019-12-11 15:59:26 +00:00
afresh1
444ada6164 +p5-Mail-AuthenticationResults 2019-09-15 17:23:47 +00:00
martijn
3d0c0d1ee9 Hook up mail/opensmtpd-filters
Unhook mail/opensmtpd-filter-rspamd and mail/opensmtpd-filter-senderscore

register pkg renaming from filter-* to opensmtpd-filter-*.

Idea OK gilles@
OK sthen@
2019-09-04 12:33:52 +00:00
gilles
58b150643a link mail/opensmtpd-filter-senderscore to the build 2019-08-19 21:24:35 +00:00
gilles
c130fc5b13 link mail/opensmtpd-filter-rspamd to the build 2019-08-13 20:29:43 +00:00
bcallah
c1ed183435 +dma 2019-08-02 22:00:54 +00:00
sthen
2215a44234 pecl-mailparse 3.0.3 fixed php 7.3 compatibility; enable it in the build 2019-06-07 20:17:55 +00:00
sthen
5742bf39f9 +opendmarc 2019-05-24 11:35:32 +00:00
afresh1
625f09a214 +t-prot 2019-05-13 04:34:38 +00:00
sthen
78dfb0b064 put the pecl/php73 bits in; even though php/7.3 itself is disabled doing\
this doesn't get in the way and makes it easier to test possible fixes
2019-03-08 17:02:43 +00:00
bluhm
a6c2d3b57b +p5-Mail-DMARC-Iterator 2019-02-13 20:01:21 +00:00
bluhm
eff63c5c38 +p5-Mail-DKIM-Iterator 2019-02-12 13:18:36 +00:00
giovanni
fd55fb6ae4 +postfix-policyd-spf-perl 2019-01-25 07:41:05 +00:00
sthen
305fd3d250 drop ports/flavours requiring php 5.6 which is about to stop receiving
security fixes.
2018-12-11 12:07:47 +00:00
sthen
813d2e28fc drop php 7.0 and scaffolding, the default has already been switched to 7.1 2018-10-26 21:22:01 +00:00
sthen
ddeeb9bcc7 Remove dovecot-antispam, which is no longer used with newer Dovecot.
Configurations using this can migrate to IMAPSieve, for details see
https://wiki.dovecot.org/HowTo/AntispamWithSieve
2018-10-24 19:46:15 +00:00
sthen
9a798e665c add php71/72 flavours for pecl-* ports 2018-09-28 22:24:24 +00:00
fcambus
4339963726 Remove mail/dkim-milter.
There is a note on HOMEPAGE [1] saying that dkim-milter has been replaced
by OpenDKIM, which we have a port for already: mail/opendkim.

[1] https://sourceforge.net/projects/dkim-milter/

OK bcallah@, gonzalo@, sthen@
2018-08-14 18:45:31 +00:00
jeremy
5443b6a0f2 Hookup ruby-mini_mime 2018-08-09 22:42:05 +00:00
sthen
e7a8cd3470 +p5-Email-Address-XS 2018-06-20 16:14:55 +00:00