Date: Mon, 18 May 2015 18:53:56 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r386701 - in branches/2015Q2/graphics/gx: . files Message-ID: <201505181853.t4IIrucD066404@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Mon May 18 18:53:55 2015 New Revision: 386701 URL: https://svnweb.freebsd.org/changeset/ports/386701 Log: MFH: r385958 - Un-break build; distfile is now fetchable again (new MASTER_SITES) - New port maintainer: Chris Hutchinson <portmaster@bsdforge.com> - Add LICENSE - Use PLIST_FILES instead of pkg-plist - Bump PORTREVISION - Update pkg-descr - Pet portlint PR: 199468 Submitted by: portmaster@bsdforge.com (maintainer) Reviewed by: riggs Approved by: ports-secteam (delphij) Added: branches/2015Q2/graphics/gx/files/ - copied from r385958, head/graphics/gx/files/ Deleted: branches/2015Q2/graphics/gx/pkg-plist Modified: branches/2015Q2/graphics/gx/Makefile branches/2015Q2/graphics/gx/pkg-descr Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/graphics/gx/Makefile ============================================================================== --- branches/2015Q2/graphics/gx/Makefile Mon May 18 18:49:20 2015 (r386700) +++ branches/2015Q2/graphics/gx/Makefile Mon May 18 18:53:55 2015 (r386701) @@ -3,19 +3,24 @@ PORTNAME= gx PORTVERSION= 0.4.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics -MASTER_SITES= http://perticone.homelinux.net/sergio/c++/gx/src/ +MASTER_SITES= http://BSDforge.com/projects/source/graphics/gx/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Lightweight image viewer -BROKEN= No public distfiles +LICENSE= BSD2CLAUSE LIB_DEPENDS= libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm -USES= gettext pkgconfig +USES= desktop-file-utils gettext pkgconfig USE_GNOME= gconfmm26 gtkmm24 GNU_CONFIGURE= yes +PLIST_FILES= bin/gx \ + share/applications/gx.desktop \ + share/pixmaps/gx.png \ + share/pixmaps/gx_logo.png \ + .include <bsd.port.mk> Modified: branches/2015Q2/graphics/gx/pkg-descr ============================================================================== --- branches/2015Q2/graphics/gx/pkg-descr Mon May 18 18:49:20 2015 (r386700) +++ branches/2015Q2/graphics/gx/pkg-descr Mon May 18 18:53:55 2015 (r386701) @@ -1,2 +1,4 @@ -gx is a small image viewer for Unix written in C++ (using gtkmm). It -can rotate, rescale, and zoom in/out an image. +gx is a small image viewer for UNIX like systems. It's written +in C++ (using gtkmm). It can rotate, rescale, and zoom images. + +WWW: http://BSDforge.com/projects/graphics/gx/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505181853.t4IIrucD066404>