pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/quarto



Module Name:    pkgsrc
Committed By:   pin
Date:           Sat Aug 12 17:07:22 UTC 2023

Added Files:
        pkgsrc/games/quarto: DESCR Makefile PLIST distinfo

Log Message:
games/quarto: import package

The game is played on a 4x4 board with 16 pieces. Each piece has four distinct
characteristics: size, color, shape and fill.
On your turn, you choose one of the 16 pieces and give it to your opponent.
Your opponent then places that piece on any empty space on the board.

The first player to create a row of four pieces with at least one matching
characteristic wins the game. Matching characteristics can be in any direction,
horizontally, vertically, or diagonally.

In the harder square mode, (-q), a square of 4 is also considered a win.

If all 16 pieces have been placed and there is no winner, the game is a tie.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/quarto/DESCR pkgsrc/games/quarto/Makefile \
    pkgsrc/games/quarto/PLIST pkgsrc/games/quarto/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/games/quarto/DESCR
diff -u /dev/null pkgsrc/games/quarto/DESCR:1.1
--- /dev/null   Sat Aug 12 17:07:22 2023
+++ pkgsrc/games/quarto/DESCR   Sat Aug 12 17:07:22 2023
@@ -0,0 +1,12 @@
+The game is played on a 4x4 board with 16 pieces. Each piece has four distinct
+characteristics: size, color, shape and fill.
+On your turn, you choose one of the 16 pieces and give it to your opponent.
+Your opponent then places that piece on any empty space on the board.
+
+The first player to create a row of four pieces with at least one matching
+characteristic wins the game. Matching characteristics can be in any direction,
+horizontally, vertically, or diagonally.
+
+In the harder square mode, (-q), a square of 4 is also considered a win.
+
+If all 16 pieces have been placed and there is no winner, the game is a tie.
Index: pkgsrc/games/quarto/Makefile
diff -u /dev/null pkgsrc/games/quarto/Makefile:1.1
--- /dev/null   Sat Aug 12 17:07:22 2023
+++ pkgsrc/games/quarto/Makefile        Sat Aug 12 17:07:22 2023
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2023/08/12 17:07:22 pin Exp $
+
+DISTNAME=      quarto-0.2.0
+CATEGORIES=    games
+MASTER_SITES=  https://static.crates.io/crates/quarto/
+EXTRACT_SUFX=  .crate
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/domenukk/quarto_rs/
+COMMENT=       Your friendly Quarto game
+LICENSE=       mit OR apache-2.0
+
+.include "../../lang/rust/cargo.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/games/quarto/PLIST
diff -u /dev/null pkgsrc/games/quarto/PLIST:1.1
--- /dev/null   Sat Aug 12 17:07:22 2023
+++ pkgsrc/games/quarto/PLIST   Sat Aug 12 17:07:22 2023
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2023/08/12 17:07:22 pin Exp $
+bin/quarto
Index: pkgsrc/games/quarto/distinfo
diff -u /dev/null pkgsrc/games/quarto/distinfo:1.1
--- /dev/null   Sat Aug 12 17:07:22 2023
+++ pkgsrc/games/quarto/distinfo        Sat Aug 12 17:07:22 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/12 17:07:22 pin Exp $
+
+BLAKE2s (quarto-0.2.0.crate) = acef9062886ffdf73ed4acc5f8ccabcfad84423678173ff0425e8dd02e113842
+SHA512 (quarto-0.2.0.crate) = 5a70d0ce896a788cbd7e53cf27060217700dd875804cebeaac6b5cd5caeda6bea8deac7753db001d6780962c61bb98b1583d27d612d3046a9eef4e4c8047cc1b
+Size (quarto-0.2.0.crate) = 111862 bytes



Home | Main Index | Thread Index | Old Index