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
xglobe Displays a view of the Earth (like xearth) with a rendered photo map
0.5_11 astro Deleted on this many watch lists=2 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 0.5_11Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Qt4 has been EOL since december 2015
Expired This port expired on: 2019-03-15
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Last Update: 2019-03-16 21:55:51
SVN Revision: 495967
People watching this port, also watch:: python, zip, pcre
License: GPLv2
WWW:
http://www.shaderwrangler.com/xglobe/
Description:
Displays a rendered view of the earth in your root window, similar to xearth, but instead uses a satellite image map of the earth. You can also substitute surface maps of other planets if you're feeling cosmic. WWW: http://www.shaderwrangler.com/xglobe/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. /usr/local/share/licenses/xglobe-0.5_11/catalog.mk
  2. /usr/local/share/licenses/xglobe-0.5_11/LICENSE
  3. /usr/local/share/licenses/xglobe-0.5_11/GPLv2
  4. bin/xglobe
  5. share/xglobe/map.bmp
  6. share/xglobe/xglobe-markers
Collapse this list.
Dependency lines:
  • xglobe>0:astro/xglobe
No installation instructions:
This port has been deleted.
PKGNAME: xglobe
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (xglobe-0.5.tar.gz) = 45518dc6a9122f3cf09c0a2d78ffe00a17290072eb825246840dc6543e1cf4d3 SIZE (xglobe-0.5.tar.gz) = 982309

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake : devel/gmake
  2. moc : devel/qt4-moc
Library dependencies:
  1. libQtCore.so : devel/qt4-corelib
  2. libQtGui.so : x11-toolkits/qt4-gui
  3. libQt3Support.so : devel/qt4-qt3support
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
gmake qt:4
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/kris/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/kris/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/kris/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/kris/
Collapse this list.

Number of commits found: 37

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5_11
16 Mar 2019 21:55:51
Revision:495967Original commit files touched by this commit
tcberner search for other commits by this committer
Qt4 deprecation: Remove Qt4 and its consumes.

2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.5_11
02 Dec 2018 15:41:48
Revision:486467Original commit files touched by this commit
rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
0.5_11
28 Jun 2018 17:39:55
Revision:473503Original commit files touched by this commit
tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
0.5_11
22 Oct 2017 09:04:25
Revision:452628Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add LICENSE
- Unsilence installation commands
0.5_11
18 Feb 2017 19:48:05
Revision:434380Original commit files touched by this commit
tcberner search for other commits by this committer
Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more

* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise
Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
0.5_11
18 Dec 2016 22:06:50
Revision:428889Original commit files touched by this commit
tcberner search for other commits by this committer
Get rid of QT_PREFIX in favour of PREFIX.

QT_PREFIX was a remnant of a bygone time.

Reviewed by:    rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8825
0.5_11
26 Jul 2016 16:51:16
Revision:419133Original commit files touched by this commit
mat search for other commits by this committer
Cleanup patches, a* categories.

Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
0.5_11
19 Oct 2014 23:19:41
Revision:371223Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.5_11
23 Dec 2013 14:17:01
Revision:337253Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Support staging
0.5_11
17 Nov 2013 21:38:26
Revision:334125Original commit files touched by this commit
rakuco search for other commits by this committer
Fix the build on FreeBSD 10 and 11.

Explicitly link the final executable against libQtCore.so, as the linker
does not add implicit dependencies anymore. The dependency was already
registered in the Makefile, so no PORTREVISION bump is required.
0.5_11
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)
0.5_11
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
0.5_11
07 Feb 2013 15:37:15
Revision:311869Original commit files touched by this commit
gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro)

Approved by:	portmgr
0.5_11
06 Jun 2012 06:44:38
Original commit files touched by this commit
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
0.5_11
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.5_10
20 Jan 2011 12:26:11
Original commit files touched by this commit
pav search for other commits by this committer
- Migrate to qt4

PR:             ports/154148
Submitted by:   G. Paul Ziemba <p-fbsd-bugs@ziemba.us>
Feature safe:   yes
0.5_9
02 Jan 2011 06:22:23
Original commit files touched by this commit
tabthorpe search for other commits by this committer
Return kris' ports to the heap.
We hope to see him back again sometime.

Hat:            portmgr-secretary
0.5_9
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.5_8
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
0.5_7
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
0.5_6
06 Jun 2008 13:02:59
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
0.5_5
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)
0.5_5
23 Mar 2008 23:03:18
Original commit files touched by this commit
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
0.5_4
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}.
0.5_3
13 Feb 2007 00:16:29
Original commit files touched by this commit
pav search for other commits by this committer
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework

Submitted by:   rafan
Tested on:      pointyhat
0.5_3
21 Feb 2006 21:17:05
Original commit files touched by this commit
kris search for other commits by this committer
Host distfile locally since the old site doesn't work, and the link on
the author's webpage is also broken.
0.5_3
04 Jan 2006 20:32:16
Original commit files touched by this commit
edwin search for other commits by this committer
xglobe does not show markers

        When you compile xglobe from ports and start it with xglobe
        -markers it does not show the markers.

PR:             ports/82270
Submitted by:   Florian Smeets <flo@kasimir.com>
Reviewed by:    edwin@FreeBSD.org
Approved by:    maintainer timeout
0.5_2
25 Nov 2005 07:04:58
Original commit files touched by this commit
edwin search for other commits by this committer
Due to strangeness, http://www.cs.unc.edu/~scheuerm/xglobe/ does
exist, but http://www.cs.unc.edu/~scheuerm/xglobe/xglobe-0.5.tar.gz
doesn't. For two years now.

Make fenner@ happy and make the port fetchable again.
Mastersite gotten from the OpenBSD port.

(Also SHA256 it)
0.5_2
22 Mar 2004 12:45:57
Original commit files touched by this commit
kris search for other commits by this committer
o/~ Everybody was distfile sizing! o/~

(Add SIZE to distinfo)

Submitted by:   trevor
0.5_2
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)
0.5_1
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.
0.5_1
25 Jan 2003 22:29:56
Original commit files touched by this commit
arved search for other commits by this committer
Update WWW.
Use qt3 instead of qt1
Fix Build on CURRENT

Approved by:    kris (maintainer)
0.5
05 May 2002 09:58:09
Original commit files touched by this commit
kris search for other commits by this committer
Add back the xglobe port which was unceremoniously removed along with
the qt145 port.
0.5
19 Apr 2002 02:30:02
Original commit files touched by this commit
will search for other commits by this committer
Say goodbye to Qt 1.x and all of its dependents.  The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
03 Apr 2001 09:14:44
commit hash: fp1.11993@dev.null.freshports.orgcommit hash: fp1.11993@dev.null.freshports.orgcommit hash: fp1.11993@dev.null.freshports.orgcommit hash: fp1.11993@dev.null.freshports.org files touched by this commit
will search for other commits by this committer
Overhaul QT/KDE support:   - bsd.port.mk update to use bsd.kde.mk for
USE_{QT,KDE}*   - Cleanup corresponding ports for bsd.kde.mk update.   - Fix
bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,     introduce
QT_NONSTANDARD variable for nonstandard configure setup.   - Update KDE2 to
2.1.1.  Two patches included in x11/kdelibs2 to fix the     proxy authentication
that was broken for 2.1.1.  Remove old patches.   - Potentially fix kdelibs
build for alpha.   - Fix qt-designer 2.3.0 build.   - Ruby stuff left alone
since it looks like black magic to me.  Should     still work w/ compat shims
for older USE_QT[,2] style.  Some others     were also left alone for the same
reason.    
25 Feb 2001 03:06:40
commit hash: fp1.9928@dev.null.freshports.orgcommit hash: fp1.9928@dev.null.freshports.orgcommit hash: fp1.9928@dev.null.freshports.orgcommit hash: fp1.9928@dev.null.freshports.org files touched by this commit
nsayer search for other commits by this committer
On my system(s), xglobe's stars show up in diagonal bands. I can only   conclude
that rand() is not very random. This patch makes xglobe use   random() instead,
and does a randomdev() in main() for good measure.    
08 Oct 2000 00:05:48
commit hash: fp1.4703@dev.null.freshports.orgcommit hash: fp1.4703@dev.null.freshports.orgcommit hash: fp1.4703@dev.null.freshports.orgcommit hash: fp1.4703@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert astro category to new layout.  

Number of commits found: 37