SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-simpleidn/Makefile
Normal file
15
devel/ruby-simpleidn/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= strings to unicode
|
||||
|
||||
DISTNAME= simpleidn-0.2.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-simpleidn/distinfo
Normal file
2
devel/ruby-simpleidn/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (simpleidn-0.2.1.gem) = Nd2phbdh3/V1H++n+6AuR3QnyXXUexHExP+vAa/hxxk=
|
||||
SIZE (simpleidn-0.2.1.gem) = 140800
|
2
devel/ruby-simpleidn/pkg/DESCR
Normal file
2
devel/ruby-simpleidn/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This gem allows easy conversion from punycode ACE strings to unicode UTF-8
|
||||
strings and vice-versa.
|
18
devel/ruby-simpleidn/pkg/PLIST
Normal file
18
devel/ruby-simpleidn/pkg/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENCE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/simpleidn/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/simpleidn.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/simpleidn/uts46mapping.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/simpleidn/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/simpleidn.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/tables/
|
||||
${GEM_LIB}/gems/${DISTNAME}/tables/IdnaMappingTable.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/tables/generate_mapping_table.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue