SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/ruby-rails-html-sanitizer/Makefile
Normal file
20
devel/ruby-rails-html-sanitizer/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT = sanitize HTML fragments
|
||||
|
||||
DISTNAME = rails-html-sanitizer-1.5.0
|
||||
CATEGORIES = devel
|
||||
MAINTAINER = Purple Rain <purplerain@secbsd.org>
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://github.com/rails/rails-html-sanitizer
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE =Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/ruby-loofah
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rails-html-sanitizer/distinfo
Normal file
2
devel/ruby-rails-html-sanitizer/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rails-html-sanitizer-1.5.0.gem) = vzJgdeipaM2ILDCxWkyRAAWb468jVgk9xoMk7DvZ6nk=
|
||||
SIZE (rails-html-sanitizer-1.5.0.gem) = 19456
|
1
devel/ruby-rails-html-sanitizer/pkg/DESCR
Normal file
1
devel/ruby-rails-html-sanitizer/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
HTML sanitization for Rails applications
|
17
devel/ruby-rails-html-sanitizer/pkg/PLIST
Normal file
17
devel/ruby-rails-html-sanitizer/pkg/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/MIT-LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails-html-sanitizer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/html/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/html/sanitizer/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/html/sanitizer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/html/sanitizer/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/html/scrubbers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/sanitizer_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/scrubbers_test.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue