games/gtypist: update 2.10 → 2.10.1
+ Add LICENSE_FILE * Correct LICENSE to GPLv3+ as in source code files' headers * Some linting * Use %%DATADIR%% instead of hardcoded paths in pkg-plist PR: 257178
This commit is contained in:
parent
936aaecd7e
commit
ac9e18c53c
@ -1,6 +1,5 @@
|
||||
PORTNAME= gtypist
|
||||
PORTVERSION= 2.10
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.10.1
|
||||
CATEGORIES= games education
|
||||
MASTER_SITES= GNU
|
||||
|
||||
@ -8,17 +7,20 @@ MAINTAINER= naddy@FreeBSD.org
|
||||
COMMENT= Interactive typing tutor
|
||||
WWW= https://www.gnu.org/software/gtypist/
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= iconv localbase ncurses shebangfix tar:xz
|
||||
|
||||
SHEBANG_FILES= typefortune
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= EMACS=no
|
||||
|
||||
CPPFLAGS+= -I${NCURSESINC}
|
||||
|
||||
INFO= gtypist gtypist.cs gtypist.es
|
||||
|
||||
SHEBANG_FILES= typefortune
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1736265199
|
||||
SHA256 (gtypist-2.10.tar.xz) = 2800883f08a79aa372da126e5d27ab5b3f0bc82236c9075a2516b1117c373b44
|
||||
SIZE (gtypist-2.10.tar.xz) = 818820
|
||||
TIMESTAMP = 1738611868
|
||||
SHA256 (gtypist-2.10.1.tar.xz) = ca618054e91f1ed5ef043fcc43500bbad701c959c31844d4688ff22849ac252d
|
||||
SIZE (gtypist-2.10.1.tar.xz) = 820488
|
||||
|
||||
@ -1,45 +1,45 @@
|
||||
bin/gtypist
|
||||
bin/typefortune
|
||||
share/gtypist/c.typ
|
||||
share/gtypist/cs.typ
|
||||
share/gtypist/d.typ
|
||||
share/gtypist/demo.typ
|
||||
share/gtypist/esp.typ
|
||||
share/gtypist/gtypist.typ
|
||||
share/gtypist/ktbg.typ
|
||||
share/gtypist/ktbr.typ
|
||||
share/gtypist/ktcz.typ
|
||||
share/gtypist/ktde.typ
|
||||
share/gtypist/ktdvorak.typ
|
||||
share/gtypist/kten_gb.typ
|
||||
share/gtypist/kten_us.typ
|
||||
share/gtypist/ktes1.typ
|
||||
share/gtypist/ktes2.typ
|
||||
share/gtypist/ktes3.typ
|
||||
share/gtypist/ktes_cat.typ
|
||||
share/gtypist/ktfi.typ
|
||||
share/gtypist/ktfr.typ
|
||||
share/gtypist/ktgr.typ
|
||||
share/gtypist/ktit.typ
|
||||
share/gtypist/ktnl.typ
|
||||
share/gtypist/ktnl_junior.typ
|
||||
share/gtypist/ktno.typ
|
||||
share/gtypist/ktru.typ
|
||||
share/gtypist/ktru_long.typ
|
||||
share/gtypist/kttr.typ
|
||||
share/gtypist/m.typ
|
||||
share/gtypist/n.typ
|
||||
share/gtypist/p.typ
|
||||
share/gtypist/q.typ
|
||||
share/gtypist/r.typ
|
||||
share/gtypist/ro_special.typ
|
||||
share/gtypist/ru.typ
|
||||
share/gtypist/s.typ
|
||||
share/gtypist/symq.typ
|
||||
share/gtypist/symt.typ
|
||||
share/gtypist/t.typ
|
||||
share/gtypist/u.typ
|
||||
share/gtypist/v.typ
|
||||
%%DATADIR%%/c.typ
|
||||
%%DATADIR%%/cs.typ
|
||||
%%DATADIR%%/d.typ
|
||||
%%DATADIR%%/demo.typ
|
||||
%%DATADIR%%/esp.typ
|
||||
%%DATADIR%%/gtypist.typ
|
||||
%%DATADIR%%/ktbg.typ
|
||||
%%DATADIR%%/ktbr.typ
|
||||
%%DATADIR%%/ktcz.typ
|
||||
%%DATADIR%%/ktde.typ
|
||||
%%DATADIR%%/ktdvorak.typ
|
||||
%%DATADIR%%/kten_gb.typ
|
||||
%%DATADIR%%/kten_us.typ
|
||||
%%DATADIR%%/ktes1.typ
|
||||
%%DATADIR%%/ktes2.typ
|
||||
%%DATADIR%%/ktes3.typ
|
||||
%%DATADIR%%/ktes_cat.typ
|
||||
%%DATADIR%%/ktfi.typ
|
||||
%%DATADIR%%/ktfr.typ
|
||||
%%DATADIR%%/ktgr.typ
|
||||
%%DATADIR%%/ktit.typ
|
||||
%%DATADIR%%/ktnl.typ
|
||||
%%DATADIR%%/ktnl_junior.typ
|
||||
%%DATADIR%%/ktno.typ
|
||||
%%DATADIR%%/ktru.typ
|
||||
%%DATADIR%%/ktru_long.typ
|
||||
%%DATADIR%%/kttr.typ
|
||||
%%DATADIR%%/m.typ
|
||||
%%DATADIR%%/n.typ
|
||||
%%DATADIR%%/p.typ
|
||||
%%DATADIR%%/q.typ
|
||||
%%DATADIR%%/r.typ
|
||||
%%DATADIR%%/ro_special.typ
|
||||
%%DATADIR%%/ru.typ
|
||||
%%DATADIR%%/s.typ
|
||||
%%DATADIR%%/symq.typ
|
||||
%%DATADIR%%/symt.typ
|
||||
%%DATADIR%%/t.typ
|
||||
%%DATADIR%%/u.typ
|
||||
%%DATADIR%%/v.typ
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/gtypist.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/gtypist.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/gtypist.mo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user