Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2024 18:29:33 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d8189f70074a - main - editors/impress: Remove expired port
Message-ID:  <202401181829.40IITX3t083830@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d8189f70074a980156b168ee3d3d6cf9984ba361

commit d8189f70074a980156b168ee3d3d6cf9984ba361
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-18 18:25:52 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-18 18:29:12 +0000

    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(-)

diff --git a/MOVED b/MOVED
index 2fcf9f506731..67dca30a0c52 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 fc353df7e095..afc08b6fb362 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 8e7e64cc931c..000000000000
--- 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 <bsd.port.mk>
diff --git a/editors/impress/distinfo b/editors/impress/distinfo
deleted file mode 100644
index 2fc5ade881db..000000000000
--- 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 decbbb438321..000000000000
--- 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401181829.40IITX3t083830>