summaryrefslogtreecommitdiff
path: root/astro (follow)
Commit message (Collapse)AuthorAgeFilesLines
* astrowwwWWW:Tim Vanderhoek1999-05-024-32/+22
| | | | Notes: svn path=/head/; revision=18332
* Chase the checksum (trivial readme file changes)Kris Kennaway1999-05-013-84/+46
| | | | Notes: svn path=/head/; revision=18294
* Added wmsun and wmmoonclockSatoshi Taoka1999-04-301-1/+4
| | | | Notes: svn path=/head/; revision=18200
* A dockapp that displays the rise and set time of the sunSatoshi Taoka1999-04-306-0/+53
| | | | | | | | PR: 11174 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=18199
* A DockApp that shows the weather at geosynchronous orbitSatoshi Taoka1999-04-307-0/+76
| | | | | | | | PR: 11173 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=18198
* From a mail by Dan Werthimer <danw@ssl.Berkeley.EDU>:Stefan Bethke1999-04-231-1/+3
| | | | | | | | > david is away till may 3rd. please don't distribute > any seti@home software until you get an OK from him. Notes: svn path=/head/; revision=18103
* update to 1.26Michael Haro1999-04-232-3/+3
| | | | | | | | PR: 11288 Submitted by: Chris Piazza cpiazza@home.net Notes: svn path=/head/; revision=18096
* Added information on start-up script, removed bogus reference to cronStefan Bethke1999-04-221-24/+37
| | | | | | | script. Notes: svn path=/head/; revision=18082
* Allow for automatich package buildingStefan Bethke1999-04-223-10/+29
| | | | | | | Reinstate the EXTRACT_ variables. They are needed. Notes: svn path=/head/; revision=18080
* Better check for OS version, cleanup.Stefan Bethke1999-04-221-23/+18
| | | | | | | | PR: ports/11272 Submitted by: Chris Piazza <cpiazza@home.net> Notes: svn path=/head/; revision=18079
* Grrr, last-second changes...Stefan Bethke1999-04-221-2/+2
| | | | | | | | Also, portlint complains about verbatim use of 'sed', and suggest ${SED} instead, but it isn't defined... Notes: svn path=/head/; revision=18066
* *** empty log message ***Stefan Bethke1999-04-221-2/+2
| | | | Notes: svn path=/head/; revision=18065
* Added astro/setiathomeStefan Bethke1999-04-221-1/+2
| | | | Notes: svn path=/head/; revision=18064
* SETI@home - donate idle cycles to the search for aliensStefan Bethke1999-04-227-0/+253
| | | | Notes: svn path=/head/; revision=18063
* Add a few of the more easy to find WWW Links to pkg/DESCR ...Marc G. Fournier1999-04-223-1/+5
| | | | Notes: svn path=/head/; revision=18060
* fix install of manpageMichael Haro1999-04-212-3/+2
| | | | Notes: svn path=/head/; revision=18052
* Upgrade to 1.25Kris Kennaway1999-04-193-8/+7
| | | | | | | | PR: 11172 Submitted by: cpiazza@home.net Notes: svn path=/head/; revision=18005
* Activate x3arthSeiichirou Hiraoka1999-04-161-1/+2
| | | | Notes: svn path=/head/; revision=17912
* PR: ports/11157Seiichirou Hiraoka1999-04-166-0/+50
| | | | | | | | | Submitted by: cpiazza@home.net A TCL script to download the latest high-res satellite views of earth and set it as the background image in the X root window. Notes: svn path=/head/; revision=17911
* Upgrade to xephem 3.2.2Justin M. Seger1999-04-065-37/+75
| | | | | | | | PR: ports/10951 Submitted by: Michael Haro <mharo@area51.fremont.ca.us> Notes: svn path=/head/; revision=17660
* Activate wmmoonclockKris Kennaway1999-03-141-1/+2
| | | | Notes: svn path=/head/; revision=17175
* This is a WindowMaker dockapp which displays the phase of the moon,Kris Kennaway1999-03-146-0/+58
| | | | | | | | plus assorted astronomical data (rise/set times, orbital elements, etc). PR: 9906 Notes: svn path=/head/; revision=17174
* Update to 1.6Seiichirou Hiraoka1999-03-143-6/+9
| | | | | | | | PR: ports/10567 Submitted by: andy@icc.surw.chel.su Notes: svn path=/head/; revision=17173
* Update to stars-1.0-ss-10.20Justin M. Seger1999-03-082-3/+3
| | | | Notes: svn path=/head/; revision=17051
* New checksum.Satoshi Asami1999-02-111-1/+1
| | | | | | | Submitted by: Matthew Thyer <matt@camtech.com.au> Notes: svn path=/head/; revision=16630
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Activate the xglobe port.Steve Price1999-01-261-1/+2
| | | | Notes: svn path=/head/; revision=16355
* Initial import of xglobe version 0.2.Steve Price1999-01-266-0/+116
| | | | | | | | | | Displays a view of the Earth (like xearth) with a rendered photo map. PR: 9585 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=16354
* Fix time() conflicts on alpha.Hidetoshi Shimokawa1999-01-032-0/+72
| | | | | | | | - disable "long time()" - replace long with time_t for time counter. Notes: svn path=/head/; revision=15798
* Fix time() conflicts on alpha.Hidetoshi Shimokawa1999-01-032-8/+22
| | | | | | | | - disable "long time()" - use "-DLONG64" for alpha Notes: svn path=/head/; revision=15797
* Fix time() conflicts on alpha.Hidetoshi Shimokawa1999-01-031-5/+92
| | | | | | | | - disable "long time()". - suppress warnings of time.c. Notes: svn path=/head/; revision=15796
* Portlint.Satoshi Asami1998-12-171-3/+2
| | | | Notes: svn path=/head/; revision=15392
* Upgrade to 1.5.Matthew Hunt1998-12-143-17/+23
| | | | | | | | PR: 8938 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=15356
* Add more MASTER_SITES.Vanilla I. Shu1998-12-102-4/+9
| | | | | | | | PR: ports/9037 Submitted by: josh@quick.net Notes: svn path=/head/; revision=15256
* Define USE_XLIB.Satoshi Asami1998-11-271-1/+2
| | | | Notes: svn path=/head/; revision=14918
* Update to version 1.4.Steve Price1998-11-023-8/+12
| | | | | | | | PR: 8407 Submitted by: maintainer Notes: svn path=/head/; revision=14289
* Checksum changed again; perhaps next time you can put up the tarballSatoshi Asami1998-09-281-1/+1
| | | | | | | somewhere on your place? :) Notes: svn path=/head/; revision=13508
* Add missing manpage.Steve Price1998-09-261-1/+3
| | | | Notes: svn path=/head/; revision=13416
* Checksum of harmonics.gz changed.Steve Price1998-09-261-1/+1
| | | | Notes: svn path=/head/; revision=13415
* Remove stray directory in pkg/PLIST.Steve Price1998-09-261-0/+1
| | | | Notes: svn path=/head/; revision=13414
* Portlint cleaning.Steve Price1998-09-261-2/+1
| | | | Notes: svn path=/head/; revision=13413
* Remove regexp support for Mesa3 libs and make this build in an ELFSteve Price1998-09-261-4/+4
| | | | | | | world. Notes: svn path=/head/; revision=13412
* MASTER_SITES _must_ have a trailing slash. While we're here makeSteve Price1998-09-263-25/+24
| | | | | | | this build. From the looks of it, it wasn't just broken for ELF. Notes: svn path=/head/; revision=13410
* Portlint cleaning.Steve Price1998-09-261-2/+2
| | | | Notes: svn path=/head/; revision=13409
* Remove share/ephem directory in pkg/PLIST.Steve Price1998-09-261-0/+1
| | | | Notes: svn path=/head/; revision=13408
* BROKEN for ELF:Justin M. Seger1998-09-241-1/+3
| | | | | | | | | ndwinit.o wndwmaus.o prntcurs.o prntcent.o fitsio.o imio.o wcs.o worldpos.o platepos.o wcscon.o slasubs.o iraf2fits.o hget.o hput.o -o saoimage -lm btnlib/libbtn.a -L/usr/X11R6/lib -lX11 cc: btnlib/libbtn.a: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=13381
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* Take the manpages out of pkg/PLIST and put them in MAN1.Steve Price1998-09-167-7/+9
| | | | Notes: svn path=/head/; revision=13165
* Remove trailing dot in LIB_DEPENDS.Steve Price1998-09-161-2/+2
| | | | Notes: svn path=/head/; revision=13164
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147