From owner-svn-ports-head@freebsd.org Fri Aug 3 04:04:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9711D105C446; Fri, 3 Aug 2018 04:04:31 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473608F22A; Fri, 3 Aug 2018 04:04:31 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D5331B610; Fri, 3 Aug 2018 04:04:31 +0000 (UTC) (envelope-from bofh@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7344U89058731; Fri, 3 Aug 2018 04:04:30 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7344UhB058726; Fri, 3 Aug 2018 04:04:30 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201808030404.w7344UhB058726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Fri, 3 Aug 2018 04:04:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476277 - in head/devel: . bcunit X-SVN-Group: ports-head X-SVN-Commit-Author: bofh X-SVN-Commit-Paths: in head/devel: . bcunit X-SVN-Commit-Revision: 476277 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2018 04:04:31 -0000 Author: bofh Date: Fri Aug 3 04:04:29 2018 New Revision: 476277 URL: https://svnweb.freebsd.org/changeset/ports/476277 Log: [NEW] devel/bcunit: Fork of defunct project CUnit, with several fixes and patches applied This is BCUnit, a fork of the defunct project CUnit (see below), with several fixes and patches applied. CUnit is a Unit testing framework for C. The basic framework is platform/version independent and should be portable to all platforms. CUnit provides various interfaces to the framework, some of which are platform dependent (e.g. curses on *nix). Building other interfaces should be straightforward with the facilities provided in the framework. CUnit is built as either a static or shared library which provides framework support when linked into user testing code. The framework complies with the conventional structure of test cases bundled into suites which are registered with the framework for running. WWW: https://gitlab.linphone.org/BC/public/bcunit Added: head/devel/bcunit/ head/devel/bcunit/Makefile (contents, props changed) head/devel/bcunit/distinfo (contents, props changed) head/devel/bcunit/pkg-descr (contents, props changed) head/devel/bcunit/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Aug 3 02:54:03 2018 (r476276) +++ head/devel/Makefile Fri Aug 3 04:04:29 2018 (r476277) @@ -196,6 +196,7 @@ SUBDIR += bbfreeze-loader SUBDIR += bcc SUBDIR += bcpp + SUBDIR += bcunit SUBDIR += bear SUBDIR += bennugd-core SUBDIR += bennugd-modules Added: head/devel/bcunit/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bcunit/Makefile Fri Aug 3 04:04:29 2018 (r476277) @@ -0,0 +1,20 @@ +# Created by: Muhammad Moinur Rahman +# $FreeBSD$ + +PORTNAME= bcunit +PORTVERSION= 3.0.2 +CATEGORIES= devel + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Fork of defunct project CUnit, with several fixes and patches applied + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf cmake libtool pathfix pkgconfig +USE_GITLAB= yes +GL_ACCOUNT= bofhbsd +GL_COMMIT= d8d2f4b40209e06b400f893cce58e4c6ba73341d +USE_LDCONFIG= yes + +.include Added: head/devel/bcunit/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bcunit/distinfo Fri Aug 3 04:04:29 2018 (r476277) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533202943 +SHA256 (bofhbsd-bcunit-d8d2f4b40209e06b400f893cce58e4c6ba73341d_GL0.tar.gz) = 73333731abd6dd1d4eb2dc2c6496364b44a8e4b4a164a95182591bad66852681 +SIZE (bofhbsd-bcunit-d8d2f4b40209e06b400f893cce58e4c6ba73341d_GL0.tar.gz) = 377266 Added: head/devel/bcunit/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bcunit/pkg-descr Fri Aug 3 04:04:29 2018 (r476277) @@ -0,0 +1,16 @@ +This is BCUnit, a fork of the defunct project CUnit (see below), with several +fixes and patches applied. + +CUnit is a Unit testing framework for C. + +The basic framework is platform/version independent and should be portable to +all platforms. CUnit provides various interfaces to the framework, some of which +are platform dependent (e.g. curses on *nix). Building other interfaces should +be straightforward with the facilities provided in the framework. + +CUnit is built as either a static or shared library which provides framework +support when linked into user testing code. The framework complies with the +conventional structure of test cases bundled into suites which are registered +with the framework for running. + +WWW: https://gitlab.linphone.org/BC/public/bcunit Added: head/devel/bcunit/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bcunit/pkg-plist Fri Aug 3 04:04:29 2018 (r476277) @@ -0,0 +1,24 @@ +include/BCUnit/Automated.h +include/BCUnit/BCUnit.h +include/BCUnit/BCUnit_intl.h +include/BCUnit/Basic.h +include/BCUnit/CUError.h +include/BCUnit/Console.h +include/BCUnit/MyMem.h +include/BCUnit/TestDB.h +include/BCUnit/TestRun.h +include/BCUnit/Util.h +lib/libbcunit.a +lib/libbcunit.so +lib/libbcunit.so.1.0.1 +libdata/pkgconfig/bcunit.pc +share/BCUnit/BCUnit-List.dtd +share/BCUnit/BCUnit-List.xsl +share/BCUnit/BCUnit-Run.dtd +share/BCUnit/BCUnit-Run.xsl +share/BCUnit/Memory-Dump.dtd +share/BCUnit/Memory-Dump.xsl +share/BCunit/cmake/BcUnitConfig.cmake +share/BCunit/cmake/BcUnitConfigVersion.cmake +share/BCunit/cmake/BcUnitTargets-%%CMAKE_BUILD_TYPE%%.cmake +share/BCunit/cmake/BcUnitTargets.cmake