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-LineBreak 2013.11 |
---|
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 rmd160 da2700e9be7b131712add76a0e4ae48daec70d9e \ |
---|
25 | sha256 8946b883ae687ff652e93d6185e23a936c7f337f2e115851fdfed72e1f73c7f9 |
---|