diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-10-16 20:37:21 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-10-16 20:37:21 +0000 |
commit | 5bb2bd0382230b065c7df6f7d18dcf61a7a6b8ab (patch) | |
tree | b92ccac8280cc692fce0d20962a82aea90722c1a /games | |
parent | 5adae6c542fe3eb203bdbad6fe25f55748e6c25a (diff) | |
download | ports-5bb2bd0382230b065c7df6f7d18dcf61a7a6b8ab.tar.gz ports-5bb2bd0382230b065c7df6f7d18dcf61a7a6b8ab.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/polypuzzle/Makefile | 33 | ||||
-rw-r--r-- | games/polypuzzle/distinfo | 2 | ||||
-rw-r--r-- | games/polypuzzle/files/patch-polypuzzle | 22 | ||||
-rw-r--r-- | games/polypuzzle/pkg-descr | 5 | ||||
-rw-r--r-- | games/polypuzzle/pkg-plist | 20 |
6 files changed, 0 insertions, 83 deletions
diff --git a/games/Makefile b/games/Makefile index 4d7e91851b1a..7aa96c9b259f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -766,7 +766,6 @@ SUBDIR += poker-eval SUBDIR += pokerth SUBDIR += polyglot - SUBDIR += polypuzzle SUBDIR += pongix SUBDIR += popstar SUBDIR += pouetchess diff --git a/games/polypuzzle/Makefile b/games/polypuzzle/Makefile deleted file mode 100644 index b37a9d5e7e91..000000000000 --- a/games/polypuzzle/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: janos.mohacsi@bsd.hu -# $FreeBSD$ - -PORTNAME= polypuzzle -PORTVERSION= 1.8.2 -CATEGORIES= games tcl tk -MASTER_SITES= SF/tkgames/${PORTNAME}/main - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tessellation puzzle game - -DEPRECATED= This port depends on Tcl/Tk 8.4 , which is no longer\ - maintained. Please port it to 8.5+ -EXPIRATION_DATE= 2017-10-15 - -USES= tar:tgz tk:84,run -WRKSRC= ${WRKDIR}/${PORTNAME} -NO_BUILD= yes -NO_ARCH= yes -DESKTOP_ENTRIES="PolyPuzzle" "" "" "polypuzzle" "" "" - -post-patch: - @${REINPLACE_CMD} -e 's|%%WISH%%|${WISH:T}|' \ - -e 's|%%DATADIR%%|${DATADIR}|g' \ - ${WRKSRC}/polypuzzle - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/polypuzzle ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC} && ${INSTALL_DATA} colours menus pieces.* *.gif *.xbm \ - ${STAGEDIR}${DATADIR}) - -.include <bsd.port.mk> diff --git a/games/polypuzzle/distinfo b/games/polypuzzle/distinfo deleted file mode 100644 index 091115957d12..000000000000 --- a/games/polypuzzle/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (polypuzzle-1.8.2.tgz) = ef5c654b38dd1c31649d6805c52afb65ed8d61d0795c1f997607133fc0758425 -SIZE (polypuzzle-1.8.2.tgz) = 33088 diff --git a/games/polypuzzle/files/patch-polypuzzle b/games/polypuzzle/files/patch-polypuzzle deleted file mode 100644 index 423420b9ba6a..000000000000 --- a/games/polypuzzle/files/patch-polypuzzle +++ /dev/null @@ -1,22 +0,0 @@ ---- polypuzzle.orig 2008-10-26 00:53:04 UTC -+++ polypuzzle -@@ -1,8 +1,8 @@ - #!/bin/sh - # the next line restarts using tclsh \ --exec wish "$0" "$@" -+exec %%WISH%% "$0" "$@" - --if {[file isdirectory /usr/local/lib/polypuzzle]} {cd /usr/local/lib/polypuzzle} -+if {[file isdirectory %%DATADIR%%]} {cd %%DATADIR%%} - - # wish8.5.2 still occasionally has problems for polypuzzle without this hack: - set tcl_precision 12 -@@ -380,7 +380,7 @@ proc DrawPiece {n xpos ypos} { - # Place this piece on top (but underneath text, which is our ceiling) - # in windows tcl 8.2 this generates an error on initiation - # as text is not defined - ooh noo (but is ok in tcl832) -- .c lower piece$n text -+ # .c lower piece$n text - - .c move piece$n $xpos $ypos - diff --git a/games/polypuzzle/pkg-descr b/games/polypuzzle/pkg-descr deleted file mode 100644 index 47be64e18231..000000000000 --- a/games/polypuzzle/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Tessellation puzzle inspired by Beat The Computer. -Puzzles implemented include several based on -squares, hexagons and equilateral triangles. - -WWW: http://tkgames.sourceforge.net/ diff --git a/games/polypuzzle/pkg-plist b/games/polypuzzle/pkg-plist deleted file mode 100644 index a028391815fb..000000000000 --- a/games/polypuzzle/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/polypuzzle -%%DATADIR%%/colours -%%DATADIR%%/icon.xbm -%%DATADIR%%/iconmask.xbm -%%DATADIR%%/menus -%%DATADIR%%/pieces.3x20 -%%DATADIR%%/pieces.783 -%%DATADIR%%/pieces.bonus -%%DATADIR%%/pieces.chessboard -%%DATADIR%%/pieces.flower -%%DATADIR%%/pieces.krazy -%%DATADIR%%/pieces.large -%%DATADIR%%/pieces.medium -%%DATADIR%%/pieces.monster -%%DATADIR%%/pieces.round -%%DATADIR%%/pieces.small -%%DATADIR%%/pieces.square -%%DATADIR%%/pieces.star -%%DATADIR%%/pieces.triangle -%%DATADIR%%/polylogo.gif |