summaryrefslogtreecommitdiff
path: root/astro/xplanet (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
|
* Add a hack to emulate signbit() on 4.x. I hope this will fix build on 4.x andRoman Bogorodskiy2005-06-291-0/+22
| | | | | | work in a proper way. Reported by: pointyhat via kris
* Update to 1.2.0.Roman Bogorodskiy2005-06-182-4/+3
|
* Fix plist.Roman Bogorodskiy2005-04-191-1/+1
| | | | Reported by: pointyhat via kris
* Do not overwrite config file on upgrade.Roman Bogorodskiy2005-04-162-3/+11
| | | | Requested by: Dan Langille <dan@langille.org>
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
|
* Use @freebsd.org address for my ports.Roman Bogorodskiy2005-03-081-1/+1
| | | | Approved by: krion (mentor)
* - Update to 1.1.2Pav Lucistnik2004-12-083-4/+33
| | | | | PR: ports/74776 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | big upgrade.
* - Use OPTIONSPav Lucistnik2004-11-051-1/+13
| | | | | PR: ports/73457 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* upgrade to 1.1.1Ying-Chieh Liao2004-07-282-3/+3
| | | | | PR: 69673 Submitted by: maintainer
* - Add forgotten WITHOUT_PNM knobSergey Matveychuk2004-07-231-1/+8
| | | | | | | - Typo: WITH_TIFF should really be WITHOUT_TIFF PR: ports/69497 Submitted by: maintainer
* - Update to 1.1.0Pav Lucistnik2004-07-222-17/+47
| | | | | | | - Pass maintainership to submitter PR: ports/69330 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* remove gcc33 dependYing-Chieh Liao2004-05-242-1/+10
| | | | | | fix build on -stable Noticed by: Dominik Brettnacher <domi@saargate.de>
* upgrade to 1.0.4Ying-Chieh Liao2004-03-263-49/+11
|
* USE_GCC 3.3, because it builds fine with CURRENTS system compiler andTilman Keskinoz2004-02-111-1/+1
| | | | gcc 3.2 is currently broken
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* Add SIZE.Trevor Johnson2004-01-271-0/+1
|
* - Update to 1.0.3Clement Laforet2004-01-092-2/+2
| | | | | | PR: 61094 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Approved by: erwin (mentor) (implicitly)
* upgrade to 1.0.2Ying-Chieh Liao2003-12-233-4/+12
|
* Correct typo in author's email address.Kris Kennaway2003-06-041-1/+1
|
* fix build error on RELENG_4Ying-Chieh Liao2003-04-071-0/+1
| | | | Reported by: Quincey Koziol <koziol@ncsa.uiuc.edu>
* upgrade to 1.0.1Ying-Chieh Liao2003-04-065-91/+43
| | | | | | reset maintainer to ports Approved by: maintainer (will@)
* 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.
* Fix build on -CURRENT. Build tested on -STABLE as well.Will Andrews2002-11-181-0/+11
| | | | Submitted by: schweikh
* pbm -> netpbm lib name changeYing-Chieh Liao2002-07-061-1/+1
| | | | | PR: 40251, 40252, 40253, 40254 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update to 0.94. Greatly simplify this port by removing the options toWill Andrews2002-05-193-67/+61
| | | | | | | | use a specific version of Tk and other fluff. Install the markers that come with the xearth port. PR: 36185 (Update to 0.93) Submitted by: Lars Eggert <larse@isi.edu>
* Update to 0.84.Will Andrews2001-08-222-2/+2
| | | | Notified by: author
* o) Configure tests for Mesa/OpenGL without -lXi which leads to aLars Koeller2001-08-121-0/+11
| | | | fail for libglut. Xplanet will now build with Mesa/OpenGL support.
* Update to 0.83.Will Andrews2001-06-162-2/+2
| | | | Noted by: author (10 days ago)
* Update to 0.81.Will Andrews2001-04-043-7/+17
| | | | Notified by: author
* portlint3: WARN: pkg-descr 5: whitespace before end of lineMichael Haro2001-04-031-1/+1
|
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
|
* Implement WANT_IMLIB and USE_IMLIB.Jeremy Lea2000-10-051-6/+5
|
* Update to 0.73.Will Andrews2000-09-013-3/+4
|
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Update to 0.70. There should be no more coredumps in this version.Will Andrews2000-07-042-5/+11
| | | | Special thanks to: billf (for the -lm tidbit)
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
|
* Actually install the 'cool new' image of the earth that was specifiedSteve Price2000-05-281-1/+1
| | | | in the previous commit.
* Add the new jpg to md5Kris Kennaway2000-05-221-1/+1
|
* Change graphic as the old one seems to have been removed. This one looksWill Andrews2000-05-191-1/+1
| | | | pretty cool to me! :-)
* Update to xplanet 0.60. Xplanet is now on sourceforge.Will Andrews2000-05-183-4/+4
| | | | Submitted by: author
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-10/+10
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
|
* Finish moving MAINTAINER for my ports.Will Andrews2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Update port to 0.50Chris D. Faulhaber2000-03-023-5/+8
| | | | | PR: 17107 Submitted by: Maintainer
* Xplanet was inspired by Xearth, which renders an image of the earth into the XChris D. Faulhaber2000-02-235-0/+100
root window. Xplanet uses the Imlib library to read user supplied maps of the earth (or another planet). Orthographic and mercator projections can be rendered to the root window or saved to a file. An image that the user can rotate interactively can be popped up in a window using OpenGL or Mesa. PR: 16903 Submitted by: Will Andrews <andrews@technologist.com>