Commit Graph

106 Commits

Author SHA1 Message Date
Kris Kennaway
1d4ee0ac6a Activate wmmoonclock 1999-03-14 11:40:24 +00:00
Kris Kennaway
992950c38e This is a WindowMaker dockapp which displays the phase of the moon,
plus assorted astronomical data (rise/set times, orbital elements, etc).
PR:		9906
1999-03-14 11:38:21 +00:00
Seiichirou Hiraoka
ae7ebd04a2 Update to 1.6
PR: ports/10567
Submitted by:  andy@icc.surw.chel.su
1999-03-14 03:42:22 +00:00
Justin M. Seger
f63f95f70f Update to stars-1.0-ss-10.20 1999-03-08 01:45:27 +00:00
Satoshi Asami
c042defca6 New checksum.
Submitted by:	Matthew Thyer <matt@camtech.com.au>
1999-02-11 19:54:53 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
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.
1999-02-03 11:12:01 +00:00
Steve Price
96b5ff1e68 Activate the xglobe port. 1999-01-26 03:53:00 +00:00
Steve Price
ba9ea95924 Initial import of xglobe version 0.2.
Displays a view of the Earth (like xearth) with a rendered photo map.

PR:		9585
Submitted by:	Kris Kennaway <kkennawa@physics.adelaide.edu.au>
1999-01-26 03:51:39 +00:00
Hidetoshi Shimokawa
2042bf1384 Fix time() conflicts on alpha.
- disable "long time()"
 - replace long with time_t for time counter.
1999-01-03 09:43:44 +00:00
Hidetoshi Shimokawa
7e31d36c57 Fix time() conflicts on alpha.
- disable "long time()"
 - use "-DLONG64" for alpha
1999-01-03 09:24:49 +00:00
Hidetoshi Shimokawa
1b5f38c70f Fix time() conflicts on alpha.
- disable "long time()".
 - suppress warnings of time.c.
1999-01-03 08:42:20 +00:00
Satoshi Asami
495aaef4f3 Portlint. 1998-12-17 09:03:34 +00:00
Matthew Hunt
6083cc79e7 Upgrade to 1.5.
PR:		8938
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-12-14 22:40:48 +00:00
Vanilla I. Shu
d17c12dd8d Add more MASTER_SITES.
PR:	ports/9037
Submitted by:	josh@quick.net
1998-12-10 17:24:33 +00:00
Satoshi Asami
97625a83de Define USE_XLIB. 1998-11-27 06:30:48 +00:00
Steve Price
886dc9fb22 Update to version 1.4.
PR:		8407
Submitted by:	maintainer
1998-11-02 03:49:33 +00:00
Satoshi Asami
1e3dcc087d Checksum changed again; perhaps next time you can put up the tarball
somewhere on your place? :)
1998-09-28 09:04:03 +00:00
Steve Price
be07b56b87 Add missing manpage. 1998-09-26 23:40:12 +00:00
Steve Price
7c95dc3674 Checksum of harmonics.gz changed. 1998-09-26 23:37:56 +00:00
Steve Price
0b8f5aca56 Remove stray directory in pkg/PLIST. 1998-09-26 23:36:21 +00:00
Steve Price
48009fe797 Portlint cleaning. 1998-09-26 23:35:38 +00:00
Steve Price
c689456ddf Remove regexp support for Mesa3 libs and make this build in an ELF
world.
1998-09-26 23:34:33 +00:00
Steve Price
5cce0201b8 MASTER_SITES _must_ have a trailing slash. While we're here make
this build.  From the looks of it, it wasn't just broken for ELF.
1998-09-26 23:29:02 +00:00
Steve Price
dded088d05 Portlint cleaning. 1998-09-26 23:24:34 +00:00
Steve Price
6185bc516b Remove share/ephem directory in pkg/PLIST. 1998-09-26 23:24:05 +00:00
Justin M. Seger
12f3a683be BROKEN for ELF:
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
1998-09-24 18:54:22 +00:00
Satoshi Asami
081079e0db Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
1998-09-17 00:33:02 +00:00
Steve Price
53cb0c2f6a Take the manpages out of pkg/PLIST and put them in MAN1. 1998-09-16 02:25:06 +00:00
Steve Price
3d68d298a0 Remove trailing dot in LIB_DEPENDS. 1998-09-16 01:58:38 +00:00
Satoshi Asami
4dc064b0c5 jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)
1998-09-15 11:46:15 +00:00
Satoshi Asami
03d5b496f6 libXpm major is now 5. Also remove regexp support in preparation for
ELF conversion.
1998-09-15 11:13:39 +00:00
Satoshi Asami
d211d15440 These ports install uncompressed manpages even though USE_IMAKE is
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).
1998-08-25 00:44:33 +00:00
Justin M. Seger
53823d81fa Un-BREAK with new checksum 1998-08-21 02:22:36 +00:00
Justin M. Seger
e470f7ab97 BROKEN:
# 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.
1998-08-20 17:42:06 +00:00
Steve Price
52f63bfc16 Faithfully remove all the directories we create with this port. 1998-08-17 00:24:32 +00:00
David E. O'Brien
09b64b0d35 Remove manpages from pkg/PLIST 1998-08-13 21:16:00 +00:00
Matthew Hunt
3b5eea0860 Activate ssystem. 1998-08-06 17:57:57 +00:00
Matthew Hunt
1820af7140 Import of ssystem 1.3, an OpenGL solar system simulator.
PR:		7495
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-08-06 17:57:50 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Matthew Hunt
8de3a0c3c1 Spelling and grammar police. This commit brought to you by the
letter "A".
1998-08-04 02:24:27 +00:00
Satoshi Asami
c23cc4074c Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.

Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00
Marc G. Fournier
ff7f0ce813 SAOimage 1.23 was released, and 1.22 was moved to an Old directory. Updated
the link so that it isn't broken anymore...
1998-07-24 12:22:47 +00:00
Marc G. Fournier
e8a019498e Slight change in Imakefile format, patch-aa updated 1998-07-08 12:18:38 +00:00
Marc G. Fournier
0336b9b4ee This allows us to retrieve the files...working compile yet to come 1998-07-08 12:08:52 +00:00
Satoshi Asami
7d45e2b7a1 Remove NO_CONFIGURE and NO_PATCH, they never meant anything. 1998-06-27 05:20:00 +00:00
Justin M. Seger
09c474435b Add missing dependency on graphics/xpm/ 1998-06-06 22:56:17 +00:00
Vanilla I. Shu
7dfa3c5785 Add MAINTAINER tag. 1998-05-04 03:00:52 +00:00
Matthew Hunt
8fdd4ae8e7 Remove old version number from this prose. The quoted text is no
longer in the README, so don't claim that it comes from there.
1998-05-01 03:02:13 +00:00
Thomas Gellekum
7ca9259ef8 Upgrade to 3.1. 1998-04-29 11:12:12 +00:00
Matthew Hunt
f65b61f634 Activate saoimage. 1998-04-17 21:29:17 +00:00