aboutsummaryrefslogtreecommitdiff
path: root/games/gtypist
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add category education.Christian Weisgerber2020-11-251-1/+1
| | | | Notes: svn path=/head/; revision=556302
* Make sure we can link also with libncurses.so if built with wildchar supportBaptiste Daroussin2020-01-021-0/+1
| | | | Notes: svn path=/head/; revision=521818
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428150
* games/gtypist: Support ports-bases ncursesJohn Marino2016-11-211-5/+10
| | | | | | | | | | | | | This software must be ancient because it expects the required wide ncurses headers to be only at <ncursesw/ncurses.h>. The previous workaround symlinked the base headers to the work directory. Instead, fix the 5 source files via sed and bypass the conftest. Approved by: ncurses blanket Notes: svn path=/head/; revision=426726
* games/gtypist: document ncurses requirement (USES+=ncurses)John Marino2016-02-041-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408101
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Drop @dirrm* from and add empty directories to plistsDmitry Marakasov2015-01-151-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=377091
* Update to 2.9.5 for minor fixes.Christian Weisgerber2014-08-312-3/+3
| | | | Notes: svn path=/head/; revision=366816
* Update to 2.9.4 for minor fixes.Christian Weisgerber2014-04-173-16/+10
| | | | Notes: svn path=/head/; revision=351498
* USE_BZIP2 -> USES+=tar:bzip2Christian Weisgerber2014-03-131-2/+1
| | | | | | | USE_XZ -> USES+=tar:xz Notes: svn path=/head/; revision=348096
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* This uses iconv even with NLS off.Christian Weisgerber2013-09-301-1/+2
| | | | Notes: svn path=/head/; revision=328864
* Support staging.Christian Weisgerber2013-09-303-12/+19
| | | | | | | | Use option helpers. Fix build with NLS option off. Notes: svn path=/head/; revision=328828
* 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
* For all my portsChristian Weisgerber2013-08-011-1/+0
| | | | | | | | * remove MAKE_JOBS_SAFE (default now) * change USE_GMAKE=yes to USES=gmake Notes: svn path=/head/; revision=324122
* Update to 2.9.3 for minor bug fixes.Christian Weisgerber2013-06-102-3/+4
| | | | Notes: svn path=/head/; revision=320490
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Update to 2.9.2:Christian Weisgerber2012-12-182-4/+6
| | | | | | | | Fixes a collision between Unicode 0x107 (c with acute) and KEY_BACKSPACE - Switch to OptionsNG Notes: svn path=/head/; revision=309191
* Remove pointless header lines from ports I created once upon a time.Christian Weisgerber2012-09-151-4/+0
| | | | Notes: svn path=/head/; revision=304323
* Update to 2.9.1, no significant changes.Christian Weisgerber2011-11-302-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286687
* Update to 2.9:Christian Weisgerber2011-11-063-6/+35
| | | | | | | | | * UTF-8 support * new lessons * new Polish and Turkish translations, Spanish info file Notes: svn path=/head/; revision=285189
* Update to 2.8.5: minor bug fixes.Christian Weisgerber2011-10-042-5/+4
| | | | Notes: svn path=/head/; revision=282944
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Mark MAKE_JOBS_SAFE for parallel building.Christian Weisgerber2009-03-251-0/+1
| | | | Notes: svn path=/head/; revision=230985
* Update to 2.8.3: really fix a bug regarding rounding of error rates.Christian Weisgerber2009-02-192-4/+4
| | | | Notes: svn path=/head/; revision=228649
* Update to 2.8.2: fixes a rounding error and adds Basque translation.Christian Weisgerber2009-02-043-5/+5
| | | | Notes: svn path=/head/; revision=227630
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* Sync with bug fix release 2.8.1. No code changes.Christian Weisgerber2008-06-022-7/+4
| | | | Notes: svn path=/head/; revision=214182
* Update to 2.8. No major changes.Christian Weisgerber2008-05-283-9/+10
| | | | Notes: svn path=/head/; revision=213822
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154152
* Support WITHOUT_NLSKirill Ponomarev2004-07-112-8/+15
| | | | Notes: svn path=/head/; revision=113387
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104535
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* Update to 2.7. Notable changes:Christian Weisgerber2003-10-034-16/+11
| | | | | | | | | - New menu-based ncurses interface, replacing function keys. - Additional support for other languages. - Miscellaneous improvements all over. Notes: svn path=/head/; revision=90163
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* pkg-comment -> COMMENTChristian Weisgerber2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76039
* Update to 2.6.2. Minor changes only.Christian Weisgerber2002-09-066-94/+3
| | | | Notes: svn path=/head/; revision=65703
* Chase shlib rev of devel/gettextAde Lovett2002-08-011-1/+1
| | | | | | | | Submitted by: lots and lots Pointy hat to: ade Notes: svn path=/head/; revision=63850
* Update to 2.6. Notable changes in this release:Christian Weisgerber2002-07-196-5/+106
| | | | | | | | | - New `typefortune' (perl-)script which creates lessons from `fortune'. - New interface messages in Czech. - New lessons in Czech. Notes: svn path=/head/; revision=63255
* gettext upgrade uber-patch (stage 3)Ade Lovett2002-04-121-1/+2
| | | | | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr Notes: svn path=/head/; revision=57625
* Stage 1 of gettext update.Ade Lovett2002-03-151-1/+1
| | | | | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr Notes: svn path=/head/; revision=56168
* Update to 2.5: various fixes, new French translation.Christian Weisgerber2002-01-223-2/+3
| | | | Notes: svn path=/head/; revision=53571
* Update to 2.4.1.Christian Weisgerber2001-11-152-2/+2
| | | | | | | | Changes in this version: * Documentation fixes. Notes: svn path=/head/; revision=50087
* Update my MAINTAINER address.Christian Weisgerber2001-11-031-1/+1
| | | | | | | Approved by: trevor Notes: svn path=/head/; revision=49545