Bug 47220 - New port: games/gnmm (GNOME Nine mens' morris)
Summary: New port: games/gnmm (GNOME Nine mens' morris)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-19 20:20 UTC by Simon Barner
Modified: 2003-09-28 14:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Barner 2003-01-19 20:20:00 UTC
This is a port for a "nine men's morris" implementation for the GNOME Desktop.
It is supposed to be GNOMENG conform.

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gnmm
#	gnmm/pkg-plist
#	gnmm/pkg-descr
#	gnmm/pkg-comment
#	gnmm/distinfo
#	gnmm/Makefile
#	gnmm/files
#	gnmm/files/patch-Makefile.in
#
echo c - gnmm
mkdir -p gnmm > /dev/null 2>&1
echo x - gnmm/pkg-plist
sed 's/^X//' >gnmm/pkg-plist << 'END-of-gnmm/pkg-plist'
Xbin/gnmm
Xshare/locale/de/LC_MESSAGES/gnmm.mo
Xshare/locale/locale.alias
Xshare/pixmaps/gnmm-logo.png
Xshare/pixmaps/gnmm/board.png
Xshare/pixmaps/gnmm/pieces.png
Xshare/gnome/apps/Games/gnmm.desktop
X@dirrm share/pixmaps/gnmm
END-of-gnmm/pkg-plist
echo x - gnmm/pkg-descr
sed 's/^X//' >gnmm/pkg-descr << 'END-of-gnmm/pkg-descr'
XA "nine mens' morris" implementation for the GNOME Desktop Environment
X
XFeatures:
X   * a strong computer player,
X   * move takeback,
X   * localization.
X   
XWWW: http://gnmm.sourceforge.net/
END-of-gnmm/pkg-descr
echo x - gnmm/pkg-comment
sed 's/^X//' >gnmm/pkg-comment << 'END-of-gnmm/pkg-comment'
XA "nine mens' morris" implementation for the GNOME Desktop Environment
END-of-gnmm/pkg-comment
echo x - gnmm/distinfo
sed 's/^X//' >gnmm/distinfo << 'END-of-gnmm/distinfo'
XMD5 (gnome/gnmm-0.1.2.tar.gz) = 59a9a9cb63ad49905c9ba8d1db4652b8
END-of-gnmm/distinfo
echo x - gnmm/Makefile
sed 's/^X//' >gnmm/Makefile << 'END-of-gnmm/Makefile'
X# New ports collection makefile for:	gnmm
X# Date created:				19 January 2003
X# Whom:					Simon Barner <barner@gmx.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gnmm
XPORTVERSION=	0.1.2
XCATEGORIES=	games gnome
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XDISTNAME=	${PORTNAME}-${PORTVERSION}
XDIST_SUBDIR=	gnome
X
XMAINTAINER=	barner@gmx.de
X
XUSE_X_PREFIX=	yes
XUSE_GMAKE=	yes
XUSE_GNOMENG=	yes
XUSE_GNOME=	gnomeprefix gnomehack gnomelibs gdkpixbuf
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-included-gettext
X
X.include <bsd.port.mk>
END-of-gnmm/Makefile
echo c - gnmm/files
mkdir -p gnmm/files > /dev/null 2>&1
echo x - gnmm/files/patch-Makefile.in
sed 's/^X//' >gnmm/files/patch-Makefile.in << 'END-of-gnmm/files/patch-Makefile.in'
X--- Makefile.in.orig	Sun Jan 19 17:53:32 2003
X+++ Makefile.in	Sun Jan 19 17:53:40 2003
X@@ -119,7 +119,7 @@
X cflags_set = @cflags_set@
X cxxflags_set = @cxxflags_set@
X 
X-SUBDIRS = src intl po macros pixmaps
X+SUBDIRS = intl src po macros pixmaps
X 
X EXTRA_DIST = \
X         gnmm.desktop
END-of-gnmm/files/patch-Makefile.in
exit
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-09-28 14:12:08 UTC
State Changed
From-To: open->closed

Commited, thanks!