Subject: CVS commit: pkgsrc/converters/utf8proc
From: Michael Baeuerle
Date: 2020-06-04 18:46:35
Message id: 20200604164635.B472FFB27@cvs.NetBSD.org

Log Message:
converters/utf8proc: Add support for pkg-config, Reduce build dependencies

- Drop cmake
  Drive libtool directly (utf8proc can be build with a single compiler call).
  This removes the C++11 build dependency for cmake (C99 is now sufficient)
  and more build dependencies that are at least an order of magnitude larger
  than utf8proc itself.
- Drop patch for cmake
- Add support for pkg-config
  Install "libutf8proc.pc".
- Bump PKGREVISION for additional installed files.
- Remove supported Unicode version from DESCR
  Was not maintained in the past
- Take maintainership

OK from minskim@
OK from wiz@ (as long as I am MAINTAINER)

Files:
RevisionActionfile
1.2modifypkgsrc/converters/utf8proc/DESCR
1.8modifypkgsrc/converters/utf8proc/Makefile
1.5modifypkgsrc/converters/utf8proc/PLIST
1.7modifypkgsrc/converters/utf8proc/distinfo
1.2removepkgsrc/converters/utf8proc/patches/patch-CMakeLists.txt