summaryrefslogtreecommitdiff
path: root/graphics/icod/pkg-descr
diff options
context:
space:
mode:
authorDan Moschuk <dan@FreeBSD.org>1999-10-03 21:31:07 +0000
committerDan Moschuk <dan@FreeBSD.org>1999-10-03 21:31:07 +0000
commitf839b6c3a8b5dcc518eb61072d6ec6b1e1500010 (patch)
tree778236fbf71b11f8e244a0728318cbeb4c4db18c /graphics/icod/pkg-descr
parent"freebsd.org" -> "FreeBSD.org" and mention latest ja-man-1.1h port. (diff)
icod is a utility to convert Windows-format icon files
(.ico) to X-format pixmaps (.xpm). It will extract all icon images from each specified .ico file and write out each image to a filename consisting of the basename of the image, the size, and the bit depth. PR: ports/14089 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
Notes
Notes: svn path=/head/; revision=22144
Diffstat (limited to 'graphics/icod/pkg-descr')
-rw-r--r--graphics/icod/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/icod/pkg-descr b/graphics/icod/pkg-descr
new file mode 100644
index 000000000000..74cb42e11679
--- /dev/null
+++ b/graphics/icod/pkg-descr
@@ -0,0 +1,10 @@
+icod is a utility to convert Windows-format icon files
+(.ico) to X-format pixmaps (.xpm).
+
+It will extract all icon images from each specified
+.ico file and write out each image to a filename
+consisting of the basename of the image, the size, and
+the bit depth.
+
+- Chris D. Faulhaber
+jedgar@fxp.org