aboutsummaryrefslogtreecommitdiff
path: root/games/latrine
Commit message (Collapse)AuthorAgeFilesLines
* Convert g* and i* to USES=sqlite and USES=firebirdBaptiste Daroussin2016-01-101-2/+1
| | | | Notes: svn path=/head/; revision=405724
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 thatTijl Coosemans2014-07-041-0/+1
| | | | | | | | | | have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=360588
* - Add stage supportDanilo Egea Gondolfo2013-11-022-5/+2
| | | | | | | - Convert USE_GMAKE to USES Notes: svn path=/head/; revision=332559
* 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
* - Convert to new perl frameworkMathieu Arnold2013-08-031-3/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-7/+2
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - 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 1.0.0Martin Wilke2012-04-216-29/+72
| | | | | | | | PR: 166886 Submitted by: Ports Fury Notes: svn path=/head/; revision=295212
* Return this to the pool. (I only ported it on request a long timeJuergen Lock2012-03-191-1/+1
| | | | | | | | | ago and don't really use it myself...) Feature safe: yes Notes: svn path=/head/; revision=293585
* - Respect CFLAGS [1]Juergen Lock2011-11-251-1/+3
| | | | | | | | | | | - Fix build with clang (I thought I did this already...) PR: ports/162864 [1] Submitted by: Jan Beich <jbeich@tormail.net> [1] Feature safe: yes Notes: svn path=/head/; revision=286445
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-111-9/+1
| | | | | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@) Notes: svn path=/head/; revision=272515
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225297
* 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
* Chase moved MASTER_SITEJuergen Lock2008-02-291-1/+1
| | | | | | | Submitted by: pointyhat via erwin Notes: svn path=/head/; revision=208227
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 0.10.0Juergen Lock2007-07-216-25/+40
| | | | Notes: svn path=/head/; revision=196009
* Use ncursesw from base where available (HEAD and now RELENG_6 too)Juergen Lock2007-04-071-3/+11
| | | | | | | | Submitted by: rafan@ Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=189441
* LaTrine is a curses-based LAnguage TRaINEr. It takes a dictionary andJuergen Lock2007-02-186-0/+93
asks you for a word or a phrase, and you try to give the correct answer. You can choose in what direction LaTrine shall ask, and the selection of the words or phrases will depend on how often you don't know the correct translation for the respective phrase. This is a conventional way to drill yourself in vocabulary. In addition to this package you need an appropriate dictionary. You may write your own word list, or you can download one from the internet. The Free Dictionaries Project provides dictionaries for about 50 language combinations, which can be used with LaTrine. WWW: http://www.godisch.de/debian/latrine/ Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=185477