Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157026976
D8673.id22655.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8673.id22655.diff
View Options
Index: head/sysutils/cmocka/Makefile
===================================================================
--- head/sysutils/cmocka/Makefile
+++ head/sysutils/cmocka/Makefile
@@ -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>
Index: head/sysutils/cmocka/distinfo
===================================================================
--- head/sysutils/cmocka/distinfo
+++ head/sysutils/cmocka/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1480622609
+SHA256 (cmocka-1.1.0.tar.xz) = e960d3bf1be618634a4b924f18bb4d6f20a825c109a8ad6d1af03913ba421330
+SIZE (cmocka-1.1.0.tar.xz) = 85132
Index: head/sysutils/cmocka/pkg-descr
===================================================================
--- head/sysutils/cmocka/pkg-descr
+++ head/sysutils/cmocka/pkg-descr
@@ -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/
Index: head/sysutils/cmocka/pkg-message
===================================================================
--- head/sysutils/cmocka/pkg-message
+++ head/sysutils/cmocka/pkg-message
@@ -0,0 +1,5 @@
+=================================================================
+
+For more information on using cmocka, see https://api.cmocka.org
+
+=================================================================
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 19, 12:45 AM (21 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33280635
Default Alt Text
D8673.id22655.diff (1 KB)
Attached To
Mode
D8673: Add sysutils/cmocka
Attached
Detach File
Event Timeline
Log In to Comment