From nobody Sat Aug 19 05:36:07 2023 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RSSCJ57G5z4qDLN; Sat, 19 Aug 2023 05:36:12 +0000 (UTC) (envelope-from daniel.engberg.lists@pyret.net) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RSSCH0nZ6z4KXk; Sat, 19 Aug 2023 05:36:10 +0000 (UTC) (envelope-from daniel.engberg.lists@pyret.net) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of daniel.engberg.lists@pyret.net designates 217.70.183.201 as permitted sender) smtp.mailfrom=daniel.engberg.lists@pyret.net; dmarc=none Received: by mail.gandi.net (Postfix) with ESMTPA id ED5371BF205; Sat, 19 Aug 2023 05:36:07 +0000 (UTC) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Date: Sat, 19 Aug 2023 07:36:07 +0200 From: Daniel Engberg To: Po-Chuan Hsieh Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: 616e8c13a4ce - main - devel/utf8cpp: Update to 3.2.4 In-Reply-To: <202308161944.37GJifUD062454@gitrepo.freebsd.org> References: <202308161944.37GJifUD062454@gitrepo.freebsd.org> Message-ID: <5be35ca3e7ac2390fdbce2e4792223b5@pyret.net> X-Sender: daniel.engberg.lists@pyret.net Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-GND-Sasl: daniel.engberg@pyret.net X-Spamd-Result: default: False [-3.45 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.996]; NEURAL_HAM_SHORT(-0.95)[-0.951]; R_SPF_ALLOW(-0.20)[+ip4:217.70.183.192/28]; MIME_GOOD(-0.10)[text/plain]; RWL_MAILSPIKE_GOOD(-0.10)[217.70.183.201:from]; RCVD_IN_DNSWL_LOW(-0.10)[217.70.183.201:from]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR]; MLMMJ_DEST(0.00)[dev-commits-ports-all@freebsd.org,dev-commits-ports-main@freebsd.org]; TO_DN_SOME(0.00)[]; DMARC_NA(0.00)[pyret.net]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Spamd-Bar: --- X-Rspamd-Queue-Id: 4RSSCH0nZ6z4KXk 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 > AuthorDate: 2023-08-16 19:44:17 +0000 > Commit: Po-Chuan Hsieh > 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 > 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