Port details |
- libcss Cascading Style Sheets library
- 0.9.2 textproc =2 0.9.2Version of this port present on the latest quarterly branch.
- Maintainer: nc@FreeBSD.org
- Port Added: 2016-03-20 16:43:41
- Last Update: 2024-02-16 18:24:27
- Commit Hash: 05792a8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://www.netsurf-browser.org/projects/libcss/
- Description:
- LibCSS is a CSS (Cascading Style Sheet) parser and selection engine,
written in C.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/libcss/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/libcss
- pkg install libcss
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libcss
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708105387
SHA256 (libcss-0.9.2-src.tar.gz) = 2df215bbec34d51d60c1a04b01b2df4d5d18f510f1f3a7af4b80cddb5671154e
SIZE (libcss-0.9.2-src.tar.gz) = 545016
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:
-
- netsurf-buildsystem>=1.5 : devel/netsurf-buildsystem
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libwapcaplet.so : textproc/libwapcaplet
- libparserutils.so : devel/libparserutils
- libiconv.so : converters/libiconv
- This port is required by:
- for Libraries
-
- www/netsurf
Configuration Options:
- No options to configure
- Options name:
- textproc_libcss
- USES:
- gmake iconv:wchar_t localbase pkgconfig
- 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.9.2 16 Feb 2024 18:24:27 |
Neel Chauhan (nc) |
dns/libnspsl: Update to 0.1.7 |
0.9.2 16 Feb 2024 18:24:27 |
Neel Chauhan (nc) |
textproc/libcss: Update to 0.9.2 |
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.9.1 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.9.1 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 ) |
0.9.1 08 Aug 2021 12:06:27 |
Neel Chauhan (nc) Author: Evgeniy Khramtsov |
textproc/libcss: respect CC
PR: 257611 |
0.9.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.1 05 Feb 2021 23:08:31 |
nc |
textproc/libcss: Adopt port
Approved by: 0mp (mentor, implicit) |
0.9.1 11 Jun 2020 22:01:43 |
pkubaj |
textproc/libcss: fix build, update to 0.9.1
Add -Wno-error:
:/wrkdirs/usr/ports/textproc/libcss/work/libcss-0.9.0/include/libcss/fpmath.h8::
105error:: 8implicit conversion from 'int' to 'float' changes value from
2147483647 to 2147483648 [-Werror,-Wimplicit-int-float-conversion]:
xx = INT_MAX; |
0.9.0 28 Mar 2020 11:26:59 |
rene |
Return Neels ports to the pool on his request.
Submitted by: neelc@neelc.org (former maintainer) via freebsd-ports |
0.9.0 21 Jul 2019 20:50:25 |
sunpoet |
Update to 0.9.0
- While I'm here:
- Update MASTER_SITES
- Update WWW
Changes: https://www.netsurf-browser.org/projects/libcss/#changes-0.9.0
PR: 239340
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
0.8.0 09 Sep 2018 16:59:57 |
sunpoet |
Simplify Makefile
Suggested by: mat |
0.8.0 06 Sep 2018 21:58:00 |
sunpoet |
Pass maintainership to submitter
- While I'm here:
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Use = instead of += for MAKE_ENV and PLIST_SUB
- Update post-install: to avoid stripping shared library multiple times
PR: 231199
Submitted by: Neel Chauhan <neel@neelc.org> |
0.8.0 05 Sep 2018 02:46:39 |
swills |
textproc/libcss: Update to 0.8.0
PR: 231140
Submitted by: Nathan <ndowens@yahoo.com> |
0.7.0 27 Oct 2017 15:46:22 |
vanilla |
Update
devel/netsurf-buildsystem to 1.6
devel/nsgenbind to 0.5
dns/libnspsl to 0.1.2
graphics/libnsgif to 0.2.0
textproc/libcss to 0.7.0
textproc/libutf8proc to 1.3.1.3
www/libdom to 0.3.2
www/libhubbub to 0.3.4
www/netsurf to 3.7 |
0.6.1 19 Mar 2017 14:02:24 |
rene |
Take in olivierd@'s commit bit on his request.
Submitted by: olivierd@
With hat: portmgr-secretary |
0.6.1 21 Nov 2016 13:56:42 |
olivierd |
Update to 0.6.1 |
0.6.0 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.6.0 20 Mar 2016 16:43:33 |
olivierd |
LibCSS is a CSS (Cascading Style Sheet) parser and selection engine,
written in C.
WWW: http://www.netsurf-browser.org/projects/libcss/ |