diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-23 07:59:49 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-23 07:59:49 +0000 |
commit | 1d92fca9eddca6a7aaba55b12c583807e0886edc (patch) | |
tree | 378f6f517580abe642591147e02e43bbd58a2a07 /graphics | |
parent | 631048dca5538419791ea79751e5d736694407a1 (diff) | |
download | pkgsrc-1d92fca9eddca6a7aaba55b12c583807e0886edc.tar.gz |
Adding new pkg for magicpoint. Hi Lennart!
an X11 based presentation tool
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/magicpoint/Makefile | 13 | ||||
-rw-r--r-- | graphics/magicpoint/files/md5 | 3 | ||||
-rw-r--r-- | graphics/magicpoint/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/magicpoint/pkg/DESCR | 5 | ||||
-rw-r--r-- | graphics/magicpoint/pkg/PLIST | 14 |
5 files changed, 36 insertions, 0 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile new file mode 100644 index 00000000000..07d63db8c22 --- /dev/null +++ b/graphics/magicpoint/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 1998/08/23 07:59:49 garbled Exp $ + +DISTNAME= mgp-1.03a +CATEGORIES= x11 graphics +MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ + +MAINTAINER= root@garbled.net +HOMEPAGE= http://www.Mew.org/mgp/ + +GNU_CONFIGURE= yes +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/magicpoint/files/md5 b/graphics/magicpoint/files/md5 new file mode 100644 index 00000000000..5c2508abdb7 --- /dev/null +++ b/graphics/magicpoint/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1 1998/08/23 07:59:49 garbled Exp $ + +MD5 (mgp-1.03a.tar.gz) = 9288ce0288929eac2a4ffb481a701bb4 diff --git a/graphics/magicpoint/pkg/COMMENT b/graphics/magicpoint/pkg/COMMENT new file mode 100644 index 00000000000..f73e1a16edb --- /dev/null +++ b/graphics/magicpoint/pkg/COMMENT @@ -0,0 +1 @@ +an X11 based presentation tool diff --git a/graphics/magicpoint/pkg/DESCR b/graphics/magicpoint/pkg/DESCR new file mode 100644 index 00000000000..9df0d9d6287 --- /dev/null +++ b/graphics/magicpoint/pkg/DESCR @@ -0,0 +1,5 @@ +MagicPoint is an X11 based presentation tool. It is designed to make +simple presentations easy while to make complicated presentations +possible. Its presentation file (whose suffix is typically .mgp) is +just text so that you can create presentation files quickly with your +favorite editor (e.g. Emacs). diff --git a/graphics/magicpoint/pkg/PLIST b/graphics/magicpoint/pkg/PLIST new file mode 100644 index 00000000000..a7477ee6dea --- /dev/null +++ b/graphics/magicpoint/pkg/PLIST @@ -0,0 +1,14 @@ +@comment $NetBDS$ +bin/mgp +bin/mgp2ps +bin/mgpnet +bin/xwintoppm +lib/X11/mgp/default.mgp +lib/X11/mgp/mgp1.gif +lib/X11/mgp/mgp2.gif +lib/X11/mgp/mgp3.gif +man/cat1/mgp.0 +man/cat1/mgp2ps.0 +man/cat1/mgpnet.0 +man/cat1/xwintoppm.0 +@dirrm lib/X11/mgp |