aboutsummaryrefslogtreecommitdiff
path: root/astro/xglobe
Commit message (Collapse)AuthorAgeFilesLines
* - Migrate to qt4Pav Lucistnik2011-01-2016-60/+356
| | | | | | | | | PR: ports/154148 Submitted by: G. Paul Ziemba <p-fbsd-bugs@ziemba.us> Feature safe: yes Notes: svn path=/head/; revision=268034
* Return kris' ports to the heap.Thomas Abthorpe2011-01-021-1/+1
| | | | | | | | | We hope to see him back again sometime. Hat: portmgr-secretary Notes: svn path=/head/; revision=267265
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214428
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-231-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209644
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkPav Lucistnik2007-02-131-2/+2
| | | | | | | | Submitted by: rafan Tested on: pointyhat Notes: svn path=/head/; revision=185058
* Host distfile locally since the old site doesn't work, and the link onKris Kennaway2006-02-211-1/+2
| | | | | | | the author's webpage is also broken. Notes: svn path=/head/; revision=156623
* xglobe does not show markersEdwin Groothuis2006-01-042-3/+12
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=152741
* Due to strangeness, http://www.cs.unc.edu/~scheuerm/xglobe/ doesEdwin Groothuis2005-11-252-1/+2
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=149396
* o/~ Everybody was distfile sizing! o/~Kris Kennaway2004-03-221-0/+1
| | | | | | | | | (Add SIZE to distinfo) Submitted by: trevor Notes: svn path=/head/; revision=104924
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update WWW.Tilman Keskinoz2003-01-256-24/+46
| | | | | | | | | | Use qt3 instead of qt1 Fix Build on CURRENT Approved by: kris (maintainer) Notes: svn path=/head/; revision=74003
* Add back the xglobe port which was unceremoniously removed along withKris Kennaway2002-05-057-0/+143
| | | | | | | the qt145 port. Notes: svn path=/head/; revision=58581
* Say goodbye to Qt 1.x and all of its dependents. The one port I foundWill Andrews2002-04-197-125/+0
| | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=57872
* Overhaul QT/KDE support:Will Andrews2001-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | - 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. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal) Notes: svn path=/head/; revision=40792
* On my system(s), xglobe's stars show up in diagonal bands. I can onlyNick Sayer2001-02-251-0/+47
| | | | | | | | | | conclude that rand() is not very random. This patch makes xglobe use random() instead, and does a randomdev() in main() for good measure. Approved by: kris Notes: svn path=/head/; revision=38681
* Defennerstrate by updating to xglobe 0.5Kris Kennaway2000-04-242-2/+2
| | | | Notes: svn path=/head/; revision=27950
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-3/+3
| | | | Notes: svn path=/head/; revision=27416
* update WWWMichael Haro2000-02-241-1/+1
| | | | Notes: svn path=/head/; revision=26233
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Update to version 0.3.1 (me)Chris Piazza1999-08-273-15/+15
| | | | | | | | | | Use the correct location for images (submitter) PR: 12695 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=21043
* Id->FreeBSD rename try 2.David E. O'Brien1999-08-251-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=20936
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Oops, commit the new patch, not the patch to the previous patch.Kris Kennaway1999-05-101-23/+42
| | | | Notes: svn path=/head/; revision=18726
* Port include files go under /usr/X11R6/include, not /usr/X11R6/share/includeKris Kennaway1999-05-091-42/+23
| | | | | | | | | | I have no idea why my X installation has a hardlink from the former to the latter. Obtained from: bento Notes: svn path=/head/; revision=18624
* Chase the checksum (trivial readme file changes)Kris Kennaway1999-05-013-84/+46
| | | | Notes: svn path=/head/; revision=18294
* Add a few of the more easy to find WWW Links to pkg/DESCR ...Marc G. Fournier1999-04-221-1/+1
| | | | Notes: svn path=/head/; revision=18060
* New checksum.Satoshi Asami1999-02-111-1/+1
| | | | | | | Submitted by: Matthew Thyer <matt@camtech.com.au> Notes: svn path=/head/; revision=16630
* Initial import of xglobe version 0.2.Steve Price1999-01-266-0/+116
Displays a view of the Earth (like xearth) with a rendered photo map. PR: 9585 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=16354