aboutsummaryrefslogtreecommitdiff
path: root/graphics/renrot
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-06-10 00:22:51 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-06-10 00:22:51 +0000
commit21acd68f79fda7a5f54918abe3c22d4984c54001 (patch)
tree3809d00917fb637b7c551234f2d5a8db7d112a30 /graphics/renrot
parent33b66df45a7a7a3860680734be11f5199b509560 (diff)
downloadports-21acd68f79fda7a5f54918abe3c22d4984c54001.tar.gz
ports-21acd68f79fda7a5f54918abe3c22d4984c54001.zip
Notes
Diffstat (limited to 'graphics/renrot')
-rw-r--r--graphics/renrot/Makefile8
-rw-r--r--graphics/renrot/distinfo4
-rw-r--r--graphics/renrot/pkg-descr4
-rw-r--r--graphics/renrot/pkg-plist6
4 files changed, 14 insertions, 8 deletions
diff --git a/graphics/renrot/Makefile b/graphics/renrot/Makefile
index 9e4ee2d68438..745d80e05625 100644
--- a/graphics/renrot/Makefile
+++ b/graphics/renrot/Makefile
@@ -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 <bsd.port.options.mk>
diff --git a/graphics/renrot/distinfo b/graphics/renrot/distinfo
index 2fb727b1d90d..de649f0c7c22 100644
--- a/graphics/renrot/distinfo
+++ b/graphics/renrot/distinfo
@@ -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
diff --git a/graphics/renrot/pkg-descr b/graphics/renrot/pkg-descr
index e1dffcdc8af9..fb2f0ae3d723 100644
--- a/graphics/renrot/pkg-descr
+++ b/graphics/renrot/pkg-descr
@@ -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
diff --git a/graphics/renrot/pkg-plist b/graphics/renrot/pkg-plist
index a48cc8462624..0a8e446449bc 100644
--- a/graphics/renrot/pkg-plist
+++ b/graphics/renrot/pkg-plist
@@ -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