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/png/DESCR | 8 ++++++++ graphics/png/PLIST | 11 +++++++++++ graphics/png/pkg/DESCR | 8 -------- graphics/png/pkg/PLIST | 11 ----------- 4 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 graphics/png/DESCR create mode 100644 graphics/png/PLIST delete mode 100644 graphics/png/pkg/DESCR delete mode 100644 graphics/png/pkg/PLIST (limited to 'graphics/png') diff --git a/graphics/png/DESCR b/graphics/png/DESCR new file mode 100644 index 00000000000..892185cf4c3 --- /dev/null +++ b/graphics/png/DESCR @@ -0,0 +1,8 @@ +Libpng was written as a companion to the PNG specification, as a +way to reduce the amount of time and effort it takes to support +the PNG file format in application programs. Most users will not +have to modify the library significantly; advanced users may want +to modify it more. The library was coded for both users. All +attempts were made to make it as complete as possible, while +keeping the code easy to understand. Currently, this library +only supports C. Support for other languages is being considered. diff --git a/graphics/png/PLIST b/graphics/png/PLIST new file mode 100644 index 00000000000..0b8ee7a4f69 --- /dev/null +++ b/graphics/png/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:53:14 zuntum Exp $ +include/png.h +include/pngconf.h +lib/libpng.a +lib/libpng.la +lib/libpng.so +lib/libpng.so.2 +lib/libpng.so.2.1 +man/man3/libpng.3 +man/man3/libpngpf.3 +man/man5/png.5 diff --git a/graphics/png/pkg/DESCR b/graphics/png/pkg/DESCR deleted file mode 100644 index 892185cf4c3..00000000000 --- a/graphics/png/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -Libpng was written as a companion to the PNG specification, as a -way to reduce the amount of time and effort it takes to support -the PNG file format in application programs. Most users will not -have to modify the library significantly; advanced users may want -to modify it more. The library was coded for both users. All -attempts were made to make it as complete as possible, while -keeping the code easy to understand. Currently, this library -only supports C. Support for other languages is being considered. diff --git a/graphics/png/pkg/PLIST b/graphics/png/pkg/PLIST deleted file mode 100644 index ee5ab743bd1..00000000000 --- a/graphics/png/pkg/PLIST +++ /dev/null @@ -1,11 +0,0 @@ -@comment $NetBSD: PLIST,v 1.17 2001/08/03 23:19:26 wiz Exp $ -include/png.h -include/pngconf.h -lib/libpng.a -lib/libpng.la -lib/libpng.so -lib/libpng.so.2 -lib/libpng.so.2.1 -man/man3/libpng.3 -man/man3/libpngpf.3 -man/man5/png.5 -- cgit v1.2.3