Commit ebc1bacf authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent 0c5c99f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -258,7 +258,6 @@
    SUBDIR += sly-asdf
    SUBDIR += sly-named-readtables
    SUBDIR += sly-quicklisp
    SUBDIR += ssed
    SUBDIR += sted
    SUBDIR += tamago
    SUBDIR += tea

editors/ssed/Makefile

deleted100644 → 0
+0 −32
Original line number Diff line number Diff line
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>

editors/ssed/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (sed-3.62.tar.gz) = af7ff67e052efabf3fd07d967161c39db0480adc7c01f5100a1996fec60b8ec4
SIZE (sed-3.62.tar.gz) = 855644
+0 −11
Original line number Diff line number Diff line
--- 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:
 
Loading