diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-29 07:20:58 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-29 07:20:58 +0000 |
commit | 57ce564eef6a225aa21e1f63c7c3fd28d0707409 (patch) | |
tree | e2f99009acc8480ff7186dae23f8777da33d718f /japanese | |
parent | d5e2fb4a66a215c0885773e03f6b8418750b194c (diff) | |
download | ports-57ce564eef6a225aa21e1f63c7c3fd28d0707409.tar.gz ports-57ce564eef6a225aa21e1f63c7c3fd28d0707409.zip |
Notes
Diffstat (limited to 'japanese')
-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 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 <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 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 |