summaryrefslogtreecommitdiff
path: root/games/ggz-client-libs
AgeCommit message (Collapse)AuthorFilesLines
2022-10-26*: bump PKGREVISION for libunistring shlib major bumpwiz2-4/+4
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26games: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07games: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-29revbump for boost-libsadam2-4/+4
2021-04-21revbump for boost-libsadam2-4/+4
2020-05-22revbump after updating security/nettleadam2-4/+4
2020-03-08*: recursive bump for libffiwiz2-4/+4
2019-07-20*: recursive bump for nettle 3.5.1wiz2-4/+4
2018-04-17Add p11-kit to gnutls/bl3.mk and bump dependencies.wiz2-4/+4
2018-01-14games/*: fix alignment of variable valuesrillig1-3/+3
pkglint -Wall -r --autofix --only aligned After running the above command, three packages had to be adjusted manually: In maelstrom-x11, pkglint didn't see that a commented variable assignment should have been re-aligned as well. In netmaze, there was a single line that didn't align well with all the others, but pkglint decided to adjust the whole paragraph to this single line. The result would have been ok, but not good. In tscp, there was a paragraph where some of the lines were indented one space more than the others. This rule is useful when one variable name is very long compared to the others, but not in this case.
2018-01-14pkgsrc doesn't support PREFIX with spaces or other special characters.rillig1-2/+2
Therefore it is not necessary to add the :Q modifier to this variable and several others. pkglint -r -Wall --autofix --only :Q
2016-09-19Recursive PKGREVISION bump for gnutls shlib major bump.wiz2-4/+4
2015-11-03Add SHA512 digests for distfiles for games categoryagc1-1/+2
Problems found locating distfiles: Package blokus: missing distfile blokus-1.1.tar.gz Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz Package dungeon: missing distfile dungeon-gdt-glk.tar.gz Package gate88: missing distfile Gate88_Mar19_05.tar.gz Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip Package rollemup: missing distfile Rollemup.tar.gz Package tscp: missing distfile tscp181.zip Package xbat: missing distfile xev111.tar.gz Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz Package xrick: missing distfile xrick-021212.tgz Package xskat: missing distfile xskat-cards.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-08-23Bump PKGREVISION for nettle shlib major bump.wiz2-4/+4
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz2-4/+4
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-23missing parts of recursive revbump for gnutls update.obache2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2009-07-28add a makefile snippet to install a wrapper for "ggz-config", preventingdrochner1-0/+16
it from installing config files into /etc at pkg install time (We could do better, save the information and do it later from the INSTALL script, but I didn't anything ggz-like to work, the game servers didn't respond, so I don't know how to test it.)
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-4/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-09-25Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILESwiz1-2/+2
source.
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-05-24Need msgfmt to build.obache1-1/+2
Noticed by Hasso Tepper in PR 38690.
2008-05-06Add an initially empty ${PKG_SYSCONFDIR}/ggz.modules. Various other GGZmarkd1-2/+3
aware packages will update it.
2008-04-26Add PKG_SYSCONFDIR support.markd4-5/+31
2008-04-25Import ggz-client-libs-0.0.14.1 as games/ggz-client-libs.wiz6-0/+124
Based on wip package by Michael Rohrer. GGZ Gaming Zone GGZ is a project to create a free gaming platform. The project includes a server, games for the server, clients, and games for the clients. Other projects may include ggz networking into their games. GNOME games project and Freeciv 2.1 releases use ggz. This packages contains the libraries for clients and games.