svn commit: r535558 - head/textproc/zxing-cpp

Tobias C. Berner tcberner at FreeBSD.org
Sun May 17 15:54:50 UTC 2020


Author: tcberner
Date: Sun May 17 15:54:49 2020
New Revision: 535558
URL: https://svnweb.freebsd.org/changeset/ports/535558

Log:
  textproc/zxing-cpp: update pkg-descr to reflect the new upstream
  
  Reported by:	repology

Modified:
  head/textproc/zxing-cpp/Makefile
  head/textproc/zxing-cpp/pkg-descr

Modified: head/textproc/zxing-cpp/Makefile
==============================================================================
--- head/textproc/zxing-cpp/Makefile	Sun May 17 15:42:44 2020	(r535557)
+++ head/textproc/zxing-cpp/Makefile	Sun May 17 15:54:49 2020	(r535558)
@@ -4,6 +4,7 @@
 PORTNAME=	zxing-cpp
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.8
+PORTREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	kde at FreeBSD.org

Modified: head/textproc/zxing-cpp/pkg-descr
==============================================================================
--- head/textproc/zxing-cpp/pkg-descr	Sun May 17 15:42:44 2020	(r535557)
+++ head/textproc/zxing-cpp/pkg-descr	Sun May 17 15:54:49 2020	(r535558)
@@ -1,3 +1,11 @@
-The fork of C++ version of ZXing library (https://github.com/zxing/zxing).
+This project is a C++ port of ZXing Library.
 
-WWW: https://github.com/glassechidna/zxing-cpp
+Features
+    * In pure C++14, no third-party dependencies
+    * Stateless, thread-safe readers/generators
+    * Wrapper to create WinRT component
+    * Wrapper for Android
+    * Wrapper for WebAssembly
+    * Python binding
+
+WWW: https://github.com/nu-book/zxing-cpp


More information about the svn-ports-head mailing list