From 9982fe2db544cd4af3536dfadb2e0444d3972cac Mon Sep 17 00:00:00 2001 From: sebastia Date: Sat, 16 Jul 2011 15:17:57 +0000 Subject: [PATCH] Import GMastermind: GMastermind is an implementation of the well-known Mastermind game. The object of the game is to determine the hidden combination of four colors. OK sthen@ --- x11/gnustep/gmastermind/Makefile | 14 ++++++++++++++ x11/gnustep/gmastermind/distinfo | 5 +++++ x11/gnustep/gmastermind/pkg/DESCR | 3 +++ x11/gnustep/gmastermind/pkg/PLIST | 12 ++++++++++++ 4 files changed, 34 insertions(+) create mode 100644 x11/gnustep/gmastermind/Makefile create mode 100644 x11/gnustep/gmastermind/distinfo create mode 100644 x11/gnustep/gmastermind/pkg/DESCR create mode 100644 x11/gnustep/gmastermind/pkg/PLIST diff --git a/x11/gnustep/gmastermind/Makefile b/x11/gnustep/gmastermind/Makefile new file mode 100644 index 00000000000..b1bf0f4aca9 --- /dev/null +++ b/x11/gnustep/gmastermind/Makefile @@ -0,0 +1,14 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2011/07/16 15:17:57 sebastia Exp $ + +COMMENT = GNUstep mastermind game + +DISTNAME = GMastermind-0.6 +CATEGORIES = games + +HOMEPAGE = http://gap.nongnu.org/gmastermind/ +MASTER_SITES = http://savannah.nongnu.org/download/gap/ + +MODULES = x11/gnustep +WANTLIB += c m pthread + +.include diff --git a/x11/gnustep/gmastermind/distinfo b/x11/gnustep/gmastermind/distinfo new file mode 100644 index 00000000000..dd012f0bc29 --- /dev/null +++ b/x11/gnustep/gmastermind/distinfo @@ -0,0 +1,5 @@ +MD5 (gnustep/GMastermind-0.6.tar.gz) = iRCBXty/RrsHGQDfh460Ig== +RMD160 (gnustep/GMastermind-0.6.tar.gz) = Vw6/nbJ9JfBPb2hMQVxCfEbrCMw= +SHA1 (gnustep/GMastermind-0.6.tar.gz) = e/rStvRfDCMTFaQug8/IARcJUOY= +SHA256 (gnustep/GMastermind-0.6.tar.gz) = GIu268MIOK+ONbegvBrzIFHOsKYBGAatoOe3fisH3qc= +SIZE (gnustep/GMastermind-0.6.tar.gz) = 17690 diff --git a/x11/gnustep/gmastermind/pkg/DESCR b/x11/gnustep/gmastermind/pkg/DESCR new file mode 100644 index 00000000000..51f04062f07 --- /dev/null +++ b/x11/gnustep/gmastermind/pkg/DESCR @@ -0,0 +1,3 @@ +GMastermind is an implementation of the well-known Mastermind game. The +object of the game is to determine the hidden combination of four +colors. diff --git a/x11/gnustep/gmastermind/pkg/PLIST b/x11/gnustep/gmastermind/pkg/PLIST new file mode 100644 index 00000000000..8f203f76eba --- /dev/null +++ b/x11/gnustep/gmastermind/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2011/07/16 15:17:57 sebastia Exp $ +bin/GMastermind +libexec/GNUstep/ +libexec/GNUstep/GMastermind.app/ +@bin libexec/GNUstep/GMastermind.app/GMastermind +libexec/GNUstep/GMastermind.app/Resources/ +libexec/GNUstep/GMastermind.app/Resources/French.lproj/ +libexec/GNUstep/GMastermind.app/Resources/French.lproj/Localizable.strings +libexec/GNUstep/GMastermind.app/Resources/GMastermind.desktop +libexec/GNUstep/GMastermind.app/Resources/GMastermind.tiff +libexec/GNUstep/GMastermind.app/Resources/Info-gnustep.plist +libexec/GNUstep/GMastermind.app/stamp.make