2009-05-19 11:00:04 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2009/05/19 09:00:08 thomasklausner Exp $
|
inital import of gtypist:
GNU Typist (also called gtypist) is a universal typing tutor. You can learn
correct typing and improve your skills by practicing its exercises on a
regular basis. Its main features are:
- It is free software released under the GNU General Public License. In
addition, it is an official program of the GNU project.
- It comes with several typing tutorials: in Czech, English (Qwerty and Dvorak
keyboard), Russian and Spanish, as well as simpler exercices in German,
French and Norwegian.
- It interprets a simple and intuitive scripting language that describes typing
tutorials. You can easily modify existing tutorials or create new ones
according to your needs.
- It supports internationalization and already has an interface in Czech,
English, Finnish, French, German and Spanish.
- Users can navigate through lessons through an easy to use arrow key based
menu interface. 'vi' up, down, left and right keys can be used too!
- Thanks to its execution in text mode with the curses library, it can be
compiled and used on several operating systems, in particular on GNU/Linux
and GNU/HURD, on several variants of Unix, as well as on Windows/DOS with
the DJGPP compiler and the PDCURSES library.
2005-09-07 01:14:18 +02:00
|
|
|
#
|
|
|
|
|
2009-02-21 23:59:25 +01:00
|
|
|
DISTNAME= gtypist-2.8.3
|
2005-11-02 18:59:54 +01:00
|
|
|
CATEGORIES= textproc
|
2007-10-26 14:42:36 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gtypist/}
|
inital import of gtypist:
GNU Typist (also called gtypist) is a universal typing tutor. You can learn
correct typing and improve your skills by practicing its exercises on a
regular basis. Its main features are:
- It is free software released under the GNU General Public License. In
addition, it is an official program of the GNU project.
- It comes with several typing tutorials: in Czech, English (Qwerty and Dvorak
keyboard), Russian and Spanish, as well as simpler exercices in German,
French and Norwegian.
- It interprets a simple and intuitive scripting language that describes typing
tutorials. You can easily modify existing tutorials or create new ones
according to your needs.
- It supports internationalization and already has an interface in Czech,
English, Finnish, French, German and Spanish.
- Users can navigate through lessons through an easy to use arrow key based
menu interface. 'vi' up, down, left and right keys can be used too!
- Thanks to its execution in text mode with the curses library, it can be
compiled and used on several operating systems, in particular on GNU/Linux
and GNU/HURD, on several variants of Unix, as well as on Windows/DOS with
the DJGPP compiler and the PDCURSES library.
2005-09-07 01:14:18 +02:00
|
|
|
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
2007-10-26 14:42:36 +02:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/gtypist/
|
inital import of gtypist:
GNU Typist (also called gtypist) is a universal typing tutor. You can learn
correct typing and improve your skills by practicing its exercises on a
regular basis. Its main features are:
- It is free software released under the GNU General Public License. In
addition, it is an official program of the GNU project.
- It comes with several typing tutorials: in Czech, English (Qwerty and Dvorak
keyboard), Russian and Spanish, as well as simpler exercices in German,
French and Norwegian.
- It interprets a simple and intuitive scripting language that describes typing
tutorials. You can easily modify existing tutorials or create new ones
according to your needs.
- It supports internationalization and already has an interface in Czech,
English, Finnish, French, German and Spanish.
- Users can navigate through lessons through an easy to use arrow key based
menu interface. 'vi' up, down, left and right keys can be used too!
- Thanks to its execution in text mode with the curses library, it can be
compiled and used on several operating systems, in particular on GNU/Linux
and GNU/HURD, on several variants of Unix, as well as on Windows/DOS with
the DJGPP compiler and the PDCURSES library.
2005-09-07 01:14:18 +02:00
|
|
|
COMMENT= Universal typing tutor
|
2009-05-19 11:00:04 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
2008-11-03 22:16:54 +01:00
|
|
|
|
2008-10-04 18:40:23 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2008-11-03 22:16:54 +01:00
|
|
|
# The *.typ files are not interpreted. They are normally accessed by
|
2008-10-04 18:40:23 +02:00
|
|
|
# starting gtypist with an argument.
|
|
|
|
CHECK_INTERPRETER_SKIP+= share/gtypist/ru.typ
|
|
|
|
INFO_FILES= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
REPLACE_PERL+= typefortune
|
|
|
|
USE_NCURSES= yes # uses typeahead()
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_TOOLS+= makeinfo perl:run
|
inital import of gtypist:
GNU Typist (also called gtypist) is a universal typing tutor. You can learn
correct typing and improve your skills by practicing its exercises on a
regular basis. Its main features are:
- It is free software released under the GNU General Public License. In
addition, it is an official program of the GNU project.
- It comes with several typing tutorials: in Czech, English (Qwerty and Dvorak
keyboard), Russian and Spanish, as well as simpler exercices in German,
French and Norwegian.
- It interprets a simple and intuitive scripting language that describes typing
tutorials. You can easily modify existing tutorials or create new ones
according to your needs.
- It supports internationalization and already has an interface in Czech,
English, Finnish, French, German and Spanish.
- Users can navigate through lessons through an easy to use arrow key based
menu interface. 'vi' up, down, left and right keys can be used too!
- Thanks to its execution in text mode with the curses library, it can be
compiled and used on several operating systems, in particular on GNU/Linux
and GNU/HURD, on several variants of Unix, as well as on Windows/DOS with
the DJGPP compiler and the PDCURSES library.
2005-09-07 01:14:18 +02:00
|
|
|
|
2008-11-03 23:28:08 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2006-02-25 12:33:00 +01:00
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
inital import of gtypist:
GNU Typist (also called gtypist) is a universal typing tutor. You can learn
correct typing and improve your skills by practicing its exercises on a
regular basis. Its main features are:
- It is free software released under the GNU General Public License. In
addition, it is an official program of the GNU project.
- It comes with several typing tutorials: in Czech, English (Qwerty and Dvorak
keyboard), Russian and Spanish, as well as simpler exercices in German,
French and Norwegian.
- It interprets a simple and intuitive scripting language that describes typing
tutorials. You can easily modify existing tutorials or create new ones
according to your needs.
- It supports internationalization and already has an interface in Czech,
English, Finnish, French, German and Spanish.
- Users can navigate through lessons through an easy to use arrow key based
menu interface. 'vi' up, down, left and right keys can be used too!
- Thanks to its execution in text mode with the curses library, it can be
compiled and used on several operating systems, in particular on GNU/Linux
and GNU/HURD, on several variants of Unix, as well as on Windows/DOS with
the DJGPP compiler and the PDCURSES library.
2005-09-07 01:14:18 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|