From owner-svn-ports-all@FreeBSD.ORG Sun May 10 14:15:46 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0A99963; Sun, 10 May 2015 14:15:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF10F12AA; Sun, 10 May 2015 14:15:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4AEFjqW056537; Sun, 10 May 2015 14:15:45 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4AEFicv056520; Sun, 10 May 2015 14:15:44 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201505101415.t4AEFicv056520@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 10 May 2015 14:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385958 - in head/graphics/gx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 14:15:46 -0000 Author: riggs Date: Sun May 10 14:15:43 2015 New Revision: 385958 URL: https://svnweb.freebsd.org/changeset/ports/385958 Log: - Un-break build; distfile is now fetchable again (new MASTER_SITES) - New port maintainer: Chris Hutchinson - 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 MFH: 2015Q2 Added: head/graphics/gx/files/ head/graphics/gx/files/patch-Makefile.am (contents, props changed) head/graphics/gx/files/patch-Makefile.in (contents, props changed) head/graphics/gx/files/patch-gx.desktop (contents, props changed) Deleted: head/graphics/gx/pkg-plist Modified: head/graphics/gx/Makefile head/graphics/gx/pkg-descr Modified: head/graphics/gx/Makefile ============================================================================== --- head/graphics/gx/Makefile Sun May 10 13:53:50 2015 (r385957) +++ head/graphics/gx/Makefile Sun May 10 14:15:43 2015 (r385958) @@ -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 Added: head/graphics/gx/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gx/files/patch-Makefile.am Sun May 10 14:15:43 2015 (r385958) @@ -0,0 +1,15 @@ +--- Makefile.am.orig 2007-06-05 23:08:39 UTC ++++ Makefile.am +@@ -3,10 +3,10 @@ SUBDIRS = src + icondir = $(datadir)/pixmaps + icon_DATA = icons/gx_logo.png icons/gx.png + +-desktopdir = $(datadir)/app-install/desktop ++desktopdir = $(datadir)/applications + desktop_DATA = gx.desktop + +-desk_icondir = $(datadir)/app-install/icons ++desk_icondir = $(datadir)/pixmaps + desk_icon_DATA = icons/gx.png + + EXTRA_DIST = AUTHORS \ Added: head/graphics/gx/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gx/files/patch-Makefile.in Sun May 10 14:15:43 2015 (r385958) @@ -0,0 +1,14 @@ +--- Makefile.in.orig 2007-06-07 14:21:06 UTC ++++ Makefile.in +@@ -176,9 +176,9 @@ target_alias = @target_alias@ + SUBDIRS = src + icondir = $(datadir)/pixmaps + icon_DATA = icons/gx_logo.png icons/gx.png +-desktopdir = $(datadir)/app-install/desktop ++desktopdir = $(datadir)/applications + desktop_DATA = gx.desktop +-desk_icondir = $(datadir)/app-install/icons ++desk_icondir = $(datadir)/pixmaps + desk_icon_DATA = icons/gx.png + EXTRA_DIST = AUTHORS \ + ChangeLog \ Added: head/graphics/gx/files/patch-gx.desktop ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/gx/files/patch-gx.desktop Sun May 10 14:15:43 2015 (r385958) @@ -0,0 +1,11 @@ +--- gx.desktop.orig 2007-06-07 16:00:13 UTC ++++ gx.desktop +@@ -1,7 +1,7 @@ + [Desktop Entry] + Encoding=UTF-8 + Name=gx +-GenericName=Image Viewer ++GenericName=GX Image Viewer + Comment=The lightweight image viewer + TryExec=gx + Exec=gx %U Modified: head/graphics/gx/pkg-descr ============================================================================== --- head/graphics/gx/pkg-descr Sun May 10 13:53:50 2015 (r385957) +++ head/graphics/gx/pkg-descr Sun May 10 14:15:43 2015 (r385958) @@ -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/