Port details |
- csso CSS optimizer
- 1.3.9_5 www
=4 1.3.9_4Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2013-10-19 15:40:18
- Last Update: 2024-12-03 17:34:35
- Commit Hash: 8bb58b5
- People watching this port, also watch:: openssl, gdisk, chromium, xpdf, vlc
- License: MIT
- WWW:
- https://github.com/css/csso/
- Description:
- CSSO (CSS Optimizer) is a CSS minimizer unlike others. In addition to usual
minification techniques it can perform structural optimization of CSS files,
resulting in smaller file size compared to other minifiers.
¦ ¦ ¦ ¦ 
- 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/www/csso/ && make install clean
- To add the package, run one of these commands:
- pkg install www/csso
- pkg install csso
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: csso
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (css-csso-v1.3.9_GH0.tar.gz) = 0f4673854d00db18e062598624af168db8a716defb77ad84a861b16b56405b57
SIZE (css-csso-v1.3.9_GH0.tar.gz) = 117974
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- node : www/node22
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_csso
- USES:
- nodejs:run
- 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.3.9_5 03 Dec 2024 17:34:35
    |
Po-Chuan Hsieh (sunpoet)  |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node22 now. |
1.3.9_4 01 Nov 2023 19:29:11
    |
Po-Chuan Hsieh (sunpoet)  |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node20 now. |
1.3.9_3 30 Jan 2023 14:20:38
    |
Po-Chuan Hsieh (sunpoet)  |
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}
The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.
The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/noe18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS).
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.
After this commit:
- All supported node versions are named as node{14,16,18,19}
- www/node is a meta port which depends on the default version (e.g. www/node18)
- www/npm is a meta port which depends on the default version (e.g.
www/npm-node18)
- www/yarn is a meta port which depends on the default version (e.g.
www/yarn-node18)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to
www/node18)
Discussed with: jrm, otis, pizzamig |
1.3.9_2 27 Nov 2022 14:05:17
    |
Nicola Vitale (nivit)  |
www/csso: Fix a runtime error
- Add a temporary patch to fix the following error:
/usr/local/share/csso/lib/csso.js:69
print(fs.readFileSync(__dirname.slice(0, __dirname.lastIndexOf('/')) + '/' +
filename).toString());
^
TypeError: print is not a function
at printFile (/usr/local/share/csso/lib/csso.js:69:5)
at Object.<anonymous> (/usr/local/share/csso/lib/csso.js:28:5)
at Module._compile (internal/modules/cjs/loader.js:1236:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1257:10)
at Module.load (internal/modules/cjs/loader.js:1085:32)
at Function.Module._load (internal/modules/cjs/loader.js:950:14) (Only the first 15 lines of the commit message are shown above ) |
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.3.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 ) |
1.3.9_1 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 ) |
1.3.9_1 12 Nov 2021 05:54:51
    |
Matthias Fechner (mfechner)  |
*/*: use new nodejs USES flag
Simply define which nodejs version is required using the nodejs USES flag.
PR: 259783
Differential Revision: https://reviews.freebsd.org/D32790 |
1.3.9 19 Apr 2021 08:00:13
    |
Tobias Kortkamp (tobik)  |
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines. Instead of implementing
that just clean up the 51 ports that do this.
PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder. |
1.3.9 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.9 17 Jul 2019 09:02:15
  |
amdmi3  |
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket |
1.3.9 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.3.9 08 May 2015 09:13:05
  |
amdmi3  |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
1.3.9 07 May 2015 20:24:16
  |
mat  |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.3.9 19 Oct 2013 21:27:26
  |
nivit  |
- Fix link to csso binary |
1.3.9 19 Oct 2013 15:40:04
  |
nivit  |
CSSO (CSS Optimizer) is a CSS minimizer unlike others. In addition to usual
minification techniques it can perform structural optimization of CSS files,
resulting in smaller file size compared to other minifiers.
WWW: http://bem.info/tools/csso/
Build logs: https://redports.org/buildarchive/20131019150900-23459/ |