Port details |
- rubygem-hpricot Fast, Enjoyable HTML Parser for Ruby
- 0.8.6_1 www =5 0.8.6_1Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2007-02-03 17:29:00
- Last Update: 2023-05-07 21:35:52
- Commit Hash: 5a61c2c
- People watching this port, also watch:: p5-XML-Parser, asciidoc, autoconf, libevent, indexinfo
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/hpricot/hpricot
- Description:
- Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree
and John Resig's JQuery, but with the scanner recoded in
C (using Ragel for scanning.)
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-hpricot>0:www/rubygem-hpricot
- To install the port:
- cd /usr/ports/www/rubygem-hpricot/ && make install clean
- To add the package, run one of these commands:
- pkg install www/rubygem-hpricot
- pkg install rubygem-hpricot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-hpricot
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rubygem/hpricot-0.8.6.gem) = dfe8f4b3414ba8377d7626030f3aa605caadee9de87cffbeadf8a50359eac8ca
SIZE (rubygem/hpricot-0.8.6.gem) = 293888
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:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-webby
- textproc/rubygem-ronn
- www/rubygem-feed-normalizer
- www/rubygem-rfacebook
- www/rubygem-rfeedfinder
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- www_rubygem-hpricot
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.6_1 07 May 2023 21:35:52 |
Dimitry Andric (dim) |
www/rubygem-hpricot: fix build with clang 16
Clang 16 has a new error about incompatible function types, which shows
up when building www/rubygem-hpricot:
fast_xs.c:165:39: error: incompatible function pointer types passing 'VALUE
(VALUE)' (aka 'unsigned long (unsigned long)') to parameter of type 'VALUE
(*)(VALUE, VALUE)' (aka 'unsigned long (*)(unsigned long, unsigned long)')
[-Wincompatible-function-pointer-types]
array = rb_rescue(unpack_utf8, self, unpack_uchar, self);
^~~~~~~~~~~~
/usr/local/include/ruby-3.1/ruby/internal/iterator.h:364:62: note: passing
argument to parameter 'r_proc' here
VALUE rb_rescue(VALUE (*b_proc)(VALUE), VALUE data1, VALUE (*r_proc)(VALUE,
VALUE), VALUE data2);
^
This is because the r_proc parameter of rb_rescue() should be a pointer
to a function taking two VALUE parameters, not one (the second parameter
can contain an exception to be handled). (Only the first 15 lines of the commit message are shown above ) |
0.8.6 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.6 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.6 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
0.8.6 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
0.8.6 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
0.8.6 23 May 2015 15:30:07 |
sunpoet |
- Add LICENSE
- Update WWW |
0.8.6 06 Aug 2014 09:11:58 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.
CR: D510
Approved by: portmgr (bapt) |
0.8.6 30 Oct 2013 03:01:19 |
swills |
- Add stage support |
0.8.6 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.8.6 08 Feb 2012 02:10:42 |
pgollucci |
- Update to 0.8.6
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
0.8.5 05 Dec 2011 01:01:29 |
swills |
- Update to 0.8.5
Feature safe: yes |
0.8.4 02 Mar 2011 09:33:03 |
clsung |
- Update to 0.8.4 |
0.8.3 07 Dec 2010 19:19:15 |
linimon |
With portmgr hat, reassign these from clsung (who is apparently having
email troubles) to ruby@. |
0.8.3 23 Nov 2010 07:20:20 |
pgollucci |
- Update to 0.8.3
Sponsored by: RideCharge Inc. / TaxiMagic |
0.8.2 09 Sep 2010 19:12:56 |
pgollucci |
RF -> RG Conversion (Part III)
With Hat: ruby@
Tested by: make checksum |
0.8.2 13 Dec 2009 13:59:49 |
clsung |
- Update to 0.8.2 |
0.8.1 29 May 2009 14:59:26 |
clsung |
- Update to 0.8.1
PR: ports/134683
Submitted by: pgollucci |
0.6.161 09 Apr 2009 00:11:47 |
pgollucci |
- convert to RUBYGEM_AUTOPLIST
remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
(this c/should be handled better in bsd.*.mk)
other deltas specific to individual ports:
audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION
devel/rubygem-rapt - adopt
devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
devel/rubygem-ruby2ruby - add #' for vim highlight
graphics/rubygem-extifr - drop PORTREVISION=0
graphics/rubygem-gd2 - add #' for vim highlight
www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency
Sponsored by: RideCharge Inc.
Tested on: RideCharge's Tinderbox
Reviewed by: stas |
0.6.161 07 Oct 2008 07:40:11 |
clsung |
- Update to 0.6.161 |
0.6 06 Apr 2008 08:58:21 |
stas |
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@ |
0.6 30 Jul 2007 01:50:45 |
clsung |
- Update to 0.6
PR: ports/114936
Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp> |
0.5 16 Mar 2007 01:48:20 |
clsung |
- fix www/rubygem-hpricot pkg-plist
PR: ports/110274
Submitted by: TAKATSU Tomonari <tota_AT_rtfm dot jp> |
0.5 19 Feb 2007 09:54:10 |
clsung |
- Update to 0.5 |
0.4 03 Feb 2007 17:27:47 |
clsung |
Hpricot is a very flexible HTML parser, based on Tanaka Akira's HTree
and John Resig's JQuery, but with the scanner recoded in
C (using Ragel for scanning.)
WWW: http://code.whytheluckystiff.net/hpricot/ |