Port details |
- rubygem-css_parser Set of classes for parsing CSS in Ruby
- 1.19.1 textproc =4 1.19.0Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2015-05-24 19:11:24
- Last Update: 2024-10-21 09:17:36
- Commit Hash: 800779d
- People watching this port, also watch:: OpenSP, autoconf, linux-c7-atk, xcb-util-image, woff2
- Also Listed In: rubygems www
- License: MIT
- WWW:
- https://github.com/premailer/css_parser
- Description:
- rubygem-css_parser is a CSS Parser which loads, parses and cascades CSS rule
sets in Ruby.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-css_parser>0:textproc/rubygem-css_parser
- To install the port:
- cd /usr/ports/textproc/rubygem-css_parser/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/rubygem-css_parser
- pkg install rubygem-css_parser
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-css_parser
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729240388
SHA256 (rubygem/css_parser-1.19.1.gem) = 1940dce01e3b9be18d6880e6d65162d984cc04ff28998cf4759beb999275209e
SIZE (rubygem/css_parser-1.19.1.gem) = 21504
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:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-addressable>=0 : www/rubygem-addressable
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- mail/rubygem-premailer
- mail/rubygem-roadie
- mail/rubygem-roadie3
- print/rubygem-prawn-svg
Configuration Options:
- No options to configure
- Options name:
- textproc_rubygem-css_parser
- 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 |
1.19.1 21 Oct 2024 09:17:36 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-css_parser: Update to 1.19.1
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.19.0 08 Sep 2024 18:40:23 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-css_parser: Update to 1.19.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.17.1 08 Apr 2024 20:17:29 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-css_parser: Update to 1.17.1
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.17.0 08 Apr 2024 06:48:14 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-css_parser: Update to 1.17.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.16.0 04 Sep 2023 21:30:30 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-css_parser: Update to 1.16.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.14.0 30 Jan 2023 13:01:40 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-css_parser: Update to 1.14.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.12.0 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 |
1.12.0 03 Oct 2022 02:17:04 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-css_parser: Update to 1.12.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
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) |
1.11.0 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 ) |
1.11.0 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.11.0 11 Jan 2022 18:46:57 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-css_parser: Update to 1.11.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.10.0 08 Aug 2021 14:55:23 |
Po-Chuan Hsieh (sunpoet) |
textproc/rubygem-css_parser: Update to 1.10.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md
https://github.com/premailer/css_parser/commits/master |
1.9.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.0 17 Feb 2021 18:23:31 |
sunpoet |
Update to 1.9.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.8.0 26 Jan 2021 17:53:06 |
sunpoet |
Update to 1.8.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.7.1 08 Dec 2019 17:31:15 |
sunpoet |
Update to 1.7.1
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.7.0 12 Feb 2019 21:03:59 |
sunpoet |
Update to 1.7.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.6.0 10 Sep 2017 13:09:09 |
sunpoet |
Update to 1.6.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.5.0 24 Apr 2017 15:17:08 |
sunpoet |
Update to 1.5.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.4.10 09 Mar 2017 19:16:43 |
sunpoet |
Update to 1.4.10
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.4.9 22 Feb 2017 17:13:58 |
sunpoet |
Update to 1.4.9
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.4.8 04 Feb 2017 12:25:14 |
sunpoet |
Update to 1.4.8
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md
https://github.com/premailer/css_parser/commits/master |
1.4.7 03 Dec 2016 19:35:06 |
sunpoet |
- Update to 1.4.7
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md
https://github.com/premailer/css_parser/commits/master |
1.4.2 26 Jun 2016 17:24:07 |
sunpoet |
- Update to 1.4.2
- Add LICENSE_FILE
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md
https://github.com/premailer/css_parser/commits/master |
1.4.1 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
1.4.1 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 |
1.4.1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.4.1 23 Mar 2016 19:24:30 |
sunpoet |
- Update to 1.4.1
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md
https://github.com/premailer/css_parser/commits/master |
1.4.0 20 Mar 2016 18:36:55 |
sunpoet |
- Update to 1.4.0
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.3.7 23 Sep 2015 20:13:37 |
sunpoet |
- Update to 1.3.7
Changes: https://github.com/premailer/css_parser/blob/master/CHANGELOG.md |
1.3.6 13 Aug 2015 17:39:32 |
sunpoet |
- Remove RG link |
1.3.6 06 Jul 2015 18:05:38 |
sunpoet |
- Remove blank line between NO_ARCH and USE_RUBY |
1.3.6 02 Jul 2015 16:01:08 |
pgollucci |
Set NO_ARCH for remaining rubygem-* ports with no arch dependent files
Obtained from: DEVELOPER_MODE
With Hat: ruby@
Sponsored by: RideCharge Inc / Curb |
1.3.6 24 May 2015 18:58:11 |
sunpoet |
- Add rubygem-css_parser 1.3.6
rubygem-css_parser is a CSS Parser which loads, parses and cascades CSS rule
sets in Ruby.
WWW: https://github.com/premailer/css_parser
RG: https://rubygems.org/gems/css_parser |