diff options
-rw-r--r-- | misc/dvorakng/DESCR | 2 | ||||
-rw-r--r-- | misc/dvorakng/Makefile | 24 | ||||
-rw-r--r-- | misc/dvorakng/PLIST | 2 | ||||
-rw-r--r-- | misc/dvorakng/distinfo | 5 | ||||
-rw-r--r-- | misc/dvorakng/patches/patch-aa | 18 |
5 files changed, 51 insertions, 0 deletions
diff --git a/misc/dvorakng/DESCR b/misc/dvorakng/DESCR new file mode 100644 index 00000000000..6d324815643 --- /dev/null +++ b/misc/dvorakng/DESCR @@ -0,0 +1,2 @@ +DvorakNG is a curses based Dvorak typing tutor. It's heavily based on +Dvorak7min, but adds many improvements like a progress information database. diff --git a/misc/dvorakng/Makefile b/misc/dvorakng/Makefile new file mode 100644 index 00000000000..d429cc5064a --- /dev/null +++ b/misc/dvorakng/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/01/19 10:38:07 jmmv Exp $ +# + +DISTNAME= dvorakng-0.6.0rc1 +WRKSRC= ${WRKDIR}/dvorakng +CATEGORIES= misc +MASTER_SITES= http://www.free.of.pl/n/nopik/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= US English Dvorak keyboard tutor + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +USE_NCURSES= # strange keyboard handling + +INSTALLATION_DIRS= bin + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dvorakng ${PREFIX}/bin + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/dvorakng/PLIST b/misc/dvorakng/PLIST new file mode 100644 index 00000000000..4018d4e8a5e --- /dev/null +++ b/misc/dvorakng/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/19 10:38:07 jmmv Exp $ +bin/dvorakng diff --git a/misc/dvorakng/distinfo b/misc/dvorakng/distinfo new file mode 100644 index 00000000000..c0e5a34b0f1 --- /dev/null +++ b/misc/dvorakng/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/01/19 10:38:07 jmmv Exp $ + +SHA1 (dvorakng-0.6.0rc1.tar.bz2) = caede2cb699e5a30a1a306e6a3ecfa9d7d97a4f9 +Size (dvorakng-0.6.0rc1.tar.bz2) = 28994 bytes +SHA1 (patch-aa) = 059d13035ff9a86225c414592c1094a7d4071a8e diff --git a/misc/dvorakng/patches/patch-aa b/misc/dvorakng/patches/patch-aa new file mode 100644 index 00000000000..cffd3ff7a1a --- /dev/null +++ b/misc/dvorakng/patches/patch-aa @@ -0,0 +1,18 @@ +$NetBSD: patch-aa,v 1.1.1.1 2004/01/19 10:38:08 jmmv Exp $ + +--- Makefile.orig 2003-04-25 15:52:48.000000000 -0600 ++++ Makefile +@@ -8,13 +8,6 @@ INSTALL = /usr/local/games/ + + ### That's all ### + +-CC = gcc +-CXX = g++ +-#PROF = -ggdb3 +-PROF = -g0 -O2 +-CFLAGS = $(PROF) -fmessage-length=0 -Wall $(LIMIT_LENGTH) +-CXXFLAGS = $(CFLAGS) +-LDFLAGS = $(PROF) + LIBS = -lncurses + + OBJECTS = dvorakng.o lessons.o |