From e05240c49caaf0e99f217753eaaddd9c7b4d7080 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sun, 19 Jul 2015 00:42:01 +0200 Subject: mail/courier-unicode: new spell, unicode library for the courier mta --- ChangeLog | 2 ++ mail/courier-unicode/DETAILS | 34 ++++++++++++++++++++++++++++++++++ mail/courier-unicode/HISTORY | 3 +++ 3 files changed, 39 insertions(+) create mode 100755 mail/courier-unicode/DETAILS create mode 100644 mail/courier-unicode/HISTORY diff --git a/ChangeLog b/ChangeLog index 2e04bc695c..bc35135de0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ 2015-07-19 Florian Franzmann * mail/courier.gpg: import key 279DBF25 + * mail/courier-unicode: new spell, unicode library for the courier + mta 2015-07-18 Florian Franzmann * perl-cpan/net-cidr-lite: new spell, perl extension for mering IPv4 diff --git a/mail/courier-unicode/DETAILS b/mail/courier-unicode/DETAILS new file mode 100755 index 0000000000..6b8a2dfc36 --- /dev/null +++ b/mail/courier-unicode/DETAILS @@ -0,0 +1,34 @@ + SPELL=courier-unicode + VERSION=1.3 + SOURCE="${SPELL}-${VERSION}.tar.bz2" + SOURCE2=$SOURCE.sig + SOURCE2_IGNORE=signature + SOURCE_URL[0]=http://downloads.sourceforge.net/project/courier/${SPELL}/${VERSION}/${SOURCE} + SOURCE2_URL[0]=http://downloads.sourceforge.net/project/courier/${SPELL}/${VERSION}/${SOURCE2} + SOURCE_GPG="courier.gpg:$SOURCE2" +SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" + WEB_SITE="http://www.courier-mta.org/" + LICENSE[0]=GPL + ENTERED=20150719 + SHORT="unicode library for the courier mta" +cat << EOF + 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 “&”, 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 Unicode script property. + +This library also implements C++ bindings for these algorithms. +EOF diff --git a/mail/courier-unicode/HISTORY b/mail/courier-unicode/HISTORY new file mode 100644 index 0000000000..044177d09c --- /dev/null +++ b/mail/courier-unicode/HISTORY @@ -0,0 +1,3 @@ +2015-07-19 Florian Franzmann + * DETAILS: spell created + -- cgit v1.2.3