Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2000 00:46:34 -0500 (EST)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/16856: new port: graphics/zimg
Message-ID:  <20000221054634.A560C1B53@shadow.blackdawn.com>

next in thread | raw e-mail | index | archive | help

>Number:         16856
>Category:       ports
>Synopsis:       new port: graphics/zimg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 20 21:50:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Will Andrews
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
none
>Environment:

FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 23 13:41:02 EST 2000     root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW  i386

>Description:

New port for zimg. See DESCR + website for info.

>How-To-Repeat:

Use the shar below to import the new port.

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	zimg
#	zimg/files
#	zimg/files/md5
#	zimg/pkg
#	zimg/pkg/PLIST
#	zimg/pkg/DESCR
#	zimg/pkg/COMMENT
#	zimg/patches
#	zimg/patches/patch-aa
#	zimg/patches/patch-ab
#	zimg/Makefile
#
echo c - zimg
mkdir -p zimg > /dev/null 2>&1
echo c - zimg/files
mkdir -p zimg/files > /dev/null 2>&1
echo x - zimg/files/md5
sed 's/^X//' >zimg/files/md5 << 'END-of-zimg/files/md5'
XMD5 (zimg-2.4.0.tar.gz) = 9367631a8701f882d71e4fd2782437be
END-of-zimg/files/md5
echo c - zimg/pkg
mkdir -p zimg/pkg > /dev/null 2>&1
echo x - zimg/pkg/PLIST
sed 's/^X//' >zimg/pkg/PLIST << 'END-of-zimg/pkg/PLIST'
Xbin/zimg
END-of-zimg/pkg/PLIST
echo x - zimg/pkg/DESCR
sed 's/^X//' >zimg/pkg/DESCR << 'END-of-zimg/pkg/DESCR'
XZimg is a graphics program that generates interesting
Xgraphics by reading simple ASCII input files filled with
Xnumbers. It can output in either EDF or PNG. It uses the
XGD library for image creation.
X
XWWW: http://www.zellner.org/zimg/
XAuthor: Johannes Zellner <johannes@zellner.org>
X
X- Will <andrews@technologist.com>
END-of-zimg/pkg/DESCR
echo x - zimg/pkg/COMMENT
sed 's/^X//' >zimg/pkg/COMMENT << 'END-of-zimg/pkg/COMMENT'
XImage-generator that uses ASCII input files to create PNGs/EDFs
END-of-zimg/pkg/COMMENT
echo c - zimg/patches
mkdir -p zimg/patches > /dev/null 2>&1
echo x - zimg/patches/patch-aa
sed 's/^X//' >zimg/patches/patch-aa << 'END-of-zimg/patches/patch-aa'
X--- zimg.h	Sun Jan  9 18:29:51 2000
X+++ zimg.h.new	Sun Feb 20 23:29:07 2000
X@@ -54,7 +54,7 @@
X #include <assert.h>
X 
X #ifdef WITH_GD
X-#   include <gd.h>
X+#   include <gd/gd.h>
X #endif
X 
X 
END-of-zimg/patches/patch-aa
echo x - zimg/patches/patch-ab
sed 's/^X//' >zimg/patches/patch-ab << 'END-of-zimg/patches/patch-ab'
X--- zimg.c	Sat Feb 19 20:40:51 2000
X+++ zimg.c.new	Sun Feb 20 23:29:43 2000
X@@ -31,12 +31,12 @@
X #define MAIN
X #include "zimg.h"
X #ifdef WITH_GD
X-#   include <gd.h>
X-#   include <gdfontt.h>  /* tiny */
X-#   include <gdfonts.h>  /* small */
X-#   include <gdfontmb.h> /* medium bold */
X-#   include <gdfontl.h>  /* large */
X-#   include <gdfontg.h>  /* giant */
X+#   include <gd/gd.h>
X+#   include <gd/gdfontt.h>  /* tiny */
X+#   include <gd/gdfonts.h>  /* small */
X+#   include <gd/gdfontmb.h> /* medium bold */
X+#   include <gd/gdfontl.h>  /* large */
X+#   include <gd/gdfontg.h>  /* giant */
X #endif
X 
X int
END-of-zimg/patches/patch-ab
echo x - zimg/Makefile
sed 's/^X//' >zimg/Makefile << 'END-of-zimg/Makefile'
X# New ports collection makefile for:	zimg
X# Version required:	2.4.0
X# Date created:		20 Feb 2000
X# Whom:			Will Andrews <andrews@technologist.com>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	zimg-2.4.0
XCATEGORIES=	graphics
XMASTER_SITES=	http://www.zellner.org/zimg/download/
X
XMAINTAINER=	andrews@technologist.com
X
XLIB_DEPENDS=	gd.0:${PORTSDIR}/graphics/gd
X
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS+=--disable-edf --with-gd-includes=${LOCALBASE}/include
XMAN1=		zimg.1
X
X.include <bsd.port.mk>
END-of-zimg/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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