# 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: # # twind # twind/Makefile # twind/distinfo # twind/pkg-descr # twind/pkg-plist # twind/Makefile-00 # echo c - twind mkdir -p twind > /dev/null 2>&1 echo x - twind/Makefile sed 's/^X//' >twind/Makefile << 'ed806bf58373a9d717caa1a5efa207fe' X# New Ports collection makefile for: twind X# Date created: 11 April 2012 X# Whom: nemysis X# X# $FreeBSD$ X# X XPORTNAME= twind XPORTVERSION= 1.1.0 X#PORTREVISION= 1 XCATEGORIES= games XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Match and remove all of the blocks before time runs out X XLICENSE= GPLv2 X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ X XUSE_GMAKE= yes XUSE_SDL= sdl mixer X#GNU_CONFIGURE= yes XUSE_DOS2UNIX= yes X XPORTDOCS= AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO X Xdo-install: X# Executable X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X# Data X ${MKDIR} ${DATADIR} X.for d in graphics music sound X ${CP} -R ${WRKSRC}/${d} ${DATADIR} X.endfor X X# Documentations X.if !defined(NOPORTDOCS) Xpost-install: X ${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X X.include ed806bf58373a9d717caa1a5efa207fe echo x - twind/distinfo sed 's/^X//' >twind/distinfo << 'c7c8fc2f8ec22b638e79e1ccb90733a3' XSHA256 (twind-1.1.0.tar.gz) = 392a09e92862cf8a89a9b8c6f5ed7255c15c7f058a89d889c32f59ed8da73382 XSIZE (twind-1.1.0.tar.gz) = 2837845 c7c8fc2f8ec22b638e79e1ccb90733a3 echo x - twind/pkg-descr sed 's/^X//' >twind/pkg-descr << 'e4391ee75c03306fbcc758a829e63805' XThe object of the game is to remove all of the blocks from the screen Xbefore the time runs out. Two blocks are removed at a time, Xand must be of the same color. After completing a level, Xyou will be rewarded with a bonus point for every tick left on the clock. XFor each level thereafter, the time to complete the the level will be shorter. X XWWW: http://twind.sourceforge.net/ e4391ee75c03306fbcc758a829e63805 echo x - twind/pkg-plist sed 's/^X//' >twind/pkg-plist << '8991ae8e51c1584f0364266e9cb0c973' Xbin/twind Xshare/twind/graphics/background.png Xshare/twind/graphics/beveled.png Xshare/twind/graphics/black_l.png Xshare/twind/graphics/black_r.png Xshare/twind/graphics/bricks.png Xshare/twind/graphics/brushed_metal.png Xshare/twind/graphics/circles.png Xshare/twind/graphics/freeserif_green_20.png Xshare/twind/graphics/freeserif_green_24.png Xshare/twind/graphics/freeserif_white_20.png Xshare/twind/graphics/freeserif_white_24.png Xshare/twind/graphics/highlight1.png Xshare/twind/graphics/highlight2.png Xshare/twind/graphics/highlight3.png Xshare/twind/graphics/highlight4.png Xshare/twind/graphics/left_mouse_highlight.png Xshare/twind/graphics/path_blocks.png Xshare/twind/graphics/pyramids.png Xshare/twind/graphics/right_mouse_highlight.png Xshare/twind/graphics/snake_skin.png Xshare/twind/graphics/timer_empty.png Xshare/twind/graphics/timer_empty_white.png Xshare/twind/graphics/timer_full.png Xshare/twind/graphics/timer_full_white.png Xshare/twind/graphics/title_big.png Xshare/twind/graphics/title_small.png Xshare/twind/graphics/twind.png Xshare/twind/graphics/volume_bar.png Xshare/twind/graphics/volume_slider.png Xshare/twind/graphics/white_l.png Xshare/twind/graphics/white_r.png Xshare/twind/music/0-0.ogg Xshare/twind/music/0-1.ogg Xshare/twind/music/1-1.ogg Xshare/twind/music/1-2.ogg Xshare/twind/music/2-1.ogg Xshare/twind/music/2-2.ogg Xshare/twind/music/3-1.ogg Xshare/twind/music/3-2.ogg Xshare/twind/music/4-1.ogg Xshare/twind/music/4-2.ogg Xshare/twind/music/5-1.ogg Xshare/twind/music/5-2.ogg Xshare/twind/music/6-1.ogg Xshare/twind/music/6-2.ogg Xshare/twind/sound/apply_bonus.wav Xshare/twind/sound/eliminate_blocks.wav Xshare/twind/sound/keyboard_click.wav Xshare/twind/sound/menu_option.wav Xshare/twind/sound/option_choice.wav Xshare/twind/sound/wrong_move.wav X@dirrm share/twind/sound X@dirrm share/twind/music X@dirrm share/twind/graphics X@dirrm share/twind 8991ae8e51c1584f0364266e9cb0c973 echo x - twind/Makefile-00 sed 's/^X//' >twind/Makefile-00 << '414f04daedb189daffcfee48be671427' X# New Ports collection makefile for: twind X# Date created: 11 April 2012 X# Whom: nemysis X# X# $FreeBSD$ X# X XPORTNAME= twind XPORTVERSION= 1.1.0 X#PORTREVISION= 1 XCATEGORIES= games XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Match and remove all of the blocks before time runs out X XLICENSE= GPLv2 X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ X XUSE_GMAKE= yes XUSE_SDL= sdl mixer X#GNU_CONFIGURE= yes XUSE_DOS2UNIX= yes X XPORTDOCS= AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO X Xdo-install: X# Executable X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin X X# Data X ${MKDIR} ${DATADIR} X.for d in graphics music sound X ${CP} -R ${WRKSRC}/${d} ${DATADIR} X.endfor X X# Documentations X.if !defined(NOPORTDOCS) Xpost-install: X ${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X.endfor X.endif X X.include 414f04daedb189daffcfee48be671427 exit