From 2d7f8d00d792c91328e4381bac362a389800ee90 Mon Sep 17 00:00:00 2001 From: kevlo Date: Sun, 23 Jul 2000 14:45:03 +0000 Subject: [PATCH] Initial import of impress-1.1-beta. Impress is a publishing and presentation tool. --- misc/impress/Makefile | 24 ++++++++++++++++++++++++ misc/impress/files/md5 | 3 +++ misc/impress/patches/patch-aa | 11 +++++++++++ misc/impress/pkg/COMMENT | 1 + misc/impress/pkg/DESCR | 11 +++++++++++ misc/impress/pkg/PLIST | 2 ++ 6 files changed, 52 insertions(+) create mode 100644 misc/impress/Makefile create mode 100644 misc/impress/files/md5 create mode 100644 misc/impress/patches/patch-aa create mode 100644 misc/impress/pkg/COMMENT create mode 100644 misc/impress/pkg/DESCR create mode 100644 misc/impress/pkg/PLIST diff --git a/misc/impress/Makefile b/misc/impress/Makefile new file mode 100644 index 00000000000..e93e5cec7fc --- /dev/null +++ b/misc/impress/Makefile @@ -0,0 +1,24 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2000/07/23 14:45:03 kevlo Exp $ + +DISTNAME= imp1.1b +PKGNAME= impress-1.1b +CATEGORIES= misc +NEED_VERSION= 1.319 + +MASTER_SITES= http://www.ntlug.org/~ccox/impress/ + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +RUN_DEPENDS= wish8.3::x11/tk/8.3 + +WRKDIST= ${WRKDIR}/impress-1.1-beta + +NO_BUILD= Yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/impress.tcl ${PREFIX}/bin/impress + +.include diff --git a/misc/impress/files/md5 b/misc/impress/files/md5 new file mode 100644 index 00000000000..1c6122e7a63 --- /dev/null +++ b/misc/impress/files/md5 @@ -0,0 +1,3 @@ +MD5 (imp1.1b.tar.gz) = bf7e88abbe19ac3dafb21bd06b9b8b86 +RMD160 (imp1.1b.tar.gz) = 719ec8ce63a667b633677eba9b2e8c659b633bb3 +SHA1 (imp1.1b.tar.gz) = ae83704bd626a689f12dba913ed2cc38ffbf0fb1 diff --git a/misc/impress/patches/patch-aa b/misc/impress/patches/patch-aa new file mode 100644 index 00000000000..91cf200fb49 --- /dev/null +++ b/misc/impress/patches/patch-aa @@ -0,0 +1,11 @@ +--- impress.tcl.orig Thu Jul 20 21:23:05 2000 ++++ impress.tcl Thu Jul 20 21:23:19 2000 +@@ -4,7 +4,7 @@ + # + # $Header: /home/cvs/ports/misc/impress/patches/Attic/patch-aa,v 1.1.1.1 2000/07/23 14:45:03 kevlo Exp $ + # restart trick \ +-exec wish "$0" "$@" ++exec wish8.3 "$0" "$@" + option add *Radiobutton*borderWidth 1 + option add *Button*borderWidth 1 + diff --git a/misc/impress/pkg/COMMENT b/misc/impress/pkg/COMMENT new file mode 100644 index 00000000000..4d1483d6325 --- /dev/null +++ b/misc/impress/pkg/COMMENT @@ -0,0 +1 @@ +publishing and presentation tool diff --git a/misc/impress/pkg/DESCR b/misc/impress/pkg/DESCR new file mode 100644 index 00000000000..e1d87e989f6 --- /dev/null +++ b/misc/impress/pkg/DESCR @@ -0,0 +1,11 @@ +ImPress is the WYSIWYG Publishing and Presentation for UNIX. +It can also be used within a WWW browser (e.g. Netscape) that is +capable of running the Tcl Plugin. The Tcl Plugin can be obtained from +the Ajuba Solutions web site at: http://www.ajubasolutions.com/ + +ImPress can be significantly enhanced through use of several modified utilities: + o Pstoedit - Allows you to translate EPS files to Tk for ImPress use. + o Font3D - Translates TrueType font strings to vectorized Tk. + o Type1inst - Aids in maintaining Ghostscript Fontmaps and X11 fonts.dir files. + +WWW: http://www.ntlug.org/~ccox/impress diff --git a/misc/impress/pkg/PLIST b/misc/impress/pkg/PLIST new file mode 100644 index 00000000000..f9877b9e488 --- /dev/null +++ b/misc/impress/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/23 14:45:03 kevlo Exp $ +bin/impress