https://github.com/travispaul/crx-pkgsrc-freeze
Shows current status of a pkgsrc freeze
https://github.com/travispaul/crx-pkgsrc-freeze
chrome-extension pkgsrc
Last synced: 11 months ago
JSON representation
Shows current status of a pkgsrc freeze
- Host: GitHub
- URL: https://github.com/travispaul/crx-pkgsrc-freeze
- Owner: travispaul
- License: bsd-2-clause
- Created: 2015-06-21T18:50:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T12:58:40.000Z (about 10 years ago)
- Last Synced: 2025-04-06T12:04:09.059Z (11 months ago)
- Topics: chrome-extension, pkgsrc
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/pkgsrc-freeze-status/hkjbalmocmojflppelljlnjpcmkbidph
- Size: 39.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crx-pkgsrc-freeze
Shows current status of a pkgsrc freeze.

*  means freeze
*  means no freeze
## Description
Shows the status of a Pkgsrc freeze. The typical orange Pkgsrc icon is shown if
there is no freeze and a blue icon is shown if there is a freeze. Now there's
no excuse to say you didn't know the Pkgsrc tree was frozen!
## How it works
This extension uses the chrome alarm API to make a HEAD request to
http://www.pkgsrc.org/is-a-freeze-on/ to see if there is currently a Pkgsrc
freeze. If the ETag changes (or on the first request) we make a full GET and
parse the document body to see if there is a freeze.