diff options
author | tg <tg@FreeBSD.org> | 1996-11-29 15:20:58 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-11-29 15:20:58 +0800 |
commit | 7ecda59996617ea057ed3c08465180e31eed508f (patch) | |
tree | 40ca302a52dbae4a3c3c16b11df7d82c782ec7e3 /japanese/xshodo | |
parent | 497937eed2d0d2d8205fc68fa5a43531ce369b78 (diff) | |
download | freebsd-ports-graphics-7ecda59996617ea057ed3c08465180e31eed508f.tar.gz freebsd-ports-graphics-7ecda59996617ea057ed3c08465180e31eed508f.tar.zst freebsd-ports-graphics-7ecda59996617ea057ed3c08465180e31eed508f.zip |
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 <Nakai@Mlab.t.u-tokyo.ac.jp>
Diffstat (limited to 'japanese/xshodo')
-rw-r--r-- | japanese/xshodo/Makefile | 26 | ||||
-rw-r--r-- | japanese/xshodo/distinfo | 1 | ||||
-rw-r--r-- | japanese/xshodo/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/xshodo/pkg-descr | 6 | ||||
-rw-r--r-- | japanese/xshodo/pkg-plist | 3 |
5 files changed, 37 insertions, 0 deletions
diff --git a/japanese/xshodo/Makefile b/japanese/xshodo/Makefile new file mode 100644 index 00000000000..ff6119dae1f --- /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 <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $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 <bsd.port.mk> diff --git a/japanese/xshodo/distinfo b/japanese/xshodo/distinfo new file mode 100644 index 00000000000..c40853e6f48 --- /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 00000000000..42031e86568 --- /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 00000000000..362a1984b47 --- /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 00000000000..1f731a01739 --- /dev/null +++ b/japanese/xshodo/pkg-plist @@ -0,0 +1,3 @@ +bin/xbakuzan +lib/X11/xbakuzan/sakana.xbm +lib/X11/xbakuzan/xbakuzan.doc |