mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
converters/libutf-8: Remove expired port
2025-03-31 converters/libutf-8: Upstream disapeared and distfile is no more available
This commit is contained in:
parent
20ff62eec2
commit
74bdf26c67
7 changed files with 1 additions and 52 deletions
1
MOVED
1
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
|
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
|
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
|
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
|
||||||
|
|
|
@ -46,7 +46,6 @@
|
||||||
SUBDIR += libb64
|
SUBDIR += libb64
|
||||||
SUBDIR += libiconv
|
SUBDIR += libiconv
|
||||||
SUBDIR += libticonv
|
SUBDIR += libticonv
|
||||||
SUBDIR += libutf-8
|
|
||||||
SUBDIR += linux-c7-fribidi
|
SUBDIR += linux-c7-fribidi
|
||||||
SUBDIR += linux-rl9-fribidi
|
SUBDIR += linux-rl9-fribidi
|
||||||
SUBDIR += lua-iconv
|
SUBDIR += lua-iconv
|
||||||
|
|
|
@ -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>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (libutf-8-1.0.tar.gz) = de5739131aaaa1df3b9179aec5c94e1acc7d719ef5608fc19cbc273fbd3ea487
|
|
||||||
SIZE (libutf-8-1.0.tar.gz) = 4570
|
|
|
@ -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 $@
|
|
||||||
|
|
|
@ -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.
|
|
|
@ -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
|
|
Loading…
Add table
Reference in a new issue