From owner-svn-ports-all@freebsd.org Tue Mar 27 22:29:01 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B551F65372; Tue, 27 Mar 2018 22:29:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 31C4C8680B; Tue, 27 Mar 2018 22:29:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 13C2F2238D; Tue, 27 Mar 2018 22:29:01 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2RMT0mc015764; Tue, 27 Mar 2018 22:29:00 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2RMT0xA015760; Tue, 27 Mar 2018 22:29:00 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201803272229.w2RMT0xA015760@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 27 Mar 2018 22:29:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465769 - in head/devel/woff2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/devel/woff2: . files X-SVN-Commit-Revision: 465769 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 22:29:01 -0000 Author: tobik Date: Tue Mar 27 22:29:00 2018 New Revision: 465769 URL: https://svnweb.freebsd.org/changeset/ports/465769 Log: devel/woff2: Improve port quality - Install converter tools - Provide an actual comment and description Based on the initial new port submission from Greg that I missed earlier. PR: 226165 Submitted by: greg@unrelenting.technology Added: head/devel/woff2/files/ head/devel/woff2/files/patch-CMakeLists.txt (contents, props changed) Modified: head/devel/woff2/Makefile head/devel/woff2/pkg-descr head/devel/woff2/pkg-plist Modified: head/devel/woff2/Makefile ============================================================================== --- head/devel/woff2/Makefile Tue Mar 27 22:13:15 2018 (r465768) +++ head/devel/woff2/Makefile Tue Mar 27 22:29:00 2018 (r465769) @@ -3,19 +3,21 @@ PORTNAME= woff2 DISTVERSIONPREFIX= v DISTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= tobik@FreeBSD.org -COMMENT= Font compression reference code +COMMENT= Library and converter tools for the WOFF 2.0 web font format LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libbrotlidec.so:archivers/brotli -USES= cmake +USES= cmake:outsource USE_GITHUB= yes GH_ACCOUNT= google +USE_LDCONFIG= yes PLIST_SUB= SHLIBVER=${DISTVERSION} Added: head/devel/woff2/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/woff2/files/patch-CMakeLists.txt Tue Mar 27 22:29:00 2018 (r465769) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2018-03-27 22:12:33 UTC ++++ CMakeLists.txt +@@ -268,7 +268,7 @@ if (NOT BUILD_SHARED_LIBS) + endif() + + install( +- TARGETS woff2common woff2dec woff2enc ++ TARGETS woff2common woff2dec woff2enc woff2_decompress woff2_compress woff2_info + ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}" + LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" + RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" Modified: head/devel/woff2/pkg-descr ============================================================================== --- head/devel/woff2/pkg-descr Tue Mar 27 22:13:15 2018 (r465768) +++ head/devel/woff2/pkg-descr Tue Mar 27 22:29:00 2018 (r465769) @@ -1,3 +1,5 @@ -Font compression reference code +The reference implementation of the Web Open Font Format 2.0, including +libraries for decoding and encoding fonts, and command line utilities +to convert between TTF and WOFF2. WWW: https://github.com/google/woff2 Modified: head/devel/woff2/pkg-plist ============================================================================== --- head/devel/woff2/pkg-plist Tue Mar 27 22:13:15 2018 (r465768) +++ head/devel/woff2/pkg-plist Tue Mar 27 22:29:00 2018 (r465769) @@ -1,3 +1,6 @@ +bin/woff2_compress +bin/woff2_decompress +bin/woff2_info include/woff2/decode.h include/woff2/encode.h include/woff2/output.h