From owner-svn-ports-all@FreeBSD.ORG Tue Nov 6 04:52:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 544D1751; Tue, 6 Nov 2012 04:52:09 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 38B938FC1D; Tue, 6 Nov 2012 04:52:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA64q9WH083570; Tue, 6 Nov 2012 04:52:09 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA64q917083563; Tue, 6 Nov 2012 04:52:09 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201211060452.qA64q917083563@svn.freebsd.org> From: Alexey Dokuchaev Date: Tue, 6 Nov 2012 04:52:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307052 - in head/graphics: gexiv2 shotwell 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.14 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: Tue, 06 Nov 2012 04:52:09 -0000 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 -# +# Created by: Mario Sergio Fujikawa Ferreira # $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 et al. -# +# Created by: Mario Sergio Fujikawa Ferreira 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/