aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-03-31 14:25:15 +0000
committerRene Ladan <rene@FreeBSD.org>2025-03-31 14:25:15 +0000
commit74bdf26c677d6b3d6edae50e89bc4e9d4b4cb939 (patch)
treeb5bb831845f0732e2b07b72a9aa69e3d6cb828c5
parent20ff62eec2a099c11bb6984b0a15bc38f0923b60 (diff)
-rw-r--r--MOVED1
-rw-r--r--converters/Makefile1
-rw-r--r--converters/libutf-8/Makefile24
-rw-r--r--converters/libutf-8/distinfo2
-rw-r--r--converters/libutf-8/files/patch-Makefile14
-rw-r--r--converters/libutf-8/pkg-descr3
-rw-r--r--converters/libutf-8/pkg-plist8
7 files changed, 1 insertions, 52 deletions
diff --git a/MOVED b/MOVED
index 7f76184fb7ef..d2f95c93646e 100644
--- a/MOVED
+++ b/MOVED
@@ -4222,3 +4222,4 @@ textproc/py-docstring-parser|textproc/py-docstring_parser|2025-03-25|Renamed to
www/py-flask-security||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
devel/py-aiocontextvars||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
finance/odoo||2025-03-31|Has expired: Depends on expired print/py-pypdf2
+converters/libutf-8||2025-03-31|Has expired: Upstream disapeared and distfile is no more available
diff --git a/converters/Makefile b/converters/Makefile
index 154f39bbf8e4..1fb5d64dafbc 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -46,7 +46,6 @@
SUBDIR += libb64
SUBDIR += libiconv
SUBDIR += libticonv
- SUBDIR += libutf-8
SUBDIR += linux-c7-fribidi
SUBDIR += linux-rl9-fribidi
SUBDIR += lua-iconv
diff --git a/converters/libutf-8/Makefile b/converters/libutf-8/Makefile
deleted file mode 100644
index 572c79523acc..000000000000
--- a/converters/libutf-8/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= libutf-8
-PORTVERSION= 1.0
-PORTREVISION= 1
-PORTEPOCH= 1
-CATEGORIES= converters
-MASTER_SITES= http://www.whizkidtech.redprince.net/i18n/ \
- ftp://ftp.whizkidtech.redprince.net/unix/
-
-MAINTAINER= dgjohns@gmail.com
-COMMENT= Unicode conversion routines between UCS-4 and UTF-8
-WWW= http://www.whizkidtech.redprince.net/i18n/
-
-DEPRECATED= Upstream disapeared and distfile is no more available
-EXPIRATION_DATE=2025-03-31
-
-USE_LDCONFIG= yes
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/libutf-8.so.1 ${STAGEDIR}${PREFIX}/lib
- ${LN} -fs ${PREFIX}/lib/libutf-8.so.1 ${STAGEDIR}${PREFIX}/lib/libutf-8.so
- ${INSTALL_DATA} ${WRKSRC}/utf-8.h ${STAGEDIR}${PREFIX}/include
- ${INSTALL_MAN} ${WRKSRC}/*.3 ${STAGEDIR}${PREFIX}/share/man/man3
-
-.include <bsd.port.mk>
diff --git a/converters/libutf-8/distinfo b/converters/libutf-8/distinfo
deleted file mode 100644
index 0d47a9d7f56a..000000000000
--- a/converters/libutf-8/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libutf-8-1.0.tar.gz) = de5739131aaaa1df3b9179aec5c94e1acc7d719ef5608fc19cbc273fbd3ea487
-SIZE (libutf-8-1.0.tar.gz) = 4570
diff --git a/converters/libutf-8/files/patch-Makefile b/converters/libutf-8/files/patch-Makefile
deleted file mode 100644
index 4d715aacf569..000000000000
--- a/converters/libutf-8/files/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig 1999-04-01 09:00:12.000000000 +0200
-+++ Makefile 2009-12-18 20:35:57.000000000 +0100
-@@ -26,8 +26,10 @@
- # Makefile for libutf-8 library
- #
-
-+CFLAGS+= -fPIC
-+
- all: libutf-8.so.1
-
- libutf-8.so.1: fget.utf-8.o sget.utf-8.o fput.utf-8.o sput.utf-8.o nomacros.o
-- ld -o libutf-8.so.1 fget.utf-8.o sget.utf-8.o fput.utf-8.o sput.utf-8.o nomacros.o -shared -soname libutf-8.so
-+ ld -o $@ fget.utf-8.o sget.utf-8.o fput.utf-8.o sput.utf-8.o nomacros.o -shared -soname $@
-
diff --git a/converters/libutf-8/pkg-descr b/converters/libutf-8/pkg-descr
deleted file mode 100644
index e8850fa352f4..000000000000
--- a/converters/libutf-8/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A library of C routines for the conversion of Unicode to UTF-8 and back.
-The library can also be used to convert the 31-bit UCS-4 mappings to UTF-8 and
-back.
diff --git a/converters/libutf-8/pkg-plist b/converters/libutf-8/pkg-plist
deleted file mode 100644
index 096695129a1c..000000000000
--- a/converters/libutf-8/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-include/utf-8.h
-lib/libutf-8.so
-lib/libutf-8.so.1
-share/man/man3/fgetu8.3.gz
-share/man/man3/fputu8.3.gz
-share/man/man3/libutf-8.3.gz
-share/man/man3/sgetu8.3.gz
-share/man/man3/sputu8.3.gz