Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jan 2019 18:35:40 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489518 - in head: . graphics graphics/xzgv graphics/xzgv/files
Message-ID:  <201901061835.x06IZeOW026638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Jan  6 18:35:39 2019
New Revision: 489518
URL: https://svnweb.freebsd.org/changeset/ports/489518

Log:
  Resurrected and updated port: graphics/xzgv
  
  - submitter becomes maintainer
  
  PR:		234136
  Submitted by:	m.ne@gmx.net

Added:
  head/graphics/xzgv/
     - copied from r372696, head/graphics/xzgv/
Modified:
  head/MOVED
  head/graphics/Makefile
  head/graphics/xzgv/Makefile
  head/graphics/xzgv/distinfo
  head/graphics/xzgv/files/patch-Makefile
  head/graphics/xzgv/files/patch-doc_Makefile
  head/graphics/xzgv/pkg-descr

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sun Jan  6 18:12:34 2019	(r489517)
+++ head/MOVED	Sun Jan  6 18:35:39 2019	(r489518)
@@ -7093,7 +7093,6 @@ sysutils/pessulus||2014-11-19|Abandonware, depends on 
 x11-toolkits/libzvt||2014-11-19|Abandonware, not depended on anymore
 net-p2p/gtkhx||2014-11-19|Does not work anymore
 korean/ami||2014-11-19|Does not work anymore
-graphics/xzgv||2014-11-19|Abandonware since at least 2008
 deskutils/gtkjournal||2014-11-19|Abandonware, not working anymore
 deskutils/splashsetter||2014-11-19|Abandonware, useless without gnome2
 editors/emacs23|editors/emacs|2014-11-19|Has expired: Unmaintained upstream, use editors/emacs

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun Jan  6 18:12:34 2019	(r489517)
+++ head/graphics/Makefile	Sun Jan  6 18:35:39 2019	(r489518)
@@ -1091,6 +1091,7 @@
     SUBDIR += xv
     SUBDIR += xv-m17n
     SUBDIR += xwpick
+    SUBDIR += xzgv
     SUBDIR += yafaray
     SUBDIR += yagf
     SUBDIR += yed

Modified: head/graphics/xzgv/Makefile
==============================================================================
--- head/graphics/xzgv/Makefile	Mon Nov 17 22:29:14 2014	(r372696)
+++ head/graphics/xzgv/Makefile	Sun Jan  6 18:35:39 2019	(r489518)
@@ -2,25 +2,31 @@
 # $FreeBSD$
 
 PORTNAME=	xzgv
-PORTVERSION=	0.9
-PORTREVISION=	3
+PORTVERSION=	0.9.2
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
 
-MAINTAINER=	nosuzuki@postcard.st
+MAINTAINER=	m.ne@gmx.net
 COMMENT=	Image viewer with thumbnail-based file selector for X
 
-BUILD_DEPENDS=  gawk:${PORTSDIR}/lang/gawk
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake pkgconfig
-USE_GNOME=	imlib gdkpixbuf gtk20
+BUILD_DEPENDS=	gawk:lang/gawk
+LIB_DEPENDS=	libexif.so:graphics/libexif \
+		libfreetype.so:print/freetype2 \
+		libfontconfig.so:x11-fonts/fontconfig
+
+USES=		gmake gnome pkgconfig
+USE_GNOME=	cairo gdkpixbuf2 gtk20
+USE_IMLIB=	yes
 USE_XORG=	x11
-LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lm
 
+LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lm
 PLIST_FILES=	bin/xzgv man/man1/xzgv.1.gz
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|^CC|#CC|g ; \
+	${REINPLACE_CMD} -e 's|^CC|#CC|g ; \
 		 s|^CFLAGS|#CFLAGS|g ; \
 		 s|^PREFIX|#PREFIX|g' ${WRKSRC}/config.mk
 

Modified: head/graphics/xzgv/distinfo
==============================================================================
--- head/graphics/xzgv/distinfo	Mon Nov 17 22:29:14 2014	(r372696)
+++ head/graphics/xzgv/distinfo	Sun Jan  6 18:35:39 2019	(r489518)
@@ -1,2 +1,3 @@
-SHA256 (xzgv-0.9.tar.gz) = c5716994290dfa495ad5229049c510332d6afd3a0727b35de39436b6b53d1091
-SIZE (xzgv-0.9.tar.gz) = 235367
+TIMESTAMP = 1542161783
+SHA256 (xzgv-0.9.2.tar.gz) = 25a240bb8c4a85c3979ce1a39c81c859724b490c1fd83dd4e3ef1db053ee819e
+SIZE (xzgv-0.9.2.tar.gz) = 162077

Modified: head/graphics/xzgv/files/patch-Makefile
==============================================================================
--- head/graphics/xzgv/files/patch-Makefile	Mon Nov 17 22:29:14 2014	(r372696)
+++ head/graphics/xzgv/files/patch-Makefile	Sun Jan  6 18:35:39 2019	(r489518)
@@ -1,6 +1,6 @@
---- Makefile.orig	2010-03-18 23:04:14.000000000 +0100
-+++ Makefile	2010-03-18 23:05:02.000000000 +0100
-@@ -32,8 +32,8 @@
+--- Makefile.orig	2009-04-30 21:58:36 UTC
++++ Makefile
+@@ -32,8 +32,8 @@ src: xzgv
  xzgv:
  	cd src && $(MAKE) xzgv
  
@@ -11,8 +11,8 @@
  
  man: doc/xzgv.1
  
-@@ -52,13 +52,16 @@
- 	cd doc && $(MAKE) clean
+@@ -57,13 +57,16 @@ realclean:
+ 	cd doc && $(MAKE) realclean
  	$(RM) *~
  
 -install: all

Modified: head/graphics/xzgv/files/patch-doc_Makefile
==============================================================================
--- head/graphics/xzgv/files/patch-doc_Makefile	Mon Nov 17 22:29:14 2014	(r372696)
+++ head/graphics/xzgv/files/patch-doc_Makefile	Sun Jan  6 18:35:39 2019	(r489518)
@@ -1,17 +1,17 @@
---- doc/Makefile.orig	2010-03-18 23:06:01.000000000 +0100
-+++ doc/Makefile	2010-03-18 23:06:17.000000000 +0100
-@@ -36,10 +36,10 @@
+--- doc/Makefile.orig	2007-12-23 20:49:03 UTC
++++ doc/Makefile
+@@ -36,10 +36,10 @@ xzgv.1: xzgv.texi makeman.awk
  installdirs:
  	/bin/sh ../mkinstalldirs $(INFODIR) $(MANDIR)
  
 -install: installdirs
 -	install xzgv.1 $(MANDIR)
--	install xzgv.gz $(INFODIR)
--	install-info  --infodir=$(INFODIR) xzgv.gz
+-	install -m 644 xzgv.info.gz $(INFODIR)
+-	install-info --infodir=$(INFODIR) xzgv.info.gz
 +install:
 +#	install xzgv.1 $(MANDIR)
-+#	install xzgv.gz $(INFODIR)
-+#	install-info  --infodir=$(INFODIR) xzgv.gz
++#	install -m 644 xzgv.info.gz $(INFODIR)
++#	install-info --infodir=$(INFODIR) xzgv.info.gz
  
  uninstall:
  	$(RM) $(MANDIR)/xzgv.1

Modified: head/graphics/xzgv/pkg-descr
==============================================================================
--- head/graphics/xzgv/pkg-descr	Mon Nov 17 22:29:14 2014	(r372696)
+++ head/graphics/xzgv/pkg-descr	Sun Jan  6 18:35:39 2019	(r489518)
@@ -6,4 +6,4 @@ In contrast to other image file viewers for X, xzgv us
 can fit a large image to the size of the window without changing the aspect
 ratio.
 
-WWW: http://rus.members.beeb.net/xzgv.html
+WWW: https://sourceforge.net/projects/xzgv/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901061835.x06IZeOW026638>