From 3397262a8a7292d5ed42a466f5f38a922fdd6c56 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 1 Sep 2001 05:52:24 +0000 Subject: Add japanese/netype, the Network Type Trainer client program. PR: ports/29654 Submitted by: Takeshi MUTOH I made following changes over the submitted port: - Replace spaces with tabs. - Use DISTNAME effectively. - Add a missing @dirrm to pkg-plist. --- japanese/Makefile | 1 + japanese/netype/Makefile | 26 ++++++++++++++++++++++++++ japanese/netype/distinfo | 2 ++ japanese/netype/pkg-comment | 1 + japanese/netype/pkg-descr | 2 ++ japanese/netype/pkg-plist | 18 ++++++++++++++++++ 6 files changed, 50 insertions(+) create mode 100644 japanese/netype/Makefile create mode 100644 japanese/netype/distinfo create mode 100644 japanese/netype/pkg-comment create mode 100644 japanese/netype/pkg-descr create mode 100644 japanese/netype/pkg-plist (limited to 'japanese') 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 +# +# $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 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 -- cgit