editors/impress: Remove expired port
2024-01-16 editors/impress: Upstream last release was in 2000
This commit is contained in:
parent
9d803a2ee0
commit
d8189f7007
5 changed files with 1 additions and 53 deletions
1
MOVED
1
MOVED
|
@ -2950,3 +2950,4 @@ x11-toolkits/p5-Gtk2-GladeXML||2024-01-17|Has expired: Upstream marked this modu
|
|||
x11-toolkits/p5-Gtk2-TrayIcon||2024-01-17|Has expired: Upstream marked this module as Deprecated
|
||||
editors/led||2024-01-17|Has expired: Last upstream release was in 2002 reconsider using editors/nano
|
||||
editors/jove||2024-01-18|Has expired: No upstream update in last 23 years
|
||||
editors/impress||2024-01-18|Has expired: Upstream last release was in 2000
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
SUBDIR += hnb
|
||||
SUBDIR += hte
|
||||
SUBDIR += imhex
|
||||
SUBDIR += impress
|
||||
SUBDIR += jed
|
||||
SUBDIR += jedit
|
||||
SUBDIR += joe
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
PORTNAME= impress
|
||||
PORTVERSION= 1.1b9
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= editors tk
|
||||
MASTER_SITES= http://www.ntlug.org/~ccox/impress/
|
||||
DISTNAME= imp${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Publishing and presentation tool
|
||||
WWW= https://www.ntlug.org/~ccox/impress/
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
|
||||
DEPRECATED= Upstream last release was in 2000
|
||||
EXPIRATION_DATE= 2024-01-16
|
||||
|
||||
USES+= tk
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PLIST_FILES= bin/impress
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|exec wish|exec ${WISH}|g' \
|
||||
${WRKSRC}/src/impress.tcl
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/impress.tcl ${STAGEDIR}${PREFIX}/bin/impress
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/src/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (imp1.1b9.tar.gz) = 3e73a868f0cf5eb3d21d12a40a140f2345cd99d575c8dc7259547e95b991adb1
|
||||
SIZE (imp1.1b9.tar.gz) = 1334533
|
|
@ -1,9 +0,0 @@
|
|||
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 web site at: http://dev.scriptics.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.
|
Loading…
Reference in a new issue