git: 22ca1f7c5013 - main - misc/lingoteach: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Jul 2024 20:25:16 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=22ca1f7c50131560cbe8418dae9e3ac20a9f8af5 commit 22ca1f7c50131560cbe8418dae9e3ac20a9f8af5 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-07-16 20:25:01 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-07-16 20:25:01 +0000 misc/lingoteach: Remove expired port 2024-07-16 misc/lingoteach: Depends on deprecated port textproc/liblingoteach (PR 279705) --- MOVED | 1 + misc/Makefile | 1 - misc/lingoteach/Makefile | 64 --------------------------- misc/lingoteach/distinfo | 4 -- misc/lingoteach/files/patch-data__Makefile.in | 13 ------ misc/lingoteach/pkg-descr | 6 --- misc/lingoteach/pkg-plist | 9 ---- 7 files changed, 1 insertion(+), 97 deletions(-) diff --git a/MOVED b/MOVED index c66b6ddc399c..6b354f4477b0 100644 --- a/MOVED +++ b/MOVED @@ -3393,3 +3393,4 @@ chinese/tin||2024-07-14|Removed, unmaintained and broken for months x11-wm/afterstep|x11-wm/afterstep1|2024-07-14|Port renamed textproc/p5-XML-DifferenceMarkup||2024-07-16|Has expired: Depends on deprecated port textproc/diffmark (PR 279705) textproc/diffmark||2024-07-16|Has expired: Fails to build with libxml2 2.13.0 (PR 279705) +misc/lingoteach||2024-07-16|Has expired: Depends on deprecated port textproc/liblingoteach (PR 279705) diff --git a/misc/Makefile b/misc/Makefile index cdc75b66cada..d8b468add11e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -246,7 +246,6 @@ SUBDIR += libxdf SUBDIR += lifelines SUBDIR += lightgbm - SUBDIR += lingoteach SUBDIR += llama-cpp SUBDIR += locale-en_DK SUBDIR += localedata diff --git a/misc/lingoteach/Makefile b/misc/lingoteach/Makefile deleted file mode 100644 index 3dfd9ab33993..000000000000 --- a/misc/lingoteach/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -PORTNAME= lingoteach -PORTVERSION= 0.3.9 -PORTREVISION= 17 -CATEGORIES= misc education -MASTER_SITES= SF/${PORTNAME}/OldFiles:src -DISTFILES= ${PORTNAME}-ui-${PORTVERSION}.tar.gz:src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Language teaching program with sound -WWW= http://www.lingoteach.org - -DEPRECATED= Depends on deprecated port textproc/liblingoteach (PR 279705) -EXPIRATION_DATE=2024-07-16 - -LIB_DEPENDS= liblingoteach.so:textproc/liblingoteach - -WRKSRC= ${WRKDIR}/${PORTNAME}-ui-${PORTVERSION} - -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -USES= gmake gnome libtool pkgconfig - -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib `pkg-config --libs gmodule-2.0` - -# sound version -SOUNDV= 0.3.9 - -PORTDATA= * -PORTDOCS= * - -OPTIONS_DEFINE= NLS SOUND DEBUG DOCS -OPTIONS_SUB= yes - -SOUND_DESC= Download additional sounds -NLS_USES= gettext -NLS_CONFIGURE_ENABLE= nls -DEBUG_CONFIGURE_ENABLE= debug - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSOUND} -MASTER_SITES+= SF/${PORTNAME}/${PORTNAME}-sound/${SOUNDV}:sound -DISTFILES+= ${PORTNAME}-sound-${SOUNDV}.tar.gz:sound -.endif - -post-patch:: -.if ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e 's|^SUBDIRS = intl src po data doc|SUBDIRS = src po data doc|g' \ - ${WRKSRC}/Makefile.in -.else - @${REINPLACE_CMD} -e 's|^SUBDIRS = intl src po data doc|SUBDIRS = src po data|g' \ - ${WRKSRC}/Makefile.in -.endif - -.if ${PORT_OPTIONS:MSOUND} -post-install:: - cd ${WRKDIR}/${PORTNAME}-sound-${SOUNDV}/data; \ - ${RM} Make*; \ - ${CP} -R ${WRKDIR}/${PORTNAME}-sound-${SOUNDV}/data \ - ${STAGEDIR}${DATADIR}; -.endif - -.include <bsd.port.mk> diff --git a/misc/lingoteach/distinfo b/misc/lingoteach/distinfo deleted file mode 100644 index c0088097d512..000000000000 --- a/misc/lingoteach/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (lingoteach-ui-0.3.9.tar.gz) = 6859adcd78488759edd5e539c8dc66017fad1d912deeebf5cf6f53a23dd6ff5e -SIZE (lingoteach-ui-0.3.9.tar.gz) = 592408 -SHA256 (lingoteach-sound-0.3.9.tar.gz) = 2612b611c9fed31625cb9b59c36d4c91221451a46aca43206a9b7fc475178021 -SIZE (lingoteach-sound-0.3.9.tar.gz) = 20380370 diff --git a/misc/lingoteach/files/patch-data__Makefile.in b/misc/lingoteach/files/patch-data__Makefile.in deleted file mode 100644 index 53f6ee440135..000000000000 --- a/misc/lingoteach/files/patch-data__Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- data/Makefile.in.orig 2003-10-16 21:37:04.000000000 +0400 -+++ data/Makefile.in 2014-06-03 00:29:25.000000000 +0400 -@@ -15,8 +15,8 @@ - -cp ./Makefile.in $(DISTDIR) - - install: -- -mkdir -p $(datadir)/lingoteach/data -- cp -r *.xml *.dtd *.txt $(datadir)/lingoteach/data -+ -mkdir -p ${DESTDIR}$(datadir)/lingoteach/data -+ cp -r *.xml *.dtd *.txt ${DESTDIR}$(datadir)/lingoteach/data - - dvi: - diff --git a/misc/lingoteach/pkg-descr b/misc/lingoteach/pkg-descr deleted file mode 100644 index 669b1766a7f7..000000000000 --- a/misc/lingoteach/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a port of lingoteach, which aims to be a language -teaching program. Until now nearly 17 languages are supported, -some with sound of native speakers. You can add your own lessons -by using an integrated editor or edit the XML-files manually. -Different types of learning are available for many words and -sentences. diff --git a/misc/lingoteach/pkg-plist b/misc/lingoteach/pkg-plist deleted file mode 100644 index 18913531d51f..000000000000 --- a/misc/lingoteach/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/lingoteach-gtk -%%NLS%%share/locale/da/LC_MESSAGES/lingoteach.mo -%%NLS%%share/locale/de/LC_MESSAGES/lingoteach.mo -%%NLS%%share/locale/eo/LC_MESSAGES/lingoteach.mo -%%NLS%%share/locale/fr/LC_MESSAGES/lingoteach.mo -%%NLS%%share/locale/hu/LC_MESSAGES/lingoteach.mo -%%NLS%%share/locale/id/LC_MESSAGES/lingoteach.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/lingoteach.mo -%%NLS%%share/locale/sv/LC_MESSAGES/lingoteach.mo