summaryrefslogtreecommitdiff
path: root/japanese/xjtext
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-07-07 17:04:35 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-07-07 17:04:35 +0000
commit7de06e3653fe7f19f1dcb7c06134b0715f7c9327 (patch)
tree2d5da72a2da6a1960968517fee46be550fb552ab /japanese/xjtext
parentUpdate to version 1.13. (diff)
This program shows Japanese text in vertical format.
You can use directives in input text and perform some effects. This software is like a kind of demonstration program.
Notes
Notes: svn path=/head/; revision=30308
Diffstat (limited to 'japanese/xjtext')
-rw-r--r--japanese/xjtext/Makefile41
-rw-r--r--japanese/xjtext/distinfo1
-rw-r--r--japanese/xjtext/files/patch-aa11
-rw-r--r--japanese/xjtext/files/patch-ab11
-rw-r--r--japanese/xjtext/pkg-comment1
-rw-r--r--japanese/xjtext/pkg-descr8
-rw-r--r--japanese/xjtext/pkg-message4
-rw-r--r--japanese/xjtext/pkg-plist12
8 files changed, 89 insertions, 0 deletions
diff --git a/japanese/xjtext/Makefile b/japanese/xjtext/Makefile
new file mode 100644
index 000000000000..3bbaeb3b06b4
--- /dev/null
+++ b/japanese/xjtext/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: xjtext
+# Date created: 8 July 2000
+# Whom: sada
+#
+# $FreeBSD$
+#
+
+PORTNAME= xjtext
+PORTVERSION= 1.3
+CATEGORIES= japanese
+MASTER_SITES= http://plaza.harmonix.ne.jp/~onizuka/
+DISTNAME= XJTEXT-${PORTVERSION}
+
+MAINTAINER= sada@FreeBSD.org
+
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ png.4:${PORTSDIR}/graphics/png \
+ tiff.4:${PORTSDIR}/graphics/tiff \
+ ungif.5:${PORTSDIR}/graphics/libungif \
+ Imlib.5:${PORTSDIR}/graphics/imlib
+BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
+
+EXAMPLEDIR= ${PREFIX}/share/examples/xjtext
+DOCDIR= ${PREFIX}/share/doc/xjtext
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xjtext ${PREFIX}/bin
+
+post-install:
+ strip ${PREFIX}/bin/xjtext
+ ${MKDIR} ${EXAMPLEDIR}
+.for i in FSS README YAMA \
+ Ao.png Back2.png Brown.png Royal.png Royal2.png
+ ${INSTALL_DATA} ${WRKSRC}/$i ${EXAMPLEDIR}
+.endfor
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCDIR}
+ ${INSTALL_MAN} ${WRKSRC}/README.txt ${DOCDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/japanese/xjtext/distinfo b/japanese/xjtext/distinfo
new file mode 100644
index 000000000000..ce501054ed68
--- /dev/null
+++ b/japanese/xjtext/distinfo
@@ -0,0 +1 @@
+MD5 (XJTEXT-1.3.tar.gz) = 875183ba7b1cab989e606b4006cf764f
diff --git a/japanese/xjtext/files/patch-aa b/japanese/xjtext/files/patch-aa
new file mode 100644
index 000000000000..855013bac1c3
--- /dev/null
+++ b/japanese/xjtext/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.orig Sat Jul 8 00:36:46 2000
++++ Makefile Sat Jul 8 00:36:57 2000
+@@ -2,7 +2,7 @@
+ CFLAGS =-c -g -O
+ INCDIRS =-I/usr/X11R6/include -I/usr/local/include
+ LIBS =-lX11 -lXext -lm -lfl
+-IMLIBS =-ljpeg -lpng -ltiff -lz -lgif -lImlib
++IMLIBS =-ljpeg -lpng -ltiff -lz -lungif -lImlib
+ LIBDIRS =-L/usr/X11R6/lib/ -L/usr/local/lib
+ OBJS =xwindow.o xfont.o xtext.o xjtext.o lex.yy.o parser.tab.o xjtext-main.o
+
diff --git a/japanese/xjtext/files/patch-ab b/japanese/xjtext/files/patch-ab
new file mode 100644
index 000000000000..e2f3fd789490
--- /dev/null
+++ b/japanese/xjtext/files/patch-ab
@@ -0,0 +1,11 @@
+--- xwindow.h.orig Sat Sep 4 22:45:16 1999
++++ xwindow.h Sat Jul 8 01:08:55 2000
+@@ -60,7 +60,7 @@
+ XSetLineAttributes(TheDisplay,TheGC,1,LineSolid,CapButt,JoinMiter);
+ XDrawLine(TheDisplay,TheWindow,TheGC,X1,Y1,X2,Y2);
+ }
+- inline mapRaised(void) { XMapRaised(TheDisplay,TheWindow);}
++ inline void mapRaised(void) { XMapRaised(TheDisplay,TheWindow);}
+ };
+
+ #endif
diff --git a/japanese/xjtext/pkg-comment b/japanese/xjtext/pkg-comment
new file mode 100644
index 000000000000..98cc841ad1b2
--- /dev/null
+++ b/japanese/xjtext/pkg-comment
@@ -0,0 +1 @@
+A text viewer for Japanese virtical writings
diff --git a/japanese/xjtext/pkg-descr b/japanese/xjtext/pkg-descr
new file mode 100644
index 000000000000..1aacb4c75365
--- /dev/null
+++ b/japanese/xjtext/pkg-descr
@@ -0,0 +1,8 @@
+This program shows Japanese text in vertical format.
+You can use directives in input text and perform some effects.
+This software is like a kind of demonstration program.
+
+WWW: http://plaza.harmonix.ne.jp/~onizuka/Software.html
+
+- SADA Kenji
+sada@FreeBSD.org
diff --git a/japanese/xjtext/pkg-message b/japanese/xjtext/pkg-message
new file mode 100644
index 000000000000..c1f21f099200
--- /dev/null
+++ b/japanese/xjtext/pkg-message
@@ -0,0 +1,4 @@
+Do like below for easy test play.
+
+$ cd PREFIX/share/examples/xjtext
+$ xjtext README
diff --git a/japanese/xjtext/pkg-plist b/japanese/xjtext/pkg-plist
new file mode 100644
index 000000000000..85c864aa27c0
--- /dev/null
+++ b/japanese/xjtext/pkg-plist
@@ -0,0 +1,12 @@
+bin/xjtext
+share/doc/xjtext/README.txt
+share/examples/xjtext/Ao.png
+share/examples/xjtext/Back2.png
+share/examples/xjtext/Brown.png
+share/examples/xjtext/FSS
+share/examples/xjtext/README
+share/examples/xjtext/Royal.png
+share/examples/xjtext/Royal2.png
+share/examples/xjtext/YAMA
+@dirrm share/examples/xjtext
+@dirrm share/doc/xjtext