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
wmjupiter Dockapp that displays information on Jupiter
1.21_1 astro on this many watch lists=1 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.21_1Version of this port present on the latest quarterly branch.
Maintainer: tkuiper@inxsoft.net search for ports maintained by this maintainer
Port Added: 2002-01-15 20:28:29
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: p5-type1inst, screen, python
Also Listed In: windowmaker
License: GPLv2 BSD3CLAUSE
WWW:
http://www.inxsoft.net/wmjupiter/
Description:
This dockapp shows you the actual distance of Jupiter in astronomical units (AE) and when the red spot crosses (which is a weather feature on Jupiter). The four Galileo Moons are displayed too but only when they are near the planet (Io, Europa, Ganymede, and Callisto). The position of the red spot changes on the surface so you need to change that value within few months or so. The current position can be found on the Internet. It was 80 deg. as of 11th Jan 2002.
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 (5 items)
Collapse this list.
  1. bin/wmJupiter
  2. /usr/local/share/licenses/wmjupiter-1.21_1/catalog.mk
  3. /usr/local/share/licenses/wmjupiter-1.21_1/LICENSE
  4. /usr/local/share/licenses/wmjupiter-1.21_1/GPLv2
  5. /usr/local/share/licenses/wmjupiter-1.21_1/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • wmjupiter>0:astro/wmjupiter
To install the port:
cd /usr/ports/astro/wmjupiter/ && make install clean
To add the package, run one of these commands:
  • pkg install astro/wmjupiter
  • pkg install wmjupiter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: wmjupiter
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (engerim42-wmjupiter-1.21_GH0.tar.gz) = 435f494737c61339536d5d47225685a29787ba62691ccdf1ad5ce1d17ef2942c SIZE (engerim42-wmjupiter-1.21_GH0.tar.gz) = 10423

Packages (timestamps in pop-ups are UTC):
wmjupiter
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.21_11.21_11.21_11.21_11.21_1-1.21_1-
FreeBSD:13:quarterly1.21_11.21_11.21_11.21_11.21_11.21_11.21_11.21_1
FreeBSD:14:latest1.21_11.21_11.21_11.21_11.21_11.21_1-1.21_1
FreeBSD:14:quarterly1.21_11.21_1-1.21_11.21_11.21_11.21_11.21_1
FreeBSD:15:latest1.21_11.21_1n/a1.21_1n/a1.21_11.21_11.21_1
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. gmake>=4.3 : devel/gmake
  2. x11.pc : x11/libX11
  3. xext.pc : x11/libXext
  4. xpm.pc : x11/libXpm
Runtime dependencies:
  1. x11.pc : x11/libX11
  2. xext.pc : x11/libXext
  3. xpm.pc : x11/libXpm
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
astro_wmjupiter
USES:
gmake xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/engerim42/wmjupiter/tar.gz/1.21?dummy=/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog 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.21_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.21_1
20 Jul 2022 14:20:50
commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
astro: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
  *  Alexander Leidinger
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Brion Moss <brion@queeg.com>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.21_1
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.21_1
25 Sep 2020 18:32:43
Revision:550062Original commit files touched by this commit
se search for other commits by this committer
Fix build with -fno-common
1.21
04 Nov 2019 20:39:52
Revision:516738Original commit files touched by this commit
zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories a

Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'.
1.21
29 Dec 2015 14:30:47
Revision:404743Original commit files touched by this commit
mat search for other commits by this committer
Cleanup GH_* and variables order.

Sponsored by:	Absolight
1.21
06 Dec 2015 03:28:00
Revision:403085Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 1.21.
- Add LICENSes.
- Pass the maintainership to the author.
- Regenerate the Makefile patch.

Submitted by:	Thomas Kuiper tkuiper@inxsoft.net
Sponsored by:	HackAthon Taipei
1.2_3
25 Oct 2013 06:28:14
Revision:331558Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
1.2_3
20 Sep 2013 13:14:05
Revision:327701Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
1.2_3
30 Aug 2013 01:15:21
Revision:325648Original commit files touched by this commit
bapt search for other commits by this committer
Convert astro to USES=gmake
While here:
- Trim headers
- Use shebangfix when needed
- Convert to new perl5 world
1.2_3
23 Jul 2012 14:05:31
Original commit files touched by this commit
cs search for other commits by this committer
Fix typos in COMMENT
1.2_3
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.2_3
15 Jun 2008 10:38:10
Original commit files touched by this commit
olgeni search for other commits by this committer
Fix a few typos in ports/astro.
1.2_3
19 Apr 2008 17:56:05
Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
1.2_3
13 Mar 2008 18:39:01
Original commit files touched by this commit
gahr search for other commits by this committer
- USE_X_PREFIX and USE_XPM --> USE_XORG

Approved by:    miwi (mentor)
1.2_2
26 Jan 2008 05:16:14
Original commit files touched by this commit
danfe search for other commits by this committer
Clean up port descriptions for unmaintained ports in `astro' category:
markup and spelling fixes, kill EOL whitespace and extraneous attribution.
1.2_2
19 May 2007 20:32:57
Original commit files touched by this commit
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
1.2_1
03 May 2006 05:14:35
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
1.2_1
14 Apr 2006 22:53:13
Original commit files touched by this commit
linimon search for other commits by this committer
Reset pat due to no response to email about his status.

Hat:    portmgr
1.2_1
22 Jan 2006 08:18:37
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
1.2_1
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
1.2_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
1.2
10 Jan 2004 07:47:49
Original commit files touched by this commit
edwin search for other commits by this committer
ports/astro/wmjupiter has a checksum error

        The fetching in ports/astro/wmjupiter gives a checksum error if
        fetched from the mastersite. The fetched file is from Nov 9 but
        the checksum file is much older. Maybe a new packaging ?

The tarball has been rerolled on Nov 8 but no change in file contents.

[~/ports/astro/wmjupiter] edwin@ref5>gzcat wmjupiter-1.2.tar.gz | tar tvf -
drwxr-xr-x enge/root         0 Jan 16 01:53 2002 wmJupiter/
-rw-r--r-- enge/root       662 Jan  9 08:31 2002 wmJupiter/Makefile
-rw-r--r-- enge/root     11689 Jan 16 01:53 2002 wmJupiter/wmJupiter.c
-rw-r--r-- enge/root      2734 Jan  9 08:12 2002 wmJupiter/wmJupiter_mask.xbm
-rw-r--r-- enge/root     20665 Jan 16 01:48 2002 wmJupiter/wmJupiter_master.xpm
-rw-r--r-- enge/root      8141 Jan  9 07:59 2002 wmJupiter/xutils.c
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2
31 Aug 2003 12:09:43
Original commit files touched by this commit
edwin search for other commits by this committer
perl -> reinplace

PR:             ports/47652
Submitted by:   Simon 'portlint' Schubert <corecode@corecode.ath.cx>
1.2
07 Mar 2003 05:55:30
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
1.2
30 Mar 2002 00:21:44
Original commit files touched by this commit
petef search for other commits by this committer
Fix typos:
  * explose -> explore
  * january -> January
  * documentfor -> document for
  * encorporated -> incorporated
  * function -> functions
  * julian -> Julian
  * calculater -> calculate
  * formely -> formerly
  * Javascript -> JavaScript
  * timezone -> time zone
  * Calisto -> Callisto
  * outter -> outer

PR:             36480
Submitted by:   Eric Yu <ericyu@mail2000.com.tw>
17 Jan 2002 02:33:15
commit hash: fp1.23424@dev.null.freshports.orgcommit hash: fp1.23424@dev.null.freshports.orgcommit hash: fp1.23424@dev.null.freshports.orgcommit hash: fp1.23424@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
Update to 1.2    
15 Jan 2002 23:28:29
commit hash: fp1.23365@dev.null.freshports.orgcommit hash: fp1.23365@dev.null.freshports.orgcommit hash: fp1.23365@dev.null.freshports.orgcommit hash: fp1.23365@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
Add port astro/wmjupiter - Dockapp that displays information on jupiter    

Number of commits found: 29