1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Initial import of gview version 0.1.4.

An image viewer for the X Window System with an interface similar to ACDSee.

PR:		11403
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
Steve Price 1999-05-03 04:21:33 +00:00
parent eedf966f0a
commit 4ddc7c84a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18406
5 changed files with 49 additions and 0 deletions

34
graphics/gview/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: gview
# Version required: 0.1.4
# Date created: 30 April 1999
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= gview-0.1.4
CATEGORIES= graphics
MASTER_SITES= http://www.geocities.com/ResearchTriangle/Facility/1468/sg/
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= gdk_imlib:${PORTSDIR}/graphics/imlib \
gdk12:${PORTSDIR}/x11-toolkits/gtk12 \
glib12:${PORTSDIR}/devel/glib12 \
gmodule12:${PORTSDIR}/devel/glib12 \
gtk12:${PORTSDIR}/x11-toolkits/gtk12 \
intl:${PORTSDIR}/devel/gettext
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/gview
.for file in AUTHORS BUGS COPYING ChangeLog NEWS README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview
.endfor
.endif
.include <bsd.port.mk>

1
graphics/gview/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gview-0.1.4.tar.gz) = 165d1ab2b25707a369c35fb85fb89330

View File

@ -0,0 +1 @@
Image viewer for X Window System with interface similar to ACDSee.

4
graphics/gview/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
gView is a modern image viewer for X Window System. It is based on GTK
and Imlib and supports most common image formats, JPEG, GIF, TIFF, BMP,
PPM, XPM, PNG and whatever other image formats your Imlib is configured
to support.

9
graphics/gview/pkg-plist Normal file
View File

@ -0,0 +1,9 @@
bin/gview
share/doc/gview/AUTHORS
share/doc/gview/BUGS
share/doc/gview/COPYING
share/doc/gview/ChangeLog
share/doc/gview/NEWS
share/doc/gview/README
share/doc/gview/TODO
@dirrm share/doc/gview