Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Mar 2018 18:09:55 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465727 - in head/devel: . woff2
Message-ID:  <201803271809.w2RI9tq2080967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Mar 27 18:09:55 2018
New Revision: 465727
URL: https://svnweb.freebsd.org/changeset/ports/465727

Log:
  New port: devel/woff2
  
  Font compression reference code
  
  WWW: https://github.com/google/woff2
  
  libwoff2dec is required by WebKitGtk >= 2.20.0 for WOFF2 Web Fonts
  support.

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Mar 27 18:04:21 2018	(r465726)
+++ head/devel/Makefile	Tue Mar 27 18:09:55 2018	(r465727)
@@ -6117,6 +6117,7 @@
     SUBDIR += websvn
     SUBDIR += wininfo
     SUBDIR += wizardkit
+    SUBDIR += woff2
     SUBDIR += wxGlade
     SUBDIR += wxformbuilder
     SUBDIR += xa65

Added: head/devel/woff2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/woff2/Makefile	Tue Mar 27 18:09:55 2018	(r465727)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	woff2
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.0.2
+CATEGORIES=	devel
+
+MAINTAINER=	tobik@FreeBSD.org
+COMMENT=	Font compression reference code
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libbrotlidec.so:archivers/brotli
+
+USES=		cmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	google
+
+PLIST_SUB=	SHLIBVER=${DISTVERSION}
+
+.include <bsd.port.mk>

Added: head/devel/woff2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/woff2/distinfo	Tue Mar 27 18:09:55 2018	(r465727)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1522147257
+SHA256 (google-woff2-v1.0.2_GH0.tar.gz) = add272bb09e6384a4833ffca4896350fdb16e0ca22df68c0384773c67a175594
+SIZE (google-woff2-v1.0.2_GH0.tar.gz) = 38934

Added: head/devel/woff2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/woff2/pkg-descr	Tue Mar 27 18:09:55 2018	(r465727)
@@ -0,0 +1,3 @@
+Font compression reference code
+
+WWW: https://github.com/google/woff2

Added: head/devel/woff2/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/woff2/pkg-plist	Tue Mar 27 18:09:55 2018	(r465727)
@@ -0,0 +1,12 @@
+include/woff2/decode.h
+include/woff2/encode.h
+include/woff2/output.h
+lib/libwoff2common.so
+lib/libwoff2common.so.%%SHLIBVER%%
+lib/libwoff2dec.so
+lib/libwoff2dec.so.%%SHLIBVER%%
+lib/libwoff2enc.so
+lib/libwoff2enc.so.%%SHLIBVER%%
+libdata/pkgconfig/libwoff2common.pc
+libdata/pkgconfig/libwoff2dec.pc
+libdata/pkgconfig/libwoff2enc.pc



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