An X11 program that displays images of various formats with japanization.
PR: ports/8187 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
This commit is contained in:
parent
02a469bd67
commit
aaa48914e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14220
33
japanese/xv/Makefile
Normal file
33
japanese/xv/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# New ports collection makefile for: ja-xv
|
||||
# Version required: 3.10a
|
||||
# Date created: 07 Oct 1998
|
||||
# Whom: Shigeyuki FUKUSHIMA (shige@kuis.kyoto-u.ac.jp)
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
PKGNAME= ja-xv-3.10a
|
||||
CATEGORIES= japanese graphics
|
||||
|
||||
MAINTAINER= shige@kuis.kyoto-u.ac.jp
|
||||
|
||||
# can't use PORTSDIR here, since we haven't included bsd.port.mk
|
||||
FILESDIR= ${.CURDIR}/../../graphics/xv/files
|
||||
PATCHDIR= ${.CURDIR}/../../graphics/xv/patches
|
||||
|
||||
MAKE_ENV= LOCALE_EXTENSION=-DTV_L10N
|
||||
|
||||
RUN_DEPENDS= xv:${.CURDIR}/../../graphics/xv
|
||||
|
||||
NOMAN= yes
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/xv ${PREFIX}/bin/ja-xv
|
||||
@if [ ! -f ${PREFIX}/bin/xv.orig ]; then \
|
||||
${MV} ${PREFIX}/bin/xv ${PREFIX}/bin/xv.orig ;\
|
||||
else \
|
||||
${RM} ${PREFIX}/bin/xv ;\
|
||||
fi
|
||||
@${LN} -sf ${PREFIX}/bin/ja-xv ${PREFIX}/bin/xv
|
||||
|
||||
.include <${.CURDIR}/../../graphics/xv/Makefile>
|
1
japanese/xv/pkg-comment
Normal file
1
japanese/xv/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An X11 program that displays images of various formats with japanization.
|
24
japanese/xv/pkg-descr
Normal file
24
japanese/xv/pkg-descr
Normal file
@ -0,0 +1,24 @@
|
||||
Xv is an X11 program that displays images in the GIF,
|
||||
JPEG, TIFF, PBM, PGM, PPM, X11 bitmap, Utah Raster Toolkit
|
||||
RLE, PDS/VICAR, Sun Rasterfile, BMP, XPM, PCX, IRIS RGB,
|
||||
possibly PostScript, Portable Networking Format(PNG) and
|
||||
PM formats on workstations and terminals running the
|
||||
X Window System, Version 11.
|
||||
And more xv japanese extensions patch supports images in
|
||||
the MAKI, MAG, PIC, Pi PIC2, PhotoCD. And this patch also
|
||||
supports archived image files. Supported archivers are
|
||||
arc, arj, lzh, tar, tar+compress, tar+gzip, tar+bzip2, zip,
|
||||
and zoo.
|
||||
|
||||
Note that this program is shareware except for personal use only.
|
||||
Please read the documentation in the directory
|
||||
|
||||
/usr/X11R6/share/doc/xv
|
||||
|
||||
for proper usage.
|
||||
|
||||
And this xv supports japanese character codes.
|
||||
These codes are as follow:
|
||||
JIS(iso-2022-jp) / EUC / Shift-JIS
|
||||
|
||||
--- Porting by. shige@kuis.kyoto-u.ac.jp
|
4
japanese/xv/pkg-plist
Normal file
4
japanese/xv/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/ja-xv
|
||||
@exec [ ! -f %D/bin/xv.orig ] && mv -f %D/bin/xv %D/bin/xv.orig || rm %D/bin/xv
|
||||
@exec ln -sf %D/%F %D/bin/xv
|
||||
@unexec [ -f %D/bin/xv.orig ] && mv -f %D/bin/xv.orig %D/bin/xv
|
Loading…
Reference in New Issue
Block a user