Index: head/sysutils/cmocka/Makefile =================================================================== --- head/sysutils/cmocka/Makefile (nonexistent) +++ head/sysutils/cmocka/Makefile (revision 427529) @@ -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 Property changes on: head/sysutils/cmocka/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/cmocka/distinfo =================================================================== --- head/sysutils/cmocka/distinfo (nonexistent) +++ head/sysutils/cmocka/distinfo (revision 427529) @@ -0,0 +1,3 @@ +TIMESTAMP = 1480622609 +SHA256 (cmocka-1.1.0.tar.xz) = e960d3bf1be618634a4b924f18bb4d6f20a825c109a8ad6d1af03913ba421330 +SIZE (cmocka-1.1.0.tar.xz) = 85132 Property changes on: head/sysutils/cmocka/distinfo ___________________________________________________________________ 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/sysutils/cmocka/pkg-descr =================================================================== --- head/sysutils/cmocka/pkg-descr (nonexistent) +++ head/sysutils/cmocka/pkg-descr (revision 427529) @@ -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/ Property changes on: head/sysutils/cmocka/pkg-descr ___________________________________________________________________ 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/sysutils/cmocka/pkg-message =================================================================== --- head/sysutils/cmocka/pkg-message (nonexistent) +++ head/sysutils/cmocka/pkg-message (revision 427529) @@ -0,0 +1,5 @@ +================================================================= + +For more information on using cmocka, see https://api.cmocka.org + +================================================================= Property changes on: head/sysutils/cmocka/pkg-message ___________________________________________________________________ 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