aboutsummaryrefslogtreecommitdiffstats
path: root/astro
Commit message (Collapse)AuthorAgeFilesLines
* Update to stars-1.0-ss-10.20jseger1999-03-082-3/+3
|
* New checksum.asami1999-02-121-1/+1
| | | | Submitted by: Matthew Thyer <matt@camtech.com.au>
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofasami1999-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.
* Activate the xglobe port.steve1999-01-261-1/+2
|
* Initial import of xglobe version 0.2.steve1999-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>
* Fix time() conflicts on alpha.simokawa1999-01-032-0/+72
| | | | | - disable "long time()" - replace long with time_t for time counter.
* Fix time() conflicts on alpha.simokawa1999-01-032-8/+22
| | | | | - disable "long time()" - use "-DLONG64" for alpha
* Fix time() conflicts on alpha.simokawa1999-01-031-5/+92
| | | | | - disable "long time()". - suppress warnings of time.c.
* Portlint.asami1998-12-171-3/+2
|
* Upgrade to 1.5.mph1998-12-153-17/+23
| | | | | PR: 8938 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Add more MASTER_SITES.vanilla1998-12-112-4/+9
| | | | | PR: ports/9037 Submitted by: josh@quick.net
* Define USE_XLIB.asami1998-11-271-1/+2
|
* Update to version 1.4.steve1998-11-023-8/+12
| | | | | PR: 8407 Submitted by: maintainer
* Checksum changed again; perhaps next time you can put up the tarballasami1998-09-281-1/+1
| | | | somewhere on your place? :)
* Add missing manpage.steve1998-09-271-1/+3
|
* Checksum of harmonics.gz changed.steve1998-09-271-1/+1
|
* Remove stray directory in pkg/PLIST.steve1998-09-271-0/+1
|
* Portlint cleaning.steve1998-09-271-2/+1
|
* Remove regexp support for Mesa3 libs and make this build in an ELFsteve1998-09-271-4/+4
| | | | world.
* MASTER_SITES _must_ have a trailing slash. While we're here makesteve1998-09-273-25/+24
| | | | this build. From the looks of it, it wasn't just broken for ELF.
* Portlint cleaning.steve1998-09-271-2/+2
|
* Remove share/ephem directory in pkg/PLIST.steve1998-09-271-0/+1
|
* BROKEN for ELF:jseger1998-09-251-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
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2
| | | | in the first place.
* Take the manpages out of pkg/PLIST and put them in MAN1.steve1998-09-167-7/+9
|
* Remove trailing dot in LIB_DEPENDS.steve1998-09-161-2/+2
|
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.asami1998-09-151-2/+2
| | | | | (Note, since the shlib major didn't change this just removes the regexp support.)
* libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2
| | | | ELF conversion.
* These ports install uncompressed manpages even though USE_IMAKE isasami1998-08-251-1/+2
| | | | | | set, so mark them with MANCOMPRESSED=no. Note that this requires the new bsd.port.mk that is not committed yet (going through final tests, will be committed in a few hours).
* Un-BREAK with new checksumjseger1998-08-212-4/+2
|
* BROKEN:jseger1998-08-211-1/+3
| | | | | | | | | | | | | | | | # make package >> harmonics.gz doesn't seem to exist on this system. >> Attempting to fetch from http://www.universe.digex.net/~dave/files/. Receiving harmonics.gz (358944 bytes): 100% 358944 bytes transfered in 396.0 seconds (906 bytes/s) >> Checksum OK for xtide-1.6.2.tar.gz. >> Checksum mismatch for harmonics.gz. Make sure the Makefile and md5 file (/usr/ports/astro/xtide/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop.
* Faithfully remove all the directories we create with this port.steve1998-08-171-0/+5
|
* Remove manpages from pkg/PLISTobrien1998-08-142-2/+0
|
* Activate ssystem.mph1998-08-071-1/+2
|
* Import of ssystem 1.3, an OpenGL solar system simulator.mph1998-08-075-0/+72
| | | | | PR: 7495 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-052-4/+4
| | | | | 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
* Spelling and grammar police. This commit brought to you by themph1998-08-042-2/+2
| | | | letter "A".
* Making x11 category more useful project part 1: take out "x11" ofasami1998-07-281-2/+2
| | | | | | ports that are mere users of X. Partial list submitted by: Josh Gilliam <josh@quick.net>
* SAOimage 1.23 was released, and 1.22 was moved to an Old directory. Updatedscrappy1998-07-241-2/+2
| | | | the link so that it isn't broken anymore...
* Slight change in Imakefile format, patch-aa updatedscrappy1998-07-081-33/+19
|
* This allows us to retrieve the files...working compile yet to comescrappy1998-07-082-6/+4
|
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.asami1998-06-271-2/+1
|
* Add missing dependency on graphics/xpm/jseger1998-06-071-1/+3
|
* Add MAINTAINER tag.vanilla1998-05-041-1/+3
|
* Remove old version number from this prose. The quoted text is nomph1998-05-011-3/+0
| | | | longer in the README, so don't claim that it comes from there.
* Upgrade to 3.1.tg1998-04-295-132/+61
|
* Activate saoimage.mph1998-04-181-1/+2
|
* Import of saoimage, a viewer for FITS files (which are used inmph1998-04-188-0/+288
| | | | | | professional astronomy). PR: 5805 Submitted by: giffunip@asme.org
* Distfile changed on MASTER_SITE.jseger1998-03-011-1/+1
|
* Little typo nit.hoek1998-02-122-2/+2
|
* Fix files/md5.jseger1998-02-121-1/+1
|
* Change EXTRACT_ONLY too, see previous commit why.asami1998-02-021-2/+2
|
* Distfile was renamed on MASTERSITE.jseger1998-01-311-1/+1
|
* Distfile was renamed on MASTERSITE.jseger1998-01-311-2/+2
|
* Upgrade to stars-1.0-ss-10.10 and make myself MAINTAINER. I sent a messagejseger1998-01-291-3/+3
| | | | | to the previous MAINTAINER over a week ago and haven't heard a response. If he should wish to resume MAINTAINERship in the future, I'll transfer it back.
* Be more selective about which ports to maintain. I no longer have timeasami1997-12-261-2/+2
| | | | to maintain all these ports I once committed (sometimes as a proxy).
* Portlint.asami1997-11-291-2/+2
|
* It seems the checksum has changed on master site.asami1997-11-291-1/+1
|
* Enable xtidefenner1997-11-291-1/+2
|
* Displays a graphical representation of the tidesfenner1997-11-296-0/+97
|
* Change master site. Update e-mail address of maintainer. While I'masami1997-08-221-5/+5
| | | | | | here, move EXTRACT_SUFX up to where it belongs. Submitted by: ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* ftp.ibp.fr --> ftp.fr.freebsd.org (aka ftp.lip6.fr)roberto1997-08-211-1/+1
|
* Move sattrack to ${MASTER_SITE_LOCAL} since it has disappeared fromfenner1997-08-191-2/+2
| | | | | | | | | | the previous master site. Brent Nordquist (bjn@visi.com) got permission from Manfred Bester to keep this file in LOCAL_PORTS: | I herewith give you permission to put the original distribution file | sattrack-3.1.6.tar.gz on the archive. Submitted by: "Brent J. Nordquist" <bjn@visi.com>
* oops, forgot to cvs add this oneerich1997-07-151-0/+87
| | | | PR: 3637
* fix the spp-defaults file so data files are found properlyerich1997-07-152-1/+3
| | | | PR: 3637
* Add ephem.asami1997-06-031-1/+2
|
* An interactive terminal-based ephemeris program. The source tarball isasami1997-06-0315-0/+356
| | | | | | | | in LOCAL_PORTS because those out on the 'net can't agree on the right size and include DOS executables and such. PR: 3407 Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
* gatekeeper seems to have removed a bunch of R5contrib, so switchfenner1997-05-291-2/+2
| | | | | | to ftp.cdrom.com Found by: distfile checker
* Fix EXTRACT_SUFX to match reality.fenner1997-05-292-2/+3
| | | | Found by: distfile checker
* upgrade to 3.0erich1997-03-284-125/+50
|
* Upgrade, 3.1.4 -> 3.1.6. The maintainer got the author's permissionasami1997-03-028-122/+161
| | | | | | | | | (thanks!) so remove NO_CDROM. It still requires a license for commercial use so print that out in MESSAGE. Closes PR ports/2843. Submitted by: bjn@visi.com
* Update this file to match reality with new members joining, Jordan andasami1997-02-251-3/+8
| | | | Justin moving, etc.
* A quick purousal thru our port's patches directory shows a *WAY* over use ofobrien1997-02-171-1/+1
| | | | | | __FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate.
* Change Brent J. Nordquist's e-mail address.asami1997-01-283-5/+5
| | | | Submitted by: "Brent J. Nordquist" <bjn@visi.com>
* Now, string describing reason for defining these variables must be setmax1996-12-071-5/+2
| | | | when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-182-4/+6
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-167-17/+16
|
* Removed unnecessary @cwd directive.max1996-11-153-3/+0
|
* sattrack is moved from misc to astro too.asami1996-10-312-3/+4
| | | | Reminded by: markm
* These ports are moved to astro. (Repository copy already done, thisasami1996-10-316-16/+16
| | | | is the post-processing stuff.)
* One-line description for README.html.asami1996-10-241-0/+1
|
* The first member of the new astro category is: the ascii moon!asami1996-10-245-0/+36
| | | | Submitted by: ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* As the great moon sets in the seas of the west, the new categoryasami1996-10-241-0/+11
| | | | "astro" starts for the best.
* trim the DESCR's to something reasonable at Satoshi's request.erich1996-10-161-7/+1
|
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-102-2/+2
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Fixed checksum.asami1996-09-161-1/+1
|
* sunclock shows which portion of the Earth's surface is illuminated by the Sun.torstenb1996-09-156-0/+64
|
* moved xephem to `misc', MOTIF_STATIC should workerich1996-08-176-0/+192
| | | | now too.
* Use $(INSTALL_PROGRAM) variable instead of explicit instsall.chuckr1996-08-081-2/+2
| | | | Pointed out by: Satoshi.
* New port for x11, stars. Could make you dizzy!chuckr1996-08-046-0/+90
| | | | Submitted by: Michael Searle
* Add NO_CDROM=yes; SatTrack has a restrictive copyright.tg1996-04-151-1/+6
|
* A program that helps you to track satellites. Very useful if you areasami1996-04-097-0/+440
| | | | | | planning to bomb USA. :) Submitted by: "Brent J. Nordquist" <nordquist@platinum.com>
* Split freebsd.markers to freebsd.core.markers (core team members) andasami1996-03-295-7/+70
| | | | | | | | | freebsd.ftp.markers (ftp sites). The latter file is quite incomplete, I'd like to at least have one for each country (preferably all of ftp.*.freebsd.org's) in there. Many entries are commented out because I either couldn't find out where the site is or I couldn't find the name of the city on my map. ;)
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aasami1995-11-091-1/+1
| | | | lot of ports or what! ;>
* Upgrade to 1.0. There no need of the freebsd.h and -freebsd patch asroberto1995-10-025-9/+11
| | | | | the -markerfile option now exists. A freebsd.markers is now supplied and copied in ${PREFIX}/lib/X11.
* And now the rest of the x11 ports Makefiles.asami1995-04-131-5/+7
|
* Some more ports Makefile updates...sorry, don't have time now soasami1995-04-121-4/+7
| | | | x11/ is only halfway finished.
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-012-2/+4
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-241-1/+2
| | | | and some other minor cleanup.
* .1x -> .1.gzasami1995-03-081-1/+1
|
* Another root window toy, this one displays the moon in the current phase.asami1995-02-156-0/+31
| | | | Any ftp sites there yet? ;)
* Added "-freebsd" option, which will display important FreeBSD sitesasami1995-02-143-4/+9
| | | | | | (which include prominent mirror sites, FreeBSD machines and notable FreeBSD people). The stuff are in files/freebsd.h so people please add more!
* Piero's xearth port.jkh1994-10-314-0/+26
Submitted by: piero