aboutsummaryrefslogtreecommitdiff
path: root/games/kanatest
Commit message (Collapse)AuthorAgeFilesLines
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-231-1/+1
| | | | New version of gtk3 in tree
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* games/kanatest: fix ports complianceRobert Clausecker2023-02-191-3/+3
| | | | | | | | | | | | | - change += into = where appropriate While the Porter's Handbook wants us to place japanese as the first category, Poudriere wants games to be the first category. Given that an unhappy Poudriere leads to a broken port, this was not changed. Reported by: eduardo Approved by: portmgr (blanket) Approved by: eduardo (mentor) Differential Revision: https://reviews.freebsd.org/D38632
* games/kanatest: revive portClockwork64002023-02-146-0/+125
| | | | | | | | | | | | | | | | | | During test the Kanatest displays randomly selected kana char (respecting mode and lesson) and waits for user answer expected as romaji equivalent. This process continues until all questions will be answered or all questions will be answered correctly (depends on options). At the end of test a short info about drilling time and correctness ratio is displayed. The results are stored and user can review his performance in any time. Submitter becomes maintainer. Changelog: https://sourceforge.net/p/kanatest/code/ci/master/tree/ChangeLog PR: 268895 Approved by: eduardo (mentor) Differential Revision: https://reviews.freebsd.org/D38519
* Remove expired ports:Rene Ladan2015-12-304-71/+0
| | | | | | | | | | | | | | | | | | 2015-12-30 www/ocsigen: Broken for more than 6 months 2015-12-30 devel/monodevelop-database: Broken for more than 6 months 2015-12-30 lang/cduce: Broken for more than 6 months 2015-12-30 science/hdf-java: Broken for more than 6 months 2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6 months 2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen 2015-12-30 audio/py-fastaudio: Broken for more than 6 months 2015-12-30 devel/jgoodies-common: Broken for more than 6 months 2015-12-30 graphics/pinta: Broken for more than 6 months 2015-12-30 games/kanatest: Broken for more than 6 months 2015-12-30 editors/bless: Broken for more than 6 months 2015-12-30 security/burpsuite: Broken for more than 6 months Notes: svn path=/head/; revision=404882
* Deprecate ports broken for more than 6 monthsAntoine Brodin2015-11-291-0/+2
| | | | Notes: svn path=/head/; revision=402586
* Remove @exec/@unexec redundant with USES=desktop-file-utilsAntoine Brodin2015-09-261-2/+0
| | | | Notes: svn path=/head/; revision=397948
* Convert to USES=desktop-file-utilsBaptiste Daroussin2015-09-261-1/+1
| | | | Notes: svn path=/head/; revision=397918
* games/kanatest: Mark BROKEN (runtime segfault)John Marino2015-05-191-0/+2
| | | | | | | PR: 196452 Notes: svn path=/head/; revision=386757
* - Drop @dirrm* from plistDmitry Marakasov2014-09-221-14/+0
| | | | Notes: svn path=/head/; revision=368972
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - Add stage supportDanilo Egea Gondolfo2013-11-021-4/+1
| | | | | | | - Remove indefinite article from COMMENT Notes: svn path=/head/; revision=332490
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-7/+2
| | | | Notes: svn path=/head/; revision=326089
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.Koop Mast2011-07-301-0/+2
| | | | Notes: svn path=/head/; revision=278564
* - Update to 0.4.8Philip M. Gollucci2010-11-264-329/+68
| | | | | | | | PR: ports/152437 Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=265213
* Mark BROKEN: does not fetchErwin Lansing2010-10-011-0/+2
| | | | Notes: svn path=/head/; revision=262240
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Reset Shan Ali Khan <shanali@yahoo.com> (requested via private mail)Martin Wilke2009-08-271-1/+1
| | | | Notes: svn path=/head/; revision=240421
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* - Update to 0.3.6Pav Lucistnik2004-03-293-316/+319
| | | | | | | | | PR: ports/64887 Submitted by: Stefan Walter <sw@gegenunendlich.de> Approved by: maintainer Notes: svn path=/head/; revision=105616
* Add kanatest, a simple hiragana and katakana drill tool.Pav Lucistnik2004-03-284-0/+343
PR: ports/64800 Submitted by: S H A N <shanali@yahoo.com> Notes: svn path=/head/; revision=105546