polish/libtlen: Remove expired port

2023-12-05 polish/libtlen: Last upstream release was in 2004
This commit is contained in:
Muhammad Moinur Rahman 2023-12-05 10:39:43 +01:00
parent c19d1cc72f
commit ca99d42bf2
7 changed files with 1 additions and 92 deletions

1
MOVED
View File

@ -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

View File

@ -6,7 +6,6 @@
SUBDIR += hyphen
SUBDIR += libgadu
SUBDIR += libreoffice
SUBDIR += libtlen
SUBDIR += mythes
SUBDIR += napi
SUBDIR += qnapi

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (libtlen-20041113.tar.gz) = 854a703bc0804da91f3c8f50f9045b278024d4b0d31c6f48cc165185c5e7467b
SIZE (libtlen-20041113.tar.gz) = 160834

View File

@ -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:

View File

@ -1,2 +0,0 @@
A libtlen is a backend library to implement interoperability
with Poland's Jabber protocol based Tlen.pl IM network.

View File

@ -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