graphics/icoutils: import icoutils-0.32.2
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).
This commit is contained in:
parent
06361b81e4
commit
2708e3d004
4 changed files with 38 additions and 0 deletions
4
graphics/icoutils/DESCR
Normal file
4
graphics/icoutils/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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).
|
19
graphics/icoutils/Makefile
Normal file
19
graphics/icoutils/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/01/01 07:08:27 ryoon Exp $
|
||||
|
||||
DISTNAME= icoutils-0.32.2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://savannah.nongnu.org/download/icoutils/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= ryoon@NetBSD.org
|
||||
HOMEPAGE= http://www.nongnu.org/icoutils/
|
||||
COMMENT= Tools for Microsoft Windows icon and cursor files
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
|
||||
.include "../../graphics/png/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
9
graphics/icoutils/PLIST
Normal file
9
graphics/icoutils/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2018/01/01 07:08:27 ryoon Exp $
|
||||
bin/extresso
|
||||
bin/genresscript
|
||||
bin/icotool
|
||||
bin/wrestool
|
||||
man/man1/extresso.1
|
||||
man/man1/genresscript.1
|
||||
man/man1/icotool.1
|
||||
man/man1/wrestool.1
|
6
graphics/icoutils/distinfo
Normal file
6
graphics/icoutils/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/01/01 07:08:27 ryoon Exp $
|
||||
|
||||
SHA1 (icoutils-0.32.2.tar.bz2) = 3957baa8d39bf36b9e6de41b0a763ab78a2904dc
|
||||
RMD160 (icoutils-0.32.2.tar.bz2) = d6fdf820c2f9f1dc98565d4ca8a08b8ae4e5ffd5
|
||||
SHA512 (icoutils-0.32.2.tar.bz2) = 9d1ec7f8de2de35ca502ece953d288dad44143af185706855e8911c5e579153ce515208891783981c04406afc66db1e2a3f246515e888a2b1ccc6aea4b1056b8
|
||||
Size (icoutils-0.32.2.tar.bz2) = 593980 bytes
|
Loading…
Reference in a new issue