Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 18:21:44 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426526 - in head/devel: . icu-le-hb
Message-ID:  <201611191821.uAJILi8b013813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Nov 19 18:21:44 2016
New Revision: 426526
URL: https://svnweb.freebsd.org/changeset/ports/426526

Log:
  devel/icu-le-hb: add new port
  
  PR:		214384
  Exp-run by:	antoine
  Approved by:	office (bapt)
  
  icu-le-hb is a library implementing the ICU Layout Engine (icu-le) API
  using external HarfBuzz library for implementation. This is useful as
  a compatibility layer to make applications using ICU Layout Engine to
  use HarfBuzz without porting them to use the HarfBuzz API.
  
  The code is mostly a trimmed down version of icu/source/layout, with
  all shapers stripped out, and HarfBuzz integrated.
  
  http://www.freedesktop.org/wiki/Software/HarfBuzz/

Added:
  head/devel/icu-le-hb/
  head/devel/icu-le-hb/Makefile   (contents, props changed)
  head/devel/icu-le-hb/distinfo   (contents, props changed)
  head/devel/icu-le-hb/pkg-descr   (contents, props changed)
  head/devel/icu-le-hb/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile   (contents, props changed)

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Nov 19 18:21:20 2016	(r426525)
+++ head/devel/Makefile	Sat Nov 19 18:21:44 2016	(r426526)
@@ -1082,6 +1082,7 @@
     SUBDIR += ice
     SUBDIR += icmake
     SUBDIR += icu
+    SUBDIR += icu-le-hb
     SUBDIR += idutils
     SUBDIR += imake
     SUBDIR += include-what-you-use

Added: head/devel/icu-le-hb/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/icu-le-hb/Makefile	Sat Nov 19 18:21:44 2016	(r426526)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	icu-le-hb
+PORTVERSION=	1.0.3
+CATEGORIES=	devel print
+MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
+
+MAINTAINER=	office@FreeBSD.org
+COMMENT=	ICU Layout Engine API on top of HarfBuzz shaping library
+
+LICENSE=	ICU
+LICENSE_NAME=	ICU license
+LICENSE_FILE=	${WRKSRC}/COPYING
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+LIB_DEPENDS=	libicuuc.so:devel/icu \
+		libharfbuzz.so:print/harfbuzz
+
+USES=		gmake libtool pathfix pkgconfig
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
+
+.include <bsd.port.mk>

Added: head/devel/icu-le-hb/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/icu-le-hb/distinfo	Sat Nov 19 18:21:44 2016	(r426526)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478356493
+SHA256 (icu-le-hb-1.0.3.tar.gz) = f0f7b72126e0e8c1a8c2436afe09d305dfd114da12b623cc454ded3e8601f0df
+SIZE (icu-le-hb-1.0.3.tar.gz) = 373474

Added: head/devel/icu-le-hb/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/icu-le-hb/pkg-descr	Sat Nov 19 18:21:44 2016	(r426526)
@@ -0,0 +1,9 @@
+icu-le-hb is a library implementing the ICU Layout Engine (icu-le) API
+using external HarfBuzz library for implementation. This is useful as
+a compatibility layer to make applications using ICU Layout Engine to
+use HarfBuzz without porting them to use the HarfBuzz API.
+
+The code is mostly a trimmed down version of icu/source/layout, with
+all shapers stripped out, and HarfBuzz integrated.
+
+WWW: http://www.freedesktop.org/wiki/Software/HarfBuzz/

Added: head/devel/icu-le-hb/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/icu-le-hb/pkg-plist	Sat Nov 19 18:21:44 2016	(r426526)
@@ -0,0 +1,16 @@
+include/icu-le-hb/layout/LEFontInstance.h
+include/icu-le-hb/layout/LEGlyphFilter.h
+include/icu-le-hb/layout/LEGlyphStorage.h
+include/icu-le-hb/layout/LEInsertionList.h
+include/icu-le-hb/layout/LELanguages.h
+include/icu-le-hb/layout/LEScripts.h
+include/icu-le-hb/layout/LESwaps.h
+include/icu-le-hb/layout/LETypes.h
+include/icu-le-hb/layout/LayoutEngine.h
+include/icu-le-hb/layout/loengine.h
+lib/libicu-le-hb.a
+lib/libicu-le-hb.so
+lib/libicu-le-hb.so.0
+lib/libicu-le-hb.so.0.0.0
+libdata/pkgconfig/icu-le-hb.pc
+libdata/pkgconfig/icu-le.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611191821.uAJILi8b013813>