Commit Graph

517 Commits

Author SHA1 Message Date
James E. Housley
8358f3a197 Well, now everyone knows where to point.
Approved by:	will (at least the contents, not the comments)
2000-10-02 00:54:39 +00:00
Mario Sergio Fujikawa Ferreira
4f5eb345ab First act as official committer sanctioned by my mentor (THANKS Will-kenobi).
One action, 3 changes. Perhaps, this will be my only incursion outside of ports for some time.
1) (ports) Added myself to xearth committers.marker (1st Brazilian, one of the only Latin Americans).
2) (www) Added an announcement to newsflash about this.
3) (doc) Both removed myself from contrib, then added an authors identity for myself and and entry to almighty staff area.
2000-10-01 18:40:03 +00:00
Eivind Eklund
e96b5e9dbb Record upgraded home location 2000-09-29 08:41:31 +00:00
Satoshi Asami
5e5841f2cd Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
PORTREVISION or PORTEPOCH are defined.

Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.

Instigated by:	Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Satoshi Asami
4f90e3e429 "1.0beta3" is not a valid version...change it to "1.0.b3".
Remove explicit dependency to GL.14:Mesa3 and replace it with USE_MESA.
2000-09-15 01:33:09 +00:00
David Malone
9c96f92111 Add myself to the map. 2000-09-14 16:36:08 +00:00
Maxim Sobolev
cadf7caf18 Add WWW.
PR:		20971
Submitted by:	PF
2000-09-02 13:53:16 +00:00
Will Andrews
7dc8b3929a Update to 0.73. 2000-09-01 06:31:19 +00:00
Kevin Lo
2293eb9f75 Update to 2.2.2
PR: 20918
Submitted by: MAINTAINER
2000-08-29 15:50:10 +00:00
Will Andrews
2462358d17 Rename ssystem to openuniverse after repository copy. Update to
openuniverse 1.0beta3.

PR:		19176
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-08-26 01:48:53 +00:00
Nick Sayer
fa18e559c9 1. Correct the city
2. Improve the accuracy (ala phk. Alas, +/- 1 sec is as far as I've
pursued the matter)
2000-08-23 18:02:24 +00:00
Wilko Bulte
ec68076ae4 Put at least one of the Dutchies on the map. asmodai, where are you?? :-) 2000-08-20 10:09:16 +00:00
Will Andrews
e82ed5b4ca Correct date created, accordance with commit logs. 2000-08-20 05:23:31 +00:00
Kris Kennaway
cde50f9c33 Finally update the location of my exile. 2000-08-20 04:57:03 +00:00
Will Andrews
56b8d3f8cb Add myself and move Chris Piazza for him. For future reference, you can
get the lat/long from maps.yahoo.com by normally entering your address then
zooming out *far back*.  Your lat/long will be in the URL itself.
2000-08-20 04:24:46 +00:00
Chris Piazza
2cb1e9189c Support X11BASE properly
remove USE_GMAKE

PR:		20412
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-09 16:46:48 +00:00
Chris Piazza
e6119b936b Support X11BASE properly
remove USE_GMAKE

PR:		20411
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-08-09 16:45:28 +00:00
Neil Blakey-Milner
ca9d27cc93 Fix some default settings to behave better.
PR:		ports/20017
Submitted by:	HIYAMA Takeshi <th@cis.ibaraki.ac.jp> (MAINTAINER)
2000-08-06 14:08:42 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Thomas Gellekum
8af5ef2e9d No, I don't smoke. All evidence to the contrary is just the result of
an overactive imagination.

Spell `LDFLAGS' correctly.

Fix Y2K problem without introducing a Y2001 problem.
2000-07-28 11:04:55 +00:00
Thomas Gellekum
ffc22a716b patch-aa: Respect $CFLAGS.
patch-ab: Y2K fix.
2000-07-27 11:37:26 +00:00
Mark Ovens
f4a937efa4 Make my mark on the world. 2000-07-24 23:20:27 +00:00
Alexander Langer
065ca5800f Ignore the checksum of the data-file which changes a lot.
It is ok to ignore it, since this file only contains data used
from within the program.
2000-07-19 12:35:56 +00:00
Alexander Langer
add9684393 The astro-data file has changed. 2000-07-19 11:49:19 +00:00
Gregory Neil Shapiro
0ac73901a7 Another in the long list of California committers 2000-07-15 05:03:43 +00:00
Brian S. Dean
a297b341cc When in Rome ...
(Update the ICBM target list with my coordinates)
2000-07-15 00:11:32 +00:00
Kevin Lo
1fca9ae773 Add myself location. 2000-07-14 16:23:27 +00:00
Alexander Langer
207dfe2107 I don't want to be an exception: Add my home location. 2000-07-14 09:25:39 +00:00
Maxim Sobolev
7758efbcb2 Update to 0.3.0.
PR:		19860
Submitted by:	maintainer
2000-07-13 10:58:21 +00:00
Brian Feldman
b87b7e7eab Put jdp's entry in the proper place.
Scoot asami's entry's name over to be able to fit with similarly
located people.

Create a new file: freebsd.core_and_committers.markers.  I separated
the two more, so now I'm recombining them :)  This file is generated
upon installation from the freebsd.{core,committers}.markers files,
so it's a nice set-up now, I think!

Change pkg/DESCR to reflect what the marker files are now (overhaul
the last paragraph completely).
2000-07-13 08:13:10 +00:00
Kelly Yancey
014eef689e Odd, the committers guide omitted this very important first commit. :P 2000-07-13 06:51:22 +00:00
Nick Hibma
3b4aad3bfc In case someone really hates me ... 2000-07-12 11:22:04 +00:00
Dirk Froemberg
f66a3e984e Add me. 2000-07-11 12:17:10 +00:00
Maxim Sobolev
0851d4375d Mark myself on a globe. 2000-07-11 12:05:58 +00:00
Ben Smithurst
af0476a013 Now I'm a committer, add myself to this. 2000-07-11 11:43:47 +00:00
Steve Price
7946475a30 Adding seti_appelt version 0.2.2.
An applet that displays the current status of a seti@home client.

PR:		19607
Submitted by:	HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
2000-07-10 03:07:30 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Will Andrews
10bc76fb02 Update to 0.70. There should be no more coredumps in this version.
Special thanks to:	billf (for the -lm tidbit)
2000-07-04 05:34:52 +00:00
Will Andrews
48f4fbc5f8 Add rmap, a neat program that generates an image of the Earth at a specific
location in the world (based on longitude and latitude).

PR:		17676
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-07-02 07:22:55 +00:00
Satoshi Asami
be6c01ee85 Use ${MASTER_SITE_LOCAL}. 2000-06-29 02:31:42 +00:00
Alexander Langer
e3f2dd2815 update datafile once again.
PR:		19533
Submitted by:	maintainer
2000-06-27 10:35:13 +00:00
Alexander Langer
9bccb8fe0b Avoid hardcoding /usr/X11R6/
PR:		19478
Submitted by:	maintainer
2000-06-26 13:53:05 +00:00
Alexander Langer
34b962b6f4 New harmonics-file with new location.
PR:		19420, 19395
Submitted by:	maintainer
2000-06-23 09:05:10 +00:00
Will Andrews
f67050feec Unleash all of these ports upon the people. I no longer have any interest
in any of them, but will be happy to assign MAINTAINER to others and commit
updates for them.
2000-06-22 05:52:15 +00:00
Chris Piazza
10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00
Will Andrews
fe4df46c3d Update to 1.28.1.
PR:		19379
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-20 07:17:17 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Alexander Langer
024da06459 Don't install xttpd any more, which cleans up the port.
PR:		18362
Submitted by:	maintainer
Reported by:	steve

Don't use -O2.
PR:		18910
Submitted by:	me

Reviewed by:	cpiazza
2000-06-11 19:26:01 +00:00
Alexander Langer
de7b146c7d Fix checksum: Author added an advertisement for optional CDs with this
software.  No version bump.

Reviewed by:	will
2000-06-10 10:17:35 +00:00
Satoshi Asami
fe90a46320 Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
2000-06-09 21:59:16 +00:00
Will Andrews
323c437493 Make the move from people.FreeBSD.org/~will to ftp.FreeBSD.org.
Prompted by:	obrien
2000-06-07 17:31:47 +00:00
Will Andrews
47fff4f7c5 Apparently, Seti@Home does not ship a manpage with their distribution
anymore.

PR:		18766
Submitted by:	Mike Barcroft <mike@q9media.com>
2000-06-01 17:27:59 +00:00
Satoshi Asami
78e0b4e930 Add missing manpage.
Submitted by:	obento obento
2000-05-30 10:49:29 +00:00
Steve Price
7ceb32409b Update MASTER_SITES
PR:		16779
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 23:46:11 +00:00
Steve Price
4575bdc917 Actually install the 'cool new' image of the earth that was specified
in the previous commit.
2000-05-28 03:42:48 +00:00
Justin M. Seger
7940a448eb Update to stars-1.0-ss-11.00 2000-05-26 14:20:22 +00:00
Kris Kennaway
bd1f001121 Add the new jpg to md5 2000-05-22 22:27:25 +00:00
Will Andrews
7203874666 Change graphic as the old one seems to have been removed. This one looks
pretty cool to me!  :-)
2000-05-19 23:04:34 +00:00
Maxim Sobolev
3039eaef04 New distfile, hence new checksum.
PR:		18540
Submitted by:	maintainer
2000-05-19 11:10:27 +00:00
Will Andrews
160f795410 Update to xplanet 0.60. Xplanet is now on sourceforge.
Submitted by:	author
2000-05-18 01:01:50 +00:00
Sheldon Hearn
479a7c72f2 Update from 1.46 to 2.12:
Play catch-up with the stats page URL and format.
	Numerous bug-fixes (see CHANGES in the distro).
2000-05-03 10:43:16 +00:00
Sheldon Hearn
12c48ef9b3 Update from 1.46 to 2.12:
Play catch-up with the stats page URL and format.
	Numerous bug-fixes (see CHANGES in the distro).
2000-05-03 09:48:56 +00:00
Steve Price
cb28ac52bd Add a second MASTER_SITE.
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-05-01 03:03:16 +00:00
Steve Price
530019b51d Get the harmonics file from harmonics.world.gz. Also for now remove
USE_X_PREFIX since this port was trying to install a file in
${X11BASE}/sbin but not creating the directory first.  This is not
100% correct but it will fix builds on bento for now.

PR:		18260
Submitted by:	partially by maintainer
2000-04-30 00:04:34 +00:00
Steve Price
46e3f64be9 Update to version 1.27.2.
PR:		18133
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-29 23:42:21 +00:00
Kris Kennaway
6b9ebdd39e Defennerstrate by updating to xglobe 0.5 2000-04-24 07:16:59 +00:00
Kris Kennaway
39c06186fa Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.

Reviewed by:		ports
No response from:	erich
2000-04-23 22:59:51 +00:00
Michael Haro
48032329e8 update to 2.2
change maintainer to patseal@hyperhost.net

PR:		18064
Submitted by:	    Patrick Seal <patseal@hyperhost.net>
2000-04-18 00:00:41 +00:00
Kris Kennaway
d07330f785 Upgrade to Setiathome v2.4. This is an important upgrade, as old (v1)
client data stopped being accepted some time ago. Please let me know if
there's a change I've missed.

PR:	16699, 17569, 17807
2000-04-17 01:08:36 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Will Andrews
61eb5a90a2 Fix fennerism; store distfile on my people.FreeBSD.org space. The pyWeather
homepage has apparently disappeared of the face of the earth, so for the
time being, I'll store it here. Maybe they'll pop up later this year.
2000-04-16 18:38:01 +00:00
Satoshi Asami
26723a9c57 Oops, missed an extra PKGNAME hiding down there. 2000-04-13 06:46:14 +00:00
Satoshi Asami
04bbceac87 Convert this to PORTNAME/PORTVERSION. Don't know why it wasn't converted
along with the rest of (Houston) astro's.
2000-04-13 06:22:01 +00:00
Michael Haro
a0cb9ec98b update with the new PORTNAME/PORTVERSION variables 2000-04-08 22:04:57 +00:00
Akinori MUSHA
aa1e167f70 Add myself and fix marcel's entry. 2000-04-01 16:28:52 +00:00
Will Andrews
88be74c92d Take over some ports. 2000-03-29 09:02:04 +00:00
Kris Kennaway
89a307bf8a Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:16:59 +00:00
Daniel Baker
8406f4871f port update: dgpsip 1.29 -> 1.32 2000-03-27 00:41:22 +00:00
Kris Kennaway
8a633c7600 Respect CC and CFLAGS
No response from:	Maintainer (a long time ago)
2000-03-26 23:47:58 +00:00
Will Andrews
3671987aff Modify ftp.dk.FreeBSD.org and add ftp2.dk.FreeBSD.org.
Submitted by:	Jesper Skriver <jesper@skriver.dk>
2000-03-24 23:28:01 +00:00
Will Andrews
8e5c240bda Actually put markers for UK FreeBSD FTP mirrors.
PR:		17507
Submitted by:	Mike Bristow <mike@urgle.com>
2000-03-23 23:55:01 +00:00
Matthew Hunt
d24cdfcbd1 Update MASTER_SITES.
PR:		17156
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
Approved by:	maintainer
2000-03-22 17:42:13 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
Justin M. Seger
7cc807dbea Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade 2000-03-20 23:25:21 +00:00
Marcel Moolenaar
ea842732d9 I moved. Let the records show. 2000-03-02 02:16:30 +00:00
Chris D. Faulhaber
122d4e03ea Update port to 0.50
PR:		17107
Submitted by:	Maintainer
2000-03-02 01:14:04 +00:00
Chris D. Faulhaber
20626cad86 Update MASTER_SITES and WWW
PR:		17094
Submitted by:	Maintainer
2000-03-02 01:07:17 +00:00
Chris D. Faulhaber
f48ae2b09c Support CC/CFLAGS/X11BASE properly
Support install macros
Install sample configuration file

PR:		17048
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-29 03:23:17 +00:00
Steve Price
97b16698b2 The author removed some files from the distribution without bumping the
version number.
2000-02-27 23:15:12 +00:00
Steve Price
9efe031457 Pedro no longer wished to maintain this port.
PR:		16911
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
2000-02-26 19:42:59 +00:00
Michael Haro
e404ea3fc8 update WWW 2000-02-24 02:01:02 +00:00
Michael Haro
d68ebd3a71 add ending / to WWW 2000-02-24 01:59:08 +00:00
Satoshi Taoka
209ef88804 Remove obsolete MASTER_SITES
Remove do-install target and let WRKSRC/Makefile do the job
Remove USE_GMAKE

Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Approved by: maintainer
Obtained from: ports@FreeBSD.ORG (the mail is one replyed for PR: 16866)
2000-02-23 04:36:20 +00:00
Chris D. Faulhaber
870b9d2e87 Activate xplanet 2000-02-23 00:44:17 +00:00
Chris D. Faulhaber
7ef396a3cf Xplanet was inspired by Xearth, which renders an image of the earth into the X
root window. Xplanet uses the Imlib library to read user supplied maps of the
earth (or another planet). Orthographic and mercator projections can be
rendered to the root window or saved to a file. An image that the user can
rotate interactively can be popped up in a window using OpenGL or Mesa.

PR:		16903
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-23 00:42:13 +00:00
Chris D. Faulhaber
f013cbe4fe Oops, commit correct patch 2000-02-23 00:16:39 +00:00
Chris D. Faulhaber
3071213070 - Support get-wraster-flags
- Remove redundant LIB_DEPENDS

PR:		16866
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
Approved by:	Maintainer
2000-02-23 00:14:07 +00:00
Satoshi Taoka
111db80c3d Fix MASTER_SITES
Divide patch-aa into patch-a[b-g]

PR: 16865
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
No response from: maintainer
2000-02-21 16:44:15 +00:00
Ade Lovett
22b845fd47 Use libungif 2000-02-17 00:18:14 +00:00
Torsten Blum
e64d4b81fb Upgrade to 1.5
The only change from 1.4 to 1.5: support to specify fg/bg color has been
added.
2000-02-12 19:36:08 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Michael Haro
673a54499a move manpage from PLIST to MAN1= in the Makefile 2000-02-05 02:52:29 +00:00
Michael Haro
458724911b portlint 2000-02-02 21:55:59 +00:00
Kris Kennaway
335c0f549b Update to wmmoonclock 1.27 and portlint a bit.
Submitted by:	KATO Tsuguru <tguru@protomail.ne.jp>
2000-01-30 08:15:31 +00:00
Steve Price
8d0d9d346e Get this to build again on the Alpha. 2000-01-29 22:02:01 +00:00
Michael Haro
6ba32b931f fix some pkg/MESSAGE stuff 2000-01-29 20:01:39 +00:00
Steve Price
6080921ce6 Fix build for FreeBSD/alpha. 2000-01-24 04:51:34 +00:00
Satoshi Asami
039bbe50a8 Should use USE_BISON instead of BUILD_DEPENDS. 2000-01-22 02:36:01 +00:00
David E. O'Brien
afd34cdc6c Depend on Bison. 2000-01-21 19:29:02 +00:00
Chris Piazza
f9021427c6 Add WWW
PR:		16236
Submitted by:	Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-21 05:40:02 +00:00
Chris Piazza
e951b8012d Add WWW
PR:	16235
Submitted by:	Joseph Scott <joseph.scott@owp.csus.edu>
2000-01-21 05:39:13 +00:00
Matthew Hunt
ae99fbad5c This was missed in previous commit. Upgrade to 3.2.3. 2000-01-19 17:38:37 +00:00
Matthew Hunt
34b58e78d5 Upgrade to 3.2.3.
Approved by:	erich
2000-01-19 17:22:39 +00:00
Daniel Baker
7bdff4cc1b Update from v1.25->v1.29
freebsd.org->FreeBSD.org
2000-01-09 04:43:53 +00:00
Chris D. Faulhaber
88e888d51b Activate pyweather 2000-01-05 21:18:32 +00:00
Chris D. Faulhaber
0a87a5fb5d Python script that downloads weather data and can be cron'd.
PR:		15806
Submitted by:	Will Andrews <andrews@technologist.com>
2000-01-05 21:16:53 +00:00
Steve Price
50492f98f7 Use a logical OR (||) instead.
Noticed by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
2000-01-03 01:58:10 +00:00
Steve Price
71704eea25 Mark as NO_CDROM until we can find a better fix for sysinstall hanging
on ports that have interactive install scripts.

PR:		14744
1999-12-27 00:33:35 +00:00
Steve Price
f060b61ab5 Update to version 1.26.
PR:		15559
Submitted by:	Alexander Langer <alex@big.endian.de>
1999-12-25 01:39:47 +00:00
Chris D. Faulhaber
c22fc511e0 Update to 1.1:
* now with 24-bit support

PR:		15428
Submitted by:	Maintainer
1999-12-22 22:28:13 +00:00
Chris D. Faulhaber
61501d2471 Add myself here in sunny Ocala, FL 1999-12-22 13:58:54 +00:00
Greg Lehey
8b8b8ad1a6 Show the end of grog's exile. 1999-12-10 20:41:57 +00:00
Alexey Zelkin
08f88504a3 Add myself. 1999-12-09 18:54:46 +00:00
Steve Price
bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00
Wes Peters
294a8a3476 Anal retentive window dressing. Move newton and kris over until grog
returns from exile, and keep vanilla and foxfair from overwriting each
other.
1999-11-21 03:04:51 +00:00
Chris Piazza
fef897f055 Update to version 1.46
Submitted by:	Frank Mayhar <frank@exit.com>
1999-11-20 21:45:57 +00:00
Chris Piazza
023e2deaeb s/freebsd/FreeBSD/ 1999-11-14 03:49:40 +00:00
Chris Piazza
56f3078ebd Add the location of ftp.cz.freebsd.org and fix a typo (freebd.org)
PR:		14783
Submitted by:	Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
1999-11-14 03:48:36 +00:00
Vanilla I. Shu
e280b80bfd Add myself & foxfair to committers list. 1999-11-12 07:17:30 +00:00
Joseph Koshy
c7a245c7da Correct markers for Australian FTP sites.
PR:		ports/14735
Submitted by:	Andrew <andrew@ugh.net.au>
1999-11-10 05:03:50 +00:00
Joseph Koshy
52f73507f3 Correct description for Melbourne, Australia.
PR:		ports/14753
Submitted by:	Andrew <andrew@ugh.net.au>
1999-11-10 04:58:20 +00:00
Poul-Henning Kamp
5228be5e7d Since I do have a GPS receiver with a well determined position I might
as well use the correct coords...
1999-11-07 10:08:19 +00:00
Søren Schmidt
d43846958a Correct my entry, I'm not living THAT close to phk, also adjust his a bit. 1999-11-07 09:48:42 +00:00
Chris Costello
11fe84cfc2 Add my location. 1999-11-06 18:55:11 +00:00
Greg Lehey
99b2513ac3 Show the location of my current exile. 1999-11-05 14:56:21 +00:00
Satoshi Asami
7c40f8bbba Add dfr, who's in London (with a longtitude of 0!). 1999-11-04 22:57:54 +00:00
Marcel Moolenaar
1e7b4c3382 Add myself. I suspect guido has entered an approximation, because it
was way off (at least according to "de grote bosatlas"). I fixed it...
1999-11-04 16:08:46 +00:00
Satoshi Asami
47dc556c3f I've moved to Santa Clara.
Also, move guido to committers list.
1999-11-03 13:02:41 +00:00
Brian Feldman
9b8fcd25e0 Resurrect freebsd.core.markers, but update the entries with ones from
freebsd.committers.markers.  freebsd.committers.markers does not now
contain core members to prevent redundancy and clutter :)
1999-11-03 01:01:50 +00:00
Brian Feldman
76571ba02f ... and update the PLIST, too....
Submitted by:	cpiazza
1999-11-01 00:16:18 +00:00
Brian Feldman
219fda911a Completely deprecate freebsd.core.markers by removal. This is in favor
of freebsd.committers.markers which is more up-to-date and includes
the core as well, thereby reducing the redundancy.
1999-11-01 00:09:19 +00:00
Justin M. Seger
7db09d2f56 Add myself to the database, using lat/long from www.mapblast.com 1999-10-28 20:29:04 +00:00
John Baldwin
be9c8147b6 Add ftp.dk.freebsd.org
Submitted by:	Jesper Skriver <jesper@skriver.dk>
1999-10-28 12:47:16 +00:00
Hellmuth Michaelis
8d2620d485 correct my initials, update my location using data from www.stadtplandienst.de 1999-10-28 06:36:22 +00:00
Chuck Robey
7ae4b67e88 Add myself to the database, using lat/long from www.mapblast.com. 1999-10-28 03:39:59 +00:00
John Baldwin
e89ebbf8d7 Make this file reflect reality a bit more:
- ftp6 has been renamed to ftp3 and lives in Blacksburg, VA
- the old ftp3 no longer exists
- ftp.ca.FreeBSD.org is a cname to wcarchive

Reviewed by:	billf, cpiazza
1999-10-28 03:35:41 +00:00
Chris Piazza
6eaf5f3c11 Make my marker match reality.
If you'll believe this, my original entry was a guess.
I looked at an online map that had vancouver, but not Abbotsford
(where I live) so I moved the mouse over a bit and took that value.
It was:
49.01  -122.68
I finally got around to getting the correct value, and it now is:
49.05  -122.48
1999-10-28 01:17:53 +00:00
Joseph Koshy
239c3a1a62 Install new marker file 'freebsd.committers.markers' at install time.
Also, add the above file to package PLIST.
1999-10-25 06:21:09 +00:00
Wes Peters
07499dac3a Locations of committers around the world. Suggested at Usenix
and finalized (mostly) at FreeBSD Con.  Now everyone can just
add/correct themselves.

Submitted by:	A cast of tens.
1999-10-25 03:52:58 +00:00
Jim Mock
8fdd49e569 Attack of the COMMENT police. Fixed a bunch of typos, grammatical
errors and descriptions.

PR:		14031
Submitted by:	chris
1999-10-02 06:56:26 +00:00
Steve Price
2169e434e8 The version number of libgif.so has changed to 5. 1999-09-18 03:12:11 +00:00
Bill Fenner
480c8a66fb Resolve many 301 Moved Permanently URLs in DESCR. 1999-09-17 19:16:35 +00:00
Chris Piazza
68e615346e Update MAINTAINER's email address
PR:		13648
Submitted by:	maintainer
1999-09-09 03:03:19 +00:00
Chris Piazza
c8c3d1b8a1 s/WRKDIR/WRKSRC/g in do-install: 1999-09-08 23:41:50 +00:00
Steve Price
ec1b2d16ed The tiff port now lives in ports/graphics/tiff. 1999-09-07 10:45:31 +00:00
Michael Haro
2262dde3ac gzip -> ${GZIP_CMD}
gzip -d  -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip   -> ${GUNZIP_CMD}
1999-09-04 23:39:29 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Satoshi Asami
fca32bec84 Install properly PREFIX-ified app-defaults file so the program can find
pixmaps and stuff.
1999-08-30 11:09:17 +00:00
Tim Vanderhoek
847ae8f2b6 Remove preceeding pkgname from some of the comments having one. 1999-08-29 19:19:43 +00:00
Peter Wemm
31c8c45ff4 $Id$->$FreeBSD$ 1999-08-29 10:59:56 +00:00
Chris Piazza
267d5e83f7 Update to version 0.3.1 (me)
Use the correct location for images (submitter)

PR:		12695
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
1999-08-27 23:12:33 +00:00
Michael Haro
58942bab6d echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 21:14:04 +00:00
David E. O'Brien
4f4c6521c9 Id->FreeBSD rename try 2.
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
1999-08-25 04:22:48 +00:00
Bill Fumerola
d15568d566 Upgrade to 1.42 and associated changes. 1999-08-08 00:17:21 +00:00
Tim Vanderhoek
eb48f6f640 Re-enforce caps, no period. An "exceptions" file has been created
containing the ports editors/vim5, sysutils/star, and one other.
1999-08-02 16:55:21 +00:00
Satoshi Asami
bdb06e458c Additional mater site.
PR:		12880
Submitted by:	Will Andrews <andrews@technologist.com>
1999-07-30 07:33:01 +00:00
Sheldon Hearn
c03295dcb6 Set the directory in which tkseti looks for setiathome status files
to /var/db/setiathome, which is where our setiathome port puts them
if run from ${PREFIX}/etc/rc.d/ .

Requested by:	maintainer
1999-07-02 10:59:42 +00:00
Sheldon Hearn
d9fd9ed8d6 Activate tkseti. 1999-07-01 14:17:39 +00:00
Sheldon Hearn
09c094b0de Import tkseti, a Tk-based GUI for the setiathome client.
PR:		12470
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1999-07-01 14:13:00 +00:00
Daniel Baker
43d5aeb835 add dgpsip 1999-06-30 04:05:52 +00:00
Daniel Baker
f01dc75aff initial import of dgpsip port
this is my first freebsd ports commit, so please let me know if I
missed something! _]:8)
1999-06-30 03:58:15 +00:00
Tim Vanderhoek
e32f86f31b Remove trailing spaces, and any periods that were hidden by them. 1999-06-28 00:45:20 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Chris Piazza
3c3f904d86 Activate wmglobe. 1999-06-26 08:35:00 +00:00
Chris Piazza
286a8106f5 Import of wmglobe: a neat dockapp that displays an xeath-like
display of the earth that is currentlyl under the sun, and more.

PR:	12396
Submitted by:	Will Andrews <andrews@technologist.com>
1999-06-26 08:34:07 +00:00
Matthew Hunt
b270c5cb68 Assign MAINTAINERship to submitter.
PR:		12353, 12354
Submitted by:	Will Andrews <andrews@technologist.com>
1999-06-22 23:51:41 +00:00
Michael Haro
dde0431705 maintainership requested
PR:		12347
1999-06-22 22:56:55 +00:00
Chris Piazza
bbed9774f9 Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
1999-06-19 08:26:18 +00:00
Stefan Bethke
20edd608a0 Update to v 1.2 (Apparently, setitahome now calls /usr/sbin/sendmail, so you
can remove the symling from /usr/lib).
1999-06-07 11:15:05 +00:00
Gary Palmer
53313fb4fb Put me in the same place as JMB. Not 100% accurate, but xearth can't
have two icons close together and still display them without munging them.
1999-05-27 07:11:47 +00:00
Satoshi Asami
90f93c5cbe Update this file to reflect current reality.
Also, I moved.
1999-05-27 00:43:58 +00:00
Stefan Bethke
f68c917292 Minor coorections for style and typos. 1999-05-19 14:46:06 +00:00
Stefan Bethke
649d8f8c94 - Added support for SMP systems to etc/rc.d/setiathome.sh
- Added etc/setiathome.conf with options to set the nice level, the max.
  number of processes to run, the working directory, and the the user id
  to run as.
- setiathome.1 was missing from Makefile (and +CONTENTS subsequently)
- Updated the man page to reflect the changes.
1999-05-18 22:40:35 +00:00
Stefan Bethke
4ccc559270 - Add ftp.cdrom.com to MASTER_SITES
- Add new options to man page
1999-05-17 10:58:12 +00:00
Stefan Bethke
147bf1182b Update to 1.1 1999-05-17 08:18:04 +00:00
Satoshi Asami
ef63841f80 Remove duplicate wmmoonclock's. 1999-05-14 06:43:24 +00:00
Kris Kennaway
ef12b155de Oops, commit the new patch, not the patch to the previous patch. 1999-05-10 11:12:20 +00:00
Stefan Bethke
72f96b8a1b Explain manual set-up when one wants to run multiple processes, or let
setiathome run under a different user id.

Suggested by: "Stein M. Sandbech" <stein@ife.no>
1999-05-09 23:21:46 +00:00
Kris Kennaway
175346b1a6 Port include files go under /usr/X11R6/include, not /usr/X11R6/share/include
I have no idea why my X installation has a hardlink from the former to the
latter.

Obtained from:	bento
1999-05-09 03:37:16 +00:00
Stefan Bethke
a0dab8ccf3 Senteces start with a capital letter. 1999-05-06 22:57:09 +00:00
Stefan Bethke
1b163d34e2 - Update to version 0.47
- PCify pkg/COMMENT
- clarify automatic setup and startup
- re-allow binary redistribution:
  From a private mail from David Anderson, responsible for the software:

    It's fine with me if you continue to do this.
    It's also fine to put it on a CD-ROM;
    if there's a newer version,
    the program will detect this and notify the user.
1999-05-06 22:50:25 +00:00
Tim Vanderhoek
02228dc715 astrowwwWWW: 1999-05-02 21:21:34 +00:00
Kris Kennaway
b5dd10f8b1 Chase the checksum (trivial readme file changes) 1999-05-01 08:09:05 +00:00
Satoshi Taoka
13ea2bd91f Added wmsun and wmmoonclock 1999-04-30 04:58:30 +00:00
Satoshi Taoka
cc32d54e32 A dockapp that displays the rise and set time of the sun
PR:		11174
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-30 04:55:56 +00:00
Satoshi Taoka
3e55b19efe A DockApp that shows the weather at geosynchronous orbit
PR:		11173
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-30 04:54:58 +00:00
Stefan Bethke
bd142ada9e From a mail by Dan Werthimer <danw@ssl.Berkeley.EDU>:
> david is away till may 3rd.  please don't distribute
> any seti@home software until you get an OK from him.
1999-04-23 18:27:31 +00:00
Michael Haro
48445443ba update to 1.26
PR:		11288
Submitted by:	Chris Piazza cpiazza@home.net
1999-04-23 05:03:08 +00:00
Stefan Bethke
94bc071fb2 Added information on start-up script, removed bogus reference to cron
script.
1999-04-22 13:00:54 +00:00
Stefan Bethke
fb34d55ddd Allow for automatich package building
Reinstate the EXTRACT_ variables. They are needed.
1999-04-22 12:24:25 +00:00
Stefan Bethke
a3f5b43cfc Better check for OS version, cleanup.
PR:		ports/11272
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-22 10:35:25 +00:00
Stefan Bethke
2a24047fe4 Grrr, last-second changes...
Also, portlint complains about verbatim use of 'sed', and suggest ${SED}
instead, but it isn't defined...
1999-04-22 02:00:16 +00:00
Stefan Bethke
8fcf7f687f *** empty log message *** 1999-04-22 01:48:34 +00:00
Stefan Bethke
a79d3b6349 Added astro/setiathome 1999-04-22 01:47:32 +00:00
Stefan Bethke
f3898d455b SETI@home - donate idle cycles to the search for aliens 1999-04-22 01:44:35 +00:00
Marc G. Fournier
e48f6a42da Add a few of the more easy to find WWW Links to pkg/DESCR ... 1999-04-22 00:29:48 +00:00
Michael Haro
c2152b4010 fix install of manpage 1999-04-21 16:08:35 +00:00
Kris Kennaway
639cb13ab1 Upgrade to 1.25
PR:		11172
Submitted by:	cpiazza@home.net
1999-04-19 13:56:54 +00:00
Seiichirou Hiraoka
d3f09b7c1b Activate x3arth 1999-04-16 07:19:36 +00:00
Seiichirou Hiraoka
30e632d05e PR: ports/11157
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.
1999-04-16 07:18:32 +00:00
Justin M. Seger
49b60d09e2 Upgrade to xephem 3.2.2
PR:		ports/10951
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-04-06 01:11:20 +00:00
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