From 06a334744e9b2c27f79d8ac7cf07c5e9a94db3f8 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Mar 2018 21:49:47 +0000 Subject: Update to 0.32.3 - Adjust option: rename RESSCRIPTS to EXTRESSO - Update pkg-descr - Update WWW Changes: http://git.savannah.nongnu.org/cgit/icoutils.git/tree/NEWS --- graphics/icoutils/Makefile | 19 ++++++++++--------- graphics/icoutils/distinfo | 6 +++--- graphics/icoutils/pkg-descr | 32 +++++++++++++++----------------- graphics/icoutils/pkg-plist | 8 ++++---- 4 files changed, 32 insertions(+), 33 deletions(-) (limited to 'graphics/icoutils') diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index 1fa07796c404..5c6d5fbd9a30 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= icoutils -PORTVERSION= 0.32.2 +PORTVERSION= 0.32.3 CATEGORIES= graphics MASTER_SITES= SAVANNAH @@ -15,19 +15,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png USES= localbase shebangfix tar:bzip2 -SHEBANG_FILES= extresso/*.in -GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls +GNU_CONFIGURE= yes + +SHEBANG_FILES= extresso/*.in -OPTIONS_DEFINE= RESSCRIPTS +OPTIONS_DEFINE= EXTRESSO OPTIONS_SUB= yes +EXTRESSO_DESC= Additional extresso and genresscript programs -RESSCRIPTS_DESC= Additional resource scripts written in Perl -RESSCRIPTS_RUN_DEPENDS= p5-libwww>=0:www/p5-libwww -RESSCRIPTS_USES= perl5 -RESSCRIPTS_USE= PERL5=run +EXTRESSO_RUN_DEPENDS= p5-libwww>=0:www/p5-libwww +EXTRESSO_USES= perl5 +EXTRESSO_USE= PERL5=run post-patch-RESSCRIPTS-off: - @${REINPLACE_CMD} -e '/^SUBDIRS/s|extresso||' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e '/^SUBDIRS/ s| extresso||' ${WRKSRC}/Makefile.in .include diff --git a/graphics/icoutils/distinfo b/graphics/icoutils/distinfo index 6a4ced28a39e..5ac89ddad1ab 100644 --- a/graphics/icoutils/distinfo +++ b/graphics/icoutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1511615189 -SHA256 (icoutils-0.32.2.tar.bz2) = e892affbdc19cb640b626b62608475073bbfa809dc0c9850f0713d22788711bd -SIZE (icoutils-0.32.2.tar.bz2) = 593980 +TIMESTAMP = 1520539712 +SHA256 (icoutils-0.32.3.tar.bz2) = 17abe02d043a253b68b47e3af69c9fc755b895db68fdc8811786125df564c6e0 +SIZE (icoutils-0.32.3.tar.bz2) = 609286 diff --git a/graphics/icoutils/pkg-descr b/graphics/icoutils/pkg-descr index 0d57593bd168..7f8fe5921115 100644 --- a/graphics/icoutils/pkg-descr +++ b/graphics/icoutils/pkg-descr @@ -1,23 +1,21 @@ -The icoutils are a set of program for extracting and converting images in -Microsoft Windows(R) icon and cursor files. These files usually have the -extension .ico or .cur, but they can also be embedded in executables and +The icoutils are a set of command-line programs for extracting and converting +images in Microsoft Windows(R) icon and cursor files. These files usually have +the extension .ico or .cur, but they can also be embedded in executables and libraries (.dll-files). The icotool program converts icon and cursor files into a set of PNG images. -(Each icon/cursor file may contain multiple images, usually of different -sizes and with different number of colors.) Icotool can also create -icon/cursor files from PNG images. +(Each icon/cursor file may contain multiple images, usually of different sizes +and with different number of colors.) Icotool can also create icon/cursor files +from PNG images. -The wrestool program can extract both icons and cursors from 32-bit ("PE") -and 16-bit ("NE") executables and libraries. It writes .ico and .cur files -that can be used on Windows(R) operating systems as well. Other types of -embedded resourced can be extracted, however only in raw form -- icons and -cursors require additional conversion before they can be saved as icon and -cursor files. +The wrestool program can extract both icons and cursors from 32-bit ("PE") and +16-bit ("NE") executables and libraries. It writes .ico and .cur files that can +be used on Windows(R) operating systems as well. Other types of embedded +resourced can be extracted, however only in raw form - icons and cursors require +additional conversion before they can be saved as icon and cursor files. -The extresso script automates the tasks of extracting and converting icons. -This is done with the help of of special resource scripts. The purpose of -these scripts are to give names to the icons in the executables and -libraries. +The extresso script automates the tasks of extracting and converting icons. This +is done with the help of of special resource scripts. The purpose of these +scripts are to give names to the icons in the executables and libraries. -WWW: http://www.nongnu.org/icoutils/ +WWW: https://www.nongnu.org/icoutils/ diff --git a/graphics/icoutils/pkg-plist b/graphics/icoutils/pkg-plist index f5367ed47b3a..9c9f80e7e7e5 100644 --- a/graphics/icoutils/pkg-plist +++ b/graphics/icoutils/pkg-plist @@ -1,8 +1,8 @@ -%%RESSCRIPTS%%bin/extresso -%%RESSCRIPTS%%bin/genresscript +%%EXTRESSO%%bin/extresso +%%EXTRESSO%%bin/genresscript bin/icotool bin/wrestool -%%RESSCRIPTS%%man/man1/extresso.1.gz -%%RESSCRIPTS%%man/man1/genresscript.1.gz +%%EXTRESSO%%man/man1/extresso.1.gz +%%EXTRESSO%%man/man1/genresscript.1.gz man/man1/icotool.1.gz man/man1/wrestool.1.gz -- cgit v1.2.3