aboutsummaryrefslogtreecommitdiff
path: root/devel/etoile-unitkit
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-11-19 13:34:50 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-11-19 13:34:50 +0000
commit7a6f7df4c60a51dae7ae475433dd8022a476be54 (patch)
tree988de51c835c440bf7deb357dece81e9fd1367d7 /devel/etoile-unitkit
parentff5cea03a6941b1db3a2212409afed27ec159003 (diff)
downloadports-7a6f7df4c60a51dae7ae475433dd8022a476be54.tar.gz
ports-7a6f7df4c60a51dae7ae475433dd8022a476be54.zip
Notes
Diffstat (limited to 'devel/etoile-unitkit')
-rw-r--r--devel/etoile-unitkit/Makefile30
-rw-r--r--devel/etoile-unitkit/distinfo3
-rw-r--r--devel/etoile-unitkit/pkg-descr4
-rw-r--r--devel/etoile-unitkit/pkg-plist10
4 files changed, 47 insertions, 0 deletions
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