From d038a73ebd432fae3ce355b84443038f88cb7199 Mon Sep 17 00:00:00 2001 From: zuntum Date: Wed, 31 Oct 2001 22:52:58 +0000 Subject: Move pkg/ files into package's toplevel directory --- graphics/gd/DESCR | 15 +++++++++++++++ graphics/gd/PLIST | 22 ++++++++++++++++++++++ graphics/gd/pkg/DESCR | 15 --------------- graphics/gd/pkg/PLIST | 22 ---------------------- 4 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 graphics/gd/DESCR create mode 100644 graphics/gd/PLIST delete mode 100644 graphics/gd/pkg/DESCR delete mode 100644 graphics/gd/pkg/PLIST (limited to 'graphics/gd') diff --git a/graphics/gd/DESCR b/graphics/gd/DESCR new file mode 100644 index 00000000000..891ec697dff --- /dev/null +++ b/graphics/gd/DESCR @@ -0,0 +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 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. diff --git a/graphics/gd/PLIST b/graphics/gd/PLIST new file mode 100644 index 00000000000..21c9c7c0e6d --- /dev/null +++ b/graphics/gd/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:50:47 zuntum Exp $ +bin/bdftogd +bin/gd2copypal +bin/gd2topng +bin/gdparttopng +bin/gdtopng +bin/pngtogd +bin/pngtogd2 +bin/webpng +include/gd.h +include/gd_io.h +include/gdcache.h +include/gdfontg.h +include/gdfontl.h +include/gdfontmb.h +include/gdfonts.h +include/gdfontt.h +lib/libgd.a +lib/libgd.la +lib/libgd.so +lib/libgd.so.1 +lib/libgd.so.1.9 diff --git a/graphics/gd/pkg/DESCR b/graphics/gd/pkg/DESCR deleted file mode 100644 index 891ec697dff..00000000000 --- a/graphics/gd/pkg/DESCR +++ /dev/null @@ -1,15 +0,0 @@ - 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 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/pkg/PLIST b/graphics/gd/pkg/PLIST deleted file mode 100644 index 7449ab1a56d..00000000000 --- a/graphics/gd/pkg/PLIST +++ /dev/null @@ -1,22 +0,0 @@ -@comment $NetBSD: PLIST,v 1.9 2001/01/04 15:10:37 agc Exp $ -bin/bdftogd -bin/gd2copypal -bin/gd2topng -bin/gdparttopng -bin/gdtopng -bin/pngtogd -bin/pngtogd2 -bin/webpng -include/gd.h -include/gd_io.h -include/gdcache.h -include/gdfontg.h -include/gdfontl.h -include/gdfontmb.h -include/gdfonts.h -include/gdfontt.h -lib/libgd.a -lib/libgd.la -lib/libgd.so -lib/libgd.so.1 -lib/libgd.so.1.9 -- cgit v1.2.3