ports/opt (3.4): libidn2: initial import
commit 01ceeb29338a5e3ec635c5d0dbac55ffce65f196 Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Sep 9 01:16:39 2018 +1000 libidn2: initial import diff --git a/libidn2/.footprint b/libidn2/.footprint new file mode 100644 index 000000000..57a560d4b --- /dev/null +++ b/libidn2/.footprint @@ -0,0 +1,36 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/idn2 +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/idn2.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libidn2.a +-rwxr-xr-x root/root usr/lib/libidn2.la +lrwxrwxrwx root/root usr/lib/libidn2.so -> libidn2.so.0.3.4 +lrwxrwxrwx root/root usr/lib/libidn2.so.0 -> libidn2.so.0.3.4 +-rwxr-xr-x root/root usr/lib/libidn2.so.0.3.4 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libidn2.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/idn2.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/idn2_check_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_free.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_lookup_u8.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_lookup_ul.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_register_u8.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_register_ul.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_strerror.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_strerror_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_to_ascii_4i.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_to_ascii_4z.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_to_ascii_8z.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_to_ascii_lz.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_to_unicode_44i.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_to_unicode_4z4z.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_to_unicode_8z4z.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_to_unicode_8z8z.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_to_unicode_8zlz.3.gz +-rw-r--r-- root/root usr/share/man/man3/idn2_to_unicode_lzlz.3.gz diff --git a/libidn2/.signature b/libidn2/.signature new file mode 100644 index 000000000..8d664a1b9 --- /dev/null +++ b/libidn2/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/UuGfKzgPuyw635jfjeCyJ8+mrkodcl9qIZJow6YH7XKn5aaE5LHRdWN8tuZjUbKXDusyRaXfA4bExTwBQKAGwo= +SHA256 (Pkgfile) = 55ff8cc0f0fd7613f851292dda011e27136fc42afdd9a220a6594bd3b3907ccb +SHA256 (.footprint) = d681893097bd38c4f39e6c88371805e3287361abd312bb613b746b27fbdaff9c +SHA256 (libidn2-2.0.5.tar.lz) = 0ff7a59eeedff3865fa17151d656991f56d8835f593982d7327af5e0bf9a9668 diff --git a/libidn2/Pkgfile b/libidn2/Pkgfile new file mode 100644 index 000000000..6e33f5e88 --- /dev/null +++ b/libidn2/Pkgfile @@ -0,0 +1,22 @@ +# Description: Provides support for IETF Internationalized Domain Names (IDN). +# URL: http://www.gnu.org/software/libidn/ +# Maintainer: Danny Rawlins, crux at romster dot me +# Depends on: libunistring + +name=libidn2 +version=2.0.5 +release=1 +source=(https://ftp.gnu.org/gnu/libidn/$name-$version.tar.lz) + +build() { + cd $name-$version + + ./configure \ + --prefix=/usr \ + --disable-nls + + make + make DESTDIR=$PKG install + + rm -r $PKG/usr/share/{gtk-doc,info} +}
participants (1)
-
crux@crux.nu