diff options
author | prlw1 <prlw1@pkgsrc.org> | 2014-11-29 13:42:30 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2014-11-29 13:42:30 +0000 |
commit | b11a62fe069a96af85f8c35528c1d4d924e6f351 (patch) | |
tree | b2000e70bc0de53023aa11451b325e0cab1af398 /games | |
parent | c3d07c6d2e585b1dfd1d0a9964a126e0352b131c (diff) | |
download | pkgsrc-b11a62fe069a96af85f8c35528c1d4d924e6f351.tar.gz |
Add qqwing 1.3.3
QQwing is software for generating and solving Sudoku puzzles.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 3 | ||||
-rw-r--r-- | games/qqwing/DESCR | 1 | ||||
-rw-r--r-- | games/qqwing/Makefile | 19 | ||||
-rw-r--r-- | games/qqwing/PLIST | 6 | ||||
-rw-r--r-- | games/qqwing/buildlink3.mk | 12 | ||||
-rw-r--r-- | games/qqwing/distinfo | 5 |
6 files changed, 45 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 2d425b31f62..e079f8b39e9 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.375 2014/09/13 15:18:44 shattered Exp $ +# $NetBSD: Makefile,v 1.376 2014/11/29 13:42:30 prlw1 Exp $ # COMMENT= Games @@ -267,6 +267,7 @@ SUBDIR+= pysolfc SUBDIR+= pytraffic SUBDIR+= qnetwalk SUBDIR+= qonk +SUBDIR+= qqwing SUBDIR+= qstat SUBDIR+= quake SUBDIR+= quake2forge diff --git a/games/qqwing/DESCR b/games/qqwing/DESCR new file mode 100644 index 00000000000..bc72a83adb6 --- /dev/null +++ b/games/qqwing/DESCR @@ -0,0 +1 @@ +QQwing is software for generating and solving Sudoku puzzles. diff --git a/games/qqwing/Makefile b/games/qqwing/Makefile new file mode 100644 index 00000000000..8de0b1ec44c --- /dev/null +++ b/games/qqwing/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2014/11/29 13:42:30 prlw1 Exp $ + +DISTNAME= qqwing-1.3.3 +CATEGORIES= games +MASTER_SITES= http://qqwing.com/ + +MAINTAINER= prlw1@cam.ac.uk +HOMEPAGE= http://qqwing.com/ +COMMENT= Sudoku puzzle generator and solver +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake pkg-config +USE_LANGUAGES= c c++ + +PKGCONFIG_OVERRIDE+= qqwing.pc.in + +.include "../../mk/bsd.pkg.mk" diff --git a/games/qqwing/PLIST b/games/qqwing/PLIST new file mode 100644 index 00000000000..b84c73cfbc3 --- /dev/null +++ b/games/qqwing/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2014/11/29 13:42:30 prlw1 Exp $ +bin/qqwing +include/qqwing.hpp +lib/libqqwing.la +lib/pkgconfig/qqwing.pc +man/man1/qqwing.1 diff --git a/games/qqwing/buildlink3.mk b/games/qqwing/buildlink3.mk new file mode 100644 index 00000000000..dfe2998373b --- /dev/null +++ b/games/qqwing/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2014/11/29 13:42:30 prlw1 Exp $ + +BUILDLINK_TREE+= qqwing + +.if !defined(QQWING_BUILDLINK3_MK) +QQWING_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.qqwing+= qqwing>=1.3.3 +BUILDLINK_PKGSRCDIR.qqwing?= ../../games/qqwing +.endif # QQWING_BUILDLINK3_MK + +BUILDLINK_TREE+= -qqwing diff --git a/games/qqwing/distinfo b/games/qqwing/distinfo new file mode 100644 index 00000000000..7e3deee2de5 --- /dev/null +++ b/games/qqwing/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/11/29 13:42:30 prlw1 Exp $ + +SHA1 (qqwing-1.3.3.tar.gz) = 4b654c9a348dc1b30acc14705fd8827400ba8101 +RMD160 (qqwing-1.3.3.tar.gz) = 593faad765a87630ca4684109ca35c7d69cdb5e0 +Size (qqwing-1.3.3.tar.gz) = 352173 bytes |