pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

utf8proc: Imported into pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Mon Apr 30 12:32:54 2018 -0700
Changeset:	f05e1b09de27e94207a6022c33e553e890d0a7f1

Modified Files:
	Makefile
Removed Files:
	utf8proc/DESCR
	utf8proc/Makefile
	utf8proc/PLIST
	utf8proc/buildlink3.mk
	utf8proc/distinfo

Log Message:
utf8proc: Imported into pkgsrc.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f05e1b09de27e94207a6022c33e553e890d0a7f1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile               |  1 -
 utf8proc/DESCR         |  3 ---
 utf8proc/Makefile      | 30 ------------------------------
 utf8proc/PLIST         |  5 -----
 utf8proc/buildlink3.mk | 12 ------------
 utf8proc/distinfo      |  6 ------
 6 files changed, 57 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index b92d7338e5..b1b9454065 100644
--- a/Makefile
+++ b/Makefile
@@ -4506,7 +4506,6 @@ SUBDIR+=	urlwatch
 SUBDIR+=	uschedule
 SUBDIR+=	using-mpi
 SUBDIR+=	ussp-push
-SUBDIR+=	utf8proc
 SUBDIR+=	uthash
 SUBDIR+=	util-linux
 SUBDIR+=	uzbl
diff --git a/utf8proc/DESCR b/utf8proc/DESCR
deleted file mode 100644
index 1300c4ad75..0000000000
--- a/utf8proc/DESCR
+++ /dev/null
@@ -1,3 +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, supporting Unicode version 9.0.
diff --git a/utf8proc/Makefile b/utf8proc/Makefile
deleted file mode 100644
index af021242ff..0000000000
--- a/utf8proc/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	utf8proc-2.1.1
-CATEGORIES=	converters
-MASTER_SITES=	${MASTER_SITE_GITHUB:=JuliaLang/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	minskim%NetBSD.org@localhost
-HOMEPAGE=	https://julialang.org/utf8proc/
-COMMENT=	Clean C library for processing UTF-8 Unicode data
-LICENSE=	mit
-
-USE_CMAKE=	yes
-USE_LANGUAGES=	c99
-WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}/build
-
-CMAKE_ARG_PATH=	..
-CMAKE_ARGS+=	-DBUILD_SHARED_LIBS=ON
-
-INSTALLATION_DIRS+=	include lib
-
-post-extract:
-	${MKDIR} ${WRKSRC}
-
-do-install:
-	${INSTALL_DATA} ${WRKDIR}/${PKGNAME_NOREV}/utf8proc.h \
-		${DESTDIR}${PREFIX}/include/
-	${INSTALL_LIB} ${WRKSRC}/libutf8proc.* ${DESTDIR}${PREFIX}/lib/
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/utf8proc/PLIST b/utf8proc/PLIST
deleted file mode 100644
index eee31dc988..0000000000
--- a/utf8proc/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-include/utf8proc.h
-lib/libutf8proc.so
-lib/libutf8proc.so.2
-lib/libutf8proc.so.${PKGVERSION}
diff --git a/utf8proc/buildlink3.mk b/utf8proc/buildlink3.mk
deleted file mode 100644
index 5b7b6efc02..0000000000
--- a/utf8proc/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	utf8proc
-
-.if !defined(UTF8PROC_BUILDLINK3_MK)
-UTF8PROC_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.utf8proc+=	utf8proc>=2.1.1
-BUILDLINK_PKGSRCDIR.utf8proc?=		../../wip/utf8proc
-.endif	# UTF8PROC_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-utf8proc
diff --git a/utf8proc/distinfo b/utf8proc/distinfo
deleted file mode 100644
index a6a1d75132..0000000000
--- a/utf8proc/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (utf8proc-2.1.1.tar.gz) = 8c02fc26fbe7ab1c4c0d2fce3efecb4df8d935b9
-RMD160 (utf8proc-2.1.1.tar.gz) = c1294da1de99bb2ee6fad01d3dbf9e25e4ef0581
-SHA512 (utf8proc-2.1.1.tar.gz) = 66c3e79439dd4c4b148ec3a2a9f96442fcccb9e488384e52807f513dad64d4b7adea8626c60d21ea401ce4240ced0c71265de51c4d1550c37c8db9176dbb4fe8
-Size (utf8proc-2.1.1.tar.gz) = 152198 bytes


Home | Main Index | Thread Index | Old Index