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
rubygem-jasmine-core Test JavaScript without any framework dependencies
3.99.0 devel on this many watch lists=0 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 3.99.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-05-20 17:33:15
Last Update: 2023-01-14 23:08:33
Commit Hash: 18c6e18
Also Listed In: ruby
License: MIT
WWW:
https://jasmine.github.io/
Description:
Test your JavaScript without any framework dependencies, in any environment, and with a nice descriptive syntax.
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 (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-jasmine-core-3.99.0/catalog.mk
  2. /usr/local/share/licenses/rubygem-jasmine-core-3.99.0/LICENSE
  3. /usr/local/share/licenses/rubygem-jasmine-core-3.99.0/MIT
Collapse this list.
Dependency lines:
  • rubygem-jasmine-core>0:devel/rubygem-jasmine-core
To install the port:
cd /usr/ports/devel/rubygem-jasmine-core/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-jasmine-core
  • pkg install rubygem-jasmine-core
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-jasmine-core
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1643971188 SHA256 (rubygem/jasmine-core-3.99.0.gem) = a8290894b4fce6de47fa53f0abc578e6592da65e3de9069de0744d4300451178 SIZE (rubygem/jasmine-core-3.99.0.gem) = 92160

Packages (timestamps in pop-ups are UTC):
rubygem-jasmine-core
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.99.03.99.03.6.03.99.03.99.0-3.6.0-
FreeBSD:13:quarterly3.99.03.99.03.99.03.99.03.99.03.99.03.99.03.99.0
FreeBSD:14:latest3.99.03.99.03.99.03.99.03.99.03.99.0-3.99.0
FreeBSD:14:quarterly3.99.03.99.0-3.99.03.99.03.99.03.99.03.99.0
FreeBSD:15:latest3.99.03.99.0n/a3.99.0n/a3.99.03.99.03.99.0
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Patch dependencies:
  1. ruby30 : lang/ruby30
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby30 : lang/ruby30
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_rubygem-jasmine-core
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.99.0
14 Jan 2023 23:08:33
commit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9aecommit hash: 18c6e18276691edf5274406bf82a3b06792ff9ae files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby

Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk

Notable changes are.

- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
  USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.

This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863

I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.

Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D37925
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)
3.99.0
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)
3.99.0
28 Feb 2022 12:46:33
commit hash: 21cd47161e453ea855f80c8934aaedd1d8292fedcommit hash: 21cd47161e453ea855f80c8934aaedd1d8292fedcommit hash: 21cd47161e453ea855f80c8934aaedd1d8292fedcommit hash: 21cd47161e453ea855f80c8934aaedd1d8292fed files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-jasmine-core: Update to 3.99.0

Changes:	https://github.com/jasmine/jasmine/releases
3.10.1
01 Nov 2021 13:42:17
commit hash: bb656a8aa5ee9a7c822f0d5d40fa7179ca086b65commit hash: bb656a8aa5ee9a7c822f0d5d40fa7179ca086b65commit hash: bb656a8aa5ee9a7c822f0d5d40fa7179ca086b65commit hash: bb656a8aa5ee9a7c822f0d5d40fa7179ca086b65 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-jasmine-core: Update to 3.10.1

Changes:	https://github.com/jasmine/jasmine/releases
3.10.0
25 Oct 2021 15:57:54
commit hash: 022ee787d626a1747d3bd6e49f4be317be930ce0commit hash: 022ee787d626a1747d3bd6e49f4be317be930ce0commit hash: 022ee787d626a1747d3bd6e49f4be317be930ce0commit hash: 022ee787d626a1747d3bd6e49f4be317be930ce0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-jasmine-core: Update to 3.10.0

Changes:	https://github.com/jasmine/jasmine/releases
3.9.0
21 Sep 2021 03:46:58
commit hash: 8e621af0394971f022065b421fb42855186f7d0fcommit hash: 8e621af0394971f022065b421fb42855186f7d0fcommit hash: 8e621af0394971f022065b421fb42855186f7d0fcommit hash: 8e621af0394971f022065b421fb42855186f7d0f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-jasmine-core: Update to 3.9.0

Changes:	https://github.com/jasmine/jasmine/releases
3.8.0
06 Jul 2021 14:58:06
commit hash: 4966733070c07d45bb3093685cc966b7b733ed95commit hash: 4966733070c07d45bb3093685cc966b7b733ed95commit hash: 4966733070c07d45bb3093685cc966b7b733ed95commit hash: 4966733070c07d45bb3093685cc966b7b733ed95 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-jasmine-core: Update to 3.8.0

Changes:	https://github.com/jasmine/jasmine/releases
3.7.1
25 Apr 2021 20:36:13
commit hash: e31b9d8272fa97f668c7e37e7befdb49a05cb573commit hash: e31b9d8272fa97f668c7e37e7befdb49a05cb573commit hash: e31b9d8272fa97f668c7e37e7befdb49a05cb573commit hash: e31b9d8272fa97f668c7e37e7befdb49a05cb573 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-jasmine-core: Update to 3.7.1

Changes:	https://github.com/jasmine/jasmine/releases
3.7.0
18 Apr 2021 05:47:43
commit hash: 4b1080706128c117b4fa7512b644635dce7d94facommit hash: 4b1080706128c117b4fa7512b644635dce7d94facommit hash: 4b1080706128c117b4fa7512b644635dce7d94facommit hash: 4b1080706128c117b4fa7512b644635dce7d94fa files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/rubygem-jasmine-core: Update to 3.7.0

Changes:	https://github.com/jasmine/jasmine/releases
3.6.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
3.6.0
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.
3.6.0
24 Jul 2020 19:06:48
Revision:543347Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.6.0

Changes:	https://github.com/jasmine/jasmine/releases
3.5.0
27 Sep 2019 21:27:48
Revision:513075Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.5.0

Changes:	https://github.com/jasmine/jasmine/releases
3.4.0
07 Jul 2019 19:14:08
Revision:506168Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.4.0

- Take maintainership

Changes:	https://github.com/jasmine/jasmine/releases
3.3.0
27 Oct 2018 23:24:23
Revision:483202Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.3.0

Changes:	https://github.com/jasmine/jasmine/releases
3.2.1
15 Aug 2018 19:33:58
Revision:477272Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.1

Changes:	https://github.com/jasmine/jasmine/releases
3.2.0
09 Aug 2018 14:43:39
Revision:476758Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.2.0

- Update WWW

Changes:	https://github.com/jasmine/jasmine/releases
3.1.0
28 Feb 2018 15:53:24
Revision:463248Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.1.0

Changes:	https://github.com/jasmine/jasmine/releases
3.0.0
07 Feb 2018 20:10:37
Revision:461183Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 3.0.0

Changes:	https://github.com/jasmine/jasmine/releases
2.9.1
20 Jan 2018 10:02:51
Revision:459506Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.9.1

Changes:	https://github.com/jasmine/jasmine/releases
2.9.0
18 Jan 2018 14:43:41
Revision:459344Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.9.0

Changes:	https://github.com/jasmine/jasmine/releases
2.8.0
25 Aug 2017 18:21:32
Revision:448733Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.8.0

Changes:	https://github.com/jasmine/jasmine/releases
2.7.0
29 Jul 2017 19:26:51
Revision:446900Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.7.0

Changes:	https://github.com/jasmine/jasmine/releases
2.6.4
17 Jun 2017 10:01:34
Revision:443748Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.6.4

Changes:	https://github.com/jasmine/jasmine/releases
2.6.3
08 Jun 2017 14:07:26
Revision:442931Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.6.3

Changes:	https://github.com/jasmine/jasmine/releases
2.6.2
18 May 2017 16:04:43
Revision:441175Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.6.2

Changes:	https://github.com/jasmine/jasmine/releases
2.6.1
27 Apr 2017 07:06:25
Revision:439520Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.6.1

Changes:	https://github.com/jasmine/jasmine/releases
2.6.0
25 Apr 2017 14:24:32
Revision:439395Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.6.0

Changes:	https://github.com/jasmine/jasmine/releases
2.5.2
30 Dec 2016 23:31:36
Revision:430078Original commit files touched by this commit
swills search for other commits by this committer
devel/rubygem-jasmine-core: update to 2.5.2
2.4.1
23 May 2016 03:52:43
Revision:415693Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE
- Add NO_ARCH
2.4.1
20 May 2016 17:33:05
Revision:415563Original commit files touched by this commit
brd search for other commits by this committer
Add a new port: devel/rubygem-jasmine-core

Approved by:	swills (mentor)

Number of commits found: 32