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
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-03-09 21:49:47 +00:00
parent a1255b0304
commit 06a334744e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464026
4 changed files with 32 additions and 33 deletions

View file

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

View file

@ -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

View file

@ -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/

View file

@ -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