Commit graph

399 commits

Author SHA1 Message Date
Will Andrews
195e0ae647 Add p5-Astro-MoonPhase 0.10, perl interface to calculate information
about the phase of the moon.
2001-01-03 23:22:13 +00:00
Will Andrews
4e198c9f4c Bad will, don't put manpage references in the PLIST! Bad! No more
committing until you fix that p5-Class-Tom error too!  Put manpages in the
Makefile like you're supposed to!
2001-01-01 11:06:17 +00:00
Will Andrews
c42bb7ba24 Add p5-Geo-METAR 1.14, a perl module that processes METAR information from
NOAA sources.

Requested by:	Michael C. Wu <keichii@iteration.net>
2001-01-01 06:53:32 +00:00
Will Andrews
ae65d62fa3 Add sscalc 1.0, a sunrise/sunset time calculator ported to C from
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>
2000-12-19 13:36:31 +00:00
Matthew Hunt
785416bf35 Update to 3.4.
PR:		23382
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-08 23:15:01 +00:00
Clive Lin
e03c6a69ac I'm another one who lives at Taipei, Taiwan. 2000-12-06 12:47:18 +00:00
Will Andrews
295ffb064c Add p5-GPS 0.12, a perl module that gives access to several GPS protocols
such as Garmin, NMEA, and Magellan.

PR:		23317
Submitted by:	Jeremy Shaffner <jeremy@external.org>
2000-12-06 05:43:03 +00:00
Christoph Herrmann
952b14dec6 my first commit 2000-12-05 00:06:15 +00:00
Thomas-Henning von Kamptz
533ff88bcc Traditional first commit 2000-12-04 23:51:59 +00:00
Maxim Sobolev
d2d0ce0428 Update to 0.12. 2000-11-28 10:44:08 +00:00
Maxim Sobolev
628efbc5bb Update to 0.11. 2000-11-15 09:13:26 +00:00
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Jing-Tang Keith Jang
b25708ea2a Mark myself, as a new committer, on the globe. 2000-11-05 20:19:01 +00:00
Benno Rice
53354df3f2 Put myself with the others in Melbourne, Australia. 2000-11-02 06:12:05 +00:00
Maxim Sobolev
befd094960 Distfile has been updated w/o bumping version number, so update distinfo and
bump PKGREVISION instead.

Submitted by:	bento
2000-11-01 11:58:40 +00:00
Maxim Sobolev
3b1eee9ce1 Add glunarclock - a GNOME applet which displays the current phase of the Moon. 2000-10-31 15:47:34 +00:00
Daniel Baker
129d826081 tidy up pkg-descr
Submitted by:	Trevor Johnson <trevor@jpj.net>
2000-10-30 19:10:00 +00:00
Josef Karthauser
29cceaebc9 Take my new Garmin GPS for a spin and refine my location. 2000-10-28 15:55:56 +00:00
Kevin Lo
60b97696d2 Update to 1.28.5
PR: 22358
Submitted by: Ports Fury
2000-10-28 15:01:32 +00:00
Kevin Lo
f0288c457c Fix Imakefile breakage under XFree86 4.x
PR: 22359
Submitted by: Ports Fury
2000-10-28 14:55:37 +00:00
Garance A Drosehn
bd96cefe0c Add Jon Chen and I to the markers of freebsd committers from Troy NY. 2000-10-27 07:21:30 +00:00
CHOI Junho
599d6e48eb Add location of myself, and clarify the location of ftp.kr.freebsd.org. 2000-10-14 16:02:49 +00:00
David E. Cross
8284615daf Submitted by: <dec@freebsd.org>
Obtained from:	Motorola Oncore UT+
Enter my coordinates into the markers file.
2000-10-13 04:00:51 +00:00
Kevin Lo
bf287456cb Upgrade to version 0.3.2
PR: 21930
Submitted by: MAINTAINER
2000-10-12 15:47:16 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Mario Sergio Fujikawa Ferreira
4236ae4699 Approved by: will
Moved all CP to INSTALL_DATA and upheld the only into WRKDIR rule.
2000-10-06 17:12:20 +00:00
Jeremy Lea
b7bdcd418e Implement USE_GNOME, part 1. 2000-10-05 07:10:50 +00:00
Jeremy Lea
bebd89314e Implement WANT_IMLIB and USE_IMLIB. 2000-10-05 06:57:56 +00:00
Mario Sergio Fujikawa Ferreira
f577d407ac The ${CP} command is inadequate for ports style. It was replaced by
${INSTALL_DATA}.

Besides, it is dependant on the user umask, for some systems this
means that it will install it with wrong permissions for most users.

For the same reason, I added ${CHMOD} 0444 to make sure the file
generated by merging marker files is correct.

Approved by: will

PR: <A HREF="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21684">21684</A>

Submitted by: myself
2000-10-03 05:39:04 +00:00
Jeremy Lea
c2cb62c821 Correct and sort PLISTs. 2000-10-02 18:19:13 +00:00
Trevor Johnson
c98d25644b Change MAINTAINER for my ports.
Approved by:	will
2000-10-02 05:28:47 +00:00
Trevor Johnson
ce95e17f5b `Nuke L.A.' bumper stickers are not funny! 2000-10-02 02:57:23 +00:00
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