| Port details on branch 2025Q4 |
- rubygem-nokogiri HTML, XML, SAX, and Reader parser
- 1.18.10 textproc
=0 1.18.10Version of this port present on the latest quarterly branch. - Maintainer: ruby@FreeBSD.org
 - Port Added: 2025-10-31 19:51:15
- Last Update: 2025-11-13 12:24:22
- Commit Hash: 5c9037d
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://nokogiri.org/
- https://github.com/sparklemotion/nokogiri
- Description:
- * 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.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- rubygem-nokogiri>0:textproc/rubygem-nokogiri
- To install the port:
- cd /usr/ports/textproc/rubygem-nokogiri/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/rubygem-nokogiri
- pkg install rubygem-nokogiri
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-nokogiri
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1759817016
SHA256 (rubygem/nokogiri-1.18.10.gem) = d5cc0731008aa3b3a87b361203ea3d19b2069628cb55e46ac7d84a0445e69cc1
SIZE (rubygem/nokogiri-1.18.10.gem) = 4365824
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rubygem-racc>=1.4<2 : devel/rubygem-racc
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- rubygem-mini_portile2>=2.8.2<2.9 : devel/rubygem-mini_portile2
- rubygem-pkg-config>=1.1<2 : devel/rubygem-pkg-config
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- Runtime dependencies:
-
- rubygem-racc>=1.4<2 : devel/rubygem-racc
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- libxslt.so : textproc/libxslt
- libintl.so : devel/gettext-runtime
- Patch dependencies:
-
- ruby33 : lang/ruby33
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
- www/gitlab
- for Run
-
- security/metasploit
- www/gitlab
Configuration Options:
- No options to configure
- Options name:
- textproc_rubygem-nokogiri
- USES:
- cpe gem gnome gettext-runtime
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.18.10 13 Nov 2025 12:24:22
    |
Matthias Fechner (mfechner)  Author: Po-Chuan Hsieh |
textproc/rubygem-nokogiri: Update to 1.18.10
Changes: https://github.com/sparklemotion/nokogiri/releases
https://nokogiri.org/CHANGELOG.html
(cherry picked from commit 22a988364a4dd1dd89da6f1900ee28510a038e3f) |
1.18.9 31 Oct 2025 19:49:02
    |
Robert Clausecker (fuz)  |
textproc/rubygem-nokogiri: fix build on armv7
Add USES=pkgconfig to fix the build on arm.
rubygem-pkg-config crashes on armv7 for some reason unknown to me.
Luckily, pkgconfig is tried first and if present, succeeds in detecting
libxml2.
Approved by: portmgr (build fix blanket)
MFH: 2025Q4
(cherry picked from commit 1bb6a902c1fb4d47f82dc5ca3f43be947be289b2) |
Number of commits found: 2
|