Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2018 21:49:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464026 - head/graphics/icoutils
Message-ID:  <201803092149.w29LnllC037637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Mar  9 21:49:47 2018
New Revision: 464026
URL: https://svnweb.freebsd.org/changeset/ports/464026

Log:
  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

Modified:
  head/graphics/icoutils/Makefile
  head/graphics/icoutils/distinfo
  head/graphics/icoutils/pkg-descr
  head/graphics/icoutils/pkg-plist

Modified: head/graphics/icoutils/Makefile
==============================================================================
--- head/graphics/icoutils/Makefile	Fri Mar  9 21:49:42 2018	(r464025)
+++ head/graphics/icoutils/Makefile	Fri Mar  9 21:49:47 2018	(r464026)
@@ -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>

Modified: head/graphics/icoutils/distinfo
==============================================================================
--- head/graphics/icoutils/distinfo	Fri Mar  9 21:49:42 2018	(r464025)
+++ head/graphics/icoutils/distinfo	Fri Mar  9 21:49:47 2018	(r464026)
@@ -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

Modified: head/graphics/icoutils/pkg-descr
==============================================================================
--- head/graphics/icoutils/pkg-descr	Fri Mar  9 21:49:42 2018	(r464025)
+++ head/graphics/icoutils/pkg-descr	Fri Mar  9 21:49:47 2018	(r464026)
@@ -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/

Modified: head/graphics/icoutils/pkg-plist
==============================================================================
--- head/graphics/icoutils/pkg-plist	Fri Mar  9 21:49:42 2018	(r464025)
+++ head/graphics/icoutils/pkg-plist	Fri Mar  9 21:49:47 2018	(r464026)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803092149.w29LnllC037637>