diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-09 11:07:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-09 11:07:07 +0000 |
commit | c52476ee4152bb65c81b59ef24f669c15738509b (patch) | |
tree | 248ee5b59593b421d69bd1a4e2b23c5abd5923a9 /misc/kp | |
parent | 9d240ae4ddb6005926d778be2701b54835cd0ff6 (diff) | |
download | ports-c52476ee4152bb65c81b59ef24f669c15738509b.tar.gz ports-c52476ee4152bb65c81b59ef24f669c15738509b.zip |
kp - The Keyboard Practicer, a touch-typing practice program written in
Tk, version 0.95.
Notes
Notes:
svn path=/head/; revision=1669
Diffstat (limited to 'misc/kp')
-rw-r--r-- | misc/kp/Makefile | 22 | ||||
-rw-r--r-- | misc/kp/distinfo | 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, 33 insertions, 0 deletions
diff --git a/misc/kp/Makefile b/misc/kp/Makefile new file mode 100644 index 000000000000..29dbc7d04636 --- /dev/null +++ b/misc/kp/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: kp +# Version required: 0.95 +# Date created: 8 May 1995 +# Whom: asami +# +# $Id: Makefile,v 1.12 1995/04/23 13:02:24 asami Exp $ +# + +DISTNAME= kp-0.95 +CATEGORIES+= utilities +MASTER_SITES= ftp://forgery.cs.berkeley.edu/pub/ + +MAINTAINER= asami@FreeBSD.org + +EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk + +USE_X11= yes + +post-install: + gzip -9nf ${PREFIX}/man/man1/kp.1 + +.include <bsd.port.mk> diff --git a/misc/kp/distinfo b/misc/kp/distinfo new file mode 100644 index 000000000000..ec57d896b45a --- /dev/null +++ b/misc/kp/distinfo @@ -0,0 +1 @@ +MD5 (kp-0.95.tar.gz) = da79291166ba6f4cf22a165953cc0bf3 diff --git a/misc/kp/pkg-comment b/misc/kp/pkg-comment new file mode 100644 index 000000000000..4303eea89fd1 --- /dev/null +++ b/misc/kp/pkg-comment @@ -0,0 +1 @@ +kp, The Keyboard Practicer, ver. 0.95 diff --git a/misc/kp/pkg-descr b/misc/kp/pkg-descr new file mode 100644 index 000000000000..974406880728 --- /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 000000000000..4abf336cb9d3 --- /dev/null +++ b/misc/kp/pkg-plist @@ -0,0 +1,3 @@ +bin/kp +lib/kp +man/man1/kp.1.gz |