diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-10-28 22:39:15 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-10-28 22:39:15 +0800 |
commit | a0cd1557ffcf667daa70f04084cad66adb93f2e2 (patch) | |
tree | aee9cd570de3b7250fca4e2d0e70f1f290cdb73a | |
parent | 4d9a122966b678bea46e266b45992257eedd1f28 (diff) | |
download | freebsd-ports-gnome-a0cd1557ffcf667daa70f04084cad66adb93f2e2.tar.gz freebsd-ports-gnome-a0cd1557ffcf667daa70f04084cad66adb93f2e2.tar.zst freebsd-ports-gnome-a0cd1557ffcf667daa70f04084cad66adb93f2e2.zip |
An X11 program that displays images of various formats with multilingualization.
PR: ports/8186
Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
-rw-r--r-- | graphics/xv-m17n/Makefile | 33 | ||||
-rw-r--r-- | graphics/xv-m17n/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xv-m17n/pkg-descr | 27 | ||||
-rw-r--r-- | graphics/xv-m17n/pkg-plist | 4 |
4 files changed, 65 insertions, 0 deletions
diff --git a/graphics/xv-m17n/Makefile b/graphics/xv-m17n/Makefile new file mode 100644 index 000000000000..508990e30c39 --- /dev/null +++ b/graphics/xv-m17n/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: xv-m17n +# Version required: 3.10a +# Date created: 07 Oct 1998 +# Whom: Shigeyuki FUKUSHIMA (shige@kuis.kyoto-u.ac.jp) +# +# $Id$ +# + +PKGNAME= xv-m17n-3.10a +CATEGORIES= 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_MULTILINGUAL + +RUN_DEPENDS= xv:${.CURDIR}/../../graphics/xv + +NOMAN= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/xv ${PREFIX}/bin/xv-m17n + @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/xv-m17n ${PREFIX}/bin/xv + +.include <${.CURDIR}/../../graphics/xv/Makefile> diff --git a/graphics/xv-m17n/pkg-comment b/graphics/xv-m17n/pkg-comment new file mode 100644 index 000000000000..45a7a2f0398c --- /dev/null +++ b/graphics/xv-m17n/pkg-comment @@ -0,0 +1 @@ +An X11 program that displays images of various formats with multilingualization. diff --git a/graphics/xv-m17n/pkg-descr b/graphics/xv-m17n/pkg-descr new file mode 100644 index 000000000000..606126e8e870 --- /dev/null +++ b/graphics/xv-m17n/pkg-descr @@ -0,0 +1,27 @@ +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 multilingual character codes. +These codes are as follow: + plain iso-8859-1 iso-2022-jp + euc-japan iso-2022-int-1 iso-2022-kr + euc-korea iso-2022-ss2-8 iso-2022-ss2-7 + Shift JIS + +--- Porting by. shige@kuis.kyoto-u.ac.jp diff --git a/graphics/xv-m17n/pkg-plist b/graphics/xv-m17n/pkg-plist new file mode 100644 index 000000000000..3e909ff5d68c --- /dev/null +++ b/graphics/xv-m17n/pkg-plist @@ -0,0 +1,4 @@ +bin/xv-m17n +@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 |