summaryrefslogtreecommitdiffstats
path: root/mail/courier-unicode/DETAILS
diff options
context:
space:
mode:
authorFlorian Franzmann2015-07-19 00:42:01 +0200
committerFlorian Franzmann2015-07-19 22:43:12 +0200
commite05240c49caaf0e99f217753eaaddd9c7b4d7080 (patch)
treef4a4b6743f1ccd6f6cd2c32841d2a1f9b86ef827 /mail/courier-unicode/DETAILS
parentf87f42ea31c8562dbbc60a4e4ae1afe477dbf231 (diff)
mail/courier-unicode: new spell, unicode library for the courier mta
Diffstat (limited to 'mail/courier-unicode/DETAILS')
-rwxr-xr-xmail/courier-unicode/DETAILS34
1 files changed, 34 insertions, 0 deletions
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