diff options
author | itojun <itojun@pkgsrc.org> | 2001-05-24 10:36:00 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-05-24 10:36:00 +0000 |
commit | 38a0ec704be053613cd1da2ccf22bfdddc300008 (patch) | |
tree | b59bee7ea11070f9f2469aa0756625d4c8ce93d9 /graphics/magicpoint/Makefile | |
parent | e0d1a579c880df94ad1daa9fbd314c825160155a (diff) | |
download | pkgsrc-38a0ec704be053613cd1da2ccf22bfdddc300008.tar.gz |
upgrade magicpoint to 0.18a.
- The "charset" directive: you can use iso-8859-[1-4]
- MNG support: animation without "mark" and "again"
- Enhancing "mgp2ps"
* Supporting "cont", "mark", "again"
* Resizing image
- bug fixes
Diffstat (limited to 'graphics/magicpoint/Makefile')
-rw-r--r-- | graphics/magicpoint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index c1d738256fd..3190b166987 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2001/05/22 09:32:21 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2001/05/24 10:36:00 itojun Exp $ -DISTNAME= magicpoint-1.07a +DISTNAME= magicpoint-1.08a CATEGORIES= x11 graphics MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ |