Port details |
- coffeescript Unfancy JavaScript
- 2.7.0_3 lang =2 2.7.0_2Version of this port present on the latest quarterly branch.
- Maintainer: egypcio@FreeBSD.org
- Port Added: 2018-04-13 14:41:37
- Last Update: 2024-12-03 17:34:35
- Commit Hash: 8bb58b5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://coffeescript.org/
- Description:
- CoffeeScript is a little language that compiles into JavaScript. Underneath that
awkward Java-esque patina, JavaScript has always had a gorgeous heart. It's an
attempt to expose the good parts of JavaScript in a simple way.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- coffeescript>0:lang/coffeescript
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/lang/coffeescript/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/coffeescript
- pkg install coffeescript
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: coffeescript
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1672406424
SHA256 (jashkenas-coffeescript-2.7.0_GH0.tar.gz) = 703aaf1f549d32b2af05134efae743ec4a5913fdba8bd2ea21a5e8c7c54dd54e
SIZE (jashkenas-coffeescript-2.7.0_GH0.tar.gz) = 2271083
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:
- ===> The following configuration options are available for coffeescript-2.7.0_3:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- lang_coffeescript
- 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 |
2.7.0_3 03 Dec 2024 17:34:35 |
Po-Chuan Hsieh (sunpoet) |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node22 now. |
2.7.0_2 01 Nov 2023 19:29:11 |
Po-Chuan Hsieh (sunpoet) |
nodejs: Bump PORTREVISION for dependency change
USES=nodejs defaults to www/node20 now. |
2.7.0_1 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 |
2.7.0 30 Dec 2022 14:03:41 |
Vinícius Zavam (egypcio) |
lang/coffeescript: update 2.6.1 to 2.7.0 |
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) |
2.6.1_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 ) |
2.6.1_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 |
2.6.1 19 Oct 2021 07:38:14 |
Vinícius Zavam (egypcio) |
lang/coffeescript: update 2.5.1 to 2.6.1 |
2.5.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.5.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.5.1 04 Feb 2020 13:19:58 |
egypcio |
lang/coffeescript: update 2.5.0 to 2.5.1 |
2.5.0 03 Jan 2020 14:33:18 |
egypcio |
lang/coffeescript: update 2.4.1 to 2.5.0 |
2.4.1 18 Apr 2019 08:26:44 |
egypcio |
lang/coffeescript: update 2.3.2 to 2.4.1
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D19938 |
2.3.2 28 Feb 2019 09:18:05 |
egypcio |
lang/coffeescript: set NO_ARCH
- PORTREVISION was not bumped.
PR: 235981
Submitted by: Samy Mahmoudi <samy.mahmoudi % gmail.com>
Approved by: rene (mentor) |
2.3.2 05 Dec 2018 14:09:12 |
egypcio |
use @FreeBSD.org as MAINTAINER instead of my private address
benchmarks/vegeta
devel/busybee
devel/git-lfs
devel/gnu-efi
devel/hub
devel/libe
devel/py-fabric3
devel/py-fabric3
dns/dhisd
dns/dnscrypt-proxy2
dns/go-geodns
emulators/hatari
irc/weechat-otr (Only the first 15 lines of the commit message are shown above ) |
2.3.2 02 Oct 2018 01:13:53 |
swills |
lang/coffeescript: update to 2.3.2
PR: 231678
Submitted by: Vinicius Zavam <egypcio@googlemail.com> (maintainer) |
2.3.1 04 Jul 2018 22:00:27 |
swills |
lang/coffeescript: update to 2.3.1
PR: 229511
Submitted by: Vinicius Zavam <egypcio@googlemail.com> (maintainer) |
2.2.4 13 Apr 2018 14:41:21 |
garga |
CoffeeScript is a little language that compiles into JavaScript. Underneath that
awkward Java-esque patina, JavaScript has always had a gorgeous heart. It's an
attempt to expose the good parts of JavaScript in a simple way.
WWW: http://coffeescript.org/
PR: 227412
Submitted by: egypcio@googlemail.com
Differential Revision: https://reviews.freebsd.org/D15025 |