Initial import of ktouch 1.0.
KTouch is a program for learning touch typing. It is a way to learn to type on a keyboard quickly and correctly. Every finger has it's place on the keyboard with associated keys to press.
This commit is contained in:
parent
371b9b01b3
commit
b92e3452bf
41
education/ktouch/Makefile
Normal file
41
education/ktouch/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/12/01 15:42:04 kevlo Exp $
|
||||
|
||||
COMMENT= "interactive typing tutor"
|
||||
|
||||
DISTNAME= ktouch-1.0
|
||||
CATEGORIES= education
|
||||
NEED_VERSION= 1.500
|
||||
|
||||
HOMEPAGE= http://ktouch.sourceforge.net/
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM=Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ktouch
|
||||
|
||||
BUILD_DEPENDS= ::x11/qt2-designer
|
||||
|
||||
LIB_DEPENDS= kdecore.3,DCOP,kdesu,kdeui,kfile,kio,kssl,ksycoca::x11/kde/libs2
|
||||
|
||||
MODULES= qt2
|
||||
|
||||
MAKE_ENV= ${CONFIGURE_ENV}
|
||||
# Ensure qt2 will always be at the front
|
||||
MAKE_FLAGS= CXXLD='--tag CXX ${CXX} -L${MODQT_LIBDIR}'
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${MODQT_CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include
|
||||
CONFIGURE_ENV= KDEDIR=${LOCALBASE}
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/admin
|
||||
|
||||
.include <bsd.port.mk>
|
3
education/ktouch/distinfo
Normal file
3
education/ktouch/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ktouch-1.0.tar.gz) = 6c795183cd9cdafd8e4c49b96a63c625
|
||||
RMD160 (ktouch-1.0.tar.gz) = ac7156aa48060e0b9007be7dba131125f3886441
|
||||
SHA1 (ktouch-1.0.tar.gz) = b2b1a1a8f2f954e1be7c7079f5fd71a83e4b06ab
|
5
education/ktouch/pkg/DESCR
Normal file
5
education/ktouch/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
KTouch is a program for learning touch typing. It is a way to learn
|
||||
to type on a keyboard quickly and correctly. Every finger has it's
|
||||
place on the keyboard with associated keys to press.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
28
education/ktouch/pkg/PLIST
Normal file
28
education/ktouch/pkg/PLIST
Normal file
@ -0,0 +1,28 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/12/01 15:42:04 kevlo Exp $
|
||||
bin/ktouch
|
||||
share/applnk/Applications/ktouch.desktop
|
||||
share/apps/ktouch/english.ktouch
|
||||
share/apps/ktouch/french.ktouch
|
||||
share/apps/ktouch/german.ktouch
|
||||
share/apps/ktouch/keyboard.de
|
||||
share/apps/ktouch/keyboard.en
|
||||
share/apps/ktouch/keyboard.fr
|
||||
share/apps/ktouch/keyboard.la
|
||||
share/apps/ktouch/keyboard.no
|
||||
share/apps/ktouch/keyboard.number
|
||||
share/apps/ktouch/keyboard.pt
|
||||
share/apps/ktouch/ktouchui.rc
|
||||
share/apps/ktouch/norwegian.ktouch
|
||||
share/apps/ktouch/number.ktouch
|
||||
share/doc/HTML/en/ktouch/common
|
||||
share/doc/HTML/en/ktouch/index.docbook
|
||||
share/doc/HTML/en/ktouch/screenshot1.png
|
||||
share/doc/HTML/en/ktouch/screenshot2.png
|
||||
share/doc/HTML/en/ktouch/screenshot3.png
|
||||
share/icons/locolor/16x16/apps/ktouch.png
|
||||
share/icons/locolor/32x32/apps/ktouch.png
|
||||
share/locale/de/LC_MESSAGES/ktouch.mo
|
||||
share/locale/no/LC_MESSAGES/ktouch.mo
|
||||
share/locale/fr/LC_MESSAGES/ktouch.mo
|
||||
@dirrm share/doc/HTML/en/ktouch
|
||||
@dirrm share/apps/ktouch
|
Loading…
Reference in New Issue
Block a user