diff options
author | asami <asami@FreeBSD.org> | 1995-05-09 19:07:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-09 19:07:07 +0800 |
commit | 8fe5e9c5becd9fef4c9a76201924ffe6e7ec3034 (patch) | |
tree | 9cf83a28700be00d4dca65e658342e61629a161b /misc | |
parent | 2c5f216c838b4c1ce1ca05da44e76fb438d986cc (diff) | |
download | freebsd-ports-gnome-8fe5e9c5becd9fef4c9a76201924ffe6e7ec3034.tar.gz freebsd-ports-gnome-8fe5e9c5becd9fef4c9a76201924ffe6e7ec3034.tar.zst freebsd-ports-gnome-8fe5e9c5becd9fef4c9a76201924ffe6e7ec3034.zip |
kp - The Keyboard Practicer, a touch-typing practice program written in
Tk, version 0.95.
Diffstat (limited to 'misc')
-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 |