diff options
author | sada <sada@FreeBSD.org> | 2000-07-07 17:04:35 +0000 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-07-07 17:04:35 +0000 |
commit | 2a622d4fc120c178d2aa1abf0341b04628ac0de3 (patch) | |
tree | e54ab3f829951e0be70197d1ec61b55228fe4c28 /japanese | |
parent | a42d0d32587e7a364967b247a827ed9a894ddc99 (diff) | |
download | FreeBSD-ports-2a622d4fc120c178d2aa1abf0341b04628ac0de3.zip FreeBSD-ports-2a622d4fc120c178d2aa1abf0341b04628ac0de3.tar.gz |
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.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xjtext/Makefile | 41 | ||||
-rw-r--r-- | japanese/xjtext/distinfo | 1 | ||||
-rw-r--r-- | japanese/xjtext/files/patch-aa | 11 | ||||
-rw-r--r-- | japanese/xjtext/files/patch-ab | 11 | ||||
-rw-r--r-- | japanese/xjtext/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/xjtext/pkg-descr | 8 | ||||
-rw-r--r-- | japanese/xjtext/pkg-message | 4 | ||||
-rw-r--r-- | japanese/xjtext/pkg-plist | 12 |
8 files changed, 89 insertions, 0 deletions
diff --git a/japanese/xjtext/Makefile b/japanese/xjtext/Makefile new file mode 100644 index 0000000..3bbaeb3 --- /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 0000000..ce50105 --- /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 0000000..855013b --- /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 0000000..e2f3fd7 --- /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 0000000..98cc841 --- /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 0000000..1aacb4c --- /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 0000000..c1f21f0 --- /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 0000000..85c864a --- /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 |