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

19
www/ruby-xpath/Makefile Normal file
View file

@ -0,0 +1,19 @@
COMMENT = ruby DSL around a subset of XPath 1.0
DISTNAME = xpath-3.2.0
CATEGORIES = www
HOMEPAGE= https://github.com/jnicklas/xpath
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = textproc/ruby-nokogiri,${MODRUBY_FLAVOR}>=1.8,<2
# Tests require gems not in ports
.include <bsd.port.mk>

2
www/ruby-xpath/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (xpath-3.2.0.gem) = bf2nnZG7O5SblH7MWRnwQu8vOZuQQBPrPvbSDdOkCC4=
SIZE (xpath-3.2.0.gem) = 14336

2
www/ruby-xpath/pkg/DESCR Normal file
View file

@ -0,0 +1,2 @@
XPath is a Ruby DSL around a subset of XPath 1.0. Its primary purpose is
to facilitate writing complex XPath queries from Ruby code.

21
www/ruby-xpath/pkg/PLIST Normal file
View file

@ -0,0 +1,21 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/xpath/
${GEM_LIB}/gems/${DISTNAME}/lib/xpath.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xpath/dsl.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xpath/expression.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xpath/literal.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xpath/renderer.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xpath/union.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xpath/version.rb
${GEM_LIB}/gems/${DISTNAME}/spec/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/form.html
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/simple.html
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/stuff.html
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
${GEM_LIB}/gems/${DISTNAME}/spec/union_spec.rb
${GEM_LIB}/gems/${DISTNAME}/spec/xpath_spec.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec