1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Add zgv 5.8,

zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with
a full-screen file selector front-end. It can be used as a
simple command, with zgv filename(s), which bypasses the
front-end. For more on how zgv works and how to use it, do
`info zgv' or `man zgv' once it's installed.

PR:		ports/65577
Submitted by:	Radim Kolar
This commit is contained in:
Kirill Ponomarev 2004-04-15 14:11:16 +00:00
parent a23b7444b2
commit e41aae2665
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107128
4 changed files with 63 additions and 0 deletions

View File

@ -473,6 +473,7 @@
SUBDIR += xwpick
SUBDIR += xzgv
SUBDIR += yafray
SUBDIR += zgv
SUBDIR += zimg
SUBDIR += zphoto

52
graphics/zgv/Makefile Normal file
View File

@ -0,0 +1,52 @@
# New ports collection makefile for: zgv
# Date created: 2004-04-15
# Whom: Radim Kolar
#
# $FreeBSD$
#
PORTNAME= zgv
PORTVERSION= 5.8
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/graphics/viewers/svga
MAINTAINER= hsn@netmag.cz
COMMENT= Graphics viewer for SVGAlib
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \
vga.1:${PORTSDIR}/graphics/svgalib \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
ALL_TARGET= all info
PLIST_FILES= bin/zgv etc/zgvrc.sample
.if !defined(NO_INSTALL_MANPAGES)
MAN1= zgv.1
.endif
.if !defined(NOPORTDOCS)
INFO= zgv
PORTDOCS= NEWS README SECURITY TODO
.endif
post-patch:
${RM} ${WRKSRC}/doc/zgv
do-install:
${INSTALL} -c -g wheel -o root -m 4755 ${WRKSRC}/src/zgv ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/doc/sample.zgvrc ${PREFIX}/etc/zgvrc.sample
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/doc/zgv ${PREFIX}/${INFO_PATH}/zgv.info
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/doc/zgv.1 ${MAN1PREFIX}/man/man1
.endif
.include <bsd.port.mk>

2
graphics/zgv/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (zgv-5.8.tar.gz) = 016bb8f3b9f3d1aa01a837dbbb67c5dc
SIZE (zgv-5.8.tar.gz) = 391623

8
graphics/zgv/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
zgv is an svgalib-based viewer which views GIF, JPEG, PNG,
PBM/PGM/PPM, TIFF, BMP, TGA, PCX, mrf, XBM, and XPM files, with a
full-screen file selector front-end. It can be used as a simple
command, with zgv filename(s), which bypasses the front-end. For
more on how zgv works and how to use it, do `info zgv' or `man zgv'
once it's installed.
WWW: http://www.svgalib.org/rus/zgv/