diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-19 23:46:58 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-19 23:46:58 +0800 |
commit | 4b05e5760d2fbb008617f1748bb9c5df0bb90c1b (patch) | |
tree | c5499f8f3cb90fed72a03b6b627be8fe5282d649 /misc | |
parent | 29b3751f9ea53904241a566f1bdf9b99fcac3523 (diff) | |
download | freebsd-ports-gnome-4b05e5760d2fbb008617f1748bb9c5df0bb90c1b.tar.gz freebsd-ports-gnome-4b05e5760d2fbb008617f1748bb9c5df0bb90c1b.tar.zst freebsd-ports-gnome-4b05e5760d2fbb008617f1748bb9c5df0bb90c1b.zip |
add xtypo 1.02
X-based keyboard trainer
PR: 45290
Submitted by: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/xtypo/Makefile | 20 | ||||
-rw-r--r-- | misc/xtypo/distinfo | 1 | ||||
-rw-r--r-- | misc/xtypo/pkg-comment | 1 | ||||
-rw-r--r-- | misc/xtypo/pkg-descr | 1 | ||||
-rw-r--r-- | misc/xtypo/pkg-plist | 1 |
6 files changed, 25 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 870c897737b4..582dbbd76e2a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -334,6 +334,7 @@ SUBDIR += xrmap SUBDIR += xtail SUBDIR += xtar + SUBDIR += xtypo SUBDIR += yaucg SUBDIR += yaunc SUBDIR += ytree diff --git a/misc/xtypo/Makefile b/misc/xtypo/Makefile new file mode 100644 index 000000000000..a8bc74da8d62 --- /dev/null +++ b/misc/xtypo/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xtypo +# Date created: 07 May 2001 +# Whom: Takeshi MUTOH <tmutoh@mx10.freecom.ne.jp> +# +# $FreeBSD$ +# + +PORTNAME= xtypo +PORTVERSION= 1.02 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.hipecs.hokudai.ac.jp/pub/unix/ftp.intec.co.jp/ + +MAINTAINER= tmutoh@mx10.freecom.ne.jp + +USE_IMAKE= yes +ALL_TARGET= xtypo + +WRKSRC= ${WRKDIR}/xtypo + +.include <bsd.port.mk> diff --git a/misc/xtypo/distinfo b/misc/xtypo/distinfo new file mode 100644 index 000000000000..be75904cd71e --- /dev/null +++ b/misc/xtypo/distinfo @@ -0,0 +1 @@ +MD5 (xtypo-1.02.tar.gz) = c1e438d8a737eadf83b797a71a8bbded diff --git a/misc/xtypo/pkg-comment b/misc/xtypo/pkg-comment new file mode 100644 index 000000000000..4ede2039d3cb --- /dev/null +++ b/misc/xtypo/pkg-comment @@ -0,0 +1 @@ +X-based keyboard trainer diff --git a/misc/xtypo/pkg-descr b/misc/xtypo/pkg-descr new file mode 100644 index 000000000000..783bbe058f0a --- /dev/null +++ b/misc/xtypo/pkg-descr @@ -0,0 +1 @@ +This is xtypo, X-based typing trainner. diff --git a/misc/xtypo/pkg-plist b/misc/xtypo/pkg-plist new file mode 100644 index 000000000000..589d77cdebcc --- /dev/null +++ b/misc/xtypo/pkg-plist @@ -0,0 +1 @@ +bin/xtypo |