aboutsummaryrefslogtreecommitdiff
path: root/astro/xmoontool
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories aNiclas Zeising2019-11-041-1/+1
| | | | | | | | Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'. Notes: svn path=/head/; revision=516738
* - Unbreak the build with LIBNOVA option disabled (weAlexey Dokuchaev2018-01-112-12/+14
| | | | | | | | | | | | | | | | do not have /usr/X11R6 for quite a long time) - Move the options block lower within the Makefile - Add missing USE_XORG as reported by `stage-qa' - Provide sensible description for LIBNOVA option - Remove MONOCHROME option: the program does not run properly with it ("Fatal Error! No visuals that we can use") and monochrome mode can be enabled by launching it with `-m' switch - Convert to option helpers, use INSTALL_DATA for installing documentation files, not INSTALL_MAN Notes: svn path=/head/; revision=458721
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-5/+5
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Remove Authors from pkg-descrBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380299
* Support stageBaptiste Daroussin2014-03-021-36/+14
| | | | | | | Use options framework Notes: svn path=/head/; revision=346810
* Remove trailing whitespaces from category astroEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345393
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-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) Notes: svn path=/head/; revision=343634
* Remove NOPORT* from astro.Adam Weinberger2014-01-031-1/+3
| | | | Notes: svn path=/head/; revision=338543
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in astro With hat: portmgr Notes: svn path=/head/; revision=336154
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* Convert to USES=motifBaptiste Daroussin2013-07-091-6/+2
| | | | Notes: svn path=/head/; revision=322578
* - Chase astro/libnova updateDennis Herrmann2012-07-131-1/+1
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=300841
* s/X11BASE/LOCALBASE/, or equivalent.Doug Barton2012-06-241-1/+1
| | | | | | | The X11BASE variable is long gone, however these ports were not updated. Notes: svn path=/head/; revision=299908
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-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 Notes: svn path=/head/; revision=284239
* - Chase astro/libnova updateDennis Herrmann2011-08-301-1/+1
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=280773
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Chase astro/libnova updateDennis Herrmann2009-08-051-1/+1
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=238982
* - Chase astro/libnova shlib version bumpDmitry Marakasov2009-01-201-1/+1
| | | | | | | - While here, use SF macro in one port Notes: svn path=/head/; revision=226513
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-7/+1
| | | | Notes: svn path=/head/; revision=225288
* - Bump portrevision due to upgrade of astro/libnovaChin-San Huang2009-01-031-1/+1
| | | | Notes: svn path=/head/; revision=225182
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) 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=209636
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Regular update to version 3.0.3. The optional libnova support is enabledThierry Thomas2006-03-243-5/+34
| | | | | | | | | | by default where possible. PR: 93972 Submitted by: Frank W. Josellis <frank (at) dynamical-systems.org> (maintainer) Notes: svn path=/head/; revision=158053
* - Update to 3.0.2Simon Barner2006-01-313-5/+5
| | | | | | | | | | - Update WWW Submitted by: "Frank W. Josellis" <frank@dynamical-systems.org> (maintainer) PR: ports/92559 Notes: svn path=/head/; revision=154888
* New port: astro/xmoontool - A version of John Walker's classical moontool ↵Edwin Groothuis2006-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> Notes: svn path=/head/; revision=152569