diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-29 21:40:04 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-29 21:40:04 +0000 |
commit | 5a245133ed3ca2e6de7c81b3071df0915702a898 (patch) | |
tree | 62b41ac7b8690550bdaf846dddeb08fac08c0cb4 | |
parent | edbf09d80a863aa0b806456e84f8f9b1f33ac012 (diff) | |
download | ports-5a245133ed3ca2e6de7c81b3071df0915702a898.tar.gz ports-5a245133ed3ca2e6de7c81b3071df0915702a898.zip |
Notes
-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 43d05c30baf2..9d01091a60fd 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 7de92b79fac7..6aba32f3c218 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 1855656a9d43..e1ce0bae8d24 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 5e1ce7342a24..43eede707114 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 |