From 57ce564eef6a225aa21e1f63c7c3fd28d0707409 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 29 Nov 1996 07:20:58 +0000 Subject: Import of xbakuzan, a paint tool for shodo. Closes PR 2064. In case you're wondering why I commit to japanese/: I thought this was some kind of game :-). Ignorant gaijin (sp?), that's me. Submitted by: Yukihiro Nakai --- japanese/xshodo/Makefile | 26 ++++++++++++++++++++++++++ japanese/xshodo/distinfo | 1 + japanese/xshodo/pkg-comment | 1 + japanese/xshodo/pkg-descr | 6 ++++++ japanese/xshodo/pkg-plist | 3 +++ 5 files changed, 37 insertions(+) create mode 100644 japanese/xshodo/Makefile create mode 100644 japanese/xshodo/distinfo create mode 100644 japanese/xshodo/pkg-comment create mode 100644 japanese/xshodo/pkg-descr create mode 100644 japanese/xshodo/pkg-plist (limited to 'japanese') diff --git a/japanese/xshodo/Makefile b/japanese/xshodo/Makefile new file mode 100644 index 000000000000..ff6119dae1f0 --- /dev/null +++ b/japanese/xshodo/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: xbakuzan +# Version required: 1.0 +# Date created: 11 October 1996 +# Whom: Yukihiro Nakai +# +# $Id$ +# + +DISTNAME= xbakuzan +PKGNAME= xbakuzan-1.0 +CATEGORIES= x11 +MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/ + +MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp + +ALL_TARGET= xbakuzan +USE_X11= yes + +do-install: + @mkdir -p ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xbakuzan ${PREFIX}/bin + @mkdir -p ${PREFIX}/lib/X11/xbakuzan + ${INSTALL_DATA} ${WRKSRC}/sakana.xbm ${PREFIX}/lib/X11/xbakuzan + ${INSTALL_DATA} ${WRKSRC}/xbakuzan.doc ${PREFIX}/lib/X11/xbakuzan + +.include diff --git a/japanese/xshodo/distinfo b/japanese/xshodo/distinfo new file mode 100644 index 000000000000..c40853e6f48a --- /dev/null +++ b/japanese/xshodo/distinfo @@ -0,0 +1 @@ +MD5 (xbakuzan.tar.gz) = 5a629dd1367691d29decf5ef5bdf8bb4 diff --git a/japanese/xshodo/pkg-comment b/japanese/xshodo/pkg-comment new file mode 100644 index 000000000000..42031e865682 --- /dev/null +++ b/japanese/xshodo/pkg-comment @@ -0,0 +1 @@ +A paint tool for Shodo, the Japanese traditional writing character diff --git a/japanese/xshodo/pkg-descr b/japanese/xshodo/pkg-descr new file mode 100644 index 000000000000..362a1984b479 --- /dev/null +++ b/japanese/xshodo/pkg-descr @@ -0,0 +1,6 @@ +xbakuzan, a tool for the Japanese traditional writing called Shodo. + +You can write a Japanese or Chinese letter under the traditional method +with traditional pen simulator. Additionally, you can write some traditional +picture called 'Sumie'. Load and save features are implemented at the bitmap +format. diff --git a/japanese/xshodo/pkg-plist b/japanese/xshodo/pkg-plist new file mode 100644 index 000000000000..1f731a017398 --- /dev/null +++ b/japanese/xshodo/pkg-plist @@ -0,0 +1,3 @@ +bin/xbakuzan +lib/X11/xbakuzan/sakana.xbm +lib/X11/xbakuzan/xbakuzan.doc -- cgit v1.2.3