utf8proc: Remove, used to update converters/utf8proc

This commit is contained in:
Michael Baeuerle 2020-06-04 18:53:31 +02:00
parent 98f91fc7fb
commit 639ddf58c8
7 changed files with 0 additions and 90 deletions

View File

@ -4837,7 +4837,6 @@ SUBDIR+= usbmuxd
SUBDIR+= uschedule
SUBDIR+= using-mpi
SUBDIR+= ussp-push
SUBDIR+= utf8proc
SUBDIR+= util-linux
SUBDIR+= uzbl
SUBDIR+= uzbl-git

View File

@ -1,14 +0,0 @@
converters/utf8proc: Update to 2.5.0nb1
- 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.
- Take maintainership
OK from minskim@

View File

@ -1,4 +0,0 @@
utf8proc is a small, clean C library that provides Unicode
normalization, case-folding, and other operations for data in the
UTF-8 encoding (some of the underlying functions for UTF-32 are
exported too).

View File

@ -1,49 +0,0 @@
# $NetBSD$
DISTNAME= utf8proc-2.5.0
PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GITHUB:=JuliaLang/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= micha@NetBSD.org
HOMEPAGE= https://julialang.org/utf8proc/
COMMENT= C library for processing Unicode data
LICENSE= mit
USE_LANGUAGES= c99
USE_LIBTOOL= yes
INSTALLATION_DIRS= include lib lib/pkgconfig
# Use ABI version from CMakeLists.txt to stay compatible with cmake builds
MAJOR= 2
MINOR= 3
PATCH= 2
do-configure:
cd ${WRKSRC} && ${SED} \
-e 's#PREFIX#${PREFIX}#' \
-e 's#LIBDIR#lib#' \
-e 's#INCLUDEDIR#include#' \
-e 's#VERSION#${MAJOR}.${MINOR}.${PATCH}#' \
-e 's#Description:.*$$#Description: ${COMMENT}#' \
libutf8proc.pc.in >libutf8proc.pc
do-build:
cd ${WRKSRC} && ${LIBTOOL} --tag=CC --mode=compile \
${CC} ${CPPFLAGS} ${CFLAGS} -c -o utf8proc.lo utf8proc.c
cd ${WRKSRC} && ${LIBTOOL} --tag=CC --mode=link \
${CC} ${LDFLAGS} -o libutf8proc.la utf8proc.lo \
-rpath ${PREFIX}/lib \
-version-number ${MAJOR}:${MINOR}:${PATCH}
do-install:
cd ${WRKSRC} && ${LIBTOOL} --mode=install \
${INSTALL_LIB} libutf8proc.la ${DESTDIR}${PREFIX}/lib
cd ${WRKSRC} && \
${INSTALL_DATA} utf8proc.h ${DESTDIR}${PREFIX}/include
cd ${WRKSRC} && \
${INSTALL_DATA} libutf8proc.pc ${DESTDIR}${PREFIX}/lib/pkgconfig
.include "../../mk/bsd.pkg.mk"

View File

@ -1,4 +0,0 @@
@comment $NetBSD$
include/utf8proc.h
lib/libutf8proc.la
lib/pkgconfig/libutf8proc.pc

View File

@ -1,12 +0,0 @@
# $NetBSD: buildlink3.mk,v 1.1 2018/04/30 19:31:47 minskim Exp $
BUILDLINK_TREE+= utf8proc
.if !defined(UTF8PROC_BUILDLINK3_MK)
UTF8PROC_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.utf8proc+= utf8proc>=2.1.1
BUILDLINK_PKGSRCDIR.utf8proc?= ../../converters/utf8proc
.endif # UTF8PROC_BUILDLINK3_MK
BUILDLINK_TREE+= -utf8proc

View File

@ -1,6 +0,0 @@
$NetBSD$
SHA1 (utf8proc-2.5.0.tar.gz) = a868878257355456e08b5f21bc2ee6a164386865
RMD160 (utf8proc-2.5.0.tar.gz) = 47d14e079f805d93e2896a0561e6cfb029de160e
SHA512 (utf8proc-2.5.0.tar.gz) = 0c553faf4f3841c17c7aa4cce1e917b1585c430ac3f7f240ab98cbe01b9743f2074532e6f71faf3df030f5af00e483a3faf9716a67e6a4b1bb66a3de48308014
Size (utf8proc-2.5.0.tar.gz) = 155485 bytes