SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
7
devel/ruby-idn/pkg/DESCR
Normal file
7
devel/ruby-idn/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Ruby Bindings for the GNU LibIDN library, an implementation of the
|
||||
Stringprep, Punycode and IDNA specifications defined by the IETF
|
||||
Internationalized Domain Names (IDN) working group. Included are the
|
||||
most important parts of the Stringprep, Punycode and IDNA APIs like
|
||||
performing Stringprep processings, encoding to and decoding from
|
||||
Punycode strings and converting entire domain names to and from the ACE
|
||||
encoded form.
|
15
devel/ruby-idn/pkg/PLIST
Normal file
15
devel/ruby-idn/pkg/PLIST
Normal file
|
@ -0,0 +1,15 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGES
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/NOTICE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/idn.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/tc_Idna.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/tc_Punycode.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/tc_Stringprep.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/ts_IDN.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue