From owner-freebsd-ports Sun Nov 24 19:40:11 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA01222 for ports-outgoing; Sun, 24 Nov 1996 19:40:11 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA01210; Sun, 24 Nov 1996 19:40:08 -0800 (PST) Resent-Date: Sun, 24 Nov 1996 19:40:08 -0800 (PST) Resent-Message-Id: <199611250340.TAA01210@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-ports Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, mi@aldan.ziplink.net Received: from rtfm.ziplink.net ([199.232.255.52]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA00909 for ; Sun, 24 Nov 1996 19:33:57 -0800 (PST) Received: (from mi@localhost) by rtfm.ziplink.net (8.7.5/8.7.3) id WAA19821; Sun, 24 Nov 1996 22:31:18 -0500 (EST) Message-Id: <199611250331.WAA19821@rtfm.ziplink.net> Date: Sun, 24 Nov 1996 22:31:18 -0500 (EST) From: mi@aldan.ziplink.net Reply-To: mi@aldan.ziplink.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/2096: ImageMagick outdated, etc. Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2096 >Category: ports >Synopsis: ImageMagick outdated, lzw not supported >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 24 19:40:04 PST 1996 >Last-Modified: >Originator: Mikhail Teterin >Organization: >Release: FreeBSD 2.2-960801-SNAP i386 >Environment: >Description: a) ImageMagic-3.7.8 released today (Nov 24) b) The version which supports lzw-compression of GIF and other images is stored usually in subdirectory lzw of the official URL. I'd suggest, use of ``lzw'' be made optional (or standard with non-lzw being otional) in the same manner netscape3 port has an option for netscape-gold installation. c) list of ftp-sites, where the new version is available is big. This seem to be the official mirrors: ftp://ftp.wizards.dupont.com/pub/ImageMagick ftp://ftp.cci.fr/pub/unix/gfx/ImageMagick ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick d) I hope, that list of plug-ins, FreeBSD's port support will expand in near future to i) use new tiff-3.4 ii) use recently submitted jbig and hdf ports >How-To-Repeat: >Fix: Besides adding hdf and jbig to the list of libraries needed (when they are commited to the ports/graphics), I'd suggest smth like this: MASTER_SITES= ftp://ftp.wizards.dupont.com/pub/ImageMagick \ ftp://ftp.cci.fr/pub/unix/gfx/ImageMagick \ ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick \ ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick .if defined(NOLZW) MD5_FILE= ${FILESDIR}/md5.nolzw DIST_SUBDIR= nolzw .else RESTRICTED= "Unisys claims that they have the right to demand licenses and/or fees from free software incorporating the LZW algorithms, even though they are currently not doing this." MASTER_SITE_SUBDIR=lzw .endif pre-fetch: .if !defined(NOLZW) @${ECHO_MSG} "Note you can make the \"lzw-free\" version by typing \"make NOLZW=yes\"." .else @${ECHO_MSG} "Making the \"lzw-free\" version." .endif >Audit-Trail: >Unformatted: