diff options
author | knu <knu@FreeBSD.org> | 2001-09-01 13:52:24 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-09-01 13:52:24 +0800 |
commit | 3397262a8a7292d5ed42a466f5f38a922fdd6c56 (patch) | |
tree | 0709d1df1312d8d1727237334b938735344a4e13 | |
parent | 0a1b20794871bb33fc2a7e51973226d98f36d3f1 (diff) | |
download | freebsd-ports-gnome-3397262a8a7292d5ed42a466f5f38a922fdd6c56.tar.gz freebsd-ports-gnome-3397262a8a7292d5ed42a466f5f38a922fdd6c56.tar.zst freebsd-ports-gnome-3397262a8a7292d5ed42a466f5f38a922fdd6c56.zip |
Add japanese/netype, the Network Type Trainer client program.
PR: ports/29654
Submitted by: Takeshi MUTOH <mutoh@info.nara-k.ac.jp>
I made following changes over the submitted port:
- Replace spaces with tabs.
- Use DISTNAME effectively.
- Add a missing @dirrm to pkg-plist.
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/netype/Makefile | 26 | ||||
-rw-r--r-- | japanese/netype/distinfo | 2 | ||||
-rw-r--r-- | japanese/netype/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/netype/pkg-descr | 2 | ||||
-rw-r--r-- | japanese/netype/pkg-plist | 18 |
6 files changed, 50 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 8ec3d8a01b40..d23cbcf5350a 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -240,6 +240,7 @@ SUBDIR += netscape4-navigator SUBDIR += netscape47-communicator SUBDIR += netscape47-navigator + SUBDIR += netype SUBDIR += newosaka SUBDIR += ng SUBDIR += ng-canna diff --git a/japanese/netype/Makefile b/japanese/netype/Makefile new file mode 100644 index 000000000000..e0dc33c1be3c --- /dev/null +++ b/japanese/netype/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: netype +# Date created: 07 May 2001 +# Whom: Takeshi MUTOH <mutoh@info.nara-k.ac.jp> +# +# $FreeBSD$ +# + +PORTNAME= netype +PORTVERSION= 0.1.1 +CATEGORIES= japanese misc +MASTER_SITES= http://bishop.fuis.fukui-u.ac.jp/~funakami/software/netype/src/ +DISTNAME= ${PORTNAME}-0.1.0 + +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= ${PORTNAME}.${PORTVERSION}.patch.gz +PATCH_DIST_STRIP= -p1 +#PATH_WRKSRC= ${WRKSRC} + +MAINTAINER= mutoh@info.nara-k.ac.jp + +LIB_DEPENDS= gdk_imlib:${PORTSDIR}/graphics/imlib + +USE_GTK= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/japanese/netype/distinfo b/japanese/netype/distinfo new file mode 100644 index 000000000000..53ea44b64444 --- /dev/null +++ b/japanese/netype/distinfo @@ -0,0 +1,2 @@ +MD5 (netype-0.1.0.tar.gz) = 5759720b8e06dbc8e9183d6658ba36aa +MD5 (netype.0.1.1.patch.gz) = f279e794f21b91434ca00e2dd9df3346 diff --git a/japanese/netype/pkg-comment b/japanese/netype/pkg-comment new file mode 100644 index 000000000000..de529ee557d6 --- /dev/null +++ b/japanese/netype/pkg-comment @@ -0,0 +1 @@ +Network Type Trainer client program diff --git a/japanese/netype/pkg-descr b/japanese/netype/pkg-descr new file mode 100644 index 000000000000..3cac40b029b4 --- /dev/null +++ b/japanese/netype/pkg-descr @@ -0,0 +1,2 @@ +NETYPE: The Network Type Trainer client program. +WWW: http://bishop.fuis.fukui-u.ac.jp/~funakami/ diff --git a/japanese/netype/pkg-plist b/japanese/netype/pkg-plist new file mode 100644 index 000000000000..5395decf1eaa --- /dev/null +++ b/japanese/netype/pkg-plist @@ -0,0 +1,18 @@ +bin/netype +share/netype/pixmaps/error.xpm +share/netype/pixmaps/info.xpm +share/netype/pixmaps/k0.xpm +share/netype/pixmaps/k1.xpm +share/netype/pixmaps/k2.xpm +share/netype/pixmaps/losecat.xpm +share/netype/pixmaps/quit.xpm +share/netype/pixmaps/setting.xpm +share/netype/pixmaps/start.xpm +share/netype/pixmaps/tohohocat.xpm +share/netype/pixmaps/wait.xpm +share/netype/pixmaps/wall.xpm +share/netype/pixmaps/wall2.xpm +share/netype/pixmaps/wincat.xpm +share/netype/pixmaps/wincat2.xpm +@dirrm share/netype/pixmaps +@dirrm share/netype |