aboutsummaryrefslogtreecommitdiffstats
path: root/astro/xmoontool
Commit message (Collapse)AuthorAgeFilesLines
* Remove Authors from pkg-descrbapt2015-03-031-1/+0
|
* Support stagebapt2014-03-031-36/+14
| | | | Use options framework
* Remove trailing whitespaces from category astroehaupt2014-02-211-1/+1
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+2
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* Remove NOPORT* from astro.adamw2014-01-031-1/+3
|
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-1/+1
| | | | | | LIB_DEPENDS in astro With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | astro)
* Convert to USES=motifbapt2013-07-101-6/+2
|
* - Chase astro/libnova updatedhn2012-07-131-1/+1
| | | | - Bump PORTREVSION
* s/X11BASE/LOCALBASE/, or equivalent.dougb2012-06-251-1/+1
| | | | The X11BASE variable is long gone, however these ports were not updated.
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - Chase astro/libnova updatedhn2011-08-301-1/+1
| | | | - Bump PORTREVSION
* Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Chase astro/libnova updatedhn2009-08-051-1/+1
| | | | - Bump PORTREVSION
* - Chase astro/libnova shlib version bumpamdmi32009-01-201-1/+1
| | | | - While here, use SF macro in one port
* - Remove conditional checks relevant only on FreeBSD 5.x and olderpav2009-01-061-7/+1
|
* - Bump portrevision due to upgrade of astro/libnovachinsan2009-01-031-1/+1
|
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+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)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Regular update to version 3.0.3. The optional libnova support is enabledthierry2006-03-243-5/+34
| | | | | | | by default where possible. PR: 93972 Submitted by: Frank W. Josellis <frank (at) dynamical-systems.org> (maintainer)
* - Update to 3.0.2barner2006-01-313-5/+5
| | | | | | | - Update WWW Submitted by: "Frank W. Josellis" <frank@dynamical-systems.org> (maintainer) PR: ports/92559
* New port: astro/xmoontool - A version of John Walker's classical moontool ↵edwin2006-01-023-0/+57
for X11/Motif John Walker's moontool for the X11 desktop. It shows a real-time picture of the moon phases and displays some related astronomical data about the moon and the sun. -- This version of the program uses the Motif toolkit. WWW: http://www.fourmilab.ch/nav/topics/astrospace.html PR: ports/91187 Submitted by: Frank W. Josellis <frank@dynamical-systems.org>