SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
textproc/ruby-unf_ext/Makefile
Normal file
22
textproc/ruby-unf_ext/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT = unicode normalization form support library for Ruby
|
||||
|
||||
DISTNAME = unf_ext-0.0.8.2
|
||||
CATEGORIES = textproc
|
||||
HOMEPAGE = https://github.com/knu/ruby-unf_ext
|
||||
|
||||
# MIT License
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
# C++
|
||||
COMPILER = base-clang ports-gcc
|
||||
COMPILER_LANGS = c c++
|
||||
|
||||
WANTLIB = ${COMPILER_LIBCXX}
|
||||
|
||||
CONFIGURE_STYLE = ruby gem ext
|
||||
|
||||
# Includes tests in gem, but they don't work (require git checkout)
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/ruby-unf_ext/distinfo
Normal file
2
textproc/ruby-unf_ext/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (unf_ext-0.0.8.2.gem) = kLliPuNZzEh4RhxdLqt9PTzlgBpoCp56yDuAQMW3Qvo=
|
||||
SIZE (unf_ext-0.0.8.2.gem) = 399360
|
5
textproc/ruby-unf_ext/pkg/DESCR
Normal file
5
textproc/ruby-unf_ext/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Unicode Normalization Form support library for CRuby.
|
||||
|
||||
Normalizes UTF-8 strings into and from NFC, NFD, NFKC or NFKD
|
||||
|
||||
Compliant with Unicode 9.0
|
23
textproc/ruby-unf_ext/pkg/PLIST
Normal file
23
textproc/ruby-unf_ext/pkg/PLIST
Normal file
|
@ -0,0 +1,23 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.document
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/unf_ext.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unf_ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unf_ext.rb
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/unf_ext.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/unf_ext/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_ext.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/unf_ext.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue