[Midnightbsd-cvs] mports: deskutils/etoile-outerspace: Initial import.
seirei at midnightbsd.org
seirei at midnightbsd.org
Sun Sep 9 10:32:28 EDT 2007
Log Message:
-----------
Initial import.
Added Files:
-----------
mports/deskutils/etoile-outerspace:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
--- /dev/null
+++ deskutils/etoile-outerspace/pkg-descr
@@ -0,0 +1,3 @@
+OuterSpace is a simple file manager. It is spacial, not navigational.
+It treats files as objects. It is designed to be simple, therefore,
+may not be suitable for power users.
--- /dev/null
+++ deskutils/etoile-outerspace/pkg-plist
@@ -0,0 +1,10 @@
+System/Applications/OuterSpace.app/OuterSpace
+System/Applications/OuterSpace.app/Resources/Info-gnustep.plist
+System/Applications/OuterSpace.app/Resources/OuterSpaceInfo.plist
+System/Applications/OuterSpace.app/Resources/OuterSpace.desktop
+System/Applications/OuterSpace.app/Resources/OSRightArrow.tiff
+System/Applications/OuterSpace.app/Resources/TrashCan.tiff
+System/Applications/OuterSpace.app/stamp.make
+System/Tools/OuterSpace
+ at dirrm System/Applications/OuterSpace.app/Resources
+ at dirrm System/Applications/OuterSpace.app
--- /dev/null
+++ deskutils/etoile-outerspace/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: etoile-outerspace
+# Date created: 9 Sep 2007
+# Whom: seirei at MidnightBSD.org
+#
+# $MidnightBSD: mports/deskutils/etoile-outerspace/Makefile,v 1.1 2007/09/09 14:32:28 seirei Exp $
+#
+
+PORTNAME= outerspace
+PORTVERSION= 0.1.${SNAPSHOT}
+CATEGORIES= deskutils gnustep
+MASTER_SITES= http://download.gna.org/etoile/
+LICENSE= bsd3
+PKGNAMEPREFIX= etoile-
+DISTNAME= etoile-0.2
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Etoile Project EtoileUI framework
+
+USE_XLIB= yes
+USE_GNUSTEP= yes
+USE_GNUSTEP_PREFIX= yes
+USE_GNUSTEP_BACK= yes
+USE_GNUSTEP_BUILD= yes
+USE_GNUSTEP_INSTALL= yes
+USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
+
+USE_GNUSTEP_LOCAL_LIBS+= \
+ InspectorKit:${INSPECTORKIT_PORT} \
+ EtoileUI:${ETOILEUI_PORT} \
+
+USE_GNUSTEP_SYSTEM_LIBS+= \
+ XWindowServerKit:${XWINDOWSERVERKIT_PORT} \
+
+#NO_FILTER_SHLIBS= yes
+MAKE_FLAGS+= OPTFLAG="${CFLAGS} -I${X11BASE}/include"
+
+SNAPSHOT= 20070728
+WRKSRC= ${WRKDIR}/Etoile-0.2/
+USE_GNUSTEP_MAKE_DIRS+= Services/User/OuterSpace
+
+INSPECTORKIT_PORT?= deskutils/etoile-inspectorkit
+ETOILEUI_PORT?= deskutils/etoile-ui
+XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit
+
+.include <bsd.port.mk>
--- /dev/null
+++ deskutils/etoile-outerspace/distinfo
@@ -0,0 +1,3 @@
+MD5 (etoile-0.2.tar.gz) = cc1b54ba2e4ba371c5eda45c756bece9
+SHA256 (etoile-0.2.tar.gz) = 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c
+SIZE (etoile-0.2.tar.gz) = 21373391
More information about the Midnightbsd-cvs
mailing list