aboutsummaryrefslogtreecommitdiff
path: root/astro/mymoon
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.Mathieu Arnold2016-07-263-12/+12
| | | | | | | | | | 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
* astro/mymoon: fix typo (thanks freshports sanity check!)John Marino2016-02-011-1/+1
| | | | Notes: svn path=/head/; revision=407771
* astro/mymoon: USES+=ncurses, link with libncurses instead of libcursesJohn Marino2016-02-012-1/+12
| | | | Notes: svn path=/head/; revision=407770
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* 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
* support STAGEDIR.Vanilla I. Shu2013-10-251-1/+0
| | | | Notes: svn path=/head/; revision=331586
* 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 astro to USES=gmakeBaptiste Daroussin2013-08-301-6/+2
| | | | | | | | | | While here: - Trim headers - Use shebangfix when needed - Convert to new perl5 world Notes: svn path=/head/; revision=325648
* - Chase astro/libnova updateDennis Herrmann2012-07-131-1/+1
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=300841
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Chase astro/libnova updateDennis Herrmann2011-08-301-1/+1
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=280773
* Remove WWW entries from unmaintained ports that return 404 or where the domainEmanuel Haupt2011-08-021-2/+0
| | | | | | | disappeared. Notes: svn path=/head/; revision=278829
* - 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
* - Bump portrevision due to upgrade of astro/libnovaChin-San Huang2009-01-031-0/+1
| | | | Notes: svn path=/head/; revision=225182
* Clean up port descriptions for unmaintained ports in `astro' category:Alexey Dokuchaev2008-01-261-4/+4
| | | | | | | markup and spelling fixes, kill EOL whitespace and extraneous attribution. Notes: svn path=/head/; revision=206224
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149224
* Make output nicer by using %02d for time and date fields.Edwin Groothuis2005-10-141-5/+5
| | | | | | | | I don't want to scare anybody, but at this moment the moon comes 128 meters per minute closer to the earth. Notes: svn path=/head/; revision=145356
* Fix build of astro/mymoonEdwin Groothuis2005-10-145-26/+101
| | | | Notes: svn path=/head/; revision=145355
* Fix MASTER_SITESKirill Ponomarev2005-02-201-1/+3
| | | | | | | | PR: ports/77752 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129338
* Per distfile survey, comment out bad mastersite (refuses connections).Mark Linimon2004-03-181-1/+1
| | | | Notes: svn path=/head/; revision=104504
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Use PLIST_FILES/PLIST_DIRS and remove pkg-plistKirill Ponomarev2004-01-292-1/+2
| | | | | | | | PR: ports/62006 Submitted by: Stefan Walter <sw@gegenunendlich.de> Notes: svn path=/head/; revision=99383
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* - Drop maintainership to ports@Kirill Ponomarev2004-01-071-1/+1
| | | | Notes: svn path=/head/; revision=97596
* Change my mail to @FreeBSD.orgKirill Ponomarev2003-07-221-1/+1
| | | | | | | Approved by: fjoe (mentor) Notes: svn path=/head/; revision=85354
* fix astro/mymoon: fix build with gcc-3.3Daichi GOTO2003-07-181-0/+23
| | | | | | | | PR: 54602 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer) Notes: svn path=/head/; revision=85108
* Update astro/mymoon (maintainer): Update ${MASTER_SITES}Sergey A. Osokin2003-06-061-1/+1
| | | | | | | | | | | Notify from bento Submitted by: Kirill Ponomarew <ponomarew@oberon.net> PR: 52990 Approved by: fjoe (mentor) Notes: svn path=/head/; revision=82402
* Improve comment and description. More or lessChristian Weisgerber2003-06-032-5/+5
| | | | | | | Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Notes: svn path=/head/; revision=82064
* New port: mymoonMax Khon2003-06-024-0/+37
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 Notes: svn path=/head/; revision=82022