From owner-cvs-all Tue May 21 0:42: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60F7037B409; Tue, 21 May 2002 00:41:55 -0700 (PDT) Received: (from ijliao@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4L7ftN94063; Tue, 21 May 2002 00:41:55 -0700 (PDT) (envelope-from ijliao) Message-Id: <200205210741.g4L7ftN94063@freefall.freebsd.org> From: Ying-Chieh Liao Date: Tue, 21 May 2002 00:41:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/gd2 Makefile distinfo pkg-descr pkg-plist ports/graphics/gd2/files Makefile.bsd gd2togif.c gd_biggif_out.c gd_gif_in.c gd_gif_out.c gd_lzw_out.c gdcmpgif.c giftogd2.c patch-Makefile patch-gd.c patch-gd.h patch-gd_png.c ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ijliao 2002/05/21 00:41:55 PDT Modified files: graphics/gd2 Makefile distinfo pkg-descr pkg-plist graphics/gd2/files Makefile.bsd Added files: graphics/gd2/files gd2togif.c gd_biggif_out.c gd_gif_in.c gd_gif_out.c gd_lzw_out.c gdcmpgif.c giftogd2.c patch-Makefile patch-gd.c patch-gd.h patch-gd_png.c patch-gdcache.h patch-gdft.c patch-gdtest.c patch-gdtestft.c patch-index.html patch-webpng.c Removed files: graphics/gd2/files patch-gif patch-malloc Log: Improved GIF support. New GIF output functions, w/ or w/o LZW compression. LZW compression is OFF by default to make the package legal in US and Canada. Updated documentation PR: 37455 Submitted by: Alex Dupre Revision Changes Path 1.52 +22 -9 ports/graphics/gd2/Makefile 1.17 +0 -1 ports/graphics/gd2/distinfo 1.6 +4 -5 ports/graphics/gd2/files/Makefile.bsd 1.1 +40 -0 ports/graphics/gd2/files/gd2togif.c (new) 1.1 +823 -0 ports/graphics/gd2/files/gd_biggif_out.c (new) 1.1 +573 -0 ports/graphics/gd2/files/gd_gif_in.c (new) 1.1 +46 -0 ports/graphics/gd2/files/gd_gif_out.c (new) 1.1 +795 -0 ports/graphics/gd2/files/gd_lzw_out.c (new) 1.1 +85 -0 ports/graphics/gd2/files/gdcmpgif.c (new) 1.1 +48 -0 ports/graphics/gd2/files/giftogd2.c (new) 1.1 +47 -0 ports/graphics/gd2/files/patch-Makefile (new) 1.1 +104 -0 ports/graphics/gd2/files/patch-gd.c (new) 1.1 +67 -0 ports/graphics/gd2/files/patch-gd.h (new) 1.1 +11 -0 ports/graphics/gd2/files/patch-gd_png.c (new) 1.1 +11 -0 ports/graphics/gd2/files/patch-gdcache.h (new) 1.1 +166 -0 ports/graphics/gd2/files/patch-gdft.c (new) 1.1 +81 -0 ports/graphics/gd2/files/patch-gdtest.c (new) 1.1 +99 -0 ports/graphics/gd2/files/patch-gdtestft.c (new) 1.3 +0 -14 ports/graphics/gd2/files/patch-gif (dead) 1.1 +320 -0 ports/graphics/gd2/files/patch-index.html (new) 1.2 +0 -5 ports/graphics/gd2/files/patch-malloc (dead) 1.1 +66 -0 ports/graphics/gd2/files/patch-webpng.c (new) 1.6 +13 -15 ports/graphics/gd2/pkg-descr 1.13 +6 -1 ports/graphics/gd2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message