pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/greed
Module Name: pkgsrc
Committed By: wiz
Date: Tue May 12 18:06:06 UTC 2026
Modified Files:
pkgsrc/games/greed: DESCR Makefile PLIST distinfo
Log Message:
greed: update to 5.0.
Ported to Rust.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/games/greed/DESCR \
pkgsrc/games/greed/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/games/greed/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/games/greed/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/greed/DESCR
diff -u pkgsrc/games/greed/DESCR:1.1.1.1 pkgsrc/games/greed/DESCR:1.2
--- pkgsrc/games/greed/DESCR:1.1.1.1 Sat Feb 24 21:06:00 2007
+++ pkgsrc/games/greed/DESCR Tue May 12 18:06:06 2026
@@ -1,2 +1,6 @@
-The strategy game of Greed. Try to eat as much as possible of the
-board before munching yourself into a corner.
+Eat as much as you can before munching yourself into a corner.
+
+When you move in a direction, you erase N grid squares in that
+direction, N being the first number in that direction and your
+score for the move. You cannot move onto a space you have already
+eaten, and the game ends when you cannot move.
Index: pkgsrc/games/greed/PLIST
diff -u pkgsrc/games/greed/PLIST:1.1.1.1 pkgsrc/games/greed/PLIST:1.2
--- pkgsrc/games/greed/PLIST:1.1.1.1 Sat Feb 24 21:06:00 2007
+++ pkgsrc/games/greed/PLIST Tue May 12 18:06:06 2026
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/24 21:06:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/05/12 18:06:06 wiz Exp $
bin/greed
man/man6/greed.6
Index: pkgsrc/games/greed/Makefile
diff -u pkgsrc/games/greed/Makefile:1.9 pkgsrc/games/greed/Makefile:1.10
--- pkgsrc/games/greed/Makefile:1.9 Mon Mar 30 20:48:55 2026
+++ pkgsrc/games/greed/Makefile Tue May 12 18:06:06 2026
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.9 2026/03/30 20:48:55 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/05/12 18:06:06 wiz Exp $
-DISTNAME= greed-4.5
-CATEGORIES= games
-MASTER_SITES= http://www.catb.org/~esr/greed/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.catb.org/~esr/greed/
-COMMENT= Strategy game: eat as much as possible
-LICENSE= 2-clause-bsd
+DISTNAME= greed-5.0
+CATEGORIES= games
+MASTER_SITES= http://www.catb.org/~esr/greed/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.catb.org/~esr/greed/
+COMMENT= Strategy game: eat as much as possible
+LICENSE= 2-clause-bsd
TOOL_DEPENDS+= ${RUBY_PKGPREFIX}-asciidoctor-[0-9]*:../../textproc/ruby-asciidoctor
@@ -17,12 +17,9 @@ MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
MAKE_FLAGS+= SFILE=${PREFIX}/share/games/greed.hs
-SUBST_CLASSES+= ad
-SUBST_SED.ad+= -e "s,asciidoctor,asciidoctor${RUBY_SUFFIX},"
-SUBST_STAGE.ad= pre-build
-SUBST_FILES.ad+= Makefile
-SUBST_MESSAGE.ad= Fixing asciidoctor name.
+pre-configure:
+ ${LN} -s ${PREFIX}/bin/asciidoctor${RUBY_SUFFIX} ${TOOLS_DIR}/bin/asciidoctor
.include "../../lang/ruby/rubyversion.mk"
-.include "../../mk/curses.buildlink3.mk"
+.include "../../lang/rust/rust.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/games/greed/distinfo
diff -u pkgsrc/games/greed/distinfo:1.13 pkgsrc/games/greed/distinfo:1.14
--- pkgsrc/games/greed/distinfo:1.13 Mon Mar 30 20:48:55 2026
+++ pkgsrc/games/greed/distinfo Tue May 12 18:06:06 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2026/03/30 20:48:55 wiz Exp $
+$NetBSD: distinfo,v 1.14 2026/05/12 18:06:06 wiz Exp $
-BLAKE2s (greed-4.5.tar.gz) = 3056ee4eb4e848c2f511273f9c3cc2bf25068e58f90c3c725438aef334b51d43
-SHA512 (greed-4.5.tar.gz) = 488bde0ee2e4271b882ba1aeb70b7547bdb8b081e125de593f5de77e1bef5a1926f399b815ab81ac15b14e4b5af9372b8ad7f8855f1c62b7d25688d8de8aa6c0
-Size (greed-4.5.tar.gz) = 16185 bytes
+BLAKE2s (greed-5.0.tar.gz) = c7f2c8641daa1fe2dc6aa4189f122054fec7bc74e4dc8eb647310c170df744cd
+SHA512 (greed-5.0.tar.gz) = e04d1108fddef2c8e128b1e883bc78d521e47aaf577b883b8954c2b928e622e8e500c24f557bf4b0d185b2146f1522243916d2550a785f3d160e3f69f36e080e
+Size (greed-5.0.tar.gz) = 15901 bytes
Home |
Main Index |
Thread Index |
Old Index