non port: www/csso/Makefile |
SVNWeb
|
Number of commits found: 12 |
Mon, 30 Jan 2023
|
[ 14:20 Po-Chuan Hsieh (sunpoet) ] fa93fdc (Only the first 10 of 85 ports in this commit are shown above. )
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
|
Sun, 27 Nov 2022
|
[ 14:05 Nicola Vitale (nivit) ] b248aa1
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 )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] e915e75 (Only the first 10 of 1623 ports in this commit are shown above. )
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 )
|
Fri, 12 Nov 2021
|
[ 05:54 Matthias Fechner (mfechner) ] f4ffcdf (Only the first 10 of 21 ports in this commit are shown above. )
*/*: 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
|
Mon, 19 Apr 2021
|
[ 08:00 Tobias Kortkamp (tobik) ] 1bf865f (Only the first 10 of 52 ports in this commit are shown above. )
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.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 17 Jul 2019
|
[ 09:02 amdmi3 ]
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
Approved by: portmgr blanket
|
Fri, 1 Apr 2016
|
[ 14:33 mat ] (Only the first 10 of 2136 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 7 May 2015
|
[ 20:24 mat ] (Only the first 10 of 323 ports in this commit are shown above. )
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 19 Oct 2013
|
[ 21:27 nivit ]
- Fix link to csso binary
|
[ 15:40 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/
|
Number of commits found: 12 |