diff options
Diffstat (limited to 'graphics/mng/pkg')
-rw-r--r-- | graphics/mng/pkg/DESCR | 5 | ||||
-rw-r--r-- | graphics/mng/pkg/PLIST | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/graphics/mng/pkg/DESCR b/graphics/mng/pkg/DESCR new file mode 100644 index 00000000000..db6068d870c --- /dev/null +++ b/graphics/mng/pkg/DESCR @@ -0,0 +1,5 @@ +The libmng library supports decoding, displaying, encoding, and various other +manipulations of Multiple-image Network Graphics (MNG) format image files. It +uses the zlib(3) compression library, and optionally the JPEG library by the +Independant JPEG Group (IJG) and/or lcms (little CMS), a color-management +library by Marti Maria Saguar. diff --git a/graphics/mng/pkg/PLIST b/graphics/mng/pkg/PLIST new file mode 100644 index 00000000000..de26e0a8fae --- /dev/null +++ b/graphics/mng/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/07 08:34:52 skrll Exp $ +include/libmng.h +include/libmng_conf.h +include/libmng_types.h +lib/libmng.a +lib/libmng.la +lib/libmng.so +lib/libmng.so.1 +lib/libmng.so.1.0 |