SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

18
devel/ruby-unf/Makefile Normal file
View file

@ -0,0 +1,18 @@
COMMENT= UNF support to Ruby/JRuby
DISTNAME= unf-0.1.4
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS} \
devel/ruby-unf-ext
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>

2
devel/ruby-unf/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (unf-0.1.4.gem) = SZlRelMfKpVXUPiDGUGJH2FYSY7Jtsscgc6JOI5jAi4=
SIZE (unf-0.1.4.gem) = 120320

2
devel/ruby-unf/pkg/DESCR Normal file
View file

@ -0,0 +1,2 @@
This is a wrapper library to bring Unicode Normalization Form support
to Ruby/JRuby.

22
devel/ruby-unf/pkg/PLIST Normal file
View file

@ -0,0 +1,22 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.gitignore
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
${GEM_LIB}/gems/${DISTNAME}/Gemfile
${GEM_LIB}/gems/${DISTNAME}/LICENSE
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/unf/
${GEM_LIB}/gems/${DISTNAME}/lib/unf.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unf/normalizer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unf/normalizer_cruby.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unf/normalizer_jruby.rb
${GEM_LIB}/gems/${DISTNAME}/lib/unf/version.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/helper.rb
${GEM_LIB}/gems/${DISTNAME}/test/normalization-test.txt
${GEM_LIB}/gems/${DISTNAME}/test/test_unf.rb
${GEM_LIB}/gems/${DISTNAME}/unf.gemspec
${GEM_LIB}/specifications/${DISTNAME}.gemspec