This is a port of the UnitKit test framework on GNUstep.

This framework is released under Apache License 2.0

WWW: http://www.etoile-project.org/
This commit is contained in:
Dirk Meyer 2006-11-19 13:34:50 +00:00
parent ff5cea03a6
commit 7a6f7df4c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177565
5 changed files with 48 additions and 0 deletions

View File

@ -274,6 +274,7 @@
SUBDIR += error
SUBDIR += esdl
SUBDIR += esvn
SUBDIR += etoile-unitkit
SUBDIR += evfs
SUBDIR += evolution-gconf-tools
SUBDIR += excalibur-configuration

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: etoile-unitkit
# Date created: 18 Nov 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= unitkit
PORTVERSION= 1.1
CATEGORIES= devel
MASTER_SITES= http://florida.ethz.ch/ports/distfiles/
PKGNAMEPREFIX= etoile-
DISTNAME= etoile_0+${SNAPSHOT}+dfsg.orig
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Etoile Project frameowrks and bundles
SNAPSHOT= 20060917
WRKSRC= ${WRKDIR}/etoile-0+${SNAPSHOT}+dfsg/Etoile/
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
NO_FILTER_SHLIBS= yes
USE_GNUSTEP_MAKE_DIRS+= Frameworks/UnitKit
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (etoile_0+20060917+dfsg.orig.tar.gz) = bc96dcaba7ac66abb1320d5cfc98f05e
SHA256 (etoile_0+20060917+dfsg.orig.tar.gz) = de7cb026ccebdbb72d115ca800a13910cd51c9df27f5578ad7059b13f88eb334
SIZE (etoile_0+20060917+dfsg.orig.tar.gz) = 10478850

View File

@ -0,0 +1,4 @@
This is a port of the UnitKit test framework on GNUstep.
This framework is released under Apache License 2.0
WWW: http://www.etoile-project.org/

View File

@ -0,0 +1,10 @@
Local/Library/Headers/UnitKit/UKRunner.h
Local/Library/Headers/UnitKit/UKTask.h
Local/Library/Headers/UnitKit/UKTest.h
Local/Library/Headers/UnitKit/UKTestHandler.h
Local/Library/Headers/UnitKit/UnitKit.h
Local/Library/Libraries/libUnitKit.so
Local/Library/Libraries/libUnitKit.so.%%MAJORLIBVERSION%%
Local/Library/Libraries/libUnitKit.so.%%LIBVERSION%%
Local/Tools/ukrun
@dirrm Local/Library/Headers/UnitKit