Commit graph

40 commits

Author SHA1 Message Date
joerg
4bd41386e5 Remove @dirrm entries from PLISTs 2009-06-14 17:56:38 +00:00
shattered
76a8ad6ace Remove extra :Q operator, as noted by pkglint.
OK by wiz@.
2009-01-04 22:25:57 +00:00
shattered
5cd10c8d18 Change maintainer email to my NetBSD.org alias. At the same time, disown
games/adom -- I don't use (play :-) it these days.
2009-01-04 14:08:14 +00:00
wiz
12f758e69b Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILES
source.
2008-09-25 14:02:08 +00:00
wiz
fb858667fd Use G_GNUC_FUNCTION instead of __FUNCTION__, to fix build on Solaris.
From maintainer Sergey Svishchev in private mail.
Bump PKGREVISION.
2007-12-09 23:23:03 +00:00
hira
8951aa3012 Back out previous. Pointed out by uebayasi@ and martti@. 2007-09-25 10:03:52 +00:00
hira
8b4409d328 mv -> ${MV}. 2007-09-25 08:49:03 +00:00
wiz
300d08ab00 From Sergey Svishchev:
DTRT when SETGIDGAME=yes

Bump PKGREVISION.
2007-06-15 22:15:11 +00:00
wiz
3a64d69785 CONF_FILES improvements from the maintainer, Sergey Svishchev.
Update MASTER_SITES. Bump PKGREVISION.
2006-07-17 18:37:45 +00:00
joerg
6bbaf3971d Needs pkg-config. 2006-06-11 14:22:51 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8cef6c454b Add RMD160 digests. 2005-02-23 23:11:54 +00:00
kristerw
31c0eb7f9a Fix some C99-isms to let this build under 1.6.2. 2004-11-23 21:15:40 +00:00
adam
d937cab681 Changes 3.1.5:
- Make pointer highlighting parameters configurable
  - New theme from 5balls - 5balls-Big
2004-11-17 15:47:03 +00:00
adam
0649a519d2 Changes 3.1.4:
- Polished and fixed gfx behavior (f.e. cell movement now works while ball is moving/destroying)
- Migration to GtkUIManager
- Scores now saved in utf-8 encoding (old scores will NOT be lost =)
- Workaround stupid gtk+ bug in window resizing code
2004-11-08 14:35:34 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
wiz
9a19c22e86 Unneeded after update to 3.1.3. 2004-07-04 23:40:13 +00:00
wiz
6019378051 Update to 3.1.3:
New in GtkBalls 3.1.3
  - Fixed critical bugs in pathfinding functions
  - New theme - "mascots"
  - Updates to auto*/gettext

New in GtkBalls 3.1.2
  - Fixed big bug that lead to sigsegv
  - Added saving/loading of keyboard accelerators

New in GtkBalls 3.1.1
  - Added ability to delete saved games from save/load game dialog
  - UI polishing
  - translations updates
  - small bug fixes
  - compilation fixes
  - gtkballs.spec fixes

New in GtkBalls 3.1.0
  - Now images in themes can be in any format that gdk-pixbuf understand
  - Game can be played with keyboard only (use arrows and space/enter)
  - Hilight cell "under the pointer" (for keyboard play)
  - Updated gtkballs(6x) man page
  - Death of score writer process now handled correctly (mostly)
  - compilation with gcc 3.x fixes
  - code reorganization (should be much readable now)
  - migration to autoconf 2.54/automake 1.6.3/gettext 0.11.5
2004-07-04 23:03:11 +00:00
snj
6e29917125 Use bl3 and keep scores in /var/games, not ${PREFIX}/var. Bump PKGREVISION. 2004-03-10 02:18:46 +00:00
grant
4390a2f42b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:30:55 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
gavan
19fe227d05 Don't touch Makefile.in. Fixes infinite looping problem on Solaris. 2003-12-30 12:29:48 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
salo
e11e690bb2 USE_PKGLOCALEDIR, delint. 2002-12-01 02:00:12 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
wiz
e33f5d0310 Scores file has to be removed manually. 2002-08-30 23:28:49 +00:00
wiz
f14cdb14dd Update to 3.0.1:
- Optional "Time Limit" per move.
- Removed world writable score file.
Also, convert to buildlink2.
2002-08-30 23:16:27 +00:00
jmc
3a9e421d64 Need x11.buildlink.mk here so when configure tests it links correctly 2002-04-19 05:17:53 +00:00
wiz
f262b5c427 Update to 3.0.0. Now uses gtk2 instead of gtk (first pkg in pkgsrc -- yeah!) :)
Other changes since 2.0.1:
- Bugfixes, code cleanups, ui polishing, etc...
- Rules now stored in preferences file
- Updated Polish translation
- Game rules now customizable. (i.e. you can set board size
  different than 9x9)
- "Input name" dialog now works as expected
- Save game file format changed to plain text.
- Score file format changed. Though old format still supported.
- Save/Load game.
- Option to turn off "disappearing" animation
- "Advanced" themes. =)
  You can start making your own themes if you have some spare time... =)
2002-04-06 18:58:32 +00:00
wiz
78231907c0 Initial import of gtkballs-2.0.1, provided in pkg/14604:
GtkBalls is a simple logic game.  The goal of the game is to make the
maximum number of lines with balls of the same color.  A line is made
of five balls.  Each time you don't do a line, extra balls appear on
the grid.  You lose when the grid is full.
2002-02-13 23:57:43 +00:00