Initial import of impress-1.1-beta.
Impress is a publishing and presentation tool.
This commit is contained in:
parent
4d09501515
commit
2d7f8d00d7
24
misc/impress/Makefile
Normal file
24
misc/impress/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
misc/impress/files/md5
Normal file
3
misc/impress/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (imp1.1b.tar.gz) = bf7e88abbe19ac3dafb21bd06b9b8b86
|
||||
RMD160 (imp1.1b.tar.gz) = 719ec8ce63a667b633677eba9b2e8c659b633bb3
|
||||
SHA1 (imp1.1b.tar.gz) = ae83704bd626a689f12dba913ed2cc38ffbf0fb1
|
11
misc/impress/patches/patch-aa
Normal file
11
misc/impress/patches/patch-aa
Normal file
@ -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
|
||||
|
1
misc/impress/pkg/COMMENT
Normal file
1
misc/impress/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
publishing and presentation tool
|
11
misc/impress/pkg/DESCR
Normal file
11
misc/impress/pkg/DESCR
Normal file
@ -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
|
2
misc/impress/pkg/PLIST
Normal file
2
misc/impress/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/23 14:45:03 kevlo Exp $
|
||||
bin/impress
|
Loading…
Reference in New Issue
Block a user