notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
csso CSS optimizer
1.3.9_4 www on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.3.9_4Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-10-19 15:40:18
Last Update: 2023-11-01 19:29:11
Commit Hash: 1ce5801
People watching this port, also watch:: smartmontools, clone, tcpdump, zip, UEFITool-qt5
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (16 items)
Collapse this list.
  1. /usr/local/share/licenses/csso-1.3.9_4/catalog.mk
  2. /usr/local/share/licenses/csso-1.3.9_4/LICENSE
  3. /usr/local/share/licenses/csso-1.3.9_4/MIT
  4. bin/csso
  5. share/csso/USAGE
  6. share/csso/VERSION
  7. share/csso/bin/csso
  8. share/csso/lib/compressor.js
  9. share/csso/lib/csso.js
  10. share/csso/lib/cssoapi.js
  11. share/csso/lib/gonzales.cssp.node.js
  12. share/csso/lib/translator.js
  13. share/csso/lib/util.js
  14. @owner
  15. @group
  16. @mode
Collapse this list.
Dependency lines:
  • csso>0:www/csso
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):
csso
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.9_41.3.9_4-1.3.9_41.3.9_4-1.3.9-
FreeBSD:13:quarterly1.3.9_41.3.9_4-1.3.9_41.3.9_4-1.3.9_41.3.9_4
FreeBSD:14:latest1.3.9_41.3.9_4-1.3.9_41.3.9_4--1.3.9_3
FreeBSD:14:quarterly1.3.9_41.3.9_4-1.3.9_41.3.9_4-1.3.9_41.3.9_4
FreeBSD:15:latest1.3.9_41.3.9_4n/a1.3.9_4n/a-1.3.9_41.3.9_4
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. node : www/node20
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:
Expand this list (2 items)
Collapse this list.
  1. http://nivit.altervista.org/FreeBSD/ports/distfiles/
  2. https://codeload.github.com/css/csso/tar.gz/v1.3.9?dummy=/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.9_4
01 Nov 2023 19:29:11
commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09commit hash: 1ce58015ec0fd8fcf268814a2ccf3cbd2fae1c09 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
nodejs: Bump PORTREVISION for dependency change

USES=nodejs defaults to www/node20 now.
1.3.9_3
30 Jan 2023 14:20:38
commit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7ccommit hash: fa93fdc383c190569821ae224413c848c19d9a7c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: b248aa163e80a73ba4955042a30994d948cc9c3dcommit hash: b248aa163e80a73ba4955042a30994d948cc9c3dcommit hash: b248aa163e80a73ba4955042a30994d948cc9c3dcommit hash: b248aa163e80a73ba4955042a30994d948cc9c3d files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
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 View all of this commit message)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.3.9_1
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.3.9_1
12 Nov 2021 05:54:51
commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7commit hash: f4ffcdfe611a0e2147bbcb9697ecdffb4538acb7 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
*/*: 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
commit hash: 1bf865fed5a69877b34d01b873ccac59a8ab9476commit hash: 1bf865fed5a69877b34d01b873ccac59a8ab9476commit hash: 1bf865fed5a69877b34d01b873ccac59a8ab9476commit hash: 1bf865fed5a69877b34d01b873ccac59a8ab9476 files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
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
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.3.9
17 Jul 2019 09:02:15
Revision:506794Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
1.3.9
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:385733Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from plist

Approved by:	portmgr blanket
1.3.9
07 May 2015 20:24:16
Revision:385665Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:330937Original commit files touched by this commit
nivit search for other commits by this committer
- Fix link to csso binary
1.3.9
19 Oct 2013 15:40:04
Revision:330891Original commit files touched by this commit
nivit search for other commits by this committer
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/

Number of commits found: 15