From 42bb2c877cc21601ba95baabd21c888027c61740 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 19 Dec 2006 09:32:44 +0000 Subject: Fortunate displays a quotation in a window. Fortunate is a Cocoa/Objective-C graphical front-end to the command-line BSD fortune which, since the dawn of time, has been providing countless seconds of fun each time a user logs in. WWW: http://www.orange-carb.org/~csaldanh/software.html --- games/Makefile | 1 + games/fortunate/Makefile | 22 ++++++++++++++++++++++ games/fortunate/distinfo | 3 +++ games/fortunate/pkg-descr | 5 +++++ games/fortunate/pkg-plist | 14 ++++++++++++++ 5 files changed, 45 insertions(+) create mode 100644 games/fortunate/Makefile create mode 100644 games/fortunate/distinfo create mode 100644 games/fortunate/pkg-descr create mode 100644 games/fortunate/pkg-plist (limited to 'games') diff --git a/games/Makefile b/games/Makefile index e9553b43e792..017f689aa69d 100644 --- a/games/Makefile +++ b/games/Makefile @@ -200,6 +200,7 @@ SUBDIR += fmars SUBDIR += foobillard SUBDIR += formido + SUBDIR += fortunate SUBDIR += fotaq SUBDIR += frabs SUBDIR += freebsd-games diff --git a/games/fortunate/Makefile b/games/fortunate/Makefile new file mode 100644 index 000000000000..b6aabc5602ad --- /dev/null +++ b/games/fortunate/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: fortunate +# Date created: 09 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= fortunate +PORTVERSION= 3.1 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_GNUSTEP_CH} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Graphical front-end to the command-line BSD fortune + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes + +.include diff --git a/games/fortunate/distinfo b/games/fortunate/distinfo new file mode 100644 index 000000000000..dd9a308273c3 --- /dev/null +++ b/games/fortunate/distinfo @@ -0,0 +1,3 @@ +MD5 (fortunate-3.1.tar.gz) = 3a05ffb26e68794a71dceb78c59fd016 +SHA256 (fortunate-3.1.tar.gz) = 4e1818e5b8dc4452c22a471b4856fff8f65e6b2254227d2de91ee89d1ea5700d +SIZE (fortunate-3.1.tar.gz) = 109892 diff --git a/games/fortunate/pkg-descr b/games/fortunate/pkg-descr new file mode 100644 index 000000000000..0d9d89ade8de --- /dev/null +++ b/games/fortunate/pkg-descr @@ -0,0 +1,5 @@ +Fortunate displays a quotation in a window. Fortunate is a Cocoa/Objective-C +graphical front-end to the command-line BSD fortune which, since the dawn of +time, has been providing countless seconds of fun each time a user logs in. + +WWW: http://www.orange-carb.org/~csaldanh/software.html diff --git a/games/fortunate/pkg-plist b/games/fortunate/pkg-plist new file mode 100644 index 000000000000..f4dd314e6ed6 --- /dev/null +++ b/games/fortunate/pkg-plist @@ -0,0 +1,14 @@ +Local/Applications/Fortunate.app/Fortunate +Local/Applications/Fortunate.app/Resources/English.lproj/Fortunate.gorm/data.classes +Local/Applications/Fortunate.app/Resources/English.lproj/Fortunate.gorm/data.info +Local/Applications/Fortunate.app/Resources/English.lproj/Fortunate.gorm/objects.gorm +Local/Applications/Fortunate.app/Resources/Fortunate.desktop +Local/Applications/Fortunate.app/Resources/Fortunate.tiff +Local/Applications/Fortunate.app/Resources/FortunateInfo.plist +Local/Applications/Fortunate.app/Resources/Info-gnustep.plist +Local/Applications/Fortunate.app/library_paths.openapp +Local/Applications/Fortunate.app/stamp.make +@dirrm Local/Applications/Fortunate.app/Resources/English.lproj/Fortunate.gorm +@dirrm Local/Applications/Fortunate.app/Resources/English.lproj +@dirrm Local/Applications/Fortunate.app/Resources +@dirrm Local/Applications/Fortunate.app -- cgit v1.2.3