diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-05-29 21:40:04 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-05-29 21:40:04 +0000 |
commit | fdf9c5f4f2176f927f19901129a0cd60d4ea90cd (patch) | |
tree | c8580bb743f335901d060692a53abc48a619b782 /graphics | |
parent | abb3904f148ba34e44569acd8367c24509bee449 (diff) | |
download | FreeBSD-ports-fdf9c5f4f2176f927f19901129a0cd60d4ea90cd.zip FreeBSD-ports-fdf9c5f4f2176f927f19901129a0cd60d4ea90cd.tar.gz |
Update to 0.1.14 and add WWW
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gview/Makefile | 16 | ||||
-rw-r--r-- | graphics/gview/distinfo | 2 | ||||
-rw-r--r-- | graphics/gview/pkg-descr | 2 | ||||
-rw-r--r-- | graphics/gview/pkg-plist | 3 |
4 files changed, 12 insertions, 11 deletions
diff --git a/graphics/gview/Makefile b/graphics/gview/Makefile index 43d05c3..9d01091 100644 --- a/graphics/gview/Makefile +++ b/graphics/gview/Makefile @@ -6,17 +6,15 @@ # PORTNAME= gview -PORTVERSION= 0.1.12 +PORTVERSION= 0.1.14 CATEGORIES= graphics -MASTER_SITES= http://gview.netpedia.net/ \ +MASTER_SITES= http://netpedia.net/hosting/gview/ \ http://homepages.petech.ac.za/~bruces/ \ - ftp://ftp.petech.ac.za/pub/viewers/ \ - http://www.geocities.com/ResearchTriangle/Facility/1468/sg/ + ftp://ftp.petech.ac.za/pub/viewers/ MAINTAINER= cpiazza@FreeBSD.org -LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib \ - intl.1:${PORTSDIR}/devel/gettext +LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib GTK_CONFIG?= ${X11BASE}/bin/gtk12-config @@ -28,9 +26,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ 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 + @${MKDIR} ${PREFIX}/share/doc/gview +.for file in AUTHORS BUGS ChangeLog NEWS README TODO + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gview .endfor .endif diff --git a/graphics/gview/distinfo b/graphics/gview/distinfo index 7de92b7..6aba32f 100644 --- a/graphics/gview/distinfo +++ b/graphics/gview/distinfo @@ -1 +1 @@ -MD5 (gview-0.1.12.tar.gz) = 28f87d995320fa2878182e8d8c9f0ddc +MD5 (gview-0.1.14.tar.gz) = bbbc5590e4f4ab363ca0af2247ee0f99 diff --git a/graphics/gview/pkg-descr b/graphics/gview/pkg-descr index 1855656..e1ce0ba 100644 --- a/graphics/gview/pkg-descr +++ b/graphics/gview/pkg-descr @@ -2,3 +2,5 @@ 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. + +WWW: http://netpedia.net/hosting/gview/ diff --git a/graphics/gview/pkg-plist b/graphics/gview/pkg-plist index 5e1ce73..43eede7 100644 --- a/graphics/gview/pkg-plist +++ b/graphics/gview/pkg-plist @@ -1,9 +1,10 @@ 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 +share/locale/fr/LC_MESSAGES/gview.mo +share/locale/ko/LC_MESSAGES/gview.mo @dirrm share/doc/gview |