[Midnightbsd-cvs] mports [24677] trunk/devel/woff2: woff2

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 22 15:42:26 EST 2018


Revision: 24677
          http://svnweb.midnightbsd.org/mports/?rev=24677
Author:   laffer1
Date:     2018-11-22 15:42:25 -0500 (Thu, 22 Nov 2018)
Log Message:
-----------
woff2

Added Paths:
-----------
    trunk/devel/woff2/
    trunk/devel/woff2/Makefile
    trunk/devel/woff2/distinfo
    trunk/devel/woff2/files/
    trunk/devel/woff2/files/patch-CMakeLists.txt
    trunk/devel/woff2/pkg-descr
    trunk/devel/woff2/pkg-plist

Added: trunk/devel/woff2/Makefile
===================================================================
--- trunk/devel/woff2/Makefile	                        (rev 0)
+++ trunk/devel/woff2/Makefile	2018-11-22 20:42:25 UTC (rev 24677)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+
+PORTNAME=	woff2
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.0.2
+CATEGORIES=	devel
+
+MAINTAINER=	ports at MidnightBSD.org
+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:outsource compiler:c++11-lib
+USE_GITHUB=	yes
+GH_ACCOUNT=	google
+USE_LDCONFIG=	yes
+
+PLIST_SUB=	SHLIBVER=${DISTVERSION}
+
+post-install:
+	${MKDIR} ${PREFIX}/libdata/pkgconfig
+	${CP} ${PREFIX}/lib/pkgconfig/*.pc ${PREFIX}/libdata/pkgconfig/
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/woff2/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/woff2/distinfo
===================================================================
--- trunk/devel/woff2/distinfo	                        (rev 0)
+++ trunk/devel/woff2/distinfo	2018-11-22 20:42:25 UTC (rev 24677)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1542919288
+SHA256 (woff2-v1.0.2_GH0.tar.gz) = add272bb09e6384a4833ffca4896350fdb16e0ca22df68c0384773c67a175594
+SIZE (woff2-v1.0.2_GH0.tar.gz) = 38934


Property changes on: trunk/devel/woff2/distinfo
___________________________________________________________________
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
Added: trunk/devel/woff2/files/patch-CMakeLists.txt
===================================================================
--- trunk/devel/woff2/files/patch-CMakeLists.txt	                        (rev 0)
+++ trunk/devel/woff2/files/patch-CMakeLists.txt	2018-11-22 20:42:25 UTC (rev 24677)
@@ -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: trunk/devel/woff2/files/patch-CMakeLists.txt
___________________________________________________________________
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
Added: trunk/devel/woff2/pkg-descr
===================================================================
--- trunk/devel/woff2/pkg-descr	                        (rev 0)
+++ trunk/devel/woff2/pkg-descr	2018-11-22 20:42:25 UTC (rev 24677)
@@ -0,0 +1,5 @@
+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


Property changes on: trunk/devel/woff2/pkg-descr
___________________________________________________________________
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
Added: trunk/devel/woff2/pkg-plist
===================================================================
--- trunk/devel/woff2/pkg-plist	                        (rev 0)
+++ trunk/devel/woff2/pkg-plist	2018-11-22 20:42:25 UTC (rev 24677)
@@ -0,0 +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


Property changes on: trunk/devel/woff2/pkg-plist
___________________________________________________________________
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


More information about the Midnightbsd-cvs mailing list