Date: Tue, 21 May 2002 00:41:55 -0700 (PDT) From: Ying-Chieh Liao <ijliao@FreeBSD.org> 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 ... Message-ID: <200205210741.g4L7ftN94063@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sysadmin@alexdupre.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205210741.g4L7ftN94063>