From 4d0c7492579286827c0f48efca32bd964330d4bd Mon Sep 17 00:00:00 2001 From: dvol Date: Mon, 13 Aug 2007 20:08:02 +0000 Subject: [PATCH] Added GSCommander. --- GSCommander/DESCR | 2 ++ GSCommander/Makefile | 20 ++++++++++++++++++++ GSCommander/PLIST | 13 +++++++++++++ GSCommander/distinfo | 5 +++++ 4 files changed, 40 insertions(+) create mode 100644 GSCommander/DESCR create mode 100644 GSCommander/Makefile create mode 100644 GSCommander/PLIST create mode 100644 GSCommander/distinfo diff --git a/GSCommander/DESCR b/GSCommander/DESCR new file mode 100644 index 0000000000..ea6e97e3d8 --- /dev/null +++ b/GSCommander/DESCR @@ -0,0 +1,2 @@ +GSCommander is a Unix command monitor for GNUstep. It was inspired by the +CommandMon program for NEXTSTEP. diff --git a/GSCommander/Makefile b/GSCommander/Makefile new file mode 100644 index 0000000000..1c2d33996e --- /dev/null +++ b/GSCommander/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/08/13 20:08:02 dvol Exp $ +# + +DISTNAME= GSCommander-0.1 +CATEGORIES= x11 gnustep +MASTER_SITES= http://www.nice.ch/~phip/ + +MAINTAINER= metaridley@mchsi.com +HOMEPAGE= http://www.nice.ch/~phip/softcorner.html +COMMENT= Simple Unix command monitor for GNUstep + +WRKSRC= ${WRKDIR}/GSCommander +USE_LANGUAGES= objc +NO_CONFIGURE= yes +MAKE_FILE=GNUmakefile +USE_TOOLS+=gmake + +.include "../../devel/gnustep-base/buildlink3.mk" +.include "../../x11/gnustep-gui/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/GSCommander/PLIST b/GSCommander/PLIST new file mode 100644 index 0000000000..82659c621e --- /dev/null +++ b/GSCommander/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/13 20:08:02 dvol Exp $ +share/GNUstep/Local/Applications/GSCommander.app/GSCommander +share/GNUstep/Local/Applications/GSCommander.app/Resources/COPYING +share/GNUstep/Local/Applications/GSCommander.app/Resources/GSCommander.desktop +share/GNUstep/Local/Applications/GSCommander.app/Resources/GSCommander.tiff +share/GNUstep/Local/Applications/GSCommander.app/Resources/GSCommanderInfo.plist +share/GNUstep/Local/Applications/GSCommander.app/Resources/Info-gnustep.plist +share/GNUstep/Local/Applications/GSCommander.app/Resources/README +share/GNUstep/Local/Applications/GSCommander.app/library_paths.openapp +share/GNUstep/Local/Applications/GSCommander.app/stamp.make +@dirrm share/GNUstep/Local/Applications/GSCommander.app/Resources +@dirrm share/GNUstep/Local/Applications/GSCommander.app +@comment in devel/gnustep-make: @dirrm share/GNUstep/Local/Applications diff --git a/GSCommander/distinfo b/GSCommander/distinfo new file mode 100644 index 0000000000..1c7f933b1b --- /dev/null +++ b/GSCommander/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/08/13 20:08:02 dvol Exp $ + +SHA1 (GSCommander-0.1.tar.gz) = e384dc366154dec2d90f9f4482ab0f34af5ab35e +RMD160 (GSCommander-0.1.tar.gz) = f4e94b4f708ca7ed673211070bebc615df8180b1 +Size (GSCommander-0.1.tar.gz) = 17932 bytes