diff options
author | naddy <naddy@FreeBSD.org> | 2003-10-04 04:51:39 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-10-04 04:51:39 +0800 |
commit | f80602ea196ee1ee6814c36d6f24bfd38fb16dce (patch) | |
tree | ba85354464920d23f641a3be3c6372610cd9111a /games/gtypist | |
parent | 6e59a926677cd8604f9903f8dbcc3af417956455 (diff) | |
download | freebsd-ports-graphics-f80602ea196ee1ee6814c36d6f24bfd38fb16dce.tar.gz freebsd-ports-graphics-f80602ea196ee1ee6814c36d6f24bfd38fb16dce.tar.zst freebsd-ports-graphics-f80602ea196ee1ee6814c36d6f24bfd38fb16dce.zip |
Update to 2.7. Notable changes:
- New menu-based ncurses interface, replacing function keys.
- Additional support for other languages.
- Miscellaneous improvements all over.
Diffstat (limited to 'games/gtypist')
-rw-r--r-- | games/gtypist/Makefile | 8 | ||||
-rw-r--r-- | games/gtypist/distinfo | 2 | ||||
-rw-r--r-- | games/gtypist/pkg-descr | 3 | ||||
-rw-r--r-- | games/gtypist/pkg-plist | 14 |
4 files changed, 11 insertions, 16 deletions
diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index 5ace919863b..22a18b73157 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= gtypist -PORTVERSION= 2.6.2 -PORTREVISION= 1 +PORTVERSION= 2.7 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,10 +22,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIG_SHELL="${SH}" \ EMACS=no +INFO= gtypist MAN1= gtypist.1 typefortune.1 -# Note: -# Reformatting the info documentation would require makeinfo 4.2, -# so we'll install multiple gtypist.info-* files as included. - .include <bsd.port.mk> diff --git a/games/gtypist/distinfo b/games/gtypist/distinfo index 9df1ef72f29..2a7bcd3a60b 100644 --- a/games/gtypist/distinfo +++ b/games/gtypist/distinfo @@ -1 +1 @@ -MD5 (gtypist-2.6.2.tar.bz2) = 415d87c5a5c06df65d4a3cdf18207350 +MD5 (gtypist-2.7.tar.bz2) = 200d42de9a0070866d88116112370f0a diff --git a/games/gtypist/pkg-descr b/games/gtypist/pkg-descr index e77adac9053..beb9256f3e2 100644 --- a/games/gtypist/pkg-descr +++ b/games/gtypist/pkg-descr @@ -1,8 +1,5 @@ GNU typist is a typing tutor package built using curses(3). The package contains a number of tutorials, drills and practise sessions to help with mastering touch typing on the standard computer keyboard. -The accent is on the US keyboard layout, but the lessons may also -be useful with other layouts. A Dvorak and a Spanish lesson set -are included. WWW: http://www.gnu.org/software/gtypist/ diff --git a/games/gtypist/pkg-plist b/games/gtypist/pkg-plist index 122e7f2721d..43f4a0afc73 100644 --- a/games/gtypist/pkg-plist +++ b/games/gtypist/pkg-plist @@ -1,25 +1,25 @@ @comment $FreeBSD$ -@unexec install-info --delete %D/info/gtypist.info %D/info/dir -info/gtypist.info -info/gtypist.info-1 -info/gtypist.info-2 -@exec install-info %D/info/gtypist.info %D/info/dir bin/gtypist bin/typefortune +share/gtypist/cs.typ share/gtypist/d.typ share/gtypist/demo.typ share/gtypist/esp.typ share/gtypist/gtypist.typ share/gtypist/ktde.typ +share/gtypist/ktdk.typ +share/gtypist/ktdk2.typ +share/gtypist/ktdvorak.typ share/gtypist/kten.typ share/gtypist/ktfr.typ -share/gtypist/ktlecten.typ +share/gtypist/ktfr2.typ share/gtypist/ktno.typ share/gtypist/ktnumber.typ share/gtypist/m.typ share/gtypist/n.typ share/gtypist/q.typ share/gtypist/r.typ +share/gtypist/ru.typ share/gtypist/s.typ share/gtypist/t.typ share/gtypist/ttde.typ @@ -30,4 +30,6 @@ share/locale/de/LC_MESSAGES/gtypist.mo share/locale/es/LC_MESSAGES/gtypist.mo share/locale/fi/LC_MESSAGES/gtypist.mo share/locale/fr/LC_MESSAGES/gtypist.mo +share/locale/ru/LC_MESSAGES/gtypist.mo +share/locale/zh_TW/LC_MESSAGES/gtypist.mo @dirrm share/gtypist |