diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 21:31:07 +0000 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 21:31:07 +0000 |
commit | f839b6c3a8b5dcc518eb61072d6ec6b1e1500010 (patch) | |
tree | 778236fbf71b11f8e244a0728318cbeb4c4db18c /graphics/icod | |
parent | 838250377fc9d32272bbabfd877a580381cdfa88 (diff) | |
download | ports-f839b6c3a8b5dcc518eb61072d6ec6b1e1500010.tar.gz ports-f839b6c3a8b5dcc518eb61072d6ec6b1e1500010.zip |
Notes
Diffstat (limited to 'graphics/icod')
-rw-r--r-- | graphics/icod/Makefile | 22 | ||||
-rw-r--r-- | graphics/icod/distinfo | 1 | ||||
-rw-r--r-- | graphics/icod/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/icod/pkg-descr | 10 | ||||
-rw-r--r-- | graphics/icod/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/graphics/icod/Makefile b/graphics/icod/Makefile new file mode 100644 index 000000000000..1384a418218f --- /dev/null +++ b/graphics/icod/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: icod +# Version required: 1.0 +# Date created: 02 October 1999 +# Whom: Chris D. Faulhaber <jedgar@fxp.org> +# +# $FreeBSD$ +# + +DISTNAME= icod.1.0 +PKGNAME= icod-1.0 +CATEGORIES= graphics +MASTER_SITES= http://www.linuxberg.com/files/x11/graphics/ + +MAINTAINER= jedgar@fxp.org + +WRKSRC= ${WRKDIR}/icod +ALL_TARGET= icod + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/icod ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/graphics/icod/distinfo b/graphics/icod/distinfo new file mode 100644 index 000000000000..ff94b00300dd --- /dev/null +++ b/graphics/icod/distinfo @@ -0,0 +1 @@ +MD5 (icod.1.0.tar.gz) = cb94cf6e8c06111190439f33a16d91ec diff --git a/graphics/icod/pkg-comment b/graphics/icod/pkg-comment new file mode 100644 index 000000000000..1ae280181ea1 --- /dev/null +++ b/graphics/icod/pkg-comment @@ -0,0 +1 @@ +Utility to convert Windows icon files to xpm format 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 diff --git a/graphics/icod/pkg-plist b/graphics/icod/pkg-plist new file mode 100644 index 000000000000..f6bff6f1a1de --- /dev/null +++ b/graphics/icod/pkg-plist @@ -0,0 +1 @@ +bin/icod |