summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam>2004-01-05 15:30:16 +0000
committeradam <adam>2004-01-05 15:30:16 +0000
commit1b90ca55837dad4966ae508a244a82c08062bc94 (patch)
treecc48483f519415588ca730b77df4fe5faef94e57 /graphics
parenta88e07e6504565edc23254bc35f17adad0d1ff79 (diff)
downloadpkgsrc-1b90ca55837dad4966ae508a244a82c08062bc94.tar.gz
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 (limited to 'graphics')
-rw-r--r--graphics/gd/DESCR26
-rw-r--r--graphics/gd/Makefile8
-rw-r--r--graphics/gd/PLIST3
-rw-r--r--graphics/gd/distinfo6
4 files changed, 23 insertions, 20 deletions
diff --git a/graphics/gd/DESCR b/graphics/gd/DESCR
index 891ec697dff..98ea67833c1 100644
--- a/graphics/gd/DESCR
+++ b/graphics/gd/DESCR
@@ -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 --git a/graphics/gd/Makefile b/graphics/gd/Makefile
index f3bf21fbe0e..10369e7b3a9 100644
--- a/graphics/gd/Makefile
+++ b/graphics/gd/Makefile
@@ -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
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 @@ USE_X11= YES
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 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../graphics/png/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
+#.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gd/PLIST b/graphics/gd/PLIST
index b6e36a78bc0..a8a9a26a296 100644
--- a/graphics/gd/PLIST
+++ b/graphics/gd/PLIST
@@ -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/gdfontl.h
include/gdfontmb.h
include/gdfonts.h
include/gdfontt.h
+include/gdfx.h
lib/libgd.a
lib/libgd.la
lib/libgd.so
diff --git a/graphics/gd/distinfo b/graphics/gd/distinfo
index 9b7792705df..fc3bc03044a 100644
--- a/graphics/gd/distinfo
+++ b/graphics/gd/distinfo
@@ -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