summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xmail/courier-unicode/DETAILS34
-rw-r--r--mail/courier-unicode/HISTORY3
3 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e04bc695c..bc35135de0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
2015-07-19 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* mail/courier.gpg: import key 279DBF25
+ * mail/courier-unicode: new spell, unicode library for the courier
+ mta
2015-07-18 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* 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 “&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 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 <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: spell created
+