Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2018 04:04:30 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476277 - in head/devel: . bcunit
Message-ID:  <201808030404.w7344UhB058726@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bofh@FreeBSD.org>
+# $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 <bsd.port.mk>

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



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