diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-11-19 21:34:50 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-11-19 21:34:50 +0800 |
commit | f439b2c6654b812f1dec4f194629a1bd94bc2ac4 (patch) | |
tree | fbe84b07283f5f381099f7185d1c38fb38af274c /devel | |
parent | 655f897910d66e113a3b2e7a1ded10cc6ebf2d48 (diff) | |
download | freebsd-ports-gnome-f439b2c6654b812f1dec4f194629a1bd94bc2ac4.tar.gz freebsd-ports-gnome-f439b2c6654b812f1dec4f194629a1bd94bc2ac4.tar.zst freebsd-ports-gnome-f439b2c6654b812f1dec4f194629a1bd94bc2ac4.zip |
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/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/etoile-unitkit/Makefile | 30 | ||||
-rw-r--r-- | devel/etoile-unitkit/distinfo | 3 | ||||
-rw-r--r-- | devel/etoile-unitkit/pkg-descr | 4 | ||||
-rw-r--r-- | devel/etoile-unitkit/pkg-plist | 10 |
5 files changed, 48 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d37651ce2542..53d748ea571c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -274,6 +274,7 @@ SUBDIR += error SUBDIR += esdl SUBDIR += esvn + SUBDIR += etoile-unitkit SUBDIR += evfs SUBDIR += evolution-gconf-tools SUBDIR += excalibur-configuration diff --git a/devel/etoile-unitkit/Makefile b/devel/etoile-unitkit/Makefile new file mode 100644 index 000000000000..7450a56fb5d1 --- /dev/null +++ b/devel/etoile-unitkit/Makefile @@ -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> diff --git a/devel/etoile-unitkit/distinfo b/devel/etoile-unitkit/distinfo new file mode 100644 index 000000000000..2d5c7ccf5d13 --- /dev/null +++ b/devel/etoile-unitkit/distinfo @@ -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 diff --git a/devel/etoile-unitkit/pkg-descr b/devel/etoile-unitkit/pkg-descr new file mode 100644 index 000000000000..d2fdc752cc1f --- /dev/null +++ b/devel/etoile-unitkit/pkg-descr @@ -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/ diff --git a/devel/etoile-unitkit/pkg-plist b/devel/etoile-unitkit/pkg-plist new file mode 100644 index 000000000000..1af27da76c7e --- /dev/null +++ b/devel/etoile-unitkit/pkg-plist @@ -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 |