# 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: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# Ports collection makefile for: ksudoku X# Date created: 30 September 2005 X# Whom: Bartosz Fabianowski X# X# $FreeBSD$ X# X XPORTNAME= ksudoku XPORTVERSION= 0.3 XCATEGORIES= games kde XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= freebsd@chillt.de XCOMMENT= Sudoku (2D and 3D) generator and solver for KDE X XUSE_KDELIBS_VER= 3 XUSE_GMAKE= yes XGNU_CONFIGURE= yes X X.include XEXTRA_PATCHES= ${PORTSDIR}/x11/kde3/files/extrapatch-old_configure X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (ksudoku-0.3.tar.gz) = d5fe20e9deda671dd15340f43ab4c4a3 XSIZE (ksudoku-0.3.tar.gz) = 704694 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XKSudoku is a 2D and 3D Sudoku puzzle generator and solver for KDE. X XAmong its features are: X X* Supported board sizes (2D): 9x9, 16x16, 25x25 X* Supported board sizes (3D): 3x3x3, 4x4x4, 5x5x5 X* GUI for playing, saving, printing, solving and dubbing puzzles. X* Automatic solver that can provide hints should you get stuck. X XFor more information on Sudoku puzzles in general, see: Xhttp://en.wikipedia.org/wiki/Sudoku X XWWW: http://ksudoku.sourceforge.net/ END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xbin/ksudoku Xbin/ksudoku_client Xshare/applnk/Games/ksudoku.desktop Xshare/apps/ksudoku/ksudokuui.rc Xshare/doc/HTML/en/ksudoku/common Xshare/doc/HTML/en/ksudoku/index.cache.bz2 Xshare/doc/HTML/en/ksudoku/index.docbook Xshare/icons/hicolor/16x16/apps/ksudoku.png Xshare/icons/hicolor/32x32/apps/ksudoku.png Xshare/icons/hicolor/128x128/apps/ksudoku.png X@dirrm share/apps/ksudoku X@dirrm share/doc/HTML/en/ksudoku END-of-pkg-plist exit