Lines 1-13
Link Here
|
1 |
PORTNAME= utf8cpp |
1 |
PORTNAME= utf8cpp |
2 |
PORTVERSION= 3.1.2 |
|
|
3 |
DISTVERSIONPREFIX= v |
2 |
DISTVERSIONPREFIX= v |
|
|
3 |
DISTVERSION= 3.2.2 |
4 |
CATEGORIES= devel |
4 |
CATEGORIES= devel |
5 |
|
5 |
|
6 |
MAINTAINER= k@stereochro.me |
6 |
MAINTAINER= k@stereochro.me |
7 |
COMMENT= Simple, portable, lightweight library for handling UTF-8 strings |
7 |
COMMENT= Simple, portable, lightweight library for handling UTF-8 strings |
8 |
WWW= http://utfcpp.sourceforge.net/ |
8 |
WWW= https://github.com/nemtrif/utfcpp |
9 |
|
9 |
|
10 |
LICENSE= BSL |
10 |
LICENSE= BSL |
|
|
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
11 |
|
12 |
|
12 |
USES= cmake |
13 |
USES= cmake |
13 |
USE_GITHUB= yes |
14 |
USE_GITHUB= yes |
Lines 20-25
PLIST_FILES= include/utf8cpp/utf8.h \
Link Here
|
20 |
include/utf8cpp/utf8/checked.h \ |
21 |
include/utf8cpp/utf8/checked.h \ |
21 |
include/utf8cpp/utf8/core.h \ |
22 |
include/utf8cpp/utf8/core.h \ |
22 |
include/utf8cpp/utf8/cpp11.h \ |
23 |
include/utf8cpp/utf8/cpp11.h \ |
|
|
24 |
include/utf8cpp/utf8/cpp17.h \ |
23 |
include/utf8cpp/utf8/unchecked.h \ |
25 |
include/utf8cpp/utf8/unchecked.h \ |
24 |
lib/cmake/utf8cpp/utf8cppConfig.cmake |
26 |
lib/cmake/utf8cpp/utf8cppConfig.cmake |
25 |
|
27 |
|