Commit graph

8 commits

Author SHA1 Message Date
nia
f413f7fded mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles were unfetchable (possibly fetched
conditionally?):

./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
2021-10-26 10:53:53 +00:00
nia
be020196fe mail: Remove SHA1 hashes for distfiles 2021-10-07 14:25:11 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
hauke
c07cfe4643 Upgrade mail/courier-unicode to v2.1.
There are currently no pkgsrc packages that depend on this one, so
we don't bother with keeping around the old version.

From the changelog:

2018-07-13  Sam Varshavchik  <mrsam@courier-mta.com>

        * unicode.c: Fix error and validation of valid modified-utf7
        encoding.

2018-07-11  Sam Varshavchik  <mrsam@courier-mta.com>

        * unicode.c: Implement unicode_x_smap_modutf8 pseudo-encoding.

2018-04-27  Sam Varshavchik  <mrsam@courier-mta.com>

        * gcc 8 update, fix assertions. libtool and toolchain updates.

2.0

2017-03-06  Sam Varshavchik  <mrsam@courier-mta.com>

        * Migrate to C++11: remove unicode_char, use char32_t. Replace
        std::vector<unicode_char> with std::u32string.
2019-05-24 08:38:28 +00:00
jperkin
2e7fa5a591 Requires libiconv. 2017-05-12 11:42:50 +00:00
joerg
d17c97fdc2 Needs libtool. 2017-02-17 17:08:14 +00:00
mef
579fe5e913 Add file buildlink3.mk 2017-02-12 02:30:07 +00:00
mef
a349a48a8e Import courier-unicode-1.4 as mail/courier-unicode.
This library implements several algorithms related to the Unicode Standard:
 -  Look up uppercase, lowercase, and titlecase equivalents of a unicode
    character
 -  Implementation of grapheme and work breaking rules
 -  Implementation of line breaking rules
 -  Several ancillary functions, like looking up the unicode character
    that corresponds to some HTML 4.0 entity (such as "&amp;", for example),
    and determining the normal width or a double-width status of a unicode
    character. Also, an adaptation of the iconv(3) API for this unicode
    library
 -  Look up the Unicode script property
 -  Look up the category property
This library also implements C++ bindings for these algorithms.
2017-02-12 02:14:01 +00:00