diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-19 18:21:44 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-19 18:21:44 +0000 |
commit | 9a32129d65e7ded0514e4fc0f611d41f483b4325 (patch) | |
tree | 2f60fe9f2b15383f7c5766061dfa68bb82a4442f /devel/icu-le-hb | |
parent | 23a96f4a5fa2e2de306a227091b5bb888f629079 (diff) | |
download | ports-9a32129d65e7ded0514e4fc0f611d41f483b4325.tar.gz ports-9a32129d65e7ded0514e4fc0f611d41f483b4325.zip |
Notes
Diffstat (limited to 'devel/icu-le-hb')
-rw-r--r-- | devel/icu-le-hb/Makefile | 24 | ||||
-rw-r--r-- | devel/icu-le-hb/distinfo | 3 | ||||
-rw-r--r-- | devel/icu-le-hb/pkg-descr | 9 | ||||
-rw-r--r-- | devel/icu-le-hb/pkg-plist | 16 |
4 files changed, 52 insertions, 0 deletions
diff --git a/devel/icu-le-hb/Makefile b/devel/icu-le-hb/Makefile new file mode 100644 index 000000000000..4076a69b3505 --- /dev/null +++ b/devel/icu-le-hb/Makefile @@ -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> diff --git a/devel/icu-le-hb/distinfo b/devel/icu-le-hb/distinfo new file mode 100644 index 000000000000..60ea57c3cd6f --- /dev/null +++ b/devel/icu-le-hb/distinfo @@ -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 diff --git a/devel/icu-le-hb/pkg-descr b/devel/icu-le-hb/pkg-descr new file mode 100644 index 000000000000..122c06a1f804 --- /dev/null +++ b/devel/icu-le-hb/pkg-descr @@ -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/ diff --git a/devel/icu-le-hb/pkg-plist b/devel/icu-le-hb/pkg-plist new file mode 100644 index 000000000000..f511f20518e0 --- /dev/null +++ b/devel/icu-le-hb/pkg-plist @@ -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 |