Port details |
- wmsolar Dockapp that displays the Solar System viewed from the top
- 1.1 astro =2 1.1Version of this port present on the latest quarterly branch.
- Maintainer: tkuiper@inxsoft.net
- Port Added: 2002-01-15 20:31:27
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: windowmaker
- License: GPLv2
- WWW:
- http://www.inxsoft.net/wmsolar/
- Description:
- It shows you the solar system viewed from top (90 heliocentric).
The objects have the following colors:
Sun - yellow Mercury - green
Venus - white Earth - cyan
Mars - red Jupiter - gray
Saturn - green Uranus - pink
Neptune - cyan Pluto is not included since it's way "off course"
A left click on the window changes the view between inner and outer planets.
A left click on the date increases the day/month/year. A right click on the
date does the opposite. Click the right mouse button on the solar system to
reset the date to the current date (which is in Universal Time).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/astro/wmsolar/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/wmsolar
- pkg install wmsolar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wmsolar
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (engerim42-wmsolar-1.1_GH0.tar.gz) = 4707af510006b1363eb60a8328fd03c9076d60dda10e6139badf3523f6fea946
SIZE (engerim42-wmsolar-1.1_GH0.tar.gz) = 80595
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- astro_wmsolar
- USES:
- dos2unix gmake xorg
- 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 |
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) |
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 ) |
1.1 20 Jul 2022 14:20:50 |
Tobias C. Berner (tcberner) |
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 ) |
1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1 04 Nov 2019 20:39:52 |
zeising |
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.1 09 Sep 2018 07:04:54 |
tobik |
astro/wmsolar: Fix build with Clang 6
In file included from wmSolar.c:15:
./wmSolar_mask.xbm:6:12: error: constant expression evaluates to 240 which
cannot be narrowed to type 'char' [-Wc++11-narrowing]
0x00,0x00,0xf0,0xff,0xff,0xff,0xff,0xff,0xff,0x0f,0xf0,0xff,0xff,0xff,0xff,
^~~~
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/wmsolar-1.1.log
In file included from wmSolar.c:18:
./Lunar.h:66:23: error: in-class initializer for static data member of type
'const double' requires 'constexpr' specifier [-Wstatic-float-init]
static const double SYNODIC_MONTH = 29.530588861;
^
PR: 230880
Approved by: tkuiper@inxsoft.net (maintainer timeout, 2 weeks) |
1.1 26 Jul 2016 16:51:16 |
mat |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight |
1.1 20 Jun 2016 16:23:29 |
mat |
With the power of USES=dos2unix, get rid of most patches and files
with CRLF.
While there, run make makepatch, rename patches to use the new scheme,
and various fixes.
With hat: portmgr
Sponsored by: Absolight |
1.1 29 Dec 2015 14:30:47 |
mat |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
1.1 06 Dec 2015 05:15:19 |
araujo |
- Update to 1.1.
- Add LICENSE.
- Pass the maintainership to the author.
- Project moved to github.
Submitted by: Thomas Kuiper <tkuiper@inxsoft.net>
Sponsored by: Hackathon Taipei. |
1.0_3 25 Oct 2013 14:04:57 |
vanilla |
support STAGEDIR. |
1.0_3 20 Sep 2013 13:14:05 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
1.0_3 30 Aug 2013 01:15:21 |
bapt |
Convert astro to USES=gmake
While here:
- Trim headers
- Use shebangfix when needed
- Convert to new perl5 world |
1.0_3 25 Feb 2013 11:09:20 |
danfe |
For unmaintained ports in `astro' category, drop leading indefinite article
from COMMENT. Whenever appropriate, cleanup Makefiles a bit as well. |
1.0_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.0_3 19 Apr 2008 17:56:05 |
miwi |
- 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.0_3 13 Mar 2008 18:39:13 |
gahr |
- USE_X_PREFIX and USE_XPM --> USE_XORG
Approved by: miwi (mentor) |
1.0_2 26 Jan 2008 05:16:14 |
danfe |
Clean up port descriptions for unmaintained ports in `astro' category:
markup and spelling fixes, kill EOL whitespace and extraneous attribution. |
1.0_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0_1 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
1.0_1 14 Apr 2006 22:53:13 |
linimon |
Reset pat due to no response to email about his status.
Hat: portmgr |
1.0_1 22 Jan 2006 08:18:37 |
edwin |
SHA256ify
Approved by: krion@ |
1.0_1 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
1.0_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.0_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.0 07 Mar 2003 05:55:30 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.0 26 Nov 2002 23:45:08 |
pat |
Fix build on -current and PERL->REINPLACE_CMD
Submitted by: bento |
1.0 30 Mar 2002 00:21:44 |
petef |
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> |
15 Jan 2002 23:31:27 |
pat |
Add port astro/wmsolar - A dockapp that displays the solar system viewed from
top |