1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 |
---|
8 | perl5.setup Unicode-GCString 2013.10 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description String as Sequence of UAX \#29 Grapheme Clusters |
---|
12 | long_description Unicode::GCString treats Unicode string as a \ |
---|
13 | sequence of extended grapheme clusters defined by \ |
---|
14 | Unicode Standard Annex \#29 \[UAX \#29\]. \ |
---|
15 | \ |
---|
16 | Grapheme cluster is a sequence of Unicode \ |
---|
17 | character(s) that consists of one grapheme base \ |
---|
18 | and optional grapheme extender and/or “prepend” \ |
---|
19 | character. It is close in that people consider as \ |
---|
20 | character. |
---|
21 | |
---|
22 | platforms darwin |
---|
23 | |
---|
24 | checksums md5 ace93f0209986f7f2c0fa926722bdbbd \ |
---|
25 | rmd160 fc84222419bca41978fa9a2ac923c68d06acf8b2 \ |
---|
26 | sha1 574a7671a6140d58f6927301a8874789fab1baf6 |
---|