Index: head/devel/woff2/Makefile =================================================================== --- head/devel/woff2/Makefile (revision 465768) +++ head/devel/woff2/Makefile (revision 465769) @@ -1,22 +1,24 @@ # $FreeBSD$ 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} .include Index: head/devel/woff2/files/patch-CMakeLists.txt =================================================================== --- head/devel/woff2/files/patch-CMakeLists.txt (nonexistent) +++ head/devel/woff2/files/patch-CMakeLists.txt (revision 465769) @@ -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}" Property changes on: head/devel/woff2/files/patch-CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/woff2/pkg-descr =================================================================== --- head/devel/woff2/pkg-descr (revision 465768) +++ head/devel/woff2/pkg-descr (revision 465769) @@ -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 Index: head/devel/woff2/pkg-plist =================================================================== --- head/devel/woff2/pkg-plist (revision 465768) +++ head/devel/woff2/pkg-plist (revision 465769) @@ -1,12 +1,15 @@ +bin/woff2_compress +bin/woff2_decompress +bin/woff2_info 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