diff options
author | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-11 21:53:59 +0000 |
commit | f5ee8e2561694e498edddcfba4a7f15ea35e3c17 (patch) | |
tree | cd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/kp | |
parent | ef17a602de1210761f4ecdc6eea0e872eae46423 (diff) | |
download | pkgsrc-f5ee8e2561694e498edddcfba4a7f15ea35e3c17.tar.gz |
Import as of 09/25/97
Diffstat (limited to 'misc/kp')
-rw-r--r-- | misc/kp/Makefile | 20 | ||||
-rw-r--r-- | misc/kp/files/md5 | 1 | ||||
-rw-r--r-- | misc/kp/pkg/COMMENT | 1 | ||||
-rw-r--r-- | misc/kp/pkg/DESCR | 6 | ||||
-rw-r--r-- | misc/kp/pkg/PLIST | 3 |
5 files changed, 31 insertions, 0 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile new file mode 100644 index 00000000000..2fd9247d864 --- /dev/null +++ b/misc/kp/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: kp +# Version required: 0.96 +# Date created: 8 May 1995 +# Whom: asami +# +# $Id: Makefile,v 1.1.1.1 1997/10/11 21:54:25 hubertf Exp $ +# + +DISTNAME= kp-0.96 +CATEGORIES= misc tk41 +MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/ + +MAINTAINER= asami@FreeBSD.org + +RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 + +USE_X11= yes +MAN1= kp.1 + +.include <bsd.port.mk> diff --git a/misc/kp/files/md5 b/misc/kp/files/md5 new file mode 100644 index 00000000000..aaae16fab79 --- /dev/null +++ b/misc/kp/files/md5 @@ -0,0 +1 @@ +MD5 (kp-0.96.tar.gz) = 19cd13b6970d9aeb1b3a0f33437536b8 diff --git a/misc/kp/pkg/COMMENT b/misc/kp/pkg/COMMENT new file mode 100644 index 00000000000..1353e610000 --- /dev/null +++ b/misc/kp/pkg/COMMENT @@ -0,0 +1 @@ +The Keyboard Practicer, touch-type training program diff --git a/misc/kp/pkg/DESCR b/misc/kp/pkg/DESCR new file mode 100644 index 00000000000..97440688072 --- /dev/null +++ b/misc/kp/pkg/DESCR @@ -0,0 +1,6 @@ +This is kp, the Keyboard Practicer. It's a rewrite of a Motif version +of the program with the same name. It's still very incomplete, but it +at least runs so it's included here for your convenience. :) + +Satoshi +asami@cs.berkeley.edu
\ No newline at end of file diff --git a/misc/kp/pkg/PLIST b/misc/kp/pkg/PLIST new file mode 100644 index 00000000000..4abf336cb9d --- /dev/null +++ b/misc/kp/pkg/PLIST @@ -0,0 +1,3 @@ +bin/kp +lib/kp +man/man1/kp.1.gz |