Commit 56b770b4 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

textproc/popup: Remove expired port

2023-09-30 textproc/popup: Abandonware, last release in 2004 and dead upstream
parent 0f237b23
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7911,3 +7911,4 @@ www/bareos19-webui|www/bareos20-webui|2023-09-30|Has expired: Upstream EOL reach
sysutils/bareos19-traymonitor|sysutils/bareos20-traymonitor|2023-09-30|Has expired: Upstream EOL reached
sysutils/bareos19-client|sysutils/bareos20-client|2023-09-30|Has expired: Upstream EOL reached
sysutils/bareos19-server|sysutils/bareos20-server|2023-09-30|Has expired: Upstream EOL reached
textproc/popup||2023-09-30|Has expired: Abandonware, last release in 2004 and dead upstream
+0 −1
Original line number Diff line number Diff line
@@ -1284,7 +1284,6 @@
    SUBDIR += pict
    SUBDIR += po4a
    SUBDIR += pod2mdoc
    SUBDIR += popup
    SUBDIR += popup-stacks
    SUBDIR += ppower4
    SUBDIR += print-n-times

textproc/popup/Makefile

deleted100644 → 0
+0 −24
Original line number Diff line number Diff line
PORTNAME=	popup
PORTVERSION=	0.5
PORTREVISION=	12
CATEGORIES=	textproc education gnustep
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Popup-${PORTVERSION}pre1
DISTNAME=	Popup-${PORTVERSION}pre1

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Interactive learning aid for pairs of words
WWW=		http://popup.sourceforge.net/

LICENSE=	GPLv2+

BROKEN=		Fails to build with GNUstep 1.29.0
DEPRECATED=	Abandonware, last release in 2004 and dead upstream
EXPIRATION_DATE=2023-09-30

USES=		gnustep
USE_GNUSTEP=	back build

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Popup.app/Popup

.include <bsd.port.mk>

textproc/popup/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (Popup-0.5pre1.tar.gz) = 819ed92d33486b6715c47cdbb4cc9a012fd6996bf94f8bee7cb9d847029269f0
SIZE (Popup-0.5pre1.tar.gz) = 215880

textproc/popup/pkg-descr

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
Popup is an interactive learning aid for pairs of words. It behaves much like
a stack of flashcards, but handles one-to-many and many-to-one word
relationships better, and includes an integrated scheduler for efficient use
of your 'cards'. Popup was written by Bjorn Ghola and Rob Burns.
Features:

* An editor for cardstack files with support for copying and pasting groups
  of words, as well as drag and drop.
* Three quiz styles: multiple choice, spelling, and flashcard.
* Supports quizes and practice
* Graduated time interval scheduler.
* Localized for Thai and German.

LICENSE: GPL2 or later
Loading