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/py-gd/DESCR | 9 +++++++++ graphics/py-gd/PLIST | 2 ++ graphics/py-gd/pkg/DESCR | 9 --------- graphics/py-gd/pkg/PLIST | 2 -- 4 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 graphics/py-gd/DESCR create mode 100644 graphics/py-gd/PLIST delete mode 100644 graphics/py-gd/pkg/DESCR delete mode 100644 graphics/py-gd/pkg/PLIST (limited to 'graphics/py-gd') diff --git a/graphics/py-gd/DESCR b/graphics/py-gd/DESCR new file mode 100644 index 00000000000..7eff66fe597 --- /dev/null +++ b/graphics/py-gd/DESCR @@ -0,0 +1,9 @@ +GD module is an interface to the GD library written by Thomas Bouttel. + + "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 + the unencumbered format used for inline images." + +It has been extended in some ways from the original GD library. diff --git a/graphics/py-gd/PLIST b/graphics/py-gd/PLIST new file mode 100644 index 00000000000..c7cb867f8aa --- /dev/null +++ b/graphics/py-gd/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:53:33 zuntum Exp $ +lib/python2.0/site-packages/gdmodule.so diff --git a/graphics/py-gd/pkg/DESCR b/graphics/py-gd/pkg/DESCR deleted file mode 100644 index 7eff66fe597..00000000000 --- a/graphics/py-gd/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -GD module is an interface to the GD library written by Thomas Bouttel. - - "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 - the unencumbered format used for inline images." - -It has been extended in some ways from the original GD library. diff --git a/graphics/py-gd/pkg/PLIST b/graphics/py-gd/pkg/PLIST deleted file mode 100644 index 0930d3318b7..00000000000 --- a/graphics/py-gd/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2000/12/28 15:04:47 wiz Exp $ -lib/python2.0/site-packages/gdmodule.so -- cgit v1.2.3