Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2016 22:24:27 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427529 - head/sysutils/cmocka
Message-ID:  <201612012224.uB1MORI0059095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske (src committer)
Date: Thu Dec  1 22:24:27 2016
New Revision: 427529
URL: https://svnweb.freebsd.org/changeset/ports/427529

Log:
  Add sysutils/cmocka - a fork for Google's cmockery unit testing framework
  
  Differential Revision:	https://reviews.freebsd.org/D8673
  Reviewed by:	shurd, mat
  Approved by:	shurd
  Sponsored by:	Panzura, Inc.

Added:
  head/sysutils/cmocka/
  head/sysutils/cmocka/Makefile   (contents, props changed)
  head/sysutils/cmocka/distinfo   (contents, props changed)
  head/sysutils/cmocka/pkg-descr   (contents, props changed)
  head/sysutils/cmocka/pkg-message   (contents, props changed)

Added: head/sysutils/cmocka/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/cmocka/Makefile	Thu Dec  1 22:24:27 2016	(r427529)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME=	cmocka
+PORTVERSION=	1.1.0
+CATEGORIES=	sysutils
+MASTER_SITES=	https://cmocka.org/files/1.1/ \
+		LOCAL/dteske
+
+MAINTAINER=	dteske@FreeBSD.org
+COMMENT=	Unit testing framework for C with support for mock objects
+
+LICENSE=	APACHE20
+
+USES=		cmake:outsource tar:xz
+USE_LDCONFIG=	yes
+
+PLIST_FILES=	include/cmocka.h \
+		include/cmocka_pbc.h \
+		lib/cmake/cmocka/cmocka-config-version.cmake \
+		lib/cmake/cmocka/cmocka-config.cmake \
+		lib/libcmocka.so \
+		lib/libcmocka.so.0 \
+		lib/libcmocka.so.0.4.0 \
+		lib/pkgconfig/cmocka.pc
+
+OPTIONS_DEFINE=	STATIC
+
+STATIC_CMAKE_ON=	-DWITH_STATIC_LIB:BOOL=ON
+STATIC_PLIST_FILES=	lib/libcmocka.a
+
+.include <bsd.port.mk>

Added: head/sysutils/cmocka/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/cmocka/distinfo	Thu Dec  1 22:24:27 2016	(r427529)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1480622609
+SHA256 (cmocka-1.1.0.tar.xz) = e960d3bf1be618634a4b924f18bb4d6f20a825c109a8ad6d1af03913ba421330
+SIZE (cmocka-1.1.0.tar.xz) = 85132

Added: head/sysutils/cmocka/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/cmocka/pkg-descr	Thu Dec  1 22:24:27 2016	(r427529)
@@ -0,0 +1,4 @@
+cmocka is a fork for Google's cmockery unit testing framework to fix bugs and
+support it in future.
+
+WWW: https://cmocka.org/

Added: head/sysutils/cmocka/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/cmocka/pkg-message	Thu Dec  1 22:24:27 2016	(r427529)
@@ -0,0 +1,5 @@
+=================================================================
+
+For more information on using cmocka, see https://api.cmocka.org
+
+=================================================================



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