diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-02 09:48:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-02 09:48:32 +0000 |
commit | 7aa50740ff54eb8c59db41620c75961ac79864c3 (patch) | |
tree | 277c451c6b00714680eb21b95c70ef125098e7a9 /dns/libidn/Makefile | |
parent | f98979c09d3c75e7bbb4739a0a69b6b2804202bc (diff) |
Notes
Diffstat (limited to 'dns/libidn/Makefile')
-rw-r--r-- | dns/libidn/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 91be5ed4ad2b..d962ef01f76c 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libidn -PORTVERSION= 0.2.2 +PORTVERSION= 0.3.1 CATEGORIES= devel MASTER_SITES= ftp://alpha.gnu.org/pub/gnu/${PORTNAME}/ \ ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/${PORTNAME}/ \ @@ -35,6 +35,16 @@ PLIST_SUB+= EMACS="@comment " EMACSDIR="" .endif MAN1= idn.1 +MAN3= idna_to_ascii_4i.3 idna_to_ascii_4z.3 idna_to_ascii_8z.3 \ + idna_to_ascii_lz.3 idna_to_unicode_44i.3 idna_to_unicode_4z4z.3 \ + idna_to_unicode_8z4z.3 idna_to_unicode_8z8z.3 idna_to_unicode_8zlz.3 \ + idna_to_unicode_lzlz.3 punycode_decode.3 punycode_encode.3 \ + stringprep.3 stringprep_check_version.3 stringprep_convert.3 \ + stringprep_locale_charset.3 stringprep_locale_to_utf8.3 \ + stringprep_profile.3 stringprep_ucs4_nfkc_normalize.3 \ + stringprep_ucs4_to_utf8.3 stringprep_unichar_to_utf8.3 \ + stringprep_utf8_nfkc_normalize.3 stringprep_utf8_to_locale.3 \ + stringprep_utf8_to_ucs4.3 stringprep_utf8_to_unichar.3 post-install: .if !defined(NOPORTDOCS) |