Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2012 04:52:09 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307052 - in head/graphics: gexiv2 shotwell
Message-ID:  <201211060452.qA64q917083563@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Nov  6 04:52:08 2012
New Revision: 307052
URL: http://svnweb.freebsd.org/changeset/ports/307052

Log:
  graphics/gexiv2:
  - Update to version 0.4.1
  - Drop shlib versions in LIB_DEPENDS
  - Define LICENSE (GPLv2)
  - Cleanup Makefile and port description
  
  graphics/shotwell (gexiv2 consumer):
  - Bump port revision (chase gexiv2 update)
  - Drop shlib versions in LIB_DEPENDS
  - Define LICENSE (LGPL21)
  - Provide a better port description
  - Nota bene: version 0.13.1 is available
  
  Feature safe:	yes
  Approved by:	maintainer timeout

Modified:
  head/graphics/gexiv2/Makefile
  head/graphics/gexiv2/distinfo
  head/graphics/gexiv2/pkg-descr
  head/graphics/gexiv2/pkg-plist
  head/graphics/shotwell/Makefile
  head/graphics/shotwell/pkg-descr

Modified: head/graphics/gexiv2/Makefile
==============================================================================
--- head/graphics/gexiv2/Makefile	Tue Nov  6 03:51:42 2012	(r307051)
+++ head/graphics/gexiv2/Makefile	Tue Nov  6 04:52:08 2012	(r307052)
@@ -1,23 +1,20 @@
-# New ports collection makefile for:	gexiv2
-# Date created:		Tue Sep  7 02:00:03 UTC 2010
-# Whom:			Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
-#
+# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	gexiv2
-PORTVERSION=	0.2.1
-PORTREVISION=	2
+PORTVERSION=	0.4.1
 CATEGORIES=	graphics
-MASTER_SITES=	http://yorba.org/download/gexiv2/${PORTVERSION:R}/
+MASTER_SITES=	http://yorba.org/download/${PORTNAME}/${PORTVERSION:R}/
 DISTNAME=	libgexiv2-${PORTVERSION}
 
 MAINTAINER=	lioux@FreeBSD.org
-COMMENT=	GObject-based wrapper around the Exiv2 library
+COMMENT=	GObject-based wrapper around Exiv2 library
+
+LICENSE=	GPLv2
 
 BUILD_DEPENDS=	libtool:${PORTSDIR}/devel/libtool \
 		gm4:${PORTSDIR}/devel/m4
-LIB_DEPENDS=	exiv2.12:${PORTSDIR}/graphics/exiv2
+LIB_DEPENDS=	exiv2:${PORTSDIR}/graphics/exiv2
 
 USE_BZIP2=	yes
 USE_GNOME=	glib20
@@ -28,8 +25,8 @@ USE_PKGCONFIG=	yes
 post-patch:
 	@${REINPLACE_CMD} -E \
 		-e 's|^([[:space:]]+)m4[[:space:]]|\1gm4 |' \
-		-e 's|\$$\(LIB\)/pkgconfig|libdata/pkgconfig|g' \
-		${WRKSRC}/${MAKEFILE}
+		-e 's|\$$\(LIB\)/pkgconfig|libdata/pkgconfig|' \
+			${WRKSRC}/${MAKEFILE}
 
 pre-install:
 	@${MKDIR} ${PREFIX}/share/vala/vapi

Modified: head/graphics/gexiv2/distinfo
==============================================================================
--- head/graphics/gexiv2/distinfo	Tue Nov  6 03:51:42 2012	(r307051)
+++ head/graphics/gexiv2/distinfo	Tue Nov  6 04:52:08 2012	(r307052)
@@ -1,2 +1,2 @@
-SHA256 (libgexiv2-0.2.1.tar.bz2) = 6279becd711de669606a95d6a2198000ef3909611b19fdfd9478a0cf265243da
-SIZE (libgexiv2-0.2.1.tar.bz2) = 24419
+SHA256 (libgexiv2-0.4.1.tar.bz2) = c51e8bae7e53866b474b51e4eef19b98385fbeaf2edac2aefd7d24ed3f7d9d6e
+SIZE (libgexiv2-0.4.1.tar.bz2) = 25484

Modified: head/graphics/gexiv2/pkg-descr
==============================================================================
--- head/graphics/gexiv2/pkg-descr	Tue Nov  6 03:51:42 2012	(r307051)
+++ head/graphics/gexiv2/pkg-descr	Tue Nov  6 04:52:08 2012	(r307052)
@@ -1,4 +1,4 @@
-gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes
-the basic features of Exiv2 available to GNOME applications.
- 
+gexiv2 is a GObject-based wrapper around the Exiv2 library.  It makes the
+basic features of Exiv2 available to GNOME applications.
+
 WWW: http://trac.yorba.org/wiki/gexiv2/

Modified: head/graphics/gexiv2/pkg-plist
==============================================================================
--- head/graphics/gexiv2/pkg-plist	Tue Nov  6 03:51:42 2012	(r307051)
+++ head/graphics/gexiv2/pkg-plist	Tue Nov  6 04:52:08 2012	(r307052)
@@ -1,9 +1,11 @@
 include/gexiv2/gexiv2.h
+include/gexiv2/gexiv2-log.h
 include/gexiv2/gexiv2-metadata.h
 include/gexiv2/gexiv2-managed-stream.h
 include/gexiv2/gexiv2-preview-properties.h
 include/gexiv2/gexiv2-preview-image.h
-lib/libgexiv2.so.0
+include/gexiv2/gexiv2-startup.h
+lib/libgexiv2.so.1
 lib/libgexiv2.so
 lib/libgexiv2.la
 lib/libgexiv2.a

Modified: head/graphics/shotwell/Makefile
==============================================================================
--- head/graphics/shotwell/Makefile	Tue Nov  6 03:51:42 2012	(r307051)
+++ head/graphics/shotwell/Makefile	Tue Nov  6 04:52:08 2012	(r307052)
@@ -1,31 +1,29 @@
-# New ports collection makefile for:	shotwell
-# Date created:		Tue Sep  7 02:00:03 UTC 2010
-# Whom:			Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al.
-#
+# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> et al.
 # $FreeBSD$
-#
 
 PORTNAME=	shotwell
 PORTVERSION=	0.11.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics gnome
 MASTER_SITES=	http://www.yorba.org/download/shotwell/${PORTVERSION:R}/
 
 MAINTAINER=	lx@FreeBSD.org
 COMMENT=	Open source photo manager for GNOME
 
+LICENSE=	LGPL21
+
 BUILD_DEPENDS=	vala>=0.12.0:${PORTSDIR}/lang/vala
 LIB_DEPENDS=	sqlite3:${PORTSDIR}/databases/sqlite3 \
-		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
-		gee.2:${PORTSDIR}/devel/libgee \
-		json-glib-1.0.0:${PORTSDIR}/devel/json-glib \
-		soup-2.4.1:${PORTSDIR}/devel/libsoup \
+		dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
+		gee:${PORTSDIR}/devel/libgee \
+		json-glib-1.0:${PORTSDIR}/devel/json-glib \
+		soup-2.4:${PORTSDIR}/devel/libsoup \
 		gexiv2:${PORTSDIR}/graphics/gexiv2 \
-		exif.12:${PORTSDIR}/graphics/libexif \
-		gphoto2.2:${PORTSDIR}/graphics/libgphoto2 \
+		exif:${PORTSDIR}/graphics/libexif \
+		gphoto2:${PORTSDIR}/graphics/libgphoto2 \
 		webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 \
-		unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
-		raw.5:${PORTSDIR}/graphics/libraw
+		unique-1.0:${PORTSDIR}/x11-toolkits/unique \
+		raw:${PORTSDIR}/graphics/libraw
 
 USE_BZIP2=	yes
 USE_GETTEXT=	yes

Modified: head/graphics/shotwell/pkg-descr
==============================================================================
--- head/graphics/shotwell/pkg-descr	Tue Nov  6 03:51:42 2012	(r307051)
+++ head/graphics/shotwell/pkg-descr	Tue Nov  6 04:52:08 2012	(r307052)
@@ -1,6 +1,13 @@
-[ excerpt from developer's web site with modifications ]
+Shotwell is an image organizer designed to provide personal photo management
+for the GNOME desktop environment.
+
+Shotwell can import photos and videos from a digital camera directly, group
+photos and videos automatically by date, and supports tagging.  Its image
+editing features allow users to straighten, crop, eliminate red eye, and
+adjust levels and color balance.  It also features an auto "enhance" option
+that will attempt to guess appropriate levels for the image.
+
+Shotwell allows users to publish their images and videos to Facebook, Flickr,
+Picasa Web Albums, Piwigo, and YouTube.
 
-A digital photo organizer that runs on Unix and (with limited
-features) on Windows.
- 
 WWW: http://www.yorba.org/shotwell/



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