From d8189f70074a980156b168ee3d3d6cf9984ba361 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Thu, 18 Jan 2024 19:25:52 +0100 Subject: [PATCH] editors/impress: Remove expired port 2024-01-16 editors/impress: Upstream last release was in 2000 --- MOVED | 1 + editors/Makefile | 1 - editors/impress/Makefile | 41 --------------------------------------- editors/impress/distinfo | 2 -- editors/impress/pkg-descr | 9 --------- 5 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 editors/impress/Makefile delete mode 100644 editors/impress/distinfo delete mode 100644 editors/impress/pkg-descr diff --git a/MOVED b/MOVED index 2fcf9f5067312..67dca30a0c52b 100644 --- a/MOVED +++ b/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 diff --git a/editors/Makefile b/editors/Makefile index fc353df7e0950..afc08b6fb362a 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -65,7 +65,6 @@ SUBDIR += hnb SUBDIR += hte SUBDIR += imhex - SUBDIR += impress SUBDIR += jed SUBDIR += jedit SUBDIR += joe diff --git a/editors/impress/Makefile b/editors/impress/Makefile deleted file mode 100644 index 8e7e64cc931c7..0000000000000 --- a/editors/impress/Makefile +++ /dev/null @@ -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 diff --git a/editors/impress/distinfo b/editors/impress/distinfo deleted file mode 100644 index 2fc5ade881dbe..0000000000000 --- a/editors/impress/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (imp1.1b9.tar.gz) = 3e73a868f0cf5eb3d21d12a40a140f2345cd99d575c8dc7259547e95b991adb1 -SIZE (imp1.1b9.tar.gz) = 1334533 diff --git a/editors/impress/pkg-descr b/editors/impress/pkg-descr deleted file mode 100644 index decbbb438321c..0000000000000 --- a/editors/impress/pkg-descr +++ /dev/null @@ -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.