libchardet: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:53 +02:00
parent 638d8ac1be
commit 9ff4bc63f4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 50 deletions

View File

@ -1,27 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/chardet-config
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/chardet/
-rw-r--r-- root/root usr/include/chardet/chardet-config.h
-rw-r--r-- root/root usr/include/chardet/chardet.h
-rw-r--r-- root/root usr/include/chardet/nsUniversalDetector.h
-rw-r--r-- root/root usr/include/chardet/nscore.h
-rw-r--r-- root/root usr/include/chardet/version.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libchardet.la
lrwxrwxrwx root/root usr/lib/libchardet.so -> libchardet.so.1.0.0
lrwxrwxrwx root/root usr/lib/libchardet.so.1 -> libchardet.so.1.0.0
-rwxr-xr-x root/root usr/lib/libchardet.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/chardet.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/detect.3.gz
-rw-r--r-- root/root usr/share/man/man3/detect_destroy.3.gz
-rw-r--r-- root/root usr/share/man/man3/detect_handledata.3.gz
-rw-r--r-- root/root usr/share/man/man3/detect_init.3.gz
-rw-r--r-- root/root usr/share/man/man3/detect_obj_free.3.gz
-rw-r--r-- root/root usr/share/man/man3/detect_obj_init.3.gz
-rw-r--r-- root/root usr/share/man/man3/detect_reset.3.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF364yJQ+4v68yL+PilMC5NcFKaOVzIt/HJXDDwE/PjGNw+tqp6JqtaibXj4hVyq7dWI9IOkSsIatgw8BMWIVZCQc=
SHA256 (Pkgfile) = 7dbc8edf7f915376bd752c10269b9b70d93ea5c0b5c9ed12068297c9e141883b
SHA256 (.footprint) = c7d33e21b07b9318a59b0badd328c4739f235fc1e9e94809496b0417bc6c8c10
SHA256 (libchardet-1.0.6.tar.gz) = 425f3fa9e7afa0ebc3f4e3572637fb87bd6541e2716ad2c18f175995eb2021f0

View File

@ -1,18 +0,0 @@
# Description: Mozilla's Universal Charset Detector C/C++ API
# URL: https://github.com/Joungkyun/libchardet
# Maintainer: unmaintained
name=libchardet
version=1.0.6
release=1
source=(https://github.com/Joungkyun/libchardet/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{doc,man/ko}
}