git: ca99d42bf2a0 - main - polish/libtlen: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Tue, 05 Dec 2023 09:41:12 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ca99d42bf2a045c2379a136a4f79320d11872d06

commit ca99d42bf2a045c2379a136a4f79320d11872d06
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-05 09:39:43 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-05 09:40:53 +0000

    polish/libtlen: Remove expired port
    
    2023-12-05 polish/libtlen: Last upstream release was in 2004
---
 MOVED                                      |  1 +
 polish/Makefile                            |  1 -
 polish/libtlen/Makefile                    | 28 ----------------------
 polish/libtlen/distinfo                    |  2 --
 polish/libtlen/files/patch-lib_Makefile.in | 38 ------------------------------
 polish/libtlen/pkg-descr                   |  2 --
 polish/libtlen/pkg-plist                   | 21 -----------------
 7 files changed, 1 insertion(+), 92 deletions(-)

diff --git a/MOVED b/MOVED
index 72101e365c60..f7553de9cdd7 100644
--- a/MOVED
+++ b/MOVED
@@ -8170,3 +8170,4 @@ polish/gnugadu2||2023-12-05|Has expired: Last upstream release was in 2006
 net-im/centerim||2023-12-05|Has expired: Last upstream release was in 2011
 net-im/jggtrans||2023-12-05|Has expired: Upstream last release was in 2014
 polish/tleenx2||2023-12-05|Has expired: Last upstream release was in 2004
+polish/libtlen||2023-12-05|Has expired: Last upstream release was in 2004
diff --git a/polish/Makefile b/polish/Makefile
index aea8de1107a3..46825fdbeccf 100644
--- a/polish/Makefile
+++ b/polish/Makefile
@@ -6,7 +6,6 @@
     SUBDIR += hyphen
     SUBDIR += libgadu
     SUBDIR += libreoffice
-    SUBDIR += libtlen
     SUBDIR += mythes
     SUBDIR += napi
     SUBDIR += qnapi
diff --git a/polish/libtlen/Makefile b/polish/libtlen/Makefile
deleted file mode 100644
index b16c41510fe3..000000000000
--- a/polish/libtlen/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME=	libtlen
-PORTVERSION=	20041113
-PORTREVISION=	1
-CATEGORIES=	polish net
-MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Backend for interoperability with Tlen.pl, Polish IM network
-WWW=		https://libtlen.sourceforge.net/
-
-DEPRECATED=	Last upstream release was in 2004
-EXPIRATION_DATE=	2023-12-05
-
-GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
-
-OPTIONS_DEFINE=	DOCS
-
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtlen.so
-
-post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in libtlen.html libtlen.css AUTHORS TODO
-	${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/polish/libtlen/distinfo b/polish/libtlen/distinfo
deleted file mode 100644
index 812d17b4ae35..000000000000
--- a/polish/libtlen/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libtlen-20041113.tar.gz) = 854a703bc0804da91f3c8f50f9045b278024d4b0d31c6f48cc165185c5e7467b
-SIZE (libtlen-20041113.tar.gz) = 160834
diff --git a/polish/libtlen/files/patch-lib_Makefile.in b/polish/libtlen/files/patch-lib_Makefile.in
deleted file mode 100644
index 69a189e4285a..000000000000
--- a/polish/libtlen/files/patch-lib_Makefile.in
+++ /dev/null
@@ -1,38 +0,0 @@
---- lib/Makefile.in.orig	Mon Sep 26 14:46:55 2003
-+++ lib/Makefile.in	Mon Sep 26 14:54:07 2003
-@@ -10,7 +10,7 @@
- # incerased with ABI changes
- VERSION_MAJOR=1
- # incerased with API changes
--VERSION_MINOR=5
-+#VERSION_MINOR=5
- 
- CC = @CC@
- CFLAGS = @CFLAGS_LIBTLEN@ -I.. -fPIC -Wall -ggdb
-@@ -27,7 +27,7 @@
- 
- SHAREDMM = libtlen.so
- SHAREDM = $(SHAREDMM).$(VERSION_MAJOR)
--SHARED = $(SHAREDM).$(VERSION_MINOR)
-+SHARED = $(SHAREDMM).$(VERSION_MAJOR)
- STATIC = libtlen.a
- 
- HEADERS = *.h
-@@ -54,7 +54,7 @@
- 
- $(SHARED): $(OBJS)
- 	$(CC) -g -O2 -shared -Wl,-soname,libtlen.so.$(VERSION_MAJOR) -o $(SHARED) $(OBJS) $(LIBS) -lc
--	$(LN_S) -f $(SHARED) $(SHAREDM)
-+#	$(LN_S) -f $(SHARED) $(SHAREDM)
- 	$(LN_S) -f $(SHARED) $(SHAREDMM)
- 
- install: install-shared install-static install-devel
-@@ -62,7 +62,7 @@
- install-shared:
- 	$(INSTALL) -d $(DESTDIR)$(libdir)
- 	$(INSTALL) -m 755 $(SHARED) $(DESTDIR)$(libdir)
--	cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDM)
-+#	cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDM)
- 	cd $(DESTDIR)$(libdir) && $(LN_S) -f $(SHARED) $(SHAREDMM)
- 
- install-static:
diff --git a/polish/libtlen/pkg-descr b/polish/libtlen/pkg-descr
deleted file mode 100644
index 0985c5469b4f..000000000000
--- a/polish/libtlen/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-A libtlen is a backend library to implement interoperability
-with Poland's Jabber protocol based Tlen.pl IM network.
diff --git a/polish/libtlen/pkg-plist b/polish/libtlen/pkg-plist
deleted file mode 100644
index b037151e847d..000000000000
--- a/polish/libtlen/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-include/libtlen/asciitab.h
-include/libtlen/hashtable.h
-include/libtlen/iasciitab.h
-include/libtlen/latin1tab.h
-include/libtlen/libtlen.h
-include/libtlen/nametab.h
-include/libtlen/pool.h
-include/libtlen/str.h
-include/libtlen/utf8tab.h
-include/libtlen/xmldef.h
-include/libtlen/xmlparse.h
-include/libtlen/xmlrole.h
-include/libtlen/xmltok.h
-include/libtlen/xmltok_impl.h
-lib/libtlen.a
-lib/libtlen.so
-lib/libtlen.so.1
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/libtlen.css
-%%PORTDOCS%%%%DOCSDIR%%/libtlen.html