From owner-svn-ports-head@freebsd.org Fri Mar 9 21:49:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB459F27640; Fri, 9 Mar 2018 21:49:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 80E706EE1E; Fri, 9 Mar 2018 21:49:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 722E424A1D; Fri, 9 Mar 2018 21:49:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w29Lnmaj037641; Fri, 9 Mar 2018 21:49:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w29LnllC037637; Fri, 9 Mar 2018 21:49:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803092149.w29LnllC037637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Mar 2018 21:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464026 - head/graphics/icoutils X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/icoutils X-SVN-Commit-Revision: 464026 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Mar 2018 21:49:49 -0000 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 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