diff options
author | manu <manu@pkgsrc.org> | 2001-07-13 14:38:05 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2001-07-13 14:38:05 +0000 |
commit | 0af8e5aa870612e94a89ea73f873f3a50c76c219 (patch) | |
tree | 2586332926ce14ecec400caddb6d87f7921af6a6 | |
parent | ec99a195da1d857cc2dbd4992c83bedc792db8fa (diff) | |
download | pkgsrc-0af8e5aa870612e94a89ea73f873f3a50c76c219.tar.gz |
Impress is a WYSIWYG vector graphics application
-rw-r--r-- | graphics/impress/Makefile | 22 | ||||
-rw-r--r-- | graphics/impress/distinfo | 6 | ||||
-rw-r--r-- | graphics/impress/patches/patch-aa | 35 | ||||
-rw-r--r-- | graphics/impress/patches/patch-ab | 21 | ||||
-rw-r--r-- | graphics/impress/pkg/DESCR | 6 | ||||
-rw-r--r-- | graphics/impress/pkg/PLIST | 4 |
6 files changed, 94 insertions, 0 deletions
diff --git a/graphics/impress/Makefile b/graphics/impress/Makefile new file mode 100644 index 00000000000..0566d5695b1 --- /dev/null +++ b/graphics/impress/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/07/13 14:38:05 manu Exp $ +# + +DISTNAME= imp1.1b9 +PKGNAME= impress-1.1b9 +CATEGORIES= graphics +MASTER_SITES= http://www.ntlug.org/~ccox/impress/ + +MAINTAINER= manu@netbsd.org +HOMEPAGE= http://www.ntlug.org/~ccox/impress/ +COMMENT= WYSIWYG vector graphics application + +DEPENDS+= pstoedit>=3.19:../../graphics/pstoedit +DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl +DEPENDS+= tk>=8.3.2nb1:../../x11/tk + +WRKSRC= ${WRKDIR}/impress-1.1b9 + +do-build: + cd ${WRKSRC} && make make_impress make_font3d + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/impress/distinfo b/graphics/impress/distinfo new file mode 100644 index 00000000000..0d4946cf655 --- /dev/null +++ b/graphics/impress/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/07/13 14:38:05 manu Exp $ + +SHA1 (imp1.1b9.tar.gz) = 73d3ce69d2d31af0b8e6bfb3825ebcd2f519024c +Size (imp1.1b9.tar.gz) = 1334533 bytes +SHA1 (patch-aa) = c363bd1aef67cdc5f7ba8134e12bf4a0a6e5ab1a +SHA1 (patch-ab) = b621f325b89ac3f689a53f6cb4d31498c8f80f40 diff --git a/graphics/impress/patches/patch-aa b/graphics/impress/patches/patch-aa new file mode 100644 index 00000000000..e861b88a481 --- /dev/null +++ b/graphics/impress/patches/patch-aa @@ -0,0 +1,35 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/07/13 14:38:05 manu Exp $ +--- src/Makefile.orig Fri Jul 13 14:40:10 2001 ++++ src/Makefile Fri Jul 13 14:40:44 2001 +@@ -1,8 +1,9 @@ + cmp=/usr/bin/cmp + cp=/bin/cp + mv=/bin/mv + ln=/bin/ln ++mkdir=/bin/mkdir -p + + all: impress transeps + + impress: impress.tcl +@@ -26,9 +27,9 @@ + @-${cmp} drvbase.h ../pstoedit/src/drvbase.h 2>/dev/null || \ + echo "Updating drvbase.h" >&2 && ${cp} drvbase.h ../pstoedit/src + + install: impress impress.tcl transeps COPYING CHANGES OPTIONS README tkFont-patch.diff tkUnixWm-patch.diff installdrvtk +- @-mkdir ../bin ++ @-${mkdir} ../bin + @-${cmp} impress ../bin/impress 2>/dev/null || \ + echo "Updating impress" >&2 && ${cp} impress ../bin + @-${cmp} transeps ../bin/transeps 2>/dev/null || \ + echo "Updating transeps" >&2 && ${cp} transeps ../bin +@@ -43,9 +44,9 @@ + @-${cmp} tkFont-patch.diff ../tkFont-patch.diff 2>/dev/null || \ + echo "Updating tkFont-patch.diff" >&2 && ${cp} tkFont-patch.diff .. + @-${cmp} tkUnixWm-patch.diff ../tkUnixWm-patch.diff 2>/dev/null || \ + echo "Updating tkUnixWm-patch.diff" >&2 && ${cp} tkUnixWm-patch.diff .. +- @-mkdir ../doc ++ @-${mkdir} ../doc + @-${cmp} doc/arrows.jpg ../doc/arrows.jpg 2>/dev/null || \ + echo "Updating arrows.jpg" >&2 && ${cp} doc/arrows.jpg ../doc + @-${cmp} doc/custcolor.jpg ../doc/custcolor.jpg 2>/dev/null || \ + echo "Updating custcolor.jpg" >&2 && ${cp} doc/custcolor.jpg ../doc diff --git a/graphics/impress/patches/patch-ab b/graphics/impress/patches/patch-ab new file mode 100644 index 00000000000..8808b2923d7 --- /dev/null +++ b/graphics/impress/patches/patch-ab @@ -0,0 +1,21 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/07/13 14:38:05 manu Exp $ +--- Makefile.orig Fri Oct 27 07:08:32 2000 ++++ Makefile Fri Jul 13 16:07:15 2001 +@@ -2,9 +2,9 @@ + cp=/bin/cp + mv=/bin/mv + strip=/usr/bin/strip + ln=/bin/ln +-PREFIX=/usr ++PREFIX=/usr/pkg + + all: make_impress make_font3d make_pstoedit + + make_font3d: +@@ -29,5 +29,5 @@ + install: $(PREFIX)/bin/pstoedit.orig + install -c bin/impress $(PREFIX)/bin && rm -f $(PREFIX)/bin/impress.tcl && ${ln} -s $(PREFIX)/bin/impress $(PREFIX)/bin/impress.tcl + install -c bin/transeps $(PREFIX)/bin + install -c bin/font3d $(PREFIX)/bin +- install -c bin/pstoedit $(PREFIX)/bin ++# install -c bin/pstoedit $(PREFIX)/bin diff --git a/graphics/impress/pkg/DESCR b/graphics/impress/pkg/DESCR new file mode 100644 index 00000000000..65d66a34eac --- /dev/null +++ b/graphics/impress/pkg/DESCR @@ -0,0 +1,6 @@ +ImPress is a WYSIWYG layout program. It allows you to create presentations +and Postscript documents using fully scalable graphics similar to programs +like Macromedia Freehand, Corel Draw, Adobe Illustrator and Visio. It is +different from raster graphic packages like gimp, Adobe PhotoShop and +Jasc's PaintShop Pro in that it deals with graphical objects which can be +manipulated on a canvas rather than just layers of paint. diff --git a/graphics/impress/pkg/PLIST b/graphics/impress/pkg/PLIST new file mode 100644 index 00000000000..451433dec4f --- /dev/null +++ b/graphics/impress/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/13 14:38:05 manu Exp $ +bin/impress +bin/transeps +bin/font3d |