pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gd Changes 2.0.17:
details: https://anonhg.NetBSD.org/pkgsrc/rev/40b117354244
branches: trunk
changeset: 465743:40b117354244
user: adam <adam%pkgsrc.org@localhost>
date: Mon Jan 05 15:30:16 2004 +0000
description:
Changes 2.0.17:
minor compilation and packaging problem fixed
Changes 2.0.16:
Adds polar coordinate transformation, text on a circle, thread safety
truetype font output, performance optimizations, correct compilation
with the latest versions of freetype, and many fixes
diffstat:
graphics/gd/DESCR | 26 +++++++++++++-------------
graphics/gd/Makefile | 8 +++++---
graphics/gd/PLIST | 3 ++-
graphics/gd/distinfo | 6 +++---
4 files changed, 23 insertions(+), 20 deletions(-)
diffs (94 lines):
diff -r 8a1c0e7c6a58 -r 40b117354244 graphics/gd/DESCR
--- a/graphics/gd/DESCR Mon Jan 05 12:48:30 2004 +0000
+++ b/graphics/gd/DESCR Mon Jan 05 15:30:16 2004 +0000
@@ -1,15 +1,15 @@
- 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
- file. This is particularly useful in World Wide Web applications,
- where .PNG is one of the formats accepted for inline images by most
- browsers.
+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
+file. This is particularly useful in World Wide Web applications,
+where .PNG is one of the formats accepted for inline images by most
+browsers.
- gd is not a paint program. If you are looking for a paint program, you
- are looking in the wrong place. If you are not a programmer, you are
- looking in the wrong place.
+gd is not a paint program. If you are looking for a paint program, you
+are looking in the wrong place. If you are not a programmer, you are
+looking in the wrong place.
- gd does not provide for every possible desirable graphics operation.
- It is not necessary or desirable for gd to become a kitchen-sink
- graphics package, but incorporates most of the commonly requested
- features for an 8-bit 2D package.
+gd does not provide for every possible desirable graphics operation.
+It is not necessary or desirable for gd to become a kitchen-sink
+graphics package, but incorporates most of the commonly requested
+features for an 8-bit 2D package.
diff -r 8a1c0e7c6a58 -r 40b117354244 graphics/gd/Makefile
--- a/graphics/gd/Makefile Mon Jan 05 12:48:30 2004 +0000
+++ b/graphics/gd/Makefile Mon Jan 05 15:30:16 2004 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.41 2003/11/06 19:25:09 gavan Exp $
+# $NetBSD: Makefile,v 1.42 2004/01/05 15:30:16 adam Exp $
#
-DISTNAME= gd-2.0.15
+DISTNAME= gd-2.0.17
CATEGORIES= graphics
MASTER_SITES= http://www.boutell.com/gd/http/
MAINTAINER= adam%NetBSD.org@localhost
HOMEPAGE= http://www.boutell.com/gd/
-COMMENT= Graphics library for fast PNG creation
+COMMENT= Graphics library for the dynamic creation of images
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
@@ -15,6 +15,7 @@
GNU_CONFIGURE= YES
REPLACE_PERL= bdftogd
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+LIBS+= -lpthread
.include "../../devel/zlib/buildlink2.mk"
.include "../../graphics/freetype2/buildlink2.mk"
@@ -22,4 +23,5 @@
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
+#.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 8a1c0e7c6a58 -r 40b117354244 graphics/gd/PLIST
--- a/graphics/gd/PLIST Mon Jan 05 12:48:30 2004 +0000
+++ b/graphics/gd/PLIST Mon Jan 05 15:30:16 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2003/06/23 09:53:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/01/05 15:30:16 adam Exp $
bin/annotate
bin/bdftogd
bin/gd2copypal
@@ -17,6 +17,7 @@
include/gdfontmb.h
include/gdfonts.h
include/gdfontt.h
+include/gdfx.h
lib/libgd.a
lib/libgd.la
lib/libgd.so
diff -r 8a1c0e7c6a58 -r 40b117354244 graphics/gd/distinfo
--- a/graphics/gd/distinfo Mon Jan 05 12:48:30 2004 +0000
+++ b/graphics/gd/distinfo Mon Jan 05 15:30:16 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/06/23 09:53:10 adam Exp $
+$NetBSD: distinfo,v 1.8 2004/01/05 15:30:16 adam Exp $
-SHA1 (gd-2.0.15.tar.gz) = 1a6cd60030c55e71f26e2bddc6a656c928f64f24
-Size (gd-2.0.15.tar.gz) = 526904 bytes
+SHA1 (gd-2.0.17.tar.gz) = dd0147ce5375d9716bdd131258f286d4c7458859
+Size (gd-2.0.17.tar.gz) = 541198 bytes
Home |
Main Index |
Thread Index |
Old Index