From owner-freebsd-questions@FreeBSD.ORG Tue Feb 28 15:28:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96DDE16A420 for ; Tue, 28 Feb 2006 15:28:39 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id D458143D45 for ; Tue, 28 Feb 2006 15:28:38 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.5/8.13.5/Debian-3) with ESMTP id k1SFS0V7015503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 28 Feb 2006 17:28:04 +0200 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id k1SFRS3K019993; Tue, 28 Feb 2006 17:27:28 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id k1SFRSmK019992; Tue, 28 Feb 2006 17:27:28 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 28 Feb 2006 17:27:28 +0200 From: Giorgos Keramidas To: fbsd_user Message-ID: <20060228152728.GA19985@flame.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.378, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.82, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr Cc: freebsd-questions@freebsd.org Subject: Re: Is gd library in the ports collection. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2006 15:28:39 -0000 On 2006-02-28 10:19, fbsd_user wrote: > I have reviewed the ports list for a port called gd and could > not tell from the names if any were the gd library > talked about here. http://www.boutell.com/gd/ > > Can any one point me to the correct port name if its really > in the ports collection. graphics/gd/pkg-descr ==> % gd is a graphics library. It allows your code to quickly draw images % complete with lines, arcs, text, multiple colors, cut and paste from % other images, and flood fills, and write out the result as a PNG, GIF % or JPEG file. This is particularly useful in World Wide Web applications, % where PNG, GIF and JPEG are three of the formats accepted for inline % images by most browsers. % % gd does not provide for every possible desirable graphics operation, % but version 2.0 does include most frequently requested features, % including both truecolor and palette images, resampling (smooth % resizing of truecolor images) and so forth. % % WWW: http://www.boutell.com/gd/ % % - Alex Dupre % sysadmin@alexdupre.com