svn commit: r386701 - in branches/2015Q2/graphics/gx: . files
Thomas Zander
riggs at FreeBSD.org
Mon May 18 18:53:56 UTC 2015
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 at bsdforge.com>
- Add LICENSE
- Use PLIST_FILES instead of pkg-plist
- Bump PORTREVISION
- Update pkg-descr
- Pet portlint
PR: 199468
Submitted by: portmaster at 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 at FreeBSD.org
+MAINTAINER= portmaster at 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/
More information about the svn-ports-all
mailing list