git: ebc1bacf12ff - main - editors/ssed: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 04 May 2025 11:55:08 UTC
The branch main has been updated by rene:

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

commit ebc1bacf12ff9256b41e271fa0549e627c8fd844
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-05-04 11:55:04 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-05-04 11:55:04 +0000

    editors/ssed: Remove expired port
    
    2025-04-30 editors/ssed: Legacy "fork" that's based on legacy GNU sed 4.1 and last release in 2005
---
 MOVED                                |  1 +
 editors/Makefile                     |  1 -
 editors/ssed/Makefile                | 32 --------------------------------
 editors/ssed/distinfo                |  2 --
 editors/ssed/files/patch-Makefile.in | 11 -----------
 editors/ssed/files/patch-configure   | 11 -----------
 editors/ssed/pkg-descr               | 13 -------------
 editors/ssed/pkg-plist               | 33 ---------------------------------
 8 files changed, 1 insertion(+), 103 deletions(-)

diff --git a/MOVED b/MOVED
index 838a661ecc35..60ee82823b2a 100644
--- a/MOVED
+++ b/MOVED
@@ -4387,3 +4387,4 @@ net/echoping||2025-05-04|Has expired: Unmaintained upstream as of 2015 and depen
 net/openbgpd||2025-05-04|Has expired: Unsupported upstream, consider using net/openbgpd8
 japanese/namazu|japanese/namazu2|2025-05-04|Has expired: Obsolete and superseded by namazu2, last release in 2000
 games/stuntrally||2025-05-04|Has expired: Broken for months and outdated
+editors/ssed||2025-05-04|Has expired: Legacy "fork" that's based on legacy GNU sed 4.1 and last release in 2005
diff --git a/editors/Makefile b/editors/Makefile
index 2edb318879a2..69d8bca00905 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -258,7 +258,6 @@
     SUBDIR += sly-asdf
     SUBDIR += sly-named-readtables
     SUBDIR += sly-quicklisp
-    SUBDIR += ssed
     SUBDIR += sted
     SUBDIR += tamago
     SUBDIR += tea
diff --git a/editors/ssed/Makefile b/editors/ssed/Makefile
deleted file mode 100644
index 4e76384a032b..000000000000
--- a/editors/ssed/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME=	sed
-PORTVERSION=	3.62
-PORTREVISION=	5
-CATEGORIES=	editors textproc
-MASTER_SITES=	http://sed.sourceforge.net/grabbag/ssed/
-PKGNAMEPREFIX=	s
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Heavily enhanced version of sed(1)
-WWW=		https://sed.sourceforge.net/grabbag/ssed/
-
-DEPRECATED=	Legacy "fork" that's based on legacy GNU sed 4.1 and last release in 2005
-EXPIRATION_DATE=2025-04-30 
-
-GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFIGURE_ARGS=	--program-prefix=s
-
-OPTIONS_DEFINE=	NLS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext iconv
-CONFIGURE_ARGS+=	${ICONV_CONFIGURE_ARG}
-PLIST_SUB+=	NLS=""
-.else
-CONFIGURE_ARGS+=	--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
-
-.include <bsd.port.mk>
diff --git a/editors/ssed/distinfo b/editors/ssed/distinfo
deleted file mode 100644
index 1f00504136dd..000000000000
--- a/editors/ssed/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sed-3.62.tar.gz) = af7ff67e052efabf3fd07d967161c39db0480adc7c01f5100a1996fec60b8ec4
-SIZE (sed-3.62.tar.gz) = 855644
diff --git a/editors/ssed/files/patch-Makefile.in b/editors/ssed/files/patch-Makefile.in
deleted file mode 100644
index 9337c8c34990..000000000000
--- a/editors/ssed/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig
-+++ doc/Makefile.in
-@@ -518,7 +518,7 @@
- 
- info-am: $(INFO_DEPS)
- 
--install-data-am: install-docDATA install-info-am install-man
-+install-data-am: install-docDATA install-man
- 
- install-exec-am:
- 
diff --git a/editors/ssed/files/patch-configure b/editors/ssed/files/patch-configure
deleted file mode 100644
index 718b9d368f7b..000000000000
--- a/editors/ssed/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig	Wed Feb  9 04:31:24 2005
-+++ configure	Sat May 28 00:24:01 2005
-@@ -1508,7 +1508,7 @@
- echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
- fi
- 
--if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
-+if (mkdir -p --version . >/dev/null 2>&1;  test ! -d ./--version); then
-   # We used to keeping the `.' as first argument, in order to
-   # allow $(mkdir_p) to be used without argument.  As in
-   #   $(mkdir_p) $(somedir)
diff --git a/editors/ssed/pkg-descr b/editors/ssed/pkg-descr
deleted file mode 100644
index 210544a068b1..000000000000
--- a/editors/ssed/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This is a version of sed based on GNU sed. It is not a version of
-GNU sed, though.
-
-There are several new features (including in-place editing of files,
-extended regular expression syntax and a few new commands) and some
-bug fixes; see the NEWS file for a brief summary and the ChangeLog
-for more detailed descriptions of changes.
-
-The biggest note, i think is the *huge* speed difference, where
-regular sed might take a few mins, super-sed can take only seconds
-this is not true in all cases, and sometimes you have modify your
-regexp syntax, however for the speed increase, it might be worth
-it.
diff --git a/editors/ssed/pkg-plist b/editors/ssed/pkg-plist
deleted file mode 100644
index 8dc1da72f49f..000000000000
--- a/editors/ssed/pkg-plist
+++ /dev/null
@@ -1,33 +0,0 @@
-bin/ssed
-share/man/man1/ssed.1.gz
-%%NLS%%share/locale/af/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/ca/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/da/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/de/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/el/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/eo/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/es/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/et/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/ga/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/gl/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/he/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/hr/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/hu/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/id/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/it/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/nl/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/sk/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/sl/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/sr/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/ssed.mo
-%%NLS%%share/locale/zh_CN/LC_MESSAGES/ssed.mo