svn commit: r320418 - head/graphics/renrot

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jun 10 00:22:53 UTC 2013


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 at 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 <bsd.port.options.mk>
 

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
+ at dirrm %%SITE_PERL%%/Image/RenRot


More information about the svn-ports-all mailing list