diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-19 15:46:58 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-19 15:46:58 +0000 |
commit | 4b05e5760d2fbb008617f1748bb9c5df0bb90c1b (patch) | |
tree | c5499f8f3cb90fed72a03b6b627be8fe5282d649 /misc | |
parent | 29b3751f9ea53904241a566f1bdf9b99fcac3523 (diff) | |
download | FreeBSD-ports-4b05e5760d2fbb008617f1748bb9c5df0bb90c1b.zip FreeBSD-ports-4b05e5760d2fbb008617f1748bb9c5df0bb90c1b.tar.gz |
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 870c897..582dbbd 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 0000000..a8bc74d --- /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 0000000..be75904 --- /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 0000000..4ede203 --- /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 0000000..783bbe0 --- /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 0000000..589d77c --- /dev/null +++ b/misc/xtypo/pkg-plist @@ -0,0 +1 @@ +bin/xtypo |