Re: git: 616e8c13a4ce - main - devel/utf8cpp: Update to 3.2.4
Date: Sat, 19 Aug 2023 05:36:07 UTC
On 2023-08-16 21:44, Po-Chuan Hsieh wrote: > The branch main has been updated by sunpoet: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=616e8c13a4ce5b66bbecf6020f38754802f19d47 > > commit 616e8c13a4ce5b66bbecf6020f38754802f19d47 > Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > AuthorDate: 2023-08-16 19:44:17 +0000 > Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> > CommitDate: 2023-08-16 19:44:17 +0000 > > devel/utf8cpp: Update to 3.2.4 > > - Update pkg-descr > - Take maintainership > > Changes: https://github.com/nemtrif/utfcpp/releases > --- > devel/utf8cpp/Makefile | 22 ++++++++-------------- > devel/utf8cpp/distinfo | 6 +++--- > devel/utf8cpp/pkg-descr | 26 +++++++++++++++----------- > devel/utf8cpp/pkg-plist | 9 +++++++++ > 4 files changed, 35 insertions(+), 28 deletions(-) > > diff --git a/devel/utf8cpp/Makefile b/devel/utf8cpp/Makefile > index 234cacab7700..3b847137a6c2 100644 > --- a/devel/utf8cpp/Makefile > +++ b/devel/utf8cpp/Makefile > @@ -1,9 +1,9 @@ > PORTNAME= utf8cpp > +PORTVERSION= 3.2.4 > DISTVERSIONPREFIX= v > -DISTVERSION= 3.2.3 > CATEGORIES= devel > > -MAINTAINER= ports@FreeBSD.org > +MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Simple, portable, lightweight library for handling UTF-8 > strings > WWW= https://github.com/nemtrif/utfcpp > > @@ -11,20 +11,14 @@ LICENSE= BSL > LICENSE_FILE= ${WRKSRC}/LICENSE > > USES= cmake > -USE_GITHUB= yes > -GH_ACCOUNT= nemtrif > -GH_PROJECT= utfcpp > + > +CMAKE_ON= UTF8_INSTALL > +CMAKE_OFF= UTF8_SAMPLES UTF8_TESTS > > NO_ARCH= yes > > -PLIST_FILES= include/utf8cpp/utf8.h \ > - include/utf8cpp/utf8/checked.h \ > - include/utf8cpp/utf8/core.h \ > - include/utf8cpp/utf8/cpp11.h \ > - include/utf8cpp/utf8/cpp17.h \ > - include/utf8cpp/utf8/unchecked.h \ > - lib/cmake/utf8cpp/utf8cppConfig.cmake \ > - lib/cmake/utf8cpp/utf8cppConfigVersion.cmake \ > - lib/cmake/utf8cpp/utf8cppTargets.cmake > +USE_GITHUB= yes > +GH_ACCOUNT= nemtrif > +GH_PROJECT= utfcpp > > .include <bsd.port.mk> > diff --git a/devel/utf8cpp/distinfo b/devel/utf8cpp/distinfo > index ff71ea0fe3f6..b71eaa405b62 100644 > --- a/devel/utf8cpp/distinfo > +++ b/devel/utf8cpp/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1672585721 > -SHA256 (nemtrif-utfcpp-v3.2.3_GH0.tar.gz) = > 3ba9b0dbbff08767bdffe8f03b10e596ca351228862722e4c9d4d126d2865250 > -SIZE (nemtrif-utfcpp-v3.2.3_GH0.tar.gz) = 28770 > +TIMESTAMP = 1692211611 > +SHA256 (nemtrif-utfcpp-v3.2.4_GH0.tar.gz) = > fde21a4c519eed25f095a1cd8490167409cc70d7b5e9c38756142e588ccb7c7e > +SIZE (nemtrif-utfcpp-v3.2.4_GH0.tar.gz) = 28822 > diff --git a/devel/utf8cpp/pkg-descr b/devel/utf8cpp/pkg-descr > index 7f58e4c9dc94..d24a3ee84462 100644 > --- a/devel/utf8cpp/pkg-descr > +++ b/devel/utf8cpp/pkg-descr > @@ -1,12 +1,16 @@ > -Many C++ developers miss an easy and portable way of handling Unicode > -encoded strings. The original C++ Standard (known as C++98 or C++03) > is > -Unicode agnostic. C++11 provides some support for Unicode on core > -language and library level: u8, u, and U character and string > literals, > -char16_t and char32_t character types, u16string and u32string library > -classes, and codecvt support for conversions between Unicode encoding > -forms. In the meantime, developers use third party libraries like ICU, > -OS specific capabilities, or simply roll out their own solutions. > +C++ developers miss an easy and portable way of handling Unicode > encoded > +strings. The original C++ Standard (known as C++98 or C++03) is > Unicode > +agnostic. C++11 provides some support for Unicode on core language and > library > +level: u8, u, and U character and string literals, char16_t and > char32_t > +character types, u16string and u32string library classes, and codecvt > support > +for conversions between Unicode encoding forms. In the meantime, > developers use > +third party libraries like ICU, OS specific capabilities, or simply > roll out > +their own solutions. > > -In order to easily handle UTF-8 encoded Unicode strings, I came up > with > -a small generic library. For anybody used to work with STL algorithms > -and iterators, it should be easy and natural to use. > +In order to easily handle UTF-8 encoded Unicode strings, I came up > with a small, > +C++98 compatible generic library. For anybody used to work with STL > algorithms > +and iterators, it should be easy and natural to use. The code is > freely > +available for any purpose - check out the license. The library has > been used a > +lot in the past ten years both in commercial and open-source projects > and is > +considered feature-complete now. If you run into bugs or performance > issues, > +please let me know and I'll do my best to address them. > diff --git a/devel/utf8cpp/pkg-plist b/devel/utf8cpp/pkg-plist > new file mode 100644 > index 000000000000..d3e1e958a5d5 > --- /dev/null > +++ b/devel/utf8cpp/pkg-plist > @@ -0,0 +1,9 @@ > +include/utf8cpp/utf8.h > +include/utf8cpp/utf8/checked.h > +include/utf8cpp/utf8/core.h > +include/utf8cpp/utf8/cpp11.h > +include/utf8cpp/utf8/cpp17.h > +include/utf8cpp/utf8/unchecked.h > +lib/cmake/utf8cpp/utf8cppConfig.cmake > +lib/cmake/utf8cpp/utf8cppConfigVersion.cmake > +lib/cmake/utf8cpp/utf8cppTargets.cmake Hi, Can you please revert you changes so the port don't deviate from Porters Handbook? https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github - Example 16 Best regards, Daniel