Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Nov 1999 03:56:42 -0500 (EST)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/15132: new port: games/krubik
Message-ID:  <199911280856.DAA20461@shadow.blackdawn.com>

next in thread | raw e-mail | index | archive | help

>Number:         15132
>Category:       ports
>Synopsis:       new port: games/krubik
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 28 01:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Tue Nov 16 05:42:45 EST 1999     will@:/usr/src/sys/compile/ARGON  i386

>Description:

KRubik is a KDE version of the famous Rubik's Cube.
Fun game!

>How-To-Repeat:

Use the shar below to import the new port to the tree.

>Fix:

# 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:
#
#	krubik
#	krubik/files
#	krubik/files/md5
#	krubik/pkg
#	krubik/pkg/COMMENT
#	krubik/pkg/DESCR
#	krubik/pkg/PLIST
#	krubik/patches
#	krubik/Makefile
#
echo c - krubik
mkdir -p krubik > /dev/null 2>&1
echo c - krubik/files
mkdir -p krubik/files > /dev/null 2>&1
echo x - krubik/files/md5
sed 's/^X//' >krubik/files/md5 << 'END-of-krubik/files/md5'
XMD5 (krubik-1.06.tar.gz) = 1fa5a1e35b2a88056fa051d18022ffb4
END-of-krubik/files/md5
echo c - krubik/pkg
mkdir -p krubik/pkg > /dev/null 2>&1
echo x - krubik/pkg/COMMENT
sed 's/^X//' >krubik/pkg/COMMENT << 'END-of-krubik/pkg/COMMENT'
XNeat Rubik game implemented using KDE.
END-of-krubik/pkg/COMMENT
echo x - krubik/pkg/DESCR
sed 's/^X//' >krubik/pkg/DESCR << 'END-of-krubik/pkg/DESCR'
XKRubik is a neat KDE-ized version of the famous
XRubik game. It is relatively well-developed and
Xeasy to use.
X
XWWW: http://www.phys.uu.nl/~eendebak/kde/krubik.html
END-of-krubik/pkg/DESCR
echo x - krubik/pkg/PLIST
sed 's/^X//' >krubik/pkg/PLIST << 'END-of-krubik/pkg/PLIST'
Xbin/krubik
Xshare/doc/HTML/en/krubik/devel/index.html
Xshare/doc/HTML/en/krubik/devel/heir.html
Xshare/doc/HTML/en/krubik/devel/Cube.html
Xshare/doc/HTML/en/krubik/devel/Vector.html
Xshare/doc/HTML/en/krubik/devel/KRubik.html
Xshare/doc/HTML/en/krubik/devel/Kleur.html
Xshare/doc/HTML/en/krubik/devel/vector-h.html
Xshare/doc/HTML/en/krubik/devel/defines-h.html
Xshare/doc/HTML/en/krubik/devel/cube-h.html
Xshare/doc/HTML/en/krubik/devel/dialog-h.html
Xshare/doc/HTML/en/krubik/devel/includes-h.html
Xshare/doc/HTML/en/krubik/devel/krubik-h.html
Xshare/doc/HTML/en/krubik/index.html
Xshare/doc/HTML/en/krubik/index-1.html
Xshare/doc/HTML/en/krubik/index-2.html
Xshare/doc/HTML/en/krubik/index-3.html
Xshare/doc/HTML/en/krubik/index-4.html
Xshare/doc/HTML/en/krubik/index-5.html
Xshare/doc/HTML/en/krubik/region.gif
Xshare/apps/krubik/example1.cube
Xshare/apps/krubik/example2.cube
Xshare/apps/krubik/example3.cube
Xshare/apps/krubik/example4.cube
Xshare/applnk/Games/krubik.kdelnk
Xshare/icons/krubik.xpm
Xshare/locale/de/LC_MESSAGES/krubik.mo
Xshare/locale/es/LC_MESSAGES/krubik.mo
Xshare/locale/hr/LC_MESSAGES/krubik.mo
Xshare/locale/it/LC_MESSAGES/krubik.mo
Xshare/locale/nl/LC_MESSAGES/krubik.mo
Xshare/locale/pt/LC_MESSAGES/krubik.mo
Xshare/locale/sk/LC_MESSAGES/krubik.mo
X@dirrm share/doc/HTML/en/krubik/devel
X@dirrm share/doc/HTML/en/krubik
X@dirrm share/apps/krubik
END-of-krubik/pkg/PLIST
echo c - krubik/patches
mkdir -p krubik/patches > /dev/null 2>&1
echo x - krubik/Makefile
sed 's/^X//' >krubik/Makefile << 'END-of-krubik/Makefile'
X# New ports collection makefile for:	krubik
X# Version required:	1.06
X# Date created:		19 Nov 1999
X# Whom:			Will Andrews <andrews@technologist.com>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	krubik-1.06
XCATEGORIES=	games
XMASTER_SITES=	http://www.phys.uu.nl/~eendebak/kde/
X
XMAINTAINER=	andrews@technologist.com
X
XLIB_DEPENDS=	kdeui.2:${PORTSDIR}/x11/kdelibs11
X
XGNU_CONFIGURE=	yes
XUSE_QT=		yes
XUSE_NEWGCC=	yes
XCONFIGURE_ARGS=	--prefix=${PREFIX} --datadir=${PREFIX}
XCONFIGURE_ENV=	KDEDIR=${PREFIX}
X
X.include <bsd.port.mk>
END-of-krubik/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911280856.DAA20461>