summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-07-16 22:25:34 +0200
committerRene Ladan <rene@FreeBSD.org>2024-07-16 22:25:34 +0200
commit3f965549b90a9bca4abdee686b41b2331b06df6c (patch)
treed1c86e969021f9da88b3facbd4aa178d309ab652
parentmisc/lingoteach: Remove expired port (diff)
textproc/liblingoteach: Remove expired port
2024-07-16 textproc/liblingoteach: Abandonware, last activity 18+ years ago and fails to build with libxml2 2.13.0 (PR 279705)
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/liblingoteach/Makefile34
-rw-r--r--textproc/liblingoteach/distinfo2
-rw-r--r--textproc/liblingoteach/files/patch-doc__Makefile.in22
-rw-r--r--textproc/liblingoteach/files/patch-liblingoteach.pc.in9
-rw-r--r--textproc/liblingoteach/pkg-descr3
-rw-r--r--textproc/liblingoteach/pkg-plist28
8 files changed, 1 insertions, 99 deletions
diff --git a/MOVED b/MOVED
index 6b354f4477b0..b84d02665878 100644
--- a/MOVED
+++ b/MOVED
@@ -3394,3 +3394,4 @@ 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)
+textproc/liblingoteach||2024-07-16|Has expired: Abandonware, last activity 18+ years ago and fails to build with libxml2 2.13.0 (PR 279705)
diff --git a/textproc/Makefile b/textproc/Makefile
index 364e4ea43649..377224514cd3 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -402,7 +402,6 @@
SUBDIR += libkmfl
SUBDIR += libkolabxml
SUBDIR += libkomparediff2
- SUBDIR += liblingoteach
SUBDIR += liblrdf
SUBDIR += libmrss
SUBDIR += libmwaw03
diff --git a/textproc/liblingoteach/Makefile b/textproc/liblingoteach/Makefile
deleted file mode 100644
index b213914ccb44..000000000000
--- a/textproc/liblingoteach/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-PORTNAME= liblingoteach
-PORTVERSION= 0.2.1
-PORTREVISION= 8
-CATEGORIES= textproc
-MASTER_SITES= SF/lingoteach/OldFiles
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Library for parsing lesson files based on the LingoTeach DTD
-WWW= http://www.lingoteach.org
-
-DEPRECATED= Abandonware, last activity 18+ years ago and fails to build with libxml2 2.13.0 (PR 279705)
-EXPIRATION_DATE=2024-07-16
-
-USES= gmake gnome libtool pathfix pkgconfig
-USE_GNOME= libxml2
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-OPTIONS_DEFINE= DOCS ZLIB DEBUG
-OPTIONS_DEFAULT= ZLIB
-
-DEBUG_DESC= Additional debugging information and output
-
-ZLIB_CONFIGURE_WITH= compression
-DEBUG_CONFIGURE_ENABLE= debug
-
-post-patch-DOCS-off:
- @${REINPLACE_CMD} 's|SUBDIRS = src test doc|SUBDIRS = src test|' \
- ${WRKSRC}/Makefile.in
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
-
-.include <bsd.port.mk>
diff --git a/textproc/liblingoteach/distinfo b/textproc/liblingoteach/distinfo
deleted file mode 100644
index 86dc368e57dd..000000000000
--- a/textproc/liblingoteach/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (liblingoteach-0.2.1.tar.gz) = ffc3c44256c5c6ee7638ca019b5595b56ef64a766dab24428e8323bf6deea132
-SIZE (liblingoteach-0.2.1.tar.gz) = 190273
diff --git a/textproc/liblingoteach/files/patch-doc__Makefile.in b/textproc/liblingoteach/files/patch-doc__Makefile.in
deleted file mode 100644
index 3cce8a3c4b73..000000000000
--- a/textproc/liblingoteach/files/patch-doc__Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- doc/Makefile.in.orig 2014-06-03 00:20:20.000000000 +0400
-+++ doc/Makefile.in 2014-06-03 04:37:01.000000000 +0400
-@@ -88,7 +88,7 @@
- am__quote = @am__quote@
- install_sh = @install_sh@
-
--DOC_MODULE = liblingoteach-$(VERSION)
-+DOC_MODULE = liblingoteach
- HTML_DIR = $(datadir)/doc
- subdir = doc
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-@@ -215,8 +215,8 @@
-
-
- install: all
-- -mkdir -p $(HTML_DIR)/$(DOC_MODULE)
-- -cp -r html $(HTML_DIR)/$(DOC_MODULE)
-+ -mkdir -p $(DESTDIR)$(HTML_DIR)/$(DOC_MODULE)
-+ -cp -r html $(DESTDIR)$(HTML_DIR)/$(DOC_MODULE)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/textproc/liblingoteach/files/patch-liblingoteach.pc.in b/textproc/liblingoteach/files/patch-liblingoteach.pc.in
deleted file mode 100644
index b09a8e2e8ea3..000000000000
--- a/textproc/liblingoteach/files/patch-liblingoteach.pc.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- liblingoteach.pc.in.orig Fri Jun 3 21:28:42 2005
-+++ liblingoteach.pc.in Fri Jun 3 21:28:56 2005
-@@ -8,5 +8,5 @@
- Version: @VERSION@
- Description: libLingoteach library.
- Requires: libxml-2.0
--Libs: -L${libdir} -llingoteach
-+Libs: -L${libdir} -llingoteach -lxml2
- Cflags: -I${includedir}/lingoteach
diff --git a/textproc/liblingoteach/pkg-descr b/textproc/liblingoteach/pkg-descr
deleted file mode 100644
index d36c22a6ecfc..000000000000
--- a/textproc/liblingoteach/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This is a port of liblingoteach, a library for special translation
-lesson interaction. It uses the LingoTeach DTD format for general
-validation.
diff --git a/textproc/liblingoteach/pkg-plist b/textproc/liblingoteach/pkg-plist
deleted file mode 100644
index 638aa0600d2c..000000000000
--- a/textproc/liblingoteach/pkg-plist
+++ /dev/null
@@ -1,28 +0,0 @@
-include/lingoteach/lingdefs.h
-include/lingoteach/lingoteach.h
-lib/liblingoteach.a
-lib/liblingoteach.so
-lib/liblingoteach.so.2.1.0
-libdata/pkgconfig/liblingoteach.pc
-%%PORTDOCS%%%%DOCSDIR%%/html/a00010.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00011.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00012.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00013.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00014.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00015.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00016.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00017.html
-%%PORTDOCS%%%%DOCSDIR%%/html/a00018.html
-%%PORTDOCS%%%%DOCSDIR%%/html/annotated.html
-%%PORTDOCS%%%%DOCSDIR%%/html/classes.html
-%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.css
-%%PORTDOCS%%%%DOCSDIR%%/html/doxygen.png
-%%PORTDOCS%%%%DOCSDIR%%/html/files.html
-%%PORTDOCS%%%%DOCSDIR%%/html/functions.html
-%%PORTDOCS%%%%DOCSDIR%%/html/functions_vars.html
-%%PORTDOCS%%%%DOCSDIR%%/html/globals.html
-%%PORTDOCS%%%%DOCSDIR%%/html/globals_enum.html
-%%PORTDOCS%%%%DOCSDIR%%/html/globals_eval.html
-%%PORTDOCS%%%%DOCSDIR%%/html/globals_func.html
-%%PORTDOCS%%%%DOCSDIR%%/html/globals_type.html
-%%PORTDOCS%%%%DOCSDIR%%/html/index.html