- Update to version 0.3.5
This commit is contained in:
parent
d67df9117f
commit
05c07ad71d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95868
6 changed files with 62 additions and 30 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libidn
|
||||
PORTVERSION= 0.3.4
|
||||
PORTVERSION= 0.3.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \
|
||||
http://josefsson.org/libidn/releases/
|
||||
|
@ -37,19 +37,6 @@ PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
|
|||
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 \
|
||||
stringprep_4i.3 stringprep_4zi.3
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
@ -58,4 +45,5 @@ post-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include "Makefile.man"
|
||||
.include <bsd.port.mk>
|
||||
|
|
28
devel/libidn/Makefile.man
Normal file
28
devel/libidn/Makefile.man
Normal file
|
@ -0,0 +1,28 @@
|
|||
MAN1+= idn.1
|
||||
MAN3+= idna_to_ascii_4i.3
|
||||
MAN3+= idna_to_ascii_4z.3
|
||||
MAN3+= idna_to_ascii_8z.3
|
||||
MAN3+= idna_to_ascii_lz.3
|
||||
MAN3+= idna_to_unicode_44i.3
|
||||
MAN3+= idna_to_unicode_4z4z.3
|
||||
MAN3+= idna_to_unicode_8z4z.3
|
||||
MAN3+= idna_to_unicode_8z8z.3
|
||||
MAN3+= idna_to_unicode_8zlz.3
|
||||
MAN3+= idna_to_unicode_lzlz.3
|
||||
MAN3+= punycode_decode.3
|
||||
MAN3+= punycode_encode.3
|
||||
MAN3+= stringprep.3
|
||||
MAN3+= stringprep_4i.3
|
||||
MAN3+= stringprep_4zi.3
|
||||
MAN3+= stringprep_check_version.3
|
||||
MAN3+= stringprep_convert.3
|
||||
MAN3+= stringprep_locale_charset.3
|
||||
MAN3+= stringprep_locale_to_utf8.3
|
||||
MAN3+= stringprep_profile.3
|
||||
MAN3+= stringprep_ucs4_nfkc_normalize.3
|
||||
MAN3+= stringprep_ucs4_to_utf8.3
|
||||
MAN3+= stringprep_unichar_to_utf8.3
|
||||
MAN3+= stringprep_utf8_nfkc_normalize.3
|
||||
MAN3+= stringprep_utf8_to_locale.3
|
||||
MAN3+= stringprep_utf8_to_ucs4.3
|
||||
MAN3+= stringprep_utf8_to_unichar.3
|
|
@ -1 +1 @@
|
|||
MD5 (libidn-0.3.4.tar.gz) = 0b2e1df28f86cdeb3b8e34770b652342
|
||||
MD5 (libidn-0.3.5.tar.gz) = 916fb4b90e76edd5b6cb24a027399466
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libidn
|
||||
PORTVERSION= 0.3.4
|
||||
PORTVERSION= 0.3.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \
|
||||
http://josefsson.org/libidn/releases/
|
||||
|
@ -37,19 +37,6 @@ PLIST_SUB+= EMACS="" EMACSDIR=lib/xemacs
|
|||
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 \
|
||||
stringprep_4i.3 stringprep_4zi.3
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
@ -58,4 +45,5 @@ post-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include "Makefile.man"
|
||||
.include <bsd.port.mk>
|
||||
|
|
28
dns/libidn/Makefile.man
Normal file
28
dns/libidn/Makefile.man
Normal file
|
@ -0,0 +1,28 @@
|
|||
MAN1+= idn.1
|
||||
MAN3+= idna_to_ascii_4i.3
|
||||
MAN3+= idna_to_ascii_4z.3
|
||||
MAN3+= idna_to_ascii_8z.3
|
||||
MAN3+= idna_to_ascii_lz.3
|
||||
MAN3+= idna_to_unicode_44i.3
|
||||
MAN3+= idna_to_unicode_4z4z.3
|
||||
MAN3+= idna_to_unicode_8z4z.3
|
||||
MAN3+= idna_to_unicode_8z8z.3
|
||||
MAN3+= idna_to_unicode_8zlz.3
|
||||
MAN3+= idna_to_unicode_lzlz.3
|
||||
MAN3+= punycode_decode.3
|
||||
MAN3+= punycode_encode.3
|
||||
MAN3+= stringprep.3
|
||||
MAN3+= stringprep_4i.3
|
||||
MAN3+= stringprep_4zi.3
|
||||
MAN3+= stringprep_check_version.3
|
||||
MAN3+= stringprep_convert.3
|
||||
MAN3+= stringprep_locale_charset.3
|
||||
MAN3+= stringprep_locale_to_utf8.3
|
||||
MAN3+= stringprep_profile.3
|
||||
MAN3+= stringprep_ucs4_nfkc_normalize.3
|
||||
MAN3+= stringprep_ucs4_to_utf8.3
|
||||
MAN3+= stringprep_unichar_to_utf8.3
|
||||
MAN3+= stringprep_utf8_nfkc_normalize.3
|
||||
MAN3+= stringprep_utf8_to_locale.3
|
||||
MAN3+= stringprep_utf8_to_ucs4.3
|
||||
MAN3+= stringprep_utf8_to_unichar.3
|
|
@ -1 +1 @@
|
|||
MD5 (libidn-0.3.4.tar.gz) = 0b2e1df28f86cdeb3b8e34770b652342
|
||||
MD5 (libidn-0.3.5.tar.gz) = 916fb4b90e76edd5b6cb24a027399466
|
||||
|
|
Loading…
Reference in a new issue