From owner-svn-ports-all@FreeBSD.ORG Mon Jun 10 00:22:52 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E574D2BD; Mon, 10 Jun 2013 00:22:52 +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 D4C5D10EB; Mon, 10 Jun 2013 00:22:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5A0Mqpe035098; Mon, 10 Jun 2013 00:22:52 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5A0MqS7035094; Mon, 10 Jun 2013 00:22:52 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201306100022.r5A0MqS7035094@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 10 Jun 2013 00:22:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320418 - head/graphics/renrot 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: Mon, 10 Jun 2013 00:22:53 -0000 Author: danfe Date: Mon Jun 10 00:22:51 2013 New Revision: 320418 URL: http://svnweb.freebsd.org/changeset/ports/320418 Log: - Update to version 1.2.0 - Reword COMMENT and port description - Register run-time dependency on jpegtran(1) - Install Russian language README file Requested by: maintainer Modified: head/graphics/renrot/Makefile head/graphics/renrot/distinfo head/graphics/renrot/pkg-descr head/graphics/renrot/pkg-plist Modified: head/graphics/renrot/Makefile ============================================================================== --- head/graphics/renrot/Makefile Mon Jun 10 00:22:34 2013 (r320417) +++ head/graphics/renrot/Makefile Mon Jun 10 00:22:51 2013 (r320418) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= renrot -PORTVERSION= 1.1 +PORTVERSION= 1.2.0 CATEGORIES= graphics perl5 MASTER_SITES= ftp://download.gnu.org.ua/pub/release/${PORTNAME}/ MAINTAINER= zeus@ibs.dn.ua -COMMENT= Perl utility for various processing tasks on the image files +COMMENT= Program to rename and rotate image files according to EXIF tags LICENSE= ART20 BUILD_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} jpegtran:${PORTSDIR}/graphics/jpeg PERL_CONFIGURE= yes @@ -20,7 +20,7 @@ OPTIONS_DEFINE= IMAGEMAGICK DOCS IMAGEMAGICK_DESC= Image::Magick Perl module support MAN1= ${PORTNAME}.1 -PORTDOCS= AUTHORS README ChangeLog NEWS TODO +PORTDOCS= AUTHORS README README.russian ChangeLog NEWS TODO .include Modified: head/graphics/renrot/distinfo ============================================================================== --- head/graphics/renrot/distinfo Mon Jun 10 00:22:34 2013 (r320417) +++ head/graphics/renrot/distinfo Mon Jun 10 00:22:51 2013 (r320418) @@ -1,2 +1,2 @@ -SHA256 (renrot-1.1.tar.gz) = 40b084bc7ff615fef62e560010b60299d3c7a3a19e576ef7c64962fdffdd79a4 -SIZE (renrot-1.1.tar.gz) = 50446 +SHA256 (renrot-1.2.0.tar.gz) = a3f711787422292693238579a2c139e8ac6367e099ada0815b6b050385f886ae +SIZE (renrot-1.2.0.tar.gz) = 52817 Modified: head/graphics/renrot/pkg-descr ============================================================================== --- head/graphics/renrot/pkg-descr Mon Jun 10 00:22:34 2013 (r320417) +++ head/graphics/renrot/pkg-descr Mon Jun 10 00:22:51 2013 (r320418) @@ -1,13 +1,13 @@ RenRot is utility written in Perl, aiming to carry out different processing tasks upon the image files (especially those containing EXIF data). -RenRot renames files according to the flexible name template (allowing +RenRot renames files according to the flexible name template (allowing the DateTimeOriginal and FileModifyDate EXIF tags, if they exist, otherwise, the name will be set according to the current time stamp). Furthermore, RenRot can aggregate files according to the shooting time period. Additionally, it can losslessly rotate JPEGs and their thumbnails, based on -Orientation EXIF tag, or given angle. +the Orientation EXIF tag, or a given angle. The script can also put commentary into the Commentary and UserComment tags. Personal details can be specified via XMP tags defined in a configuration Modified: head/graphics/renrot/pkg-plist ============================================================================== --- head/graphics/renrot/pkg-plist Mon Jun 10 00:22:34 2013 (r320417) +++ head/graphics/renrot/pkg-plist Mon Jun 10 00:22:51 2013 (r320418) @@ -6,3 +6,9 @@ etc/renrot/tags.conf.sample @dirrm etc/renrot %%SITE_PERL%%/%%PERL_ARCH%%/auto/renrot/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/renrot +%%SITE_PERL%%/Image/RenRot/Config.pm +%%SITE_PERL%%/Image/RenRot/FileUtil.pm +%%SITE_PERL%%/Image/RenRot/Logging.pm +%%SITE_PERL%%/Image/RenRot/TimeUtil.pm +%%SITE_PERL%%/Image/RenRot/Util.pm +@dirrm %%SITE_PERL%%/Image/RenRot