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.

non port: astro/mymoon/Makefile

Number of commits found: 26

Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
astro: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
  *  Alexander Leidinger
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrey Zakhvatov
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Brion Moss <brion@queeg.com>
  *  Bruce M Simpson <bms@FreeBSD.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christian Brueffer <chris@unixpages.org>
  *  David Wolfskill
  *  Frank W. Josellis <frank@dynamical-systems.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Gleb Smirnoff <glebius@FreeBSD.org>
  *  Hye-Shik Chang <perky@fallin.lv>
  *  Jan Srzednicki <w@wrzask.pl>
  *  Jean-Yves Lefort <jylefort@FreeBSD.org>
  *  Jean-Yves Lefort <jylefort@brutele.be>
  *  Jeremy Shaffner <jeremy@external.org>
  *  Keith Walker <kew@icehouse.net>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kris Kennaway <kkennawa@physics.adelaide.edu.au>
  *  Kris Kennaway <kris@FreeBSD.org
  *  Laurent Courty
  *  Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
  *  Lukas Maly <Iam@LukasMaly.NET>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  Mathias Monnerville <mathias@monnerville.com>
  *  Muhammad Moinur Rahman <bofh@FreeBSD.org>
  *  Patrick Li <pat@FreeBSD.org>
  *  Patrick Li <pat@databits.net>
  *  Piero Serini <piero@FreeBSD.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Simon Olofsson <simon@olofsson.de>
  *  Slaven Rezic <slaven@rezic.de>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  Sébastien Santoro <dereckson@gmail.com>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  Tatsuki Makino <tatsuki_makino@hotmail.com>
  *  Tony Maher <tonymaher@optusnet.com.au>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen Heping<wen@FreeBSD.org>
  *  Will Andrews <andrews@technologist.com>
  *  asami
  *  chuck@pkix.net
  *  crwhipp@gmail.com
  *  darius@dons.net.au
  *  db
  *  erich@FreeBSD.org
  *  freebsd-ports@henrik.synth.no
  *  ijliao
  *  nwhitehorn
  *  pat
  *  searle
  *  thierry@pompo.net
  *  torstenb
  *  trevor
  *  will

With hat:	portmgr
commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4 commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4 commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4 commit hash: b15254402b32382ff6da10de50bf7b0e84b841f4 b152544
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Monday, 1 Feb 2016
20:10 marino search for other commits by this committer
astro/mymoon: fix typo (thanks freshports sanity check!)
Original commitRevision:407771 
20:08 marino search for other commits by this committer
astro/mymoon: USES+=ncurses, link with libncurses instead of libcurses
Original commitRevision:407770 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386312 
Wednesday, 11 Dec 2013
10:31 bapt search for other commits by this committer
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in astro

With hat:	portmgr
Original commitRevision:336154 
Friday, 25 Oct 2013
14:04 vanilla search for other commits by this committer
support STAGEDIR.
Original commitRevision:331586 
Friday, 20 Sep 2013
13:14 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
Original commitRevision:327701 
Friday, 30 Aug 2013
01:15 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
Original commitRevision:325648 
Friday, 13 Jul 2012
09:43 dhn search for other commits by this committer
- Chase astro/libnova update
- Bump PORTREVSION
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Tuesday, 30 Aug 2011
15:15 dhn search for other commits by this committer
- Chase astro/libnova update
- Bump PORTREVSION
Original commit
Wednesday, 5 Aug 2009
12:20 dhn search for other commits by this committer
- Chase astro/libnova update
- Bump PORTREVSION
Original commit
Tuesday, 20 Jan 2009
08:29 amdmi3 search for other commits by this committer
- Chase astro/libnova shlib version bump
- While here, use SF macro in one port
Original commit
Saturday, 3 Jan 2009
13:32 chinsan search for other commits by this committer
- Bump portrevision due to upgrade of astro/libnova
Original commit
Friday, 14 Oct 2005
10:05 edwin search for other commits by this committer
Fix build of astro/mymoon
Original commit
Sunday, 20 Feb 2005
08:01 krion search for other commits by this committer
Fix MASTER_SITES

PR:             ports/77752
Submitted by:   Sam Lawrance <boris at brooknet.com.au>
Original commit
Thursday, 18 Mar 2004
17:16 linimon search for other commits by this committer
Per distfile survey, comment out bad mastersite (refuses connections).
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Thursday, 29 Jan 2004
10:40 krion search for other commits by this committer
- Use PLIST_FILES/PLIST_DIRS and remove pkg-plist

PR:             ports/62006
Submitted by:   Stefan Walter <sw@gegenunendlich.de>
Original commit
Wednesday, 7 Jan 2004
20:13 krion search for other commits by this committer
- Drop maintainership to ports@
Original commit
Tuesday, 22 Jul 2003
10:34 krion search for other commits by this committer
Change my mail to @FreeBSD.org

Approved by:    fjoe (mentor)
Original commit
Friday, 6 Jun 2003
21:25 osa search for other commits by this committer
Update astro/mymoon (maintainer): Update ${MASTER_SITES}

Notify from bento

Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>
PR:     52990
Approved by:    fjoe (mentor)
Original commit
Tuesday, 3 Jun 2003
00:56 naddy search for other commits by this committer
Improve comment and description.  More or less

Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>
Original commit
Monday, 2 Jun 2003
16:03 fjoe search for other commits by this committer
New port: mymoon

Mymoon is a tool which stands onscreen using ncurses, and
prints for the given latitude and longitude:

- Percentage of Moon's surface illumination
- Distance between Moon & Earth
- Moon set & Moon rise
- Moon age

PR:             52639
Submitted by:   Kirill Ponomarew
Original commit

Number of commits found: 26