Skip to content
Snippets Groups Projects
Verified Commit 034eee6c authored by sunpoet's avatar sunpoet
Browse files

textproc/rubygem-nokogiri114: Remove obsoleted port

Use textproc/rubygem-nokogiri instead.
parent 94958ad7
Branches
Tags
No related merge requests found
......@@ -7770,3 +7770,4 @@ devel/rubygem-aws-sdk-s31122|devel/rubygem-aws-sdk-s3|2023-07-09|Remove obsolete
devel/rubygem-google-protobuf322|devel/rubygem-google-protobuf|2023-07-09|Remove obsoleted port. Use devel/rubygem-google-protobuf instead
devel/rubygem-grape15|devel/rubygem-grape|2023-07-09|Remove obsoleted port. Use devel/rubygem-grape instead
net/rubygem-net-ldap017|net/rubygem-net-ldap|2023-07-09|Remove obsoleted port. Use net/rubygem-net-ldap instead
textproc/rubygem-nokogiri114|textproc/rubygem-nokogiri|2023-07-09|Remove obsoleted port. Use textproc/rubygem-nokogiri instead
......@@ -1801,7 +1801,6 @@
SUBDIR += rubygem-nokogiri
SUBDIR += rubygem-nokogiri-diff
SUBDIR += rubygem-nokogiri111
SUBDIR += rubygem-nokogiri114
SUBDIR += rubygem-nokogumbo
SUBDIR += rubygem-octopress-escape-code
SUBDIR += rubygem-opml
......
PORTNAME= nokogiri
PORTVERSION= 1.14.5
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 114
MAINTAINER= ruby@FreeBSD.org
COMMENT= HTML, XML, SAX, and Reader parser
WWW= https://nokogiri.org/ \
https://github.com/sparklemotion/nokogiri
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= ${RUN_DEPENDS} \
rubygem-mini_portile2>=2.8.0<2.9:devel/rubygem-mini_portile2 \
rubygem-pkg-config>=1.1<2:devel/rubygem-pkg-config
# Do not add mini_portile2 to RUN_DEPENDS. Read ext/nokogiri/extconf.rb
# and https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html
RUN_DEPENDS= rubygem-racc>=1.4<2:devel/rubygem-racc
USES= cpe gem gnome gettext-runtime
USE_GNOME= libxml2 libxslt
CONFIGURE_ARGS= --use-system-libraries
PORTSCOUT= limit:^1\.14\.
post-install:
${RM} ${STAGEDIR}${PREFIX}/bin/nokogiri
${RMDIR} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/ports/
.include <bsd.port.mk>
TIMESTAMP = 1685162528
SHA256 (rubygem/nokogiri-1.14.5.gem) = 23f69ddeb1e8ead5341bbbbca18d37de29c0265bc90e94bc5d9663b254dfdcbc
SIZE (rubygem/nokogiri-1.14.5.gem) = 4646912
--- nokogiri.gemspec.orig 2023-01-06 04:29:10 UTC
+++ nokogiri.gemspec
@@ -26,7 +26,6 @@ Gem::Specification.new do |s|
s.specification_version = 4
- s.add_runtime_dependency(%q<mini_portile2>.freeze, ["~> 2.8.0"])
s.add_runtime_dependency(%q<racc>.freeze, ["~> 1.4"])
s.add_development_dependency(%q<bundler>.freeze, ["~> 2.2"])
s.add_development_dependency(%q<hoe-markdown>.freeze, ["~> 1.4"])
* XPath support for document searching
* CSS3 selector support for document searching
* XML/HTML builder
* Drop in replacement for Hpricot (though not bug for bug)
Nokogiri parses and searches XML/HTML very quickly, and also has
correctly implemented CSS3 selector support as well as XPath support.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment