Re: NEW: productivity/libphonenumber

2021-05-22 Thread Rafael Sadowski
On Sat May 22, 2021 at 01:02:28PM +0100, Stuart Henderson wrote:
> On 2021/05/22 08:49, Rafael Sadowski wrote:
> > Please find attached a new port libphonenumber-8.12.23.
> > 
> > Comment:
> > C++ version of the libphonenumber project
> 
> possible better COMMENT:
> 
> C++ library to parse/format/validate phone numbers

yes, thanks

> 
> > Description:
> > Google's common C++ library for parsing, formatting, and validating
> > international phone numbers.
> > 
> > Maintainer: The OpenBSD ports mailing-list 
> > 
> > WWW: https://github.com/google/libphonenumber
> > 
> > All tests are passed and  portcheck is happy. PhoneNumber is an opt
> > dependency for x11/kde-applications/kitinerary.
> > 
> > Rafael
> 
> ok, one thing though, the chromium-based ports (chromium, iridium,
> electron) have their own copy, might need to check that they don't
> pick up the external library instead.
> 

Oh that's a good point. Chromium checked and currently I checking
iridium and electron.



Re: NEW: productivity/libphonenumber

2021-05-22 Thread Stuart Henderson
On 2021/05/22 09:46, Rafael Sadowski wrote:
> On Sat May 22, 2021 at 08:49:28AM +0200, Rafael Sadowski wrote:
> > Please find attached a new port libphonenumber-8.12.23.
> > 
> > Comment:
> > C++ version of the libphonenumber project
> > 
> > Description:
> > Google's common C++ library for parsing, formatting, and validating
> > international phone numbers.
> > 
> > Maintainer: The OpenBSD ports mailing-list 
> > 
> > WWW: https://github.com/google/libphonenumber
> > 
> > All tests are passed and  portcheck is happy. PhoneNumber is an opt
> > dependency for x11/kde-applications/kitinerary.
> > 
> > Rafael
> 
> ... and for the record:

needs a bump

> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/x11/kde-applications/kitinerary/Makefile,v
> retrieving revision 1.5
> diff -u -p -u -p -r1.5 Makefile
> --- Makefile  27 Apr 2021 05:27:02 -  1.5
> +++ Makefile  22 May 2021 07:43:35 -
> @@ -4,11 +4,11 @@ COMMENT =   KDE itinerary data model and i
>  DISTNAME =   kitinerary-${VERSION}
>  CATEGORIES = devel
>  
> -SHARED_LIBS +=  KPimItinerary   2.1 # 5.13.2
> +SHARED_LIBS +=  KPimItinerary   2.2 # 5.13.2
>  
>  WANTLIB += ${COMPILER_LIBCXX} KF5Archive KF5CalendarCore KF5Contacts
>  WANTLIB += KF5I18n KF5Mime KPimPkPass Qt5Core Qt5Gui Qt5Network
> -WANTLIB += Qt5Qml c crypto m poppler xml2 z
> +WANTLIB += Qt5Qml c crypto m phonenumber poppler xml2
>  
>  MODKDE5_TRANSLATIONS = yes
>  
> @@ -23,6 +23,7 @@ LIB_DEPENDS =   devel/kf5/karchive \
>   devel/kf5/kcalendarcore \
>   devel/kf5/kcontacts \
>   print/poppler \
> + productivity/libphonenumber \
>   textproc/libxml \
>   x11/kde-applications/kmime \
>   x11/kde-applications/kpkpass \
> 



Re: NEW: productivity/libphonenumber

2021-05-22 Thread Stuart Henderson
On 2021/05/22 08:49, Rafael Sadowski wrote:
> Please find attached a new port libphonenumber-8.12.23.
> 
> Comment:
> C++ version of the libphonenumber project

possible better COMMENT:

C++ library to parse/format/validate phone numbers

> Description:
> Google's common C++ library for parsing, formatting, and validating
> international phone numbers.
> 
> Maintainer: The OpenBSD ports mailing-list 
> 
> WWW: https://github.com/google/libphonenumber
> 
> All tests are passed and  portcheck is happy. PhoneNumber is an opt
> dependency for x11/kde-applications/kitinerary.
> 
> Rafael

ok, one thing though, the chromium-based ports (chromium, iridium,
electron) have their own copy, might need to check that they don't
pick up the external library instead.



Re: NEW: productivity/libphonenumber

2021-05-22 Thread Rafael Sadowski
On Sat May 22, 2021 at 08:49:28AM +0200, Rafael Sadowski wrote:
> Please find attached a new port libphonenumber-8.12.23.
> 
> Comment:
> C++ version of the libphonenumber project
> 
> Description:
> Google's common C++ library for parsing, formatting, and validating
> international phone numbers.
> 
> Maintainer: The OpenBSD ports mailing-list 
> 
> WWW: https://github.com/google/libphonenumber
> 
> All tests are passed and  portcheck is happy. PhoneNumber is an opt
> dependency for x11/kde-applications/kitinerary.
> 
> Rafael

... and for the record:


Index: Makefile
===
RCS file: /cvs/ports/x11/kde-applications/kitinerary/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile27 Apr 2021 05:27:02 -  1.5
+++ Makefile22 May 2021 07:43:35 -
@@ -4,11 +4,11 @@ COMMENT = KDE itinerary data model and i
 DISTNAME = kitinerary-${VERSION}
 CATEGORIES =   devel
 
-SHARED_LIBS +=  KPimItinerary   2.1 # 5.13.2
+SHARED_LIBS +=  KPimItinerary   2.2 # 5.13.2
 
 WANTLIB += ${COMPILER_LIBCXX} KF5Archive KF5CalendarCore KF5Contacts
 WANTLIB += KF5I18n KF5Mime KPimPkPass Qt5Core Qt5Gui Qt5Network
-WANTLIB += Qt5Qml c crypto m poppler xml2 z
+WANTLIB += Qt5Qml c crypto m phonenumber poppler xml2
 
 MODKDE5_TRANSLATIONS = yes
 
@@ -23,6 +23,7 @@ LIB_DEPENDS = devel/kf5/karchive \
devel/kf5/kcalendarcore \
devel/kf5/kcontacts \
print/poppler \
+   productivity/libphonenumber \
textproc/libxml \
x11/kde-applications/kmime \
x11/kde-applications/kpkpass \



NEW: productivity/libphonenumber

2021-05-22 Thread Rafael Sadowski
Please find attached a new port libphonenumber-8.12.23.

Comment:
C++ version of the libphonenumber project

Description:
Google's common C++ library for parsing, formatting, and validating
international phone numbers.

Maintainer: The OpenBSD ports mailing-list 

WWW: https://github.com/google/libphonenumber

All tests are passed and  portcheck is happy. PhoneNumber is an opt
dependency for x11/kde-applications/kitinerary.

Rafael


libphonenumber-8.12.23.tar.gz
Description: Binary data