diff options
author | arved <arved@FreeBSD.org> | 2004-01-07 15:26:07 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-01-07 15:26:07 +0000 |
commit | 80f0a8d351ec1bae4180821bfc1b6992d5ab2eed (patch) | |
tree | 90e5f55dbfcfb5f6fba6708c5a6835b3a7c7af92 /games/krosswordplayer | |
parent | d1a541f16a7adcd3613982965d856662e6438902 (diff) | |
download | FreeBSD-ports-80f0a8d351ec1bae4180821bfc1b6992d5ab2eed.zip FreeBSD-ports-80f0a8d351ec1bae4180821bfc1b6992d5ab2eed.tar.gz |
Add krosswordplayer, a krossword puzzle game for KDE.
Diffstat (limited to 'games/krosswordplayer')
-rw-r--r-- | games/krosswordplayer/Makefile | 21 | ||||
-rw-r--r-- | games/krosswordplayer/distinfo | 1 | ||||
-rw-r--r-- | games/krosswordplayer/files/patch-acrosslite_conv-libacrosslite.cpp | 10 | ||||
-rw-r--r-- | games/krosswordplayer/files/patch-krosswordplayer-libacrosslite.cpp | 10 | ||||
-rw-r--r-- | games/krosswordplayer/pkg-descr | 9 | ||||
-rw-r--r-- | games/krosswordplayer/pkg-plist | 4 |
6 files changed, 55 insertions, 0 deletions
diff --git a/games/krosswordplayer/Makefile b/games/krosswordplayer/Makefile new file mode 100644 index 0000000..7001d23 --- /dev/null +++ b/games/krosswordplayer/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: krosswordplayer +# Date created: 2004-07-01 +# Whom: arved +# +# $FreeBSD$ + +PORTNAME= KrossWordPlayer +PORTVERSION= 1.3 +CATEGORIES= games +MASTER_SITES= http://home.houston.rr.com/epasveer/ +EXTRACT_SUFX= .tgz + +MAINTAINER= arved@FreeBSD.org +COMMENT= KDE crossword puzzle game + +USE_KDELIBS_VER= 3 +GNU_CONFIGURE= yes +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/games/krosswordplayer/distinfo b/games/krosswordplayer/distinfo new file mode 100644 index 0000000..40d6a75 --- /dev/null +++ b/games/krosswordplayer/distinfo @@ -0,0 +1 @@ +MD5 (KrossWordPlayer-1.3.tgz) = 05b754eb6f991a285cdd10a8573736bc diff --git a/games/krosswordplayer/files/patch-acrosslite_conv-libacrosslite.cpp b/games/krosswordplayer/files/patch-acrosslite_conv-libacrosslite.cpp new file mode 100644 index 0000000..bbd895a --- /dev/null +++ b/games/krosswordplayer/files/patch-acrosslite_conv-libacrosslite.cpp @@ -0,0 +1,10 @@ +--- acrosslite_conv/libacrosslite.cpp.orig Wed Jan 7 15:50:51 2004 ++++ acrosslite_conv/libacrosslite.cpp Wed Jan 7 15:51:05 2004 +@@ -3,6 +3,7 @@ + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> ++#include <stdio.h> + #include "libacrosslite.h" + + diff --git a/games/krosswordplayer/files/patch-krosswordplayer-libacrosslite.cpp b/games/krosswordplayer/files/patch-krosswordplayer-libacrosslite.cpp new file mode 100644 index 0000000..f375c42 --- /dev/null +++ b/games/krosswordplayer/files/patch-krosswordplayer-libacrosslite.cpp @@ -0,0 +1,10 @@ +--- krosswordplayer/libacrosslite.cpp.orig Wed Jan 7 15:54:39 2004 ++++ krosswordplayer/libacrosslite.cpp Wed Jan 7 15:54:54 2004 +@@ -3,6 +3,7 @@ + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> ++#include <stdio.h> + #include "libacrosslite.h" + + diff --git a/games/krosswordplayer/pkg-descr b/games/krosswordplayer/pkg-descr new file mode 100644 index 0000000..84ea1ed --- /dev/null +++ b/games/krosswordplayer/pkg-descr @@ -0,0 +1,9 @@ +Program to play (interactively solve) crosswords. It currently supports only +.puz and .txt files, but can support other formats if people notify me of them. + +The .puz and .txt formats are otherwise known as the AcrossLite formats, from +Literate Software Systems (see http://www.litsoft.com/). The .txt format is +an older version that has been replaced by the .puz format. + +Author: Ernie Pasveer <epasveer@houston.rr.com> +WWW: http://home.houston.rr.com/epasveer/ diff --git a/games/krosswordplayer/pkg-plist b/games/krosswordplayer/pkg-plist new file mode 100644 index 0000000..1cb8fe1 --- /dev/null +++ b/games/krosswordplayer/pkg-plist @@ -0,0 +1,4 @@ +bin/acrosslite_conv +bin/krosswordplayer +share/applnk/Utilities/krosswordplayer.desktop +@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true |