Index: head/graphics/icoutils/Makefile =================================================================== --- head/graphics/icoutils/Makefile (revision 464025) +++ head/graphics/icoutils/Makefile (revision 464026) @@ -1,33 +1,34 @@ # Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= icoutils -PORTVERSION= 0.32.2 +PORTVERSION= 0.32.3 CATEGORIES= graphics MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Convert/extract images in Microsoft Windows(R) icon/cursor files LICENSE= GPLv3+ 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 -OPTIONS_DEFINE= RESSCRIPTS +SHEBANG_FILES= extresso/*.in + +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 Index: head/graphics/icoutils/distinfo =================================================================== --- head/graphics/icoutils/distinfo (revision 464025) +++ head/graphics/icoutils/distinfo (revision 464026) @@ -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 Index: head/graphics/icoutils/pkg-descr =================================================================== --- head/graphics/icoutils/pkg-descr (revision 464025) +++ head/graphics/icoutils/pkg-descr (revision 464026) @@ -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/ Index: head/graphics/icoutils/pkg-plist =================================================================== --- head/graphics/icoutils/pkg-plist (revision 464025) +++ head/graphics/icoutils/pkg-plist (revision 464026) @@ -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