aboutsummaryrefslogtreecommitdiff
path: root/astro/sscalc
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Support STAGEDIR.Vanilla I. Shu2013-10-252-9/+7
| | | | Notes: svn path=/head/; revision=331558
* 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
* For unmaintained ports in `astro' category, drop leading indefinite articleAlexey Dokuchaev2013-02-251-1/+1
| | | | | | | from COMMENT. Whenever appropriate, cleanup Makefiles a bit as well. Notes: svn path=/head/; revision=312914
* Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSBaptiste Daroussin2012-12-311-6/+4
| | | | | | | Trim headers Notes: svn path=/head/; revision=309749
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Reset bouncing maintainer addressPav Lucistnik2007-12-161-1/+1
| | | | | | | | <<< 550 <kew@icehouse.net>: Recipient address rejected: User unknown in virtual mailbox table 550 5.1.1 <kew@icehouse.net>... User unknown Notes: svn path=/head/; revision=203842
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - unbreak this portKirill Ponomarev2003-08-193-9/+14
| | | | | | | | | | | | | | - install man page to proper place - use DOCSDIR macro - fix pkg-descr PR: 55365 55402 Submitted by: Esa Karkkainen <ejk@iki.fi> Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Approved by: maintainer timeout (> 10 days) Notes: svn path=/head/; revision=87285
* BROKEN: installs manpage into wrong directoryKris Kennaway2003-02-221-0/+2
| | | | Notes: svn path=/head/; revision=76114
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76027
* Fix typos:Pete Fritchman2002-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | * explose -> explore * january -> January * documentfor -> document for * encorporated -> incorporated * function -> functions * julian -> Julian * calculater -> calculate * formely -> formerly * Javascript -> JavaScript * timezone -> time zone * Calisto -> Callisto * outter -> outer PR: 36480 Submitted by: Eric Yu <ericyu@mail2000.com.tw> Notes: svn path=/head/; revision=56892
* Add sscalc 1.0, a sunrise/sunset time calculator ported to C fromWill Andrews2000-12-195-0/+43
Javascript (uh, yeah). Too bad you have to hardcode your long/lat into the program, perhaps some kind soul will inflict getopt() on this prog. PR: 23245 Submitted by: Keith Walker <kew@icehouse.net> Notes: svn path=/head/; revision=36122