Unverified Commit c33696d3 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

hebrew/he2: Remove expired port

2024-01-16 hebrew/he2: Upstream last release was in 2001
parent c61309e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2943,3 +2943,4 @@ japanese/jed||2024-01-17|Has expired: Upstream site vaporized and returns NXDOMA
editors/fte||2024-01-17|Has expired: Upstream last release was in 2001
chinese/celvis||2024-01-17|Has expired: Last upstream release was in 2001
x11-clocks/intclock||2024-01-17|Has expired: Upstream website vaporized
hebrew/he2||2024-01-17|Has expired: Upstream last release was in 2001
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
    SUBDIR += aspell
    SUBDIR += culmus
    SUBDIR += elmar-fonts
    SUBDIR += he2
    SUBDIR += hspell
    SUBDIR += hunspell
    SUBDIR += libreoffice

hebrew/he2/Makefile

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
PORTNAME=	he2
PORTVERSION=	0.61
PORTREVISION=	3
CATEGORIES=	hebrew editors
MASTER_SITES=	SF/${PORTNAME}/HebrewEditor/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Editor for editing (primarily LaTeX) Hebrew files
WWW=		https://www.sourceforge.net/projects/he2/

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Upstream last release was in 2001
EXPIRATION_DATE=	2024-01-16

RUN_DEPENDS=	iw-elmar-fonts>0:hebrew/elmar-fonts

USES=		gmake ncurses
USE_CXXSTD=	c++98

GNU_CONFIGURE=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|-lcurses -ltermcap|-lncurses|' \
		${WRKSRC}/he2/Makefile.in ${WRKSRC}/he2/Makefile.am

.include <bsd.port.mk>

hebrew/he2/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (he2-0.61.tar.gz) = 4a8d65089f671114815cc853a01e9106945e593acaa277e19df07ead9ed1897f
SIZE (he2-0.61.tar.gz) = 476620
+0 −11
Original line number Diff line number Diff line
--- he2/HebrewEditor.cxx.orig	2001-03-24 08:36:42 UTC
+++ he2/HebrewEditor.cxx
@@ -224,7 +224,7 @@ HebrewEditor::HebrewEditor(int argc, char **argv){
    screen->Refresh() ;
    screen->GetMaxYX(&sizey, &sizex) ;
 
-   buffers = new (Edit *)[MAX_BUFFER_COUNT] ;
+   buffers = new Edit *[MAX_BUFFER_COUNT] ;
    aString filename ;
    bufferCount = 0 ;
    if (argc > 1) {
Loading